summaryrefslogtreecommitdiffstats
path: root/maven/trivial-joal/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'maven/trivial-joal/pom.xml')
-rw-r--r--maven/trivial-joal/pom.xml50
1 files changed, 0 insertions, 50 deletions
diff --git a/maven/trivial-joal/pom.xml b/maven/trivial-joal/pom.xml
deleted file mode 100644
index abc2308..0000000
--- a/maven/trivial-joal/pom.xml
+++ /dev/null
@@ -1,50 +0,0 @@
-<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/xsd/maven-4.0.0.xsd">
- <modelVersion>4.0.0</modelVersion>
-
- <groupId>com.io7m.example</groupId>
- <artifactId>trivial-joal</artifactId>
- <version>1.0.0</version>
- <packaging>jar</packaging>
-
- <name>jogl-mvn-test</name>
- <url>http://maven.apache.org</url>
-
- <properties>
- <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
- </properties>
-
- <dependencies>
- <dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- <version>4.10</version>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>org.jogamp.gluegen</groupId>
- <artifactId>gluegen-rt-main</artifactId>
- <version>2.0-rc11</version>
- </dependency>
- <dependency>
- <groupId>org.jogamp.joal</groupId>
- <artifactId>joal-main</artifactId>
- <version>2.0-rc11</version>
- </dependency>
- </dependencies>
-
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-compiler-plugin</artifactId>
- <version>2.0.2</version>
- <configuration>
- <source>1.6</source>
- <target>1.6</target>
- </configuration>
- </plugin>
- </plugins>
- </build>
-
-</project>