Hello community, here is the log from the commit of package likewiseopenagt checked in at Fri Sep 29 02:11:31 CEST 2006. -------- --- likewiseopenagt/likewiseopenagt.changes 2006-01-25 21:37:51.000000000 +0100 +++ /mounts/work_users/ro/STABLE/likewiseopenagt/likewiseopenagt.changes 2006-09-29 02:11:08.000000000 +0200 @@ -1,0 +2,6 @@ +Fri Sep 29 02:10:52 CEST 2006 - ro@suse.de + +- use source=1.4 for java +- add xalan-j2 to classpath + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ likewiseopenagt.spec ++++++ --- /var/tmp/diff_new_pack.lTetNv/_old 2006-09-29 02:11:23.000000000 +0200 +++ /var/tmp/diff_new_pack.lTetNv/_new 2006-09-29 02:11:23.000000000 +0200 @@ -5,13 +5,13 @@ # This file and all modifications and additions to the pristine # package are under the same license as the package itself. # -# Please submit bugfixes or comments via http://bugs.opensuse.org +# Please submit bugfixes or comments via http://bugs.opensuse.org/ # # norootforbuild Name: likewiseopenagt -BuildRequires: ant concurrent java2-devel-packages log4j perl-SOAP-Lite +BuildRequires: ant concurrent java2-devel-packages log4j perl-SOAP-Lite xalan-j2 %define likewisedir %{_datadir}/likewise %define centerisdir %{_datadir}/centeris URL: http://likewiseopenagt.sourceforge.net/ @@ -20,7 +20,7 @@ Autoreqprov: on Requires: java Version: 0.12 -Release: 1 +Release: 18 Summary: Likewise Open Agent Source0: http://sourceforge.net/projects/likewiseopenagt/likewise-open-agent-%{version}.0-src.tar.gz Source1: README @@ -42,6 +42,7 @@ %build . /etc/ant.conf export ANT_HOME +export CLASSPATH="/usr/share/java/xalan-j2.jar" pushd Linux/cesm-agent ant all popd @@ -119,6 +120,9 @@ # %changelog -n likewiseopenagt +* Fri Sep 29 2006 - ro@suse.de +- use source=1.4 for java +- add xalan-j2 to classpath * Wed Jan 25 2006 - mls@suse.de - converted neededforbuild to BuildRequires * Mon Jan 23 2006 - skh@suse.de ++++++ likewiseopenagt.0.12.0.patch ++++++ --- /var/tmp/diff_new_pack.lTetNv/_old 2006-09-29 02:11:23.000000000 +0200 +++ /var/tmp/diff_new_pack.lTetNv/_new 2006-09-29 02:11:23.000000000 +0200 @@ -1,6 +1,5 @@ -diff -Naur likewise-open-agent-0.12.0.orig/Linux/cesm-agent/build.properties likewise-open-agent-0.12.0/Linux/cesm-agent/build.properties ---- likewise-open-agent-0.12.0.orig/Linux/cesm-agent/build.properties 2006-01-22 20:24:36.000000000 +0100 -+++ likewise-open-agent-0.12.0/Linux/cesm-agent/build.properties 2006-01-23 14:11:45.000000000 +0100 +--- likewise-open-agent-0.12.0/Linux/cesm-agent/build.properties ++++ likewise-open-agent-0.12.0/Linux/cesm-agent/build.properties @@ -34,6 +34,6 @@ label=build-31415 @@ -10,9 +9,8 @@ +concurrent=/usr/share/java/concurrent.jar +log4j=/usr/share/java/log4j.jar -diff -Naur likewise-open-agent-0.12.0.orig/Linux/cesm-agent/build.xml likewise-open-agent-0.12.0/Linux/cesm-agent/build.xml ---- likewise-open-agent-0.12.0.orig/Linux/cesm-agent/build.xml 2006-01-23 01:17:41.000000000 +0100 -+++ likewise-open-agent-0.12.0/Linux/cesm-agent/build.xml 2006-01-23 14:34:56.000000000 +0100 +--- likewise-open-agent-0.12.0/Linux/cesm-agent/build.xml ++++ likewise-open-agent-0.12.0/Linux/cesm-agent/build.xml @@ -40,7 +40,7 @@ value="${test.reports.dir}" /> <echo message="code base = ${code.base}" /> @@ -22,6 +20,15 @@ <fileset file="${log4j}" /> </path> <path id="exec.class.path"> +@@ -74,7 +74,7 @@ + </target> + + <target name="sambacommands" depends="init, compile"> +- <javac debug="true" srcdir="${sambacommands.src.dir}" ++ <javac source="1.4" target="1.4" debug="true" srcdir="${sambacommands.src.dir}" + destdir="${bin.dir}"> + <classpath refid="build.class.path" /> + </javac> @@ -86,14 +86,14 @@ <!-- TODO - clean up individual jar extractions, use the 'apply' task to operate over the set --> <echo message="${log4j}" /> @@ -40,3 +47,27 @@ </exec> <delete dir="${expjars.dir}/META-INF" /> <echo message="${output-text}" /> +@@ -132,12 +132,12 @@ + + <target name="compile" depends="init"> + +- <javac debug="true" srcdir="${src.dir}/com/centeris/webservice/utils" ++ <javac source="1.4" target="1.4" debug="true" srcdir="${src.dir}/com/centeris/webservice/utils" + destdir="${bin.dir}"> + <classpath refid="build.class.path" /> + </javac> + +- <javac debug="true" srcdir="${src.dir}/com/centeris/webservice/samba" ++ <javac source="1.4" target="1.4" debug="true" srcdir="${src.dir}/com/centeris/webservice/samba" + destdir="${bin.dir}"> + <classpath refid="build.class.path" /> + </javac> +@@ -232,7 +232,7 @@ + + <target name="test"> + <!-- Build the tests --> +- <javac debug="true" srcdir="${test.dir}" ++ <javac source="1.4" target="1.4" debug="true" srcdir="${test.dir}" + destdir="${test.build.dir}"> + <classpath refid="test.class.path" /> + </javac> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@suse.de