Author: ssteiner
Date: Fri Apr  1 09:49:08 2016
New Revision: 1737335

URL: http://svn.apache.org/viewvc?rev=1737335&view=rev
Log:
Add license sources to jar

Modified:
    xmlgraphics/fop/trunk/fop/build.xml

Modified: xmlgraphics/fop/trunk/fop/build.xml
URL: 
http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/fop/build.xml?rev=1737335&r1=1737334&r2=1737335&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/fop/build.xml (original)
+++ xmlgraphics/fop/trunk/fop/build.xml Fri Apr  1 09:49:08 2016
@@ -510,9 +510,9 @@ list of possible build targets.
       <fileset dir="${util.src.java.dir}">
         <patternset refid="java-only"/>
       </fileset>
-      <fileset dir="${basedir}">
-        <include name="../LICENSE"/>
-        <include name="../NOTICE"/>
+      <fileset dir="${basedir}/..">
+        <include name="LICENSE"/>
+        <include name="NOTICE"/>
       </fileset>
     </jar>
   </target>



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to