Skip to Content.
Sympa Menu

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

Subject: perfsonar development work

List archive

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


Chronological Thread 
  • From:
  • To:
  • Subject: perfsonar: r2779 - branches/new-structure/trunk/geant2_java-rrd-ma/ant
  • Date: Thu, 6 Sep 2007 07:51:52 -0400

Author: roman
Date: 2007-09-06 07:51:48 -0400 (Thu, 06 Sep 2007)
New Revision: 2779

Modified:
branches/new-structure/trunk/geant2_java-rrd-ma/ant/pre-install-targets.xml
Log:

target 'exist-simple-setup' updated (there was wrong setup of two properities)





Modified:
branches/new-structure/trunk/geant2_java-rrd-ma/ant/pre-install-targets.xml
===================================================================
---
branches/new-structure/trunk/geant2_java-rrd-ma/ant/pre-install-targets.xml
2007-09-06 09:35:58 UTC (rev 2778)
+++
branches/new-structure/trunk/geant2_java-rrd-ma/ant/pre-install-targets.xml
2007-09-06 11:51:48 UTC (rev 2779)
@@ -480,9 +480,9 @@

<propertyfile file="${basedir}/conf/service.properties">
<entry key="component.ma.xmldb.type" value="webapp"/>
- <!-- <entry key="component.ma.xmldb.db_uri"
value="xmldb:exist://${exist.hostname}:${exist.port}/exist/xmlrpc/db/rrdmaconfig"/>
-->
- <entry key="component.ma.xmldb.db_uri"
value="http://${exist.hostname}:${exist.port}/exist/rest/db/rrdmaconfig"/>
- <entry key="component.ma.xmldb.db_uri.xmlrpc"
value="xmldb:exist://${exist.hostname}:${exist.port}/exist/xmlrpc/db/rrdmaconfig"/>
+ <!-- <entry key="component.ma.xmldb.db_uri"
value="xmldb:exist://${_exist.hostname}:${_exist.port}/exist/xmlrpc/db/rrdmaconfig"/>
-->
+ <entry key="component.ma.xmldb.db_uri"
value="http://${_exist.hostname}:${_exist.port}/exist/rest/db/rrdmaconfig"/>
+ <entry key="component.ma.xmldb.db_uri.xmlrpc"
value="xmldb:exist://${_exist.hostname}:${_exist.port}/exist/xmlrpc/db/rrdmaconfig"/>
</propertyfile>

<antcall target="exist-add-new-user"/>



  • perfsonar: r2779 - branches/new-structure/trunk/geant2_java-rrd-ma/ant, svnlog, 09/06/2007

Archive powered by MHonArc 2.6.16.

Top of Page