aboutsummaryrefslogtreecommitdiffstats
path: root/trunk/ardor3d-savable/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/ardor3d-savable/pom.xml')
-rw-r--r--trunk/ardor3d-savable/pom.xml33
1 files changed, 33 insertions, 0 deletions
diff --git a/trunk/ardor3d-savable/pom.xml b/trunk/ardor3d-savable/pom.xml
new file mode 100644
index 0000000..0bfd022
--- /dev/null
+++ b/trunk/ardor3d-savable/pom.xml
@@ -0,0 +1,33 @@
+<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.8-SNAPSHOT</version>
+ <relativePath>../</relativePath>
+ </parent>
+
+ <artifactId>ardor3d-savable</artifactId>
+ <packaging>bundle</packaging>
+ <name>Ardor 3D Savable</name>
+ <build>
+ <plugins>
+ <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>
+ <encoding>${project.build.sourceEncoding}</encoding>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ <dependencies>
+ </dependencies>
+ <properties>
+ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+ </properties>
+</project>
+