Author: dion
Date: Sun Nov 27 04:29:49 2005
New Revision: 349227

URL: http://svn.apache.org/viewcvs?rev=349227&view=rev
Log:
Fix C: references in build.xml

Modified:
    jakarta/commons/proper/jelly/trunk/jelly-tags/beanshell/build.xml

Modified: jakarta/commons/proper/jelly/trunk/jelly-tags/beanshell/build.xml
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/proper/jelly/trunk/jelly-tags/beanshell/build.xml?rev=349227&r1=349226&r2=349227&view=diff
==============================================================================
--- jakarta/commons/proper/jelly/trunk/jelly-tags/beanshell/build.xml (original)
+++ jakarta/commons/proper/jelly/trunk/jelly-tags/beanshell/build.xml Sun Nov 
27 04:29:49 2005
@@ -99,12 +99,12 @@
     <mkdir dir="${classesdir}/META-INF">
     </mkdir>
     <copy todir="${classesdir}/META-INF">
-      <fileset 
dir="${basedir}/C:/source/jakarta/jakarta-commons/all/jelly/jelly-tags">
+      <fileset dir="${basedir}/../">
         <include name="NOTICE.txt">
         </include>
       </fileset>
     </copy>
-    <copy todir="${classesdir}/META-INF" 
file="${basedir}/C:/source/jakarta/jakarta-commons/all/jelly/LICENSE.txt">
+    <copy todir="${classesdir}/META-INF" file="${basedir}/../LICENSE.txt">
     </copy>
   </target>
   <target name="jar" description="o Create the jar" depends="compile,test">



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to