perfsonar-dev - perfsonar: r3765 - in branches/GEANT2-JAVA-RRD-MA-STABLE: ant conf
Subject: perfsonar development work
List archive
- From:
- To:
- Subject: perfsonar: r3765 - in branches/GEANT2-JAVA-RRD-MA-STABLE: ant conf
- Date: Tue, 22 Apr 2008 07:09:22 -0400
Author: roman
Date: 2008-04-22 07:09:22 -0400 (Tue, 22 Apr 2008)
New Revision: 3765
Modified:
branches/GEANT2-JAVA-RRD-MA-STABLE/ant/axis-deploy-targets.xml
branches/GEANT2-JAVA-RRD-MA-STABLE/ant/const.properties.template
branches/GEANT2-JAVA-RRD-MA-STABLE/ant/libs-download-targets.xml
branches/GEANT2-JAVA-RRD-MA-STABLE/ant/webapp-package-targets.xml
branches/GEANT2-JAVA-RRD-MA-STABLE/conf/log4j.properties.template
branches/GEANT2-JAVA-RRD-MA-STABLE/conf/service.properties.template-2
Log:
Changes from the rev numbers range 3744:3764 merged.
Modified: branches/GEANT2-JAVA-RRD-MA-STABLE/ant/axis-deploy-targets.xml
===================================================================
--- branches/GEANT2-JAVA-RRD-MA-STABLE/ant/axis-deploy-targets.xml
2008-04-22 10:59:04 UTC (rev 3764)
+++ branches/GEANT2-JAVA-RRD-MA-STABLE/ant/axis-deploy-targets.xml
2008-04-22 11:09:22 UTC (rev 3765)
@@ -46,8 +46,8 @@
depends="copy-dep-base-service-jars">
<copy
file="${basedir}/lib/repository/nmwg/nmwg/1.0.20071008/nmwg-1.0.20071008.jar"
todir="${service.home}/${deploy.root}/WEB-INF/lib"/>
- <copy
file="${basedir}/lib/repository/perfsonar/perfsonar-base/1.0.20080310/perfsonar-base-1.0.20080310.jar"
todir="${service.home}/${deploy.root}/WEB-INF/lib"/>
- <copy
file="${basedir}/lib/repository/perfsonar/perfsonar-web-admin/0.8.3b/perfsonar-web-admin-0.8.3b.jar"
todir="${service.home}/${deploy.root}/WEB-INF/lib"/>
+ <copy
file="${basedir}/lib/repository/perfsonar/perfsonar-base/1.0.20080422/perfsonar-base-1.0.20080422.jar"
todir="${service.home}/${deploy.root}/WEB-INF/lib"/>
+ <copy
file="${basedir}/lib/repository/perfsonar/perfsonar-web-admin/0.8.3b/perfsonar-web-admin-0.8.3b.jar"
todir="${service.home}/${deploy.root}/WEB-INF/lib"/>
<copy
file="${basedir}/lib/repository/rrdjtool/rrdjtool/1.0/rrdjtool-1.0.jar"
todir="${service.home}/${deploy.root}/WEB-INF/lib"/>
@@ -263,7 +263,7 @@
<copy file="${basedir}/${build}/${jarfilename}-${version}.jar"
todir="${tmpdir}/WEB-INF/lib"/>
<copy
file="${basedir}/lib/repository/nmwg/nmwg/1.0.20071008/nmwg-1.0.20071008.jar"
todir="${tmpdir}/WEB-INF/lib"/>
- <copy
file="${basedir}/lib/repository/perfsonar/perfsonar-base/1.0.20080310/perfsonar-base-1.0.20080310.jar"
todir="${tmpdir}/WEB-INF/lib"/>
+ <copy
file="${basedir}/lib/repository/perfsonar/perfsonar-base/1.0.20080422/perfsonar-base-1.0.20080422.jar"
todir="${tmpdir}/WEB-INF/lib"/>
<copy
file="${basedir}/lib/repository/perfsonar/perfsonar-web-admin/0.8.3b/perfsonar-web-admin-0.8.3b.jar"
todir="${tmpdir}/WEB-INF/lib"/>
<copy
file="${basedir}/lib/repository/rrdjtool/rrdjtool/1.0/rrdjtool-1.0.jar"
todir="${tmpdir}/WEB-INF/lib"/>
Modified: branches/GEANT2-JAVA-RRD-MA-STABLE/ant/const.properties.template
===================================================================
--- branches/GEANT2-JAVA-RRD-MA-STABLE/ant/const.properties.template
2008-04-22 10:59:04 UTC (rev 3764)
+++ branches/GEANT2-JAVA-RRD-MA-STABLE/ant/const.properties.template
2008-04-22 11:09:22 UTC (rev 3765)
@@ -11,7 +11,7 @@
service.name=geant2-java-rrd-ma
jarfilename=perfsonar-rrd-ma
-version=3.0rc8
+version=3.0rc9
exist.war.file=exist-1.1.1-newcore.war
exist.war.download.url=http://www.perfsonar.net/download/dependencies/preinstall_download.php?product=exist-war&version=1.1.1
Modified: branches/GEANT2-JAVA-RRD-MA-STABLE/ant/libs-download-targets.xml
===================================================================
--- branches/GEANT2-JAVA-RRD-MA-STABLE/ant/libs-download-targets.xml
2008-04-22 10:59:04 UTC (rev 3764)
+++ branches/GEANT2-JAVA-RRD-MA-STABLE/ant/libs-download-targets.xml
2008-04-22 11:09:22 UTC (rev 3765)
@@ -55,7 +55,7 @@
<artifact:dependencies>
<dependency groupId="rrdjtool" artifactId="rrdjtool"
version="1.0"/>
- <dependency groupId="perfsonar" artifactId="perfsonar-base"
version="1.0.20080310"/>
+ <dependency groupId="perfsonar" artifactId="perfsonar-base"
version="1.0.20080422"/>
<dependency groupId="perfsonar" artifactId="perfsonar-web-admin"
version="0.8.3b"/>
<dependency groupId="nmwg" artifactId="nmwg"
version="1.0.20071008"/>
Modified: branches/GEANT2-JAVA-RRD-MA-STABLE/ant/webapp-package-targets.xml
===================================================================
--- branches/GEANT2-JAVA-RRD-MA-STABLE/ant/webapp-package-targets.xml
2008-04-22 10:59:04 UTC (rev 3764)
+++ branches/GEANT2-JAVA-RRD-MA-STABLE/ant/webapp-package-targets.xml
2008-04-22 11:09:22 UTC (rev 3765)
@@ -84,7 +84,7 @@
<!-- copy jar files -->
<copy file="${basedir}/${build}/${jarfilename}-${version}.jar"
todir="${tmpdir}/WEB-INF/lib"/>
<copy
file="${basedir}/lib/repository/nmwg/nmwg/1.0.20071008/nmwg-1.0.20071008.jar"
todir="${tmpdir}/WEB-INF/lib"/>
- <copy
file="${basedir}/lib/repository/perfsonar/perfsonar-base/1.0.20080310/perfsonar-base-1.0.20080310.jar"
todir="${tmpdir}/WEB-INF/lib"/>
+ <copy
file="${basedir}/lib/repository/perfsonar/perfsonar-base/1.0.20080422/perfsonar-base-1.0.20080422.jar"
todir="${tmpdir}/WEB-INF/lib"/>
<copy
file="${basedir}/lib/repository/perfsonar/perfsonar-web-admin/0.8.3b/perfsonar-web-admin-0.8.3b.jar"
todir="${tmpdir}/WEB-INF/lib"/>
<copy
file="${basedir}/lib/repository/rrdjtool/rrdjtool/1.0/rrdjtool-1.0.jar"
todir="${tmpdir}/WEB-INF/lib"/>
Modified: branches/GEANT2-JAVA-RRD-MA-STABLE/conf/log4j.properties.template
===================================================================
--- branches/GEANT2-JAVA-RRD-MA-STABLE/conf/log4j.properties.template
2008-04-22 10:59:04 UTC (rev 3764)
+++ branches/GEANT2-JAVA-RRD-MA-STABLE/conf/log4j.properties.template
2008-04-22 11:09:22 UTC (rev 3765)
@@ -5,7 +5,9 @@
-# the path of a directory which contains log files
+
+# Group=Logging
+# Description=The location of the log directory.
logDir=_LOGPATH_
Modified:
branches/GEANT2-JAVA-RRD-MA-STABLE/conf/service.properties.template-2
===================================================================
--- branches/GEANT2-JAVA-RRD-MA-STABLE/conf/service.properties.template-2
2008-04-22 10:59:04 UTC (rev 3764)
+++ branches/GEANT2-JAVA-RRD-MA-STABLE/conf/service.properties.template-2
2008-04-22 11:09:22 UTC (rev 3765)
@@ -78,7 +78,7 @@
service.r.access_point=http://somewhere
# Group=LS
-# Description=The name of the organisation who who is deploying the service.
+# Description=The name of the organisation who is deploying the service.
service.r.organization_name=X
# Group=LS
- perfsonar: r3765 - in branches/GEANT2-JAVA-RRD-MA-STABLE: ant conf, svnlog, 04/22/2008
Archive powered by MHonArc 2.6.16.