aboutsummaryrefslogtreecommitdiffstats
path: root/ardor3d-distribution
diff options
context:
space:
mode:
authorJulien Gouesse <[email protected]>2014-05-28 22:33:06 +0200
committerJulien Gouesse <[email protected]>2014-05-28 22:33:06 +0200
commitea078ae1e7ca7d29acca6c0b9f859933053bdf98 (patch)
tree1696ce695dd9355c39108f991adbc33aa4604900 /ardor3d-distribution
parent9eda30c3d96f6d465891421a4e649a5906bcdf4a (diff)
Keeps only the JogAmp backend
Diffstat (limited to 'ardor3d-distribution')
-rw-r--r--ardor3d-distribution/assembly-all.xml2
-rw-r--r--ardor3d-distribution/assembly-lwjgl.xml62
-rw-r--r--ardor3d-distribution/pom.xml1
3 files changed, 0 insertions, 65 deletions
diff --git a/ardor3d-distribution/assembly-all.xml b/ardor3d-distribution/assembly-all.xml
index f9e1f26..82d6dec 100644
--- a/ardor3d-distribution/assembly-all.xml
+++ b/ardor3d-distribution/assembly-all.xml
@@ -19,7 +19,6 @@
<include>com.ardor3d:ardor3d-effects</include>
<include>com.ardor3d:ardor3d-extras</include>
<include>com.ardor3d:ardor3d-jogl</include>
- <include>com.ardor3d:ardor3d-lwjgl</include>
<include>com.ardor3d:ardor3d-math</include>
<include>com.ardor3d:ardor3d-savable</include>
<include>com.ardor3d:ardor3d-swt</include>
@@ -32,7 +31,6 @@
<dependencySets>
<dependencySet>
<excludes>
- <exclude>*:lwjgl*:*:natives-*</exclude>
<exclude>*:jinput*:*:natives-*</exclude>
</excludes>
</dependencySet>
diff --git a/ardor3d-distribution/assembly-lwjgl.xml b/ardor3d-distribution/assembly-lwjgl.xml
deleted file mode 100644
index 642a5ea..0000000
--- a/ardor3d-distribution/assembly-lwjgl.xml
+++ /dev/null
@@ -1,62 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<assembly>
-
- <id>lwjgl</id>
- <formats>
- <format>zip</format>
- </formats>
- <includeBaseDirectory>false</includeBaseDirectory>
-
- <moduleSets>
- <moduleSet>
- <useAllReactorProjects>true</useAllReactorProjects>
-
- <includes>
- <include>com.ardor3d:ardor3d-animation</include>
- <include>com.ardor3d:ardor3d-awt</include>
- <include>com.ardor3d:ardor3d-collada</include>
- <include>com.ardor3d:ardor3d-core</include>
- <include>com.ardor3d:ardor3d-effects</include>
- <include>com.ardor3d:ardor3d-extras</include>
- <include>com.ardor3d:ardor3d-lwjgl</include>
- <include>com.ardor3d:ardor3d-math</include>
- <include>com.ardor3d:ardor3d-savable</include>
- <include>com.ardor3d:ardor3d-swt</include>
- <include>com.ardor3d:ardor3d-terrain</include>
- <include>com.ardor3d:ardor3d-ui</include>
- </includes>
-
- <binaries>
- <unpack>false</unpack>
- <dependencySets>
- <dependencySet>
- <excludes>
- <exclude>*:lwjgl*:*:natives-*</exclude>
- <exclude>*:jinput*:*:natives-*</exclude>
- </excludes>
- </dependencySet>
- </dependencySets>
- </binaries>
- </moduleSet>
- </moduleSets>
-
- <fileSets>
- <fileSet>
- <directory>target/natives</directory>
- <outputDirectory>natives</outputDirectory>
- <!-- This is kind of a workaround. Ideally, we would tell the maven-nativedependencies-plugin
- to *not* unpack the jogl/gluegen native jars. Jogl has its own native library
- classloader which unpacks the jars. At the moment, there is no other choice
- if all platforms should be supported, because the filenames of the native
- libs are overlapping each other in jogl (e.g. for natives-linux-amd64 and
- natives-linux-i586). -->
- <excludes>
- <exclude>*jogl*</exclude>
- <exclude>*nativewindow*</exclude>
- <exclude>*newt*</exclude>
- <exclude>*gluegen*</exclude>
- <exclude>META-INF/</exclude>
- </excludes>
- </fileSet>
- </fileSets>
-</assembly>
diff --git a/ardor3d-distribution/pom.xml b/ardor3d-distribution/pom.xml
index bf38583..5284907 100644
--- a/ardor3d-distribution/pom.xml
+++ b/ardor3d-distribution/pom.xml
@@ -53,7 +53,6 @@
<descriptors>
<descriptor>assembly-all.xml</descriptor>
<descriptor>assembly-jogl.xml</descriptor>
- <descriptor>assembly-lwjgl.xml</descriptor>
</descriptors>
</configuration>
</execution>