You are viewing a plain text version of this content. The canonical link for it is here.
Posted to woden-dev@ws.apache.org by lm...@apache.org on 2006/03/07 04:36:18 UTC

svn commit: r383762 - /incubator/woden/java/build.xml

Author: lmandel
Date: Mon Mar  6 19:36:17 2006
New Revision: 383762

URL: http://svn.apache.org/viewcvs?rev=383762&view=rev
Log:
Removed references to the temp folder, which has been removed from the Woden src tree.

Modified:
    incubator/woden/java/build.xml

Modified: incubator/woden/java/build.xml
URL: http://svn.apache.org/viewcvs/incubator/woden/java/build.xml?rev=383762&r1=383761&r2=383762&view=diff
==============================================================================
--- incubator/woden/java/build.xml (original)
+++ incubator/woden/java/build.xml Mon Mar  6 19:36:17 2006
@@ -180,7 +180,7 @@
 			</fileset>
 		</copy>
 
-		<jar destfile="${build.output}/${impl.name}.jar" basedir="${build.classes}" excludes="temp/**" />
+		<jar destfile="${build.output}/${impl.name}.jar" basedir="${build.classes}" />
 	</target>
 
 	<!-- This task builds the Woden API package. 
@@ -190,7 +190,6 @@
 		<javac sourcepath="" srcdir="${src.home}" destdir="${build.classes.api}" classpath="${libraryDir}/${XmlSchemaFile};${libraryDir}/${XercesJar1};${libraryDir}/${XercesJar2}">
 			<include name="**/*.java" />
 			<exclude name="**/internal/**/*.java" />
-			<exclude name="temp/**/*.java" />
 			<exclude name="org/apache/woden/ant/**/*.java"/>
 		</javac>
 		<!-- Copy all non Java files. -->
@@ -199,7 +198,6 @@
 				<include name="**/*" />
 				<exclude name="**/*.java" />
 				<exclude name="**/internal/**/*" />
-				<exclude name="temp/**/*" />
 				<exclude name="org.apache.woden.ant/**/*"/>
 			</fileset>
 		</copy>



---------------------------------------------------------------------
To unsubscribe, e-mail: woden-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: woden-dev-help@ws.apache.org