diff options
Diffstat (limited to 'src/modules')
-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" |