Skip to content
Snippets Groups Projects
Commit 7d352fef authored by Terry D. Norbraten's avatar Terry D. Norbraten
Browse files

don't get rid of the README in ./jars

parent d3efb7db
No related branches found
No related tags found
No related merge requests found
...@@ -384,7 +384,11 @@ POSSIBILITY OF SUCH DAMAGE. ...@@ -384,7 +384,11 @@ POSSIBILITY OF SUCH DAMAGE.
depends="compile" depends="compile"
description="Build the Xj3D application jar file"> description="Build the Xj3D application jar file">
<delete dir="${dist.dir}"/> <delete>
<fileset dir="${dist.dir}">
<include name="*.jar"/>
</fileset>
</delete>
<mkdir dir="${dist.dir}"/> <mkdir dir="${dist.dir}"/>
<copy file="apps/replica/src/java/xj3d/replica/images/Xj3dRenderCaptureFailed.png" <copy file="apps/replica/src/java/xj3d/replica/images/Xj3dRenderCaptureFailed.png"
...@@ -1272,7 +1276,6 @@ lists details and further links as part of the ...@@ -1272,7 +1276,6 @@ lists details and further links as part of the
<target name="clean.ogl"> <target name="clean.ogl">
<delete dir="${build.classes.dir}" failonerror="false"/> <delete dir="${build.classes.dir}" failonerror="false"/>
<!--delete dir="${dist.dir}" failonerror="false"/-->
</target> </target>
<target name="clean.apps"> <target name="clean.apps">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment