aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorHarvey Harrison <[email protected]>2019-01-04 13:53:06 -0800
committerHarvey Harrison <[email protected]>2019-01-04 13:53:06 -0800
commit97f5e215fe52b45fa395be97a27c5e54a794b2ff (patch)
treef6882125bdded14636c9897b695cb9a7aa4f0b22 /build.xml
parent665057b9cc5f8d71c9f8360e1046268393c6b5d7 (diff)
parent623b5ddab831a0b364e6df3c068699d42f4583fb (diff)
Merge GeometryService implementation
Signed-off-by: Harvey Harrison <[email protected]>
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.xml b/build.xml
index 4c2f162..a57e6ef 100644
--- a/build.xml
+++ b/build.xml
@@ -88,7 +88,7 @@
<copy todir="${class.dir}">
<fileset dir="${src.dir}" includes="**/*.properties"/>
- <fileset dir="${j3dtools.src.dir}" includes="**/*.properties"/>
+ <fileset dir="${j3dtools.src.dir}" includes="META-INF/** **/*.properties"/>
</copy>
</target>
@@ -122,7 +122,7 @@
<attribute name="Extension-Name" value="javax.media.j3d"/>
<attribute name="Implementation-Vendor-Id" value="${build.impl.vendor.id}"/>
</manifest>
- <fileset dir="${class.dir}" includes="com/**/*"/>
+ <fileset dir="${class.dir}" includes="META-INF/** com/**/*"/>
</jar>
<zip destfile="${build.dir}/jars/j3dcore-src.zip">