Skip to Content.
Sympa Menu

perfsonar-dev - perfsonar: r3019 - branches/XML-LS-RELEASE-1.1/ant/xmlls

Subject: perfsonar development work

List archive

perfsonar: r3019 - branches/XML-LS-RELEASE-1.1/ant/xmlls


Chronological Thread 
  • From:
  • To:
  • Subject: perfsonar: r3019 - branches/XML-LS-RELEASE-1.1/ant/xmlls
  • Date: Thu, 8 Nov 2007 06:28:18 -0500

Author: mac
Date: 2007-11-08 06:28:17 -0500 (Thu, 08 Nov 2007)
New Revision: 3019

Modified:
branches/XML-LS-RELEASE-1.1/ant/xmlls/configure-targets.xml
Log:
default port number for exist DB changed to 8080



Modified: branches/XML-LS-RELEASE-1.1/ant/xmlls/configure-targets.xml
===================================================================
--- branches/XML-LS-RELEASE-1.1/ant/xmlls/configure-targets.xml 2007-11-07
13:17:40 UTC (rev 3018)
+++ branches/XML-LS-RELEASE-1.1/ant/xmlls/configure-targets.xml 2007-11-08
11:28:17 UTC (rev 3019)
@@ -118,11 +118,11 @@
validargs="http,xmlrpc"
defaultvalue="http"/>

- <condition property="default_in.ls_storage_uri"
value="http://localhost:8680/exist/rest/db/ls";>
+ <condition property="default_in.ls_storage_uri"
value="http://localhost:8080/exist/rest/db/ls";>
<equals arg1="http" arg2="${in.ls_storage_type}"/>
</condition>

- <condition property="default_in.ls_storage_uri"
value="xmldb:exist://localhost:8680/exist/xmlrpc/db/ls">
+ <condition property="default_in.ls_storage_uri"
value="xmldb:exist://localhost:8080/exist/xmlrpc/db/ls">
<equals arg1="xmlrpc" arg2="${in.ls_storage_type}"/>
</condition>




  • perfsonar: r3019 - branches/XML-LS-RELEASE-1.1/ant/xmlls, svnlog, 11/08/2007

Archive powered by MHonArc 2.6.16.

Top of Page