Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37859125
en ru br
ALT Linux repositórios
S:0-alt1_0.27.release20050331jpp11
5.0: 0.1-alt3_0.20041111.6jpp5
4.1: 0.1-alt2_0.20041111.2jpp1.7
4.0: 0.1-alt2_0.20041111.2jpp1.7
3.0: 20041111-alt1

Group :: Desenvolvimento/Java
RPM: isorelax

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

Patch: isorelax-apidocsandcompressedjar.patch
Download


Index: build.xml
===================================================================
RCS file: /cvsroot/iso-relax/build.xml,v
retrieving revision 1.2
diff -u -p -r1.2 build.xml
--- build.xml	11 Nov 2004 13:32:16 -0000	1.2
+++ build.xml	13 Feb 2007 15:39:47 -0000
@@ -12,6 +12,26 @@
 				<fileset dir="lib" includes="*.jar" />
 			</classpath>
 		</javac>
+
+		<!-- api docs -->
+      		<mkdir dir="apidocs"/>
+      		<javadoc packagenames="org.*"
+               		sourcepath="src"
+               		destdir="apidocs"
+               		windowtitle="ISORELAX"
+               		doctitle="ISORELAX"
+               		public="true"
+               		version="true"
+               		author="true"
+               		splitindex="false"
+               		nodeprecated="true"
+               		nodeprecatedlist="true"
+               		notree="true"
+               		noindex="false"
+               		nohelp="true"
+               		nonavbar="false"
+               		serialwarn="false">
+      		</javadoc>
 		
 		<!-- create a time stamp file -->
 		<echo file="temp/version.properties">version=${DSTAMP}</echo>
@@ -32,8 +52,7 @@
 		
 		<!-- creates binary jar -->
 		<delete file="isorelax.jar"/>
-		<jar	jarfile="isorelax.jar"
-				compress="false">
+		<jar	jarfile="isorelax.jar">
 			<fileset dir="temp" />
 			<fileset dir="" includes="COPYING.txt"/>
 			<!-- resource files -->
 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009