37 lines
1.5 KiB
Diff
37 lines
1.5 KiB
Diff
--- annogen-0.1.0/build-docs.xml.orig 2004-12-12 05:01:57.044198000 -0500
|
|
+++ annogen-0.1.0/build-docs.xml 2012-02-15 09:23:32.486891949 -0500
|
|
@@ -13,6 +13,9 @@
|
|
<pathelement location='external/lib/stax-api.jar'/>
|
|
<pathelement location='external/lib/stax-impl.jar'/>
|
|
<pathelement location='${env.ANT_HOME}/lib/ant.jar'/>
|
|
+ <pathelement location='/usr/share/java/qdox.jar'/>
|
|
+ <pathelement location='/usr/share/java/ant.jar'/>
|
|
+ <pathelement location='/usr/lib/jvm/java-1.7.0-openjdk-1.7.0.1.x86_64/lib/tools.jar'/>
|
|
</path>
|
|
|
|
<!-- Targets -->
|
|
@@ -40,7 +43,7 @@
|
|
classpathref='javadoc_classpath'
|
|
destdir='${jam_javadocs}'
|
|
windowtitle='JAM API Documentation'
|
|
- overview='docs/jam_overview.html'
|
|
+ overview='docs/jam-overview.html'
|
|
stylesheetfile='${docs_build_dir}/javadoc.css'>
|
|
<fileset dir='jam/core/src'>
|
|
<include name='**/*.java'/>
|
|
@@ -55,7 +58,7 @@
|
|
classpathref='javadoc_classpath'
|
|
destdir='${annogen_javadocs}'
|
|
windowtitle='JAM API Documentation'
|
|
- overview='docs/annogen_overview.html'
|
|
+ overview='docs/annogen-overview.html'
|
|
stylesheetfile='${docs_build_dir}/javadoc.css'>
|
|
<fileset dir='annogen/core/src'>
|
|
<include name='**/*.java'/>
|
|
@@ -93,4 +96,4 @@
|
|
</exec>
|
|
</target>
|
|
|
|
-</project>
|
|
\ No newline at end of file
|
|
+</project>
|