aboutsummaryrefslogtreecommitdiffstats
path: root/ardor3d-animation/pom.xml
diff options
context:
space:
mode:
authorneothemachine <[email protected]>2012-12-05 19:19:31 +0100
committerneothemachine <[email protected]>2012-12-05 19:19:31 +0100
commit7ca002eb1d1510767cd524a800710cf3898ba699 (patch)
tree7b3bd1dec9f58e32d083b287f44569526761bb32 /ardor3d-animation/pom.xml
parent105f890b5e750aaa5ec63e768e77eca2af8631a4 (diff)
parent9dd02f103042cb8a196f8a3ed2278da443e345bf (diff)
Merge branch 'kill_trunk' into dependencies
Diffstat (limited to 'ardor3d-animation/pom.xml')
-rw-r--r--ardor3d-animation/pom.xml32
1 files changed, 32 insertions, 0 deletions
diff --git a/ardor3d-animation/pom.xml b/ardor3d-animation/pom.xml
new file mode 100644
index 0000000..91983e0
--- /dev/null
+++ b/ardor3d-animation/pom.xml
@@ -0,0 +1,32 @@
+<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>com.ardor3d</groupId>
+ <artifactId>ardor3d</artifactId>
+ <version>0.9-SNAPSHOT</version>
+ <relativePath>../pom.xml</relativePath>
+ </parent>
+
+ <artifactId>ardor3d-animation</artifactId>
+ <packaging>bundle</packaging>
+ <name>Ardor 3D Skinning and Animation System</name>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <configuration>
+ <source>1.6</source>
+ <target>1.6</target>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ <dependencies>
+ <dependency>
+ <groupId>${project.groupId}</groupId>
+ <artifactId>ardor3d-core</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ </dependencies>
+ </project>