Skip to Content.
Sympa Menu

perfsonar-dev - perfsonar: r5125 - branches/new-structure-with-base2/ps-mdm-ls/ant

Subject: perfsonar development work

List archive

perfsonar: r5125 - branches/new-structure-with-base2/ps-mdm-ls/ant


Chronological Thread 
  • From:
  • To:
  • Subject: perfsonar: r5125 - branches/new-structure-with-base2/ps-mdm-ls/ant
  • Date: Thu, 7 May 2009 08:37:57 -0400

Author: trzaszcz
Date: 2009-05-07 08:37:57 -0400 (Thu, 07 May 2009)
New Revision: 5125

Modified:
branches/new-structure-with-base2/ps-mdm-ls/ant/build.xml
Log:
ant build improved

Modified: branches/new-structure-with-base2/ps-mdm-ls/ant/build.xml
===================================================================
--- branches/new-structure-with-base2/ps-mdm-ls/ant/build.xml 2009-05-06
08:10:04 UTC (rev 5124)
+++ branches/new-structure-with-base2/ps-mdm-ls/ant/build.xml 2009-05-07
12:37:57 UTC (rev 5125)
@@ -114,6 +114,13 @@

<target name="clean">
<delete dir="${build.dir}/classes"/>
+ <delete>
+ <fileset dir="${build.dir}">
+ <include name="*.aar"/>
+ <include name="*.war"/>
+ </fileset>
+</delete>
+
</target>





  • perfsonar: r5125 - branches/new-structure-with-base2/ps-mdm-ls/ant, svnlog, 05/07/2009

Archive powered by MHonArc 2.6.16.

Top of Page