Fixed the building of javadoc

This commit is contained in:
Permaine Cheung 2007-04-19 03:22:43 +00:00
commit f0cb27f9db
2 changed files with 17 additions and 1 deletions

View file

@ -0,0 +1,11 @@
--- 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>

View file

@ -34,7 +34,7 @@
Name: adaptx
Version: 0.9.13
Release: 4jpp.1%{?dist}
Release: 4jpp.2%{?dist}
Summary: AdaptX XSLT processor and XPath engine
License: BSD
Group: Applications/Text
@ -44,6 +44,7 @@ Source0: %{name}-%{version}-src.tar.bz2
Patch0: %{name}-%{version}-xsl.patch
Patch1: %{name}-%{version}-missingstubs.patch
Patch2: %{name}-%{version}-build-xml.patch
Url: http://castor.codehaus.org/
BuildRequires: ant >= 0:1.6
BuildRequires: jpackage-utils >= 0:1.6
@ -96,6 +97,7 @@ done
%patch0
%patch1
%patch2
%build
perl -p -i -e 's|classic|modern|' src/build.xml
@ -166,6 +168,9 @@ fi
%doc build/doc/*
%changelog
* Wed Apr 18 2007 Permaine Cheung <pcheung@redhat.com> 0.9.13-4jpp.2
- Fixed the building of javadoc
* Wed Jan 31 2007 Deepak Bhole <dbhole@redhat.com> 0.9.13-4jpp.1
- Fixed issues raised by rpmlint