This is an automated email from the git hooks/post-receive script. seamlik-guest pushed a commit to branch master in repository icu4j-4.2.
commit 713899e152b525f821c10ebb1f226150225e3a7c Author: Niels Thykier <[email protected]> Date: Sun Jan 10 16:14:45 2010 +0000 Set JAVA_HOME. --- debian/build.xml | 1 + debian/rules | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/debian/build.xml b/debian/build.xml index edc37d9..168ec22 100644 --- a/debian/build.xml +++ b/debian/build.xml @@ -31,6 +31,7 @@ </move> <jar destfile="${output.dir}/${build.part}.jar" basedir="${source.base.dir}/${build.part}" manifest="${source.base.dir}/${build.part}/META-INF/MANIFEST.MF" + fork="yes" /> <fileset dir="${source.base.dir}/${build.part}" > <exclude name="**/.*/**" /> diff --git a/debian/rules b/debian/rules index ee5605e..9d2571d 100755 --- a/debian/rules +++ b/debian/rules @@ -1,10 +1,13 @@ #!/usr/bin/make -f +export JAVA_HOME:=/usr/lib/jvm/default-java/ + build: build-stamp build-stamp: dh_testdir - ant -Dicu4j.javac.source=1.5 -Dicu4j.javac.target=1.5 eclipseProjects eclipseCoreProject eclipseWrapperProject + ant -Dicu4j.javac.source=1.5 -Dicu4j.javac.target=1.5 \ + eclipseProjects eclipseCoreProject eclipseWrapperProject ant -f debian/build.xml build-jars touch $@ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/icu4j-4.2.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

