Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWX
]
jpackage-utils: JPackage utilities
- Summary
- Utilities for the JPackage Project <http://www.jpackage.org/>:
* /usr/bin/build-classpath
build the Java classpath in a portable manner
* /usr/bin/build-jar-repository
build a jar repository in a portable manner
* /usr/bin/rebuild-jar-repository
rebuild a jar repository in a portable manner
(after a jvm change...)
* /usr/bin/build-classpath-directory
build the Java classpath from a directory
* /usr/bin/diff-jars
show jar content differences
* /usr/bin/jvmjar
install jvm extensions
* /usr/share/java-utils/java-functions
shell script functions library for Java
applications
* /etc/java/jpackage-release
string identifying the currently installed
JPackage release
* /etc/java/java.conf
system-wide Java configuration file
* /usr/share/java-utils/java_home.list
common locations of various java virtual
machines/java development kits
* /etc/rpm/macros.jpackage
RPM macros for Java packagers and developers
* /usr/share/doc/jpackage-utils-1.5.39/jpackage-policy
Java packaging policy for packagers and
developers
Changelog
- * Tue Oct 12 10:00:00 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:1.5.39-1jpp
-
- Add support for installing macros.jpackage into Asianux's rpm config,
thanks to Robert Ottenhag for the info.
- Update java_home.list with Sun's vendor default 1.4.2_05, 1.4.2_06 and
1.3.1_12 rpm install locations.
- Fix description wrt. java_home.list.
- * Mon Jun 7 10:00:00 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:1.5.38-1jpp
-
- Update java_home.list with Sun's default 1.5.0beta2 location.
- Nuke extra copy of java.conf from tarball.
- * Wed May 26 10:00:00 2004 Nicolas Mailhot <Nicolas.Mailhot at laPoste.net> - 0:1.5.37-1jpp
-
- add the --preserve-naming switch to build-jar-repository, and document it
(following a discussion with Chip Turner)