jadex-kernel-extension-envsupport-opengl
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>net.sourceforge.jadex</groupId> <artifactId>jadex-kernel-extension-envsupport-opengl</artifactId> <version>2.0-rc8</version> </dependency>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>net.sourceforge.jadex</groupId> <artifactId>jadex-kernel-extension-envsupport-opengl</artifactId> <packaging>jar</packaging> <version>2.0-rc8</version> <name>jadex-kernel-extension-envsupport-opengl</name> <url>http://jadex.sourceforge.net</url> <description> Open GL support for environment space perspectives. </description> <licenses> <license> <name>LGPL License</name> <url>http://jadex-agents.informatik.uni-hamburg.de/xwiki/bin/view/Download/License </url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <id>alex</id> <name>Alexander Pokahr</name> <email>pokahr@gmx.net</email> <url>http://vsis-www.informatik.uni-hamburg.de/members/info.php/84 </url> <organization>University of Hamburg</organization> <organizationUrl>http://vsis-www.informatik.uni-hamburg.de/ </organizationUrl> <roles> <role>architect</role> <role>developer</role> </roles> </developer> <developer> <id>lars</id> <name>Lars</name> <email>braubach@gmx.net</email> <url>http://vsis-www.informatik.uni-hamburg.de/members/info.php/80 </url> <organization>University of Hamburg</organization> <organizationUrl>http://vsis-www.informatik.uni-hamburg.de/ </organizationUrl> <roles> <role>architect</role> <role>developer</role> </roles> </developer> </developers> <scm> <url>http://jadex.svn.sourceforge.net/viewvc/jadex/</url> </scm> <distributionManagement> <repository> <id>sonatype-nexus-staging</id> <name>Nexus Release Repository</name> <url>http://oss.sonatype.org/service/local/staging/deploy/maven2/ </url> </repository> </distributionManagement> <!-- <parent> <groupId>net.sourceforge.jadex</groupId> <artifactId>jadex-settings</artifactId> <version>${jadexVersion}</version> <relativePath>../src/main/config/jadex-settings-pom.xml</relativePath> </parent> --> <properties> <project.build.sourceEncoding>ISO-8859-1</project.build.sourceEncoding> </properties> <build> <resources> <resource> <directory>src/main/java</directory> <excludes> <exclude>**/*.java</exclude> <exclude>**/.svn/*</exclude> </excludes> </resource> </resources> <plugins> <!-- Java 1.6 javax.xml.stream.* --> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <version>2.3.2</version> <configuration> <source>1.6</source> <target>1.6</target> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-source-plugin</artifactId> <version>2.1.2</version> <executions> <execution> <id>attach-sources</id> <phase>install</phase> <goals> <goal>jar</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> <version>2.7</version> <executions> <execution> <id>attach-javadoc</id> <phase>install</phase> <goals> <goal>jar</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-gpg-plugin</artifactId> <version>1.1</version> <executions> <execution> <id>sign-artifacts</id> <phase>install</phase> <goals> <goal>sign</goal> </goals> </execution> </executions> </plugin> </plugins> </build> <repositories> <repository> <id>project</id> <name>Maven Project Repository</name> <url>file:///${basedir}/lib</url> </repository> </repositories> <dependencies> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>3.8.1</version> <scope>test</scope> </dependency> <dependency> <groupId>net.sourceforge.jadex</groupId> <artifactId>jadex-kernel-application</artifactId> <version>2.0-rc8</version> </dependency> <!-- <dependency> <groupId>net.java.dev.jogl</groupId> <artifactId>jogl</artifactId> <version>1.1.1-rc7</version> </dependency> <dependency> <groupId>net.java.dev.gluegen</groupId> <artifactId>gluegen-rt</artifactId> <version>1.0b05</version> </dependency>--> <dependency> <groupId>jogl</groupId> <artifactId>jogl</artifactId> <version>1</version> </dependency> <dependency> <groupId>gluegen-rt</groupId> <artifactId>gluegen-rt</artifactId> <version>1</version> </dependency> <dependency> <groupId>net.sourceforge.jadex</groupId> <artifactId>jadex-kernel-extension-envsupport</artifactId> <version>2.0-rc8</version> </dependency> </dependencies> </project>