Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37890844
en ru br
ALT Linux repos
S:2.0-alt2_1jpp6

Group :: Development/Java
RPM: jhlabs-filters

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: jhlabs-filters-build.patch
Download


--- build.xml.orig	2010-06-15 20:15:36.000000000 +0200
+++ build.xml	2010-06-15 20:18:32.000000000 +0200
@@ -45,4 +45,22 @@
         <delete dir="${bin}"/>
         <delete dir="${dist}"/>
     </target>
+
+    <target name="javadoc" 
+            description="Creates the API documentation using JavaDoc." >
+        <mkdir dir="api"      />
+        <javadoc
+            sourcepath="src"
+            packagenames="com.jhlabs.*"
+            destdir="api"
+            encoding="UTF-8"
+            access="protected"
+            author="true"
+            version="true"
+            use="true"
+            windowtitle="jhlabs-filters 2.0 API"
+            doctitle="jhlabs-filters 2.0 API">
+         </javadoc>
+    </target>
+
 </project>
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin