You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@depot.apache.org by mm...@apache.org on 2004/03/19 21:48:17 UTC

svn commit: rev 9636 - incubator/depot/trunk/update

Author: mmay
Date: Fri Mar 19 13:48:15 2004
New Revision: 9636

Modified:
   incubator/depot/trunk/update/build.xml
Log:
Renamed Depot-Updater to Depot-Update

Modified: incubator/depot/trunk/update/build.xml
==============================================================================
--- incubator/depot/trunk/update/build.xml	(original)
+++ incubator/depot/trunk/update/build.xml	Fri Mar 19 13:48:15 2004
@@ -13,9 +13,9 @@
 See the License for the specific language governing permissions and
 limitations under the License.
 -->
-<project name="depot-ruper" default="gump" basedir=".">
+<project name="depot-update" default="gump" basedir=".">
 	<description> 
-		Depot Ruper is a Repository Updater 
+		Depot Update is a Repository Updater 
 	</description>
 	
 	<property file="personal.properties"/>
@@ -121,7 +121,7 @@
 	</target>
 
 	<target name="compile" depends="init" 
-		description="compiling the ruper " >
+		description="compiling depot update" >
 		<javac srcdir="${java.src.dir}" destdir="${class.dir}" 
 			debug="${debug}" optimize="${optimize}" 
 			deprecation="${deprecation}">
@@ -135,7 +135,7 @@
 		Compile Test Targets - core, ant, adapter?? ...	
 	-->	
 	<target name="compile_tests" depends="compile" 
-		description="compiling the ruper"  >
+		description="compiling depot update tests"  >
 		<mkdir dir="${test.class.dir}" />
 		<javac srcdir="${test.src.dir}" destdir="${test.class.dir}" 
 			debug="${debug}" optimize="${optimize}" 
@@ -155,7 +155,7 @@
 		Build jars - ant, ...
 	-->
 	<target name="make_jar" depends="compile" 
-		description="make bootstrap jars of ruper" >
+		description="make bootstrap jars of depot udpate" >
 		<!-- Compile the java code from ${src} into ${build} -->
 		<jar destfile="${dist.jar.dir}/${project.name}-${version}.jar" 
 			basedir="${class.dir}"/>