Skip to Content.
Sympa Menu

perfsonar-dev - perfsonar: r2694 - branches/new-structure/trunk/geant2_java-sql-ma/ant

Subject: perfsonar development work

List archive

perfsonar: r2694 - branches/new-structure/trunk/geant2_java-sql-ma/ant


Chronological Thread 
  • From:
  • To:
  • Subject: perfsonar: r2694 - branches/new-structure/trunk/geant2_java-sql-ma/ant
  • Date: Wed, 22 Aug 2007 05:10:15 -0400

Author: roman
Date: 2007-08-22 05:10:15 -0400 (Wed, 22 Aug 2007)
New Revision: 2694

Modified:
branches/new-structure/trunk/geant2_java-sql-ma/ant/configure-targets.xml
Log:

updated to support the list of properties (serviceName, serviceType,
serviceDescription, serviceVersion, organization,
contactEmail) in LookupInfoResponse message



Modified:
branches/new-structure/trunk/geant2_java-sql-ma/ant/configure-targets.xml
===================================================================
--- branches/new-structure/trunk/geant2_java-sql-ma/ant/configure-targets.xml
2007-08-22 09:09:39 UTC (rev 2693)
+++ branches/new-structure/trunk/geant2_java-sql-ma/ant/configure-targets.xml
2007-08-22 09:10:15 UTC (rev 2694)
@@ -184,8 +184,15 @@

<target name="set-service-properties">
<propertyfile file="${basedir}/conf/service.properties">
+
<entry key="service.sax_parser.config"
value="${service.home}/${deploy.root}/WEB-INF/classes/perfsonar/conf/objects.config"/>
<entry key="service.log.log4j.config"
value="${service.home}/${deploy.root}/WEB-INF/classes/perfsonar/conf/log4j.properties"/>
+
+ <!-- for LookupInfoRequest message -->
+ <entry key="service.r.service_type" value="ma"/>
+ <entry key="service.r.service_name" value="${service.name}"/>
+ <entry key="service.r.service_version" value="${version}"/>
+
</propertyfile>
</target>




  • perfsonar: r2694 - branches/new-structure/trunk/geant2_java-sql-ma/ant, svnlog, 08/22/2007

Archive powered by MHonArc 2.6.16.

Top of Page