You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by ba...@apache.org on 2006/09/24 07:46:53 UTC

svn commit: r449362 - /jakarta/commons/proper/lang/branches/LANG_2_2_X/build.xml

Author: bayard
Date: Sat Sep 23 22:46:53 2006
New Revision: 449362

URL: http://svn.apache.org/viewvc?view=rev&rev=449362
Log:
Add the compile.source/compile.target filter tokens so the manifest gets correctly created

Modified:
    jakarta/commons/proper/lang/branches/LANG_2_2_X/build.xml

Modified: jakarta/commons/proper/lang/branches/LANG_2_2_X/build.xml
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/lang/branches/LANG_2_2_X/build.xml?view=diff&rev=449362&r1=449361&r2=449362
==============================================================================
--- jakarta/commons/proper/lang/branches/LANG_2_2_X/build.xml (original)
+++ jakarta/commons/proper/lang/branches/LANG_2_2_X/build.xml Sat Sep 23 22:46:53 2006
@@ -46,6 +46,8 @@
 		<filter token="name" value="${component.name}"/>
 		<filter token="package" value="${component.package}"/>
 		<filter token="version" value="${component.version}"/>
+		<filter token="compile.source" value="${compile.source}"/>
+		<filter token="compile.target" value="${compile.target}"/>
 	</target>
 	<target name="prepare" depends="init" description="Prepare build directory">
 		<mkdir dir="${build.home}"/>



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