Skip to Content.
Sympa Menu

perfsonar-dev - r1855 - trunk/perfsonar/ant/rrdma

Subject: perfsonar development work

List archive

r1855 - trunk/perfsonar/ant/rrdma


Chronological Thread 
  • From:
  • To:
  • Subject: r1855 - trunk/perfsonar/ant/rrdma
  • Date: Wed, 20 Dec 2006 04:28:01 -0500

Author: roman
Date: 2006-12-20 04:28:00 -0500 (Wed, 20 Dec 2006)
New Revision: 1855

Modified:
trunk/perfsonar/ant/rrdma/rrdma-configure-targets.xml
Log:
the update to keep correct order of entries in components.properties file
(ma_scheduler and registrator)

Modified: trunk/perfsonar/ant/rrdma/rrdma-configure-targets.xml
===================================================================
--- trunk/perfsonar/ant/rrdma/rrdma-configure-targets.xml 2006-12-20
07:59:32 UTC (rev 1854)
+++ trunk/perfsonar/ant/rrdma/rrdma-configure-targets.xml 2006-12-20
09:28:00 UTC (rev 1855)
@@ -199,14 +199,14 @@

</propertyfile>

- <propertyfile file="conf/components.properties"
- comment="This file was created by the Ant configuration script.">
+ <replace file="conf/components.properties"
+
token="#ma_scheduler=org.perfsonar.commons.auxiliary.components.simplescheduler.Scheduler"
+
value="ma_scheduler=org.perfsonar.commons.auxiliary.components.simplescheduler.Scheduler"/>

- <entry key="ma_scheduler"
value="org.perfsonar.commons.auxiliary.components.simplescheduler.Scheduler"/>
- <entry key="registrator"
value="org.perfsonar.service.measurementArchive.register.LSRegistrationComponent"/>
+ <replace file="conf/components.properties"
+
token="#registrator=org.perfsonar.service.measurementArchive.register.LSRegistrationComponent"
+
value="registrator=org.perfsonar.service.measurementArchive.register.LSRegistrationComponent"/>

- </propertyfile>
-
</target>





  • r1855 - trunk/perfsonar/ant/rrdma, svnlog, 12/20/2006

Archive powered by MHonArc 2.6.16.

Top of Page