From eaaf6cba607b0b15b9baa099dc9d25b6a649e187 Mon Sep 17 00:00:00 2001 From: vmassol Date: Thu, 7 Oct 2004 18:45:35 +0000 Subject: [PATCH] Make it work with any version of the JDK. fixes MPJAVA-22. git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@116120 13f79535-47bb-0310-9956-ffa450edef68 --- java/plugin.jelly | 5 ++++- java/plugin.properties | 2 -- java/xdocs/changes.xml | 1 + java/xdocs/properties.xml | 4 +--- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/java/plugin.jelly b/java/plugin.jelly index aaefbe1c..7475f300 100644 --- a/java/plugin.jelly +++ b/java/plugin.jelly @@ -48,7 +48,6 @@ excludes="**/package.html" debug="${maven.compile.debug}" deprecation="${maven.compile.deprecation}" - target="${maven.compile.target}" optimize="${maven.compile.optimize}"> @@ -116,6 +115,10 @@ + + + + diff --git a/java/plugin.properties b/java/plugin.properties index 482450b8..869f1911 100644 --- a/java/plugin.properties +++ b/java/plugin.properties @@ -17,5 +17,3 @@ # ------------------------------------------------------------------- # P L U G I N P R O P E R T I E S # ------------------------------------------------------------------- - -maven.compile.target = 1.1 diff --git a/java/xdocs/changes.xml b/java/xdocs/changes.xml index f2d60a45..a47faf97 100644 --- a/java/xdocs/changes.xml +++ b/java/xdocs/changes.xml @@ -26,6 +26,7 @@ + Make it work by default with any version of the JDK Deprecate dependency handle Use assert taglib for tests diff --git a/java/xdocs/properties.xml b/java/xdocs/properties.xml index 986ee7f8..565bd595 100644 --- a/java/xdocs/properties.xml +++ b/java/xdocs/properties.xml @@ -176,9 +176,7 @@

Corresponds to the target attribute for the ant javac - task. - This value defaults to 1.1 so that builds on JDK 1.4 or later stil work on - earlier JVMs. + task. This value defaults to the Ant task default value.