Author: fhanik
Date: Mon Jan 8 18:32:48 2007
New Revision: 494306
URL: http://svn.apache.org/viewvc?view=rev&rev=494306
Log:
read property files in order, not quote working on windows yet
Modified:
tomcat/tc6.0.x/trunk/res/maven/mvn-pub.xml
Modified: tomcat/tc6.0.x/trunk/res/maven/mvn-pub.xml
URL:
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/res/maven/mvn-pub.xml?view=diff&rev=494306&r1=494305&r2=494306
==============================================================================
--- tomcat/tc6.0.x/trunk/res/maven/mvn-pub.xml (original)
+++ tomcat/tc6.0.x/trunk/res/maven/mvn-pub.xml Mon Jan 8 18:32:48 2007
@@ -22,8 +22,8 @@
<passphrase></passphrase>
</server>
-->
- <property file="${basedir}/mvn.properties.default"/>
<property file="${basedir}/mvn.properties"/>
+ <property file="${basedir}/mvn.properties.default"/>
<target name="maven-deploy">
<!--replace the version in the pom-->
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]