Skip to Content.
Sympa Menu

perfsonar-dev - perfsonar: r2417 - in branches/JAVA-SQL-MA-RELEASE-1.3: ant/sqlma doc/ma/sqlTypeMA

Subject: perfsonar development work

List archive

perfsonar: r2417 - in branches/JAVA-SQL-MA-RELEASE-1.3: ant/sqlma doc/ma/sqlTypeMA


Chronological Thread 
  • From:
  • To:
  • Subject: perfsonar: r2417 - in branches/JAVA-SQL-MA-RELEASE-1.3: ant/sqlma doc/ma/sqlTypeMA
  • Date: Tue, 22 May 2007 09:46:45 -0400

Author: roman
Date: 2007-05-22 09:46:45 -0400 (Tue, 22 May 2007)
New Revision: 2417

Modified:
branches/JAVA-SQL-MA-RELEASE-1.3/ant/sqlma/sqlma-pre-install-targets.xml
branches/JAVA-SQL-MA-RELEASE-1.3/doc/ma/sqlTypeMA/ChangeLog.txt
Log:

small bug of wrong Context of exist war file has been fixed





Modified:
branches/JAVA-SQL-MA-RELEASE-1.3/ant/sqlma/sqlma-pre-install-targets.xml
===================================================================
--- branches/JAVA-SQL-MA-RELEASE-1.3/ant/sqlma/sqlma-pre-install-targets.xml
2007-05-22 13:39:40 UTC (rev 2416)
+++ branches/JAVA-SQL-MA-RELEASE-1.3/ant/sqlma/sqlma-pre-install-targets.xml
2007-05-22 13:46:45 UTC (rev 2417)
@@ -21,7 +21,7 @@
<!-- properties -->


- <property name="service.name" value="perfSONAR-SQL-MA-1.2" />
+ <property name="service.name" value="perfSONAR-SQL-MA-1.3" />


<property name="_exist.war.download.url"
@@ -187,6 +187,8 @@

<target name="exist-war-sqlma" depends="exist-use">

+ <property file="ant/const.properties" />
+
<echo>Please, insert now the following xml tag 'Context'</echo>
<echo>into Tomcat configuration file server.xml</echo>
<echo>(${tomcat.home}/conf/server.xml)</echo>

Modified: branches/JAVA-SQL-MA-RELEASE-1.3/doc/ma/sqlTypeMA/ChangeLog.txt
===================================================================
--- branches/JAVA-SQL-MA-RELEASE-1.3/doc/ma/sqlTypeMA/ChangeLog.txt
2007-05-22 13:39:40 UTC (rev 2416)
+++ branches/JAVA-SQL-MA-RELEASE-1.3/doc/ma/sqlTypeMA/ChangeLog.txt
2007-05-22 13:46:45 UTC (rev 2417)
@@ -27,3 +27,8 @@

- Change: saxon jar files have been added to eliminate possible invocation
exception

+
+2007-05-22 Version 1.3
+
+- Change: small bug of wrong Context of exist war file has been fixed
+



  • perfsonar: r2417 - in branches/JAVA-SQL-MA-RELEASE-1.3: ant/sqlma doc/ma/sqlTypeMA, svnlog, 05/22/2007

Archive powered by MHonArc 2.6.16.

Top of Page