Author: heiko.braun(a)jboss.com
Date: 2008-01-08 10:13:38 -0500 (Tue, 08 Jan 2008)
New Revision: 5421
Modified:
stack/metro/trunk/ant-import/build-metro.xml
stack/metro/trunk/ant.properties.example
Log:
Remove cvs.pass from ant.properties
Modified: stack/metro/trunk/ant-import/build-metro.xml
===================================================================
--- stack/metro/trunk/ant-import/build-metro.xml 2008-01-08 15:12:19 UTC (rev 5420)
+++ stack/metro/trunk/ant-import/build-metro.xml 2008-01-08 15:13:38 UTC (rev 5421)
@@ -30,9 +30,6 @@
<target name="-cvs.init">
<available property="same.checkout"
file="checkout_id-${cvs.tag}" type="file"/>
-
- <cvspass cvsroot=":pserver:${cvs.user}@cvs.dev.java.net:/cvs"
password="${cvs.pass}"/>
-
</target>
<target name="checkout" depends="init, -cvs.init, -cvs.message"
unless="same.checkout"
Modified: stack/metro/trunk/ant.properties.example
===================================================================
--- stack/metro/trunk/ant.properties.example 2008-01-08 15:12:19 UTC (rev 5420)
+++ stack/metro/trunk/ant.properties.example 2008-01-08 15:13:38 UTC (rev 5421)
@@ -43,5 +43,4 @@
# Metro CVS access
#
cvs.user=NONE
-cvs.pass=NONE
cvs.tag=WSIT-1_0-BRANCH
\ No newline at end of file
Show replies by date