Skip to Content.
Sympa Menu

perfsonar-dev - perfsonar: r4728 - branches/perfsonarui/ant

Subject: perfsonar development work

List archive

perfsonar: r4728 - branches/perfsonarui/ant


Chronological Thread 
  • From:
  • To:
  • Subject: perfsonar: r4728 - branches/perfsonarui/ant
  • Date: Fri, 28 Nov 2008 23:00:11 -0500

Author: michael.bischoff
Date: 2008-11-28 23:00:11 -0500 (Fri, 28 Nov 2008)
New Revision: 4728

Modified:
branches/perfsonarui/ant/build.xml
Log:
fixing classpath

Modified: branches/perfsonarui/ant/build.xml
===================================================================
--- branches/perfsonarui/ant/build.xml 2008-11-29 03:52:49 UTC (rev 4727)
+++ branches/perfsonarui/ant/build.xml 2008-11-29 04:00:11 UTC (rev 4728)
@@ -66,9 +66,12 @@
<fileset dir="./jars/dns/">
<include name="*.jar"/>
</fileset>
- <fileset dir="./jars/ls/">
- <include name="*.jar"/>
- </fileset>
+ <fileset dir="./jars/ls/">
+ <include name="*.jar"/>
+ </fileset>
+ <fileset dir="./jars/logging/">
+ <include name="*.jar"/>
+ </fileset>

<!--
<fileset dir="C:\Program Files\Apache Software Foundation\Tomcat
5.5\webapps\axis\WEB-INF\lib">



  • perfsonar: r4728 - branches/perfsonarui/ant, svnlog, 11/28/2008

Archive powered by MHonArc 2.6.16.

Top of Page