]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Put LICENSE and NOTICE in all important build artifacts.
authorJeremias Maerki <jeremias@apache.org>
Sun, 19 Nov 2006 12:50:06 +0000 (12:50 +0000)
committerJeremias Maerki <jeremias@apache.org>
Sun, 19 Nov 2006 12:50:06 +0000 (12:50 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@476808 13f79535-47bb-0310-9956-ffa450edef68

build.xml

index 8e9748e115a5229b4f21a0dc3edef066440ab671..61a220e108d657576145993a0aac07941023a3ff 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -514,6 +514,7 @@ list of possible build targets.
           <attribute name="Implementation-URL" value="http://xmlgraphics.apache.org/fop/"/>
         </section>
       </manifest>
+      <metainf dir="${basedir}" includes="LICENSE,NOTICE"/>
     </jar>
   </target>
 
@@ -531,6 +532,7 @@ list of possible build targets.
       <manifest>
         <attribute name="Build-Id" value="${ts} (${user.name} [${os.name} ${os.version} ${os.arch}, Java ${java.runtime.version}])"/>
       </manifest>
+      <metainf dir="${basedir}" includes="LICENSE,NOTICE"/>
     </jar>
   </target>
 
@@ -661,6 +663,7 @@ list of possible build targets.
         <attribute name="Implementation-Vendor" value="The Apache Software Foundation (http://xmlgraphics.apache.org/fop/)"/>
         <attribute name="Build-Id" value="${ts} (${user.name} [${os.name} ${os.version} ${os.arch}, Java ${java.runtime.version}])"/>
       </manifest>
+      <metainf dir="${basedir}" includes="LICENSE,NOTICE"/>
     </jar>
 
     <!-- all-in-one transcoder jar -->
@@ -703,6 +706,7 @@ list of possible build targets.
         <attribute name="Implementation-Vendor" value="The Apache Software Foundation (http://xmlgraphics.apache.org/fop/)"/>
         <attribute name="Build-Id" value="${ts} (${user.name} [${os.name} ${os.version} ${os.arch}, Java ${java.runtime.version}])"/>
       </manifest>
+      <metainf dir="${basedir}" includes="LICENSE,NOTICE"/>
     </jar>
   </target>