]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Fix generation of javadocs
authorJeremias Maerki <jeremias@apache.org>
Fri, 29 Nov 2002 08:46:15 +0000 (08:46 +0000)
committerJeremias Maerki <jeremias@apache.org>
Fri, 29 Nov 2002 08:46:15 +0000 (08:46 +0000)
Added optional target to generate a source jar for Eclipse

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/fop-0_20_2-maintain@195653 13f79535-47bb-0310-9956-ffa450edef68

build.xml

index 116a13bcda7c6fca107d1125f55abb26f465efbd..d0c20b382d272070f9874091bcb279f239fdf351 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -670,6 +670,12 @@ Sometimes ant gives out this warnings, but the build is finished without any pro
         <package name="org.apache.fop.fonts"/>
         <package name="org.apache.fop.fonts.*"/>
       </group>
+      <classpath refid="libs-build-classpath"/>
+      <classpath>
+        <fileset dir="${lib.dir}">
+          <include name="ant*.jar"/>
+        </fileset>
+      </classpath>
     </javadoc>
   </target>
 
@@ -736,6 +742,18 @@ Sometimes ant gives out this warnings, but the build is finished without any pro
 
   </target>
 
+  <!-- =================================================================== -->
+  <!-- Optional targets for Eclipse                                        -->
+  <!-- =================================================================== -->
+  <target name="src-jar" depends="prepare-src" description="Generates a source zip for Eclipse">
+    <jar jarfile="${build.dir}/${name}-src.jar">
+      <fileset dir="${build.src}">
+        <include name="**/*.java"/>
+      </fileset>
+    </jar>
+
+  </target>
+
   <!-- =================================================================== -->
   <!-- Clean targets                                                       -->
   <!-- =================================================================== -->