You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-java/jtreemap/files/jtreemap-1.1.0-build.xml.patch

31 lines
1.3 KiB

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

diff -Nur jtreemap-site-1.1.0/JTreeMap/build.xml jtreemap-site-1.1.0_patched/JTreeMap/build.xml
--- jtreemap-site-1.1.0/JTreeMap/build.xml 2007-04-29 11:46:46.000000000 +0300
+++ jtreemap-site-1.1.0_patched/JTreeMap/build.xml 2008-09-27 19:45:03.000000000 +0300
@@ -33,6 +33,10 @@
<include name="**/*.class" />
<include name="**/*.png" />
<include name="**/*.gif" />
+ </fileset>
+ <fileset dir="${java.dir}/main/java">
+ <include name="**/*.dtd" />
+ <include name="**/*.png" />
</fileset>
<manifest>
<attribute name="Main-Class" value="net.sf.jtreemap.swing.example.JTreeMapExample" />
@@ -60,7 +64,7 @@
</target>
<target name="javadoc">
- <javadoc packagenames="net.sf.jtreemap.swing.*,net.sf.jtreemap.swing.example.*" sourcepath="src" defaultexcludes="yes" destdir="doc" author="true" version="true" use="true" windowtitle="JTreeMap">
+ <javadoc packagenames="net.sf.jtreemap.swing.*,net.sf.jtreemap.swing.example.*" sourcepath="src/main/java" defaultexcludes="yes" destdir="doc" author="true" version="true" use="true" windowtitle="JTreeMap">
<doctitle>
<![CDATA[<h1>JTreeMap</h1>]]></doctitle>
<tag name="todo" scope="all" description="To do:" />
@@ -78,4 +82,4 @@
</zip>
</target>
-</project>
\ Dosya sonunda yenisatır yok.
+</project>