Skip to Content.
Sympa Menu

perfsonar-dev - perfsonar: r4395 - branches/WebAdmin/ant

Subject: perfsonar development work

List archive

perfsonar: r4395 - branches/WebAdmin/ant


Chronological Thread 
  • From:
  • To:
  • Subject: perfsonar: r4395 - branches/WebAdmin/ant
  • Date: Wed, 27 Aug 2008 06:17:55 -0400

Author: pgerakios
Date: 2008-08-27 06:17:55 -0400 (Wed, 27 Aug 2008)
New Revision: 4395

Modified:
branches/WebAdmin/ant/compile.xml
branches/WebAdmin/ant/const.properties
Log:


Modified: branches/WebAdmin/ant/compile.xml
===================================================================
--- branches/WebAdmin/ant/compile.xml 2008-08-27 10:10:19 UTC (rev 4394)
+++ branches/WebAdmin/ant/compile.xml 2008-08-27 10:17:55 UTC (rev 4395)
@@ -37,7 +37,7 @@
</target>

<target name="build-web-admin" depends="compile">
- <jar jarfile="${build}/${jarfilename}-${version}-${DSTAMP}.jar"
+ <jar jarfile="${build}/${jarfilename}-${version}.${DSTAMP}.jar"
basedir="${build}/"/>
</target>

@@ -48,4 +48,4 @@
<delete dir="${dist}"/>
</target>

-</project>
\ No newline at end of file
+</project>

Modified: branches/WebAdmin/ant/const.properties
===================================================================
--- branches/WebAdmin/ant/const.properties 2008-08-27 10:10:19 UTC (rev
4394)
+++ branches/WebAdmin/ant/const.properties 2008-08-27 10:17:55 UTC (rev
4395)
@@ -9,7 +9,7 @@
target.server=127.0.0.1
service.name=perfsonar-web-admin
jarfilename=perfsonar-web-admin
-version=0.8.6b
+version=0.9.1b

antcontrib.jar=${basedir}/lib/misc/ant-contrib-1.0b3.jar
antpsbase.jar=${basedir}/lib/misc/perfsonar-base-ant-1.0.20080303.jar



  • perfsonar: r4395 - branches/WebAdmin/ant, svnlog, 08/27/2008

Archive powered by MHonArc 2.6.16.

Top of Page