brett 2004/06/12 16:38:35
Modified: java plugin.jelly plugin.properties
java/xdocs properties.xml
Log:
PR: MPJAVA-20
Clear up maven.compile.source duplications
Revision Changes Path
1.28 +1 -2 maven-plugins/java/plugin.jelly
Index: plugin.jelly
===================================================================
RCS file: /home/cvs/maven-plugins/java/plugin.jelly,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- plugin.jelly 8 May 2004 01:02:29 -0000 1.27
+++ plugin.jelly 12 Jun 2004 23:38:35 -0000 1.28
@@ -48,13 +48,12 @@
excludes="**/package.html"
debug="${maven.compile.debug}"
deprecation="${maven.compile.deprecation}"
- source="${maven.compile.source}"
target="${maven.compile.target}"
optimize="${maven.compile.optimize}">
<ant:src>
<ant:path refid="maven.compile.src.set"/>
</ant:src>
-
+
<!--
|
| Source Modifications.
1.10 +0 -1 maven-plugins/java/plugin.properties
Index: plugin.properties
===================================================================
RCS file: /home/cvs/maven-plugins/java/plugin.properties,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- plugin.properties 10 Apr 2004 02:22:12 -0000 1.9
+++ plugin.properties 12 Jun 2004 23:38:35 -0000 1.10
@@ -19,4 +19,3 @@
# -------------------------------------------------------------------
maven.compile.target = 1.1
-maven.compile.source = 1.3
1.13 +0 -14 maven-plugins/java/xdocs/properties.xml
Index: properties.xml
===================================================================
RCS file: /home/cvs/maven-plugins/java/xdocs/properties.xml,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- properties.xml 7 Jun 2004 12:09:10 -0000 1.12
+++ properties.xml 12 Jun 2004 23:38:35 -0000 1.13
@@ -144,20 +144,6 @@
</td>
</tr>
<tr>
- <td>maven.compile.source</td>
- <td>Yes</td>
- <td>
- <p>
- Provide source compatibility with a specific release
- </p>
- <p>
- Corresponds to the <code>source</code> attribute for the ant
- <a href="http://ant.apache.org/manual/CoreTasks/javac.html">javac</a>
- task.
- </p>
- </td>
- </tr>
- <tr>
<td>maven.compile.src.set</td>
<td>Yes</td>
<td>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]