You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by lt...@apache.org on 2006/02/23 00:34:45 UTC

svn commit: r379982 - in /maven/maven-1/plugins/trunk/jar/xdocs: changes.xml properties.xml

Author: ltheussl
Date: Wed Feb 22 15:34:41 2006
New Revision: 379982

URL: http://svn.apache.org/viewcvs?rev=379982&view=rev
Log:
PR: MPJAR-47
Remove unused properties from documentation.

Modified:
    maven/maven-1/plugins/trunk/jar/xdocs/changes.xml
    maven/maven-1/plugins/trunk/jar/xdocs/properties.xml

Modified: maven/maven-1/plugins/trunk/jar/xdocs/changes.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/jar/xdocs/changes.xml?rev=379982&r1=379981&r2=379982&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/jar/xdocs/changes.xml (original)
+++ maven/maven-1/plugins/trunk/jar/xdocs/changes.xml Wed Feb 22 15:34:41 2006
@@ -25,6 +25,7 @@
   </properties>
   <body>
     <release version="1.8-SNAPSHOT" date="In SVN">
+      <action dev="ltheussl" type="update" issue="MPJAR-47">Remove unused properties from documentation.</action>
       <action dev="ltheussl" type="update" issue="MPJAR-35" due-to="Dennis Lundberg">Document need for jar.manifest.classpath property.</action>
       <action dev="aheritier" type="update" issue="MAVEN-1712">Update dependencies to match ones in maven 1.1 core and to unify them between plugins. The following dependencies are updated : 
         <ul>

Modified: maven/maven-1/plugins/trunk/jar/xdocs/properties.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/jar/xdocs/properties.xml?rev=379982&r1=379981&r2=379982&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/jar/xdocs/properties.xml (original)
+++ maven/maven-1/plugins/trunk/jar/xdocs/properties.xml Wed Feb 22 15:34:41 2006
@@ -38,23 +38,6 @@
           </td>
         </tr>
         <tr>
-          <td>maven.has.jar.resource.patterns</td>
-          <td>Yes</td>
-          <td>
-            This is a calculated property based on the value of the
-      <source><![CDATA[
-<build>
-  <resources>
-  </resources>
-</build>
-]]></source>
-           section of your 
-           <a href="http://maven.apache.org/reference/project-descriptor.html">
-           project descriptor</a>. If there are <code>includes</code> or <code>excludes</code>
-           elements, this property will be set to <code>true</code>.
-          </td>
-        </tr>
-        <tr>
           <td>maven.jar.excludes</td>
           <td>Yes</td>
           <td>
@@ -72,14 +55,6 @@
           </td>
         </tr>
         <tr>
-          <td>maven.jar.include.source</td>
-          <td>Yes</td>
-          <td>
-            Whether the source should be included in the jar.
-            The default value is <code>false</code>.
-          </td>
-        </tr>
-        <tr>
           <td>maven.jar.index</td>
           <td>Yes</td>
           <td>
@@ -127,42 +102,9 @@
           </td>
         </tr>
         <tr>
-          <td>maven.jarResources.basedir</td>
-          <td>Yes</td>
-          <td>
-            The base directory from which resources to be included in a jar can be found.
-            Defaults to the base directory of the project.
-          </td>
-        </tr>
-        <tr>
-          <td>maven.jar.resources.set</td>
-          <td>Yes</td>
-          <td>
-            This is the Ant <code>patternset</code> of all the <code>include</code>s and
-            <code>exclude</code>s from the
-      <source><![CDATA[
-<build>
-  <resources>
-  </resources>
-</build>
-]]></source>
-            section of your
-            <a href="http://maven.apache.org/reference/project-descriptor.html">
-            project descriptor</a>.
-          </td>
-        </tr>
-        <tr>
 		  <td>maven.jar.compress</td>
 		  <td>Yes</td>
 		  <td>Not only store data but also compress them, defaults to <code>true</code>.</td>
-        </tr>
-        <tr>
-          <td>maven.jar.source.path</td>
-          <td>Yes</td>
-          <td>
-            The location of the source code within the jar, if included.
-            The default value is <code>src</code>.
-          </td>
         </tr>
       </table>
     </section>