Skip to Content.
Sympa Menu

perfsonar-dev - perfsonar: r5271 - in trunk/geant2_java-xml-ls: ant conf conf/conf-rpm

Subject: perfsonar development work

List archive

perfsonar: r5271 - in trunk/geant2_java-xml-ls: ant conf conf/conf-rpm


Chronological Thread 
  • From:
  • To:
  • Subject: perfsonar: r5271 - in trunk/geant2_java-xml-ls: ant conf conf/conf-rpm
  • Date: Thu, 27 Aug 2009 05:52:51 -0400

Author: trzaszcz
Date: 2009-08-27 05:52:50 -0400 (Thu, 27 Aug 2009)
New Revision: 5271

Modified:
trunk/geant2_java-xml-ls/ant/war.xml
trunk/geant2_java-xml-ls/conf/conf-rpm/service.properties
trunk/geant2_java-xml-ls/conf/service.properties
Log:
package version improvement

Modified: trunk/geant2_java-xml-ls/ant/war.xml
===================================================================
--- trunk/geant2_java-xml-ls/ant/war.xml 2009-08-27 09:36:21 UTC (rev
5270)
+++ trunk/geant2_java-xml-ls/ant/war.xml 2009-08-27 09:52:50 UTC (rev
5271)
@@ -2,8 +2,6 @@

<project name="geant2_java-xml-ls"
basedir=".." default="create.war">
-
-

<property file="${basedir}/ant/const.properties.template"/>
<property name="build.dir" value="build"/>
@@ -12,6 +10,7 @@
<property name="service" value="${build.dir}/${ls.service.name}"/>
<property name="tomcat.home" value="/usr/local/tomcat-ls1/webapps"/>

+
<target name="jar">
<ant antfile="ant/build.xml" target="jar"/>
</target>
@@ -100,6 +99,7 @@
<war destfile="${build.dir}/${ls.service.name}.war"
basedir="${service}" includes="**/*.*" webxml="${service}/WEB-INF/web.xml">

</war>
<delete dir="${service}" includeemptydirs="true"/>
+ <echo>war created</echo>
</target>

<target name="tomcat.deploy">

Modified: trunk/geant2_java-xml-ls/conf/conf-rpm/service.properties
===================================================================
--- trunk/geant2_java-xml-ls/conf/conf-rpm/service.properties 2009-08-27
09:36:21 UTC (rev 5270)
+++ trunk/geant2_java-xml-ls/conf/conf-rpm/service.properties 2009-08-27
09:52:50 UTC (rev 5271)
@@ -2,7 +2,7 @@

# Group=LS
# Description=The version number of the service.
-service.r.service_version=1.3
+service.r.service_version=1.4

# Group=Database
# Description=The java class file which implements the connector.

Modified: trunk/geant2_java-xml-ls/conf/service.properties
===================================================================
--- trunk/geant2_java-xml-ls/conf/service.properties 2009-08-27 09:36:21
UTC (rev 5270)
+++ trunk/geant2_java-xml-ls/conf/service.properties 2009-08-27 09:52:50
UTC (rev 5271)
@@ -133,7 +133,7 @@

# Group=LS
# Description=The version number of the service.
-service.r.service_version=1.3
+service.r.service_version=1.4

# Group=LS
# Description=The email address of the person who manages the service.



  • perfsonar: r5271 - in trunk/geant2_java-xml-ls: ant conf conf/conf-rpm, svnlog, 08/27/2009

Archive powered by MHonArc 2.6.16.

Top of Page