Skip to Content.
Sympa Menu

perfsonar-dev - perfsonar: r2647 - branches/new-structure/trunk/geant2_java-rrd-ma/ant

Subject: perfsonar development work

List archive

perfsonar: r2647 - branches/new-structure/trunk/geant2_java-rrd-ma/ant


Chronological Thread 
  • From:
  • To:
  • Subject: perfsonar: r2647 - branches/new-structure/trunk/geant2_java-rrd-ma/ant
  • Date: Tue, 14 Aug 2007 07:05:30 -0400

Author: roman
Date: 2007-08-14 07:05:30 -0400 (Tue, 14 Aug 2007)
New Revision: 2647

Modified:
branches/new-structure/trunk/geant2_java-rrd-ma/ant/build.xml

branches/new-structure/trunk/geant2_java-rrd-ma/ant/const.properties.template
Log:

two properties added



Modified: branches/new-structure/trunk/geant2_java-rrd-ma/ant/build.xml
===================================================================
--- branches/new-structure/trunk/geant2_java-rrd-ma/ant/build.xml
2007-08-14 11:03:05 UTC (rev 2646)
+++ branches/new-structure/trunk/geant2_java-rrd-ma/ant/build.xml
2007-08-14 11:05:30 UTC (rev 2647)
@@ -20,10 +20,6 @@
<property file="${basedir}/ant/const.properties.template"/>


- <property name="antcontrib.jar"
value="${basedir}/lib/misc/ant-contrib-1.0b3.jar"/>
- <property name="antpsbase.jar"
value="${basedir}/lib/misc/perfsonar-base-ant-1.0.20070704.jar"/>
-
-
<taskdef resource="net/sf/antcontrib/antlib.xml"
uri="antlib:net.sf.antcontrib">
<classpath>

Modified:
branches/new-structure/trunk/geant2_java-rrd-ma/ant/const.properties.template
===================================================================
---
branches/new-structure/trunk/geant2_java-rrd-ma/ant/const.properties.template
2007-08-14 11:03:05 UTC (rev 2646)
+++
branches/new-structure/trunk/geant2_java-rrd-ma/ant/const.properties.template
2007-08-14 11:05:30 UTC (rev 2647)
@@ -1,4 +1,9 @@

+# $Id$
+# project: perfSONAR
+# author: romradz
+
+
build=build

target.server=127.0.0.1
@@ -14,6 +19,9 @@
wsdd.file.deploy=service-deploy.wsdd
wsdd.file.undeploy=service-undeploy.wsdd

+antcontrib.jar=${basedir}/lib/misc/ant-contrib-1.0b3.jar
+antpsbase.jar=${basedir}/lib/misc/perfsonar-base-ant-1.0.20070704.jar
+
api.location=doc/api
api.title=perfSONAR
api.windowtitle=perfSONAR



  • perfsonar: r2647 - branches/new-structure/trunk/geant2_java-rrd-ma/ant, svnlog, 08/14/2007

Archive powered by MHonArc 2.6.16.

Top of Page