This repository has been archived on 2026-01-16. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
adaptx/adaptx-0.9.13-build-xml.patch
2007-04-19 03:22:43 +00:00

11 lines
458 B
Diff

--- src/build.xml.orig 2007-04-18 17:10:00.000000000 -0400
+++ src/build.xml 2007-04-18 17:37:22.000000000 -0400
@@ -121,7 +121,7 @@
<mkdir dir="${build}/doc/javadoc" />
<javadoc sourcepath="${source}/main" destdir="${build}/doc/javadoc"
doctitle="Adaptx" public="true" noindex="true" author="true"
- packagenames="org.exolab.adaptx.*" />
+ packagenames="org.exolab.adaptx.*" source="1.4"/>
</target>