aboutsummaryrefslogtreecommitdiffstats
path: root/ardor3d-audio-joal/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'ardor3d-audio-joal/pom.xml')
-rw-r--r--ardor3d-audio-joal/pom.xml43
1 files changed, 0 insertions, 43 deletions
diff --git a/ardor3d-audio-joal/pom.xml b/ardor3d-audio-joal/pom.xml
deleted file mode 100644
index 5168ea9..0000000
--- a/ardor3d-audio-joal/pom.xml
+++ /dev/null
@@ -1,43 +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/maven-v4_0_0.xsd">
- <modelVersion>4.0.0</modelVersion>
- <parent>
- <groupId>org.jogamp.ardor3d</groupId>
- <artifactId>ardor3d</artifactId>
- <relativePath>../pom.xml</relativePath>
- <version>1.0-SNAPSHOT</version>
- </parent>
-
- <artifactId>ardor3d-audio-joal</artifactId>
- <packaging>bundle</packaging>
- <name>Ardor 3D Sound System backend based on JOAL</name>
-
- <repositories>
- <!-- This repository should be used only for unreleased development versions, typically all release candidates and post builds -->
- <repository>
- <id>jogamp</id>
- <url>http://jogamp.org/deployment/maven</url>
- </repository>
- </repositories>
-
- <dependencies>
- <dependency>
- <groupId>${project.groupId}</groupId>
- <artifactId>ardor3d-core</artifactId>
- <version>${project.version}</version>
- </dependency>
- <dependency>
- <groupId>${project.groupId}</groupId>
- <artifactId>ardor3d-audio</artifactId>
- <version>${project.version}</version>
- </dependency>
- <dependency>
- <groupId>org.jogamp.gluegen</groupId>
- <artifactId>gluegen-rt-main</artifactId>
- </dependency>
- <dependency>
- <groupId>org.jogamp.joal</groupId>
- <artifactId>joal-main</artifactId>
- </dependency>
- </dependencies>
-
-</project>