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/15 18:23:50 UTC

svn commit: rev 10682 - incubator/depot/trunk/common

Author: ajack
Date: Sat May 15 11:23:50 2004
New Revision: 10682

Modified:
   incubator/depot/trunk/common/build.xml
Log:
Cosmetic change (to test Gupm change detection)


Modified: incubator/depot/trunk/common/build.xml
==============================================================================
--- incubator/depot/trunk/common/build.xml	(original)
+++ incubator/depot/trunk/common/build.xml	Sat May 15 11:23:50 2004
@@ -1,37 +1,37 @@
-<?xml version="1.0"?>
-<!-- $HeadURL: https://svn.apache.org/repos/asf/incubator/depot/trunk/version/build_antlet.xml $ -->
-<!--
-Copyright 2004 The Apache Software Foundation
-
-Licensed under the Apache License, Version 2.0 (the "License");
-you may not use this file except in compliance with the License.
-You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
--->
-<project name="depot-common" default="all">
-	<description> 
-		Depot Common -- common code.
-	</description>
-	<tstamp />
-	
-	<typedef resource="org/krysalis/antworks/importer/antlib.xml"
-	         classpath="${user.home}/.antworks/lib/antworks-importer.jar" />
-	         
-	<property name="project.name" value="depot-common" />
-	<property name="project.version" value="0.1-dev-${DSTAMP}" />
-
-
-	<property name="apache.antlet.svn.www.url"
-	          value="https://svn.apache.org/repos/asf/incubator/depot/trunk/www/version" />
-
-	<property name="project.src.dir" value="src/java" />
+<?xml version="1.0"?>
+<!-- $HeadURL: https://svn.apache.org/repos/asf/incubator/depot/trunk/version/build_antlet.xml $ -->
+<!--
+Copyright 2004 The Apache Software Foundation
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+-->
+<project name="depot-common" default="all">
+	<description> 
+		Depot Common -- common code for Depot projects.
+	</description>
+	<tstamp />
+	
+	<typedef resource="org/krysalis/antworks/importer/antlib.xml"
+	         classpath="${user.home}/.antworks/lib/antworks-importer.jar" />
+	         
+	<property name="project.name" value="depot-common" />
+	<property name="project.version" value="0.1-dev-${DSTAMP}" />
+
+
+	<property name="apache.antlet.svn.www.url"
+	          value="https://svn.apache.org/repos/asf/incubator/depot/trunk/www/version" />
+
+	<property name="project.src.dir" value="src/java" />
     <property name="project.test.dir" value="src/test" />
     
 	<property name="antlets.repo" value="http://antworks.sourceforge.net/library/antlets/" />
@@ -42,19 +42,19 @@
 	<importer name="junit-0.1" href="${antlets.repo}" />
 	<importer name="forrest_0_6-0.1" href="${antlets.repo}" />
 	<importer name="apache-0.1" href="${antlets.repo}" />
-
-	<path id="depot-common.classpath">
-		<fileset dir=".">
-			<include name="lib/*.jar" />
-		</fileset>
-	</path>
-
-
-	<target name="all" depends="compile" />
-	<target name="gump" depends="compile,dist-jar">
-		<move file="${dist.dir}/${project.name}-${project.version}.jar"
-		      tofile="${dist.dir}/${project.name}-gump-${DSTAMP}.jar" />
-	</target>
-	<target name="test" depends="junit.test" description="Run junit tests" />
-
-</project>
\ No newline at end of file
+
+	<path id="depot-common.classpath">
+		<fileset dir=".">
+			<include name="lib/*.jar" />
+		</fileset>
+	</path>
+
+
+	<target name="all" depends="compile" />
+	<target name="gump" depends="compile,dist-jar">
+		<move file="${dist.dir}/${project.name}-${project.version}.jar"
+		      tofile="${dist.dir}/${project.name}-gump-${DSTAMP}.jar" />
+	</target>
+	<target name="test" depends="junit.test" description="Run junit tests" />
+
+</project>