Codebase list java3d / ad1c73f
play nice with svn-buildpackage Onkar Shinde 14 years ago
2 changed file(s) with 3 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
2121 * debian/rules
2222 - Update JAVA_HOME to correspond to default-jdk.
2323 - Remove unnecessary reference to ant-launcher jar file.
24 - Add DEB_ANT_BUILDFILE and set it to the build.xml in j3d-core.
25 - Remove DEB_BUILDDIR.
2426 - Use cvs export instead of checkout. Doesn't need user interaction.
2527 - Use the release tag instead of getting latest files in cvs.
2628 Release tag is derived from upstream version.
44
55 JAVA_HOME := /usr/lib/jvm/default-java
66 DEB_JARS := ant-nodeps vecmath
7 DEB_ANT_BUILDFILE := j3d-core/build.xml
78 DEB_ANT_CLEAN_TARGET := clean
89 DEB_ANT_BUILD_TARGET := jar docs
9 DEB_BUILDDIR := j3d-core
1010
1111 install/libjava3d-java::
1212 set -e ; for jar in j3dcore j3dutils ; do \