diff options
author | Ralph Sennhauser <sera@gentoo.org> | 2012-06-11 12:48:25 +0000 |
---|---|---|
committer | Ralph Sennhauser <sera@gentoo.org> | 2012-06-11 12:48:25 +0000 |
commit | 327b89a30f742bfa0dce7894ab5e2318efa6b158 (patch) | |
tree | f053518d79c57af2d551d3ee00cc137d73dcf605 /src | |
parent | No more global scope code. #362745 (diff) | |
download | eselect-java-327b89a30f742bfa0dce7894ab5e2318efa6b158.tar.gz eselect-java-327b89a30f742bfa0dce7894ab5e2318efa6b158.tar.bz2 eselect-java-327b89a30f742bfa0dce7894ab5e2318efa6b158.zip |
Set module version to eselect-java version.
Also fixes useless version information. #398367
svn path=/projects/eselect-java/trunk/; revision=9071
Diffstat (limited to 'src')
-rw-r--r-- | src/modules/ecj.eselect.in | 2 | ||||
-rw-r--r-- | src/modules/java-nsplugin.eselect.in | 4 | ||||
-rw-r--r-- | src/modules/java-vm.eselect.in | 3 | ||||
-rw-r--r-- | src/modules/maven.eselect.in | 2 |
4 files changed, 4 insertions, 7 deletions
diff --git a/src/modules/ecj.eselect.in b/src/modules/ecj.eselect.in index b2e10ac..f9d5057 100644 --- a/src/modules/ecj.eselect.in +++ b/src/modules/ecj.eselect.in @@ -4,7 +4,7 @@ DESCRIPTION="Manage ECJ targets" MAINTAINER="java@gentoo.org" -VERSION="0.7" +VERSION="@VERSION@" ECJ="${EROOT}/usr/bin/ecj" ECJ_JAR="${EROOT}/usr/share/eclipse-ecj/ecj.jar" diff --git a/src/modules/java-nsplugin.eselect.in b/src/modules/java-nsplugin.eselect.in index 6b9c7eb..030fb5c 100644 --- a/src/modules/java-nsplugin.eselect.in +++ b/src/modules/java-nsplugin.eselect.in @@ -6,9 +6,7 @@ inherit tests multilib DESCRIPTION="Manage the Java plugin for Netscape-like Browsers" MAINTAINER="java@gentoo.org" -SVN_DATE='$Date: $' -VERSION=$(svn_date_to_version "${SVN_DATE}" ) - +VERSION="@VERSION@" PLUGINS_HOME="${ROOT}/usr/share/java-config-2/nsplugin" SYSTEM_PLUGIN_DIR="${ROOT}/usr/lib/nsbrowser/plugins" diff --git a/src/modules/java-vm.eselect.in b/src/modules/java-vm.eselect.in index 603c2fd..0b36f8c 100644 --- a/src/modules/java-vm.eselect.in +++ b/src/modules/java-vm.eselect.in @@ -4,8 +4,7 @@ DESCRIPTION="Manage the Java system and user VM" MAINTAINER="java@gentoo.org" -SVN_DATE='$Date: $' -VERSION=$(svn_date_to_version "${SVN_DATE}" ) +VERSION="@VERSION@" VM_BASE=/usr/lib/jvm VM_SYSTEM="/etc/java-config-2/current-system-vm" diff --git a/src/modules/maven.eselect.in b/src/modules/maven.eselect.in index cc049d3..976e02c 100644 --- a/src/modules/maven.eselect.in +++ b/src/modules/maven.eselect.in @@ -4,7 +4,7 @@ DESCRIPTION="Manage Maven targets" MAINTAINER="java@gentoo.org" -VERSION="0.2" +VERSION="@VERSION@" MVN="${EROOT}/usr/bin/mvn" |