Skip to Content.
Sympa Menu

perfsonar-dev - perfsonar: r3361 - branches/GEANT2_JAVA-RRD-MA-STABLE/ant

Subject: perfsonar development work

List archive

perfsonar: r3361 - branches/GEANT2_JAVA-RRD-MA-STABLE/ant


Chronological Thread 
  • From:
  • To:
  • Subject: perfsonar: r3361 - branches/GEANT2_JAVA-RRD-MA-STABLE/ant
  • Date: Thu, 14 Feb 2008 06:31:34 -0500

Author: roman
Date: 2008-02-14 06:31:33 -0500 (Thu, 14 Feb 2008)
New Revision: 3361

Modified:
branches/GEANT2_JAVA-RRD-MA-STABLE/ant/axis-deploy-targets.xml
Log:
missing doc directory in webapp added



Modified: branches/GEANT2_JAVA-RRD-MA-STABLE/ant/axis-deploy-targets.xml
===================================================================
--- branches/GEANT2_JAVA-RRD-MA-STABLE/ant/axis-deploy-targets.xml
2008-02-14 11:26:51 UTC (rev 3360)
+++ branches/GEANT2_JAVA-RRD-MA-STABLE/ant/axis-deploy-targets.xml
2008-02-14 11:31:33 UTC (rev 3361)
@@ -273,7 +273,11 @@
<fileset dir="${basedir}/contrib"/>
</copy>

+ <copy todir="${tmpdir}/WEB-INF/doc">
+ <fileset dir="${basedir}/doc"/>
+ </copy>

+
<psbase:copy-dep-base-service-jars dest-jars-path="${tmpdir}"/>
<psbase:copy-axis-config dest-conf-path="${tmpdir}"/>




  • perfsonar: r3361 - branches/GEANT2_JAVA-RRD-MA-STABLE/ant, svnlog, 02/14/2008

Archive powered by MHonArc 2.6.16.

Top of Page