You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@depot.apache.org by aj...@apache.org on 2004/05/01 21:56:15 UTC

svn commit: rev 10484 - in incubator/depot/trunk/version: . src/test/java/org/apache/depot/version/ant/environment

Author: ajack
Date: Sat May  1 14:56:14 2004
New Revision: 10484

Modified:
   incubator/depot/trunk/version/build.xml
   incubator/depot/trunk/version/src/test/java/org/apache/depot/version/ant/environment/environment.xml
Log:
testTest -> testCheck


Modified: incubator/depot/trunk/version/build.xml
==============================================================================
--- incubator/depot/trunk/version/build.xml	(original)
+++ incubator/depot/trunk/version/build.xml	Sat May  1 14:56:14 2004
@@ -55,8 +55,6 @@
 	<importer name="forrest_0_6-0.1" href="${antlets.repo}" />
 	<importer name="apache-0.1" href="${antlets.repo}" />
 
-
-
 	<path id="depot-version.classpath">
 		<fileset dir=".">
 			<include name="lib/*.jar" />

Modified: incubator/depot/trunk/version/src/test/java/org/apache/depot/version/ant/environment/environment.xml
==============================================================================
--- incubator/depot/trunk/version/src/test/java/org/apache/depot/version/ant/environment/environment.xml	(original)
+++ incubator/depot/trunk/version/src/test/java/org/apache/depot/version/ant/environment/environment.xml	Sat May  1 14:56:14 2004
@@ -11,7 +11,7 @@
 		<version-environment annotated="true"/>
 	</target>
 	
-	<target name="checkCheck">
+	<target name="testCheck">
 		<version-environment-check />
 	</target>