[icu4j-4.2] 11/32: Set JAVA_HOME.
Kai-Chung Yan
seamlik-guest at moszumanska.debian.org
Thu Mar 24 09:11:37 UTC 2016
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 <nthykier at debian.org>
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
More information about the pkg-java-commits
mailing list