dion        2003/07/09 17:53:12

  Modified:    src/plugins-build/plugin/src/plugin-resources/templates
                        properties-empty.jelly goals-empty.jelly
                        properties.jelly goals.jelly
  Log:
  Remove hard coded authors
  
  Revision  Changes    Path
  1.2       +17 -18    
maven/src/plugins-build/plugin/src/plugin-resources/templates/properties-empty.jelly
  
  Index: properties-empty.jelly
  ===================================================================
  RCS file: 
/home/cvs/maven/src/plugins-build/plugin/src/plugin-resources/templates/properties-empty.jelly,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- properties-empty.jelly    24 Jan 2003 03:45:13 -0000      1.1
  +++ properties-empty.jelly    10 Jul 2003 00:53:12 -0000      1.2
  @@ -1,19 +1,18 @@
  -<project xmlns:x="jelly:xml" xmlns:j="jelly:core">
  -
  -<j:whitespace trim="no" xmlns="dummy">
  -<document>
  -
  -  <properties>
  -    <title>${pom.name} Properties</title>
  -    <author email="[EMAIL PROTECTED]">dIon Gillard</author>
  -  </properties>
  -
  -  <body>
  -    <section name="${pom.name} Settings">
  -      <p>There are no settings to customize this plugin</p>
  -    </section>
  -  </body>
  -</document>
  -</j:whitespace>
  -
  +<project xmlns:x="jelly:xml" xmlns:j="jelly:core">
  +
  +<j:whitespace trim="no" xmlns="dummy">
  +<document>
  +
  +  <properties>
  +    <title>${pom.name} Properties</title>
  +  </properties>
  +
  +  <body>
  +    <section name="${pom.name} Settings">
  +      <p>There are no settings to customize this plugin</p>
  +    </section>
  +  </body>
  +</document>
  +</j:whitespace>
  +
   </project>
  
  
  
  1.2       +16 -17    
maven/src/plugins-build/plugin/src/plugin-resources/templates/goals-empty.jelly
  
  Index: goals-empty.jelly
  ===================================================================
  RCS file: 
/home/cvs/maven/src/plugins-build/plugin/src/plugin-resources/templates/goals-empty.jelly,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- goals-empty.jelly 24 Jan 2003 03:45:13 -0000      1.1
  +++ goals-empty.jelly 10 Jul 2003 00:53:12 -0000      1.2
  @@ -1,18 +1,17 @@
  -<project xmlns:x="jelly:xml" xmlns:j="jelly:core">
  -
  -<j:whitespace trim="no" xmlns="dummy">
  -<document>
  -
  -  <properties>
  -    <title>${pom.name} Goals</title>
  -    <author email="[EMAIL PROTECTED]">dIon Gillard</author>
  -  </properties>
  -  <body>
  -    <section name="${pom.name} Goals">
  -      <p>This plugin defines no goals</p>
  -    </section>
  -  </body>
  -</document>
  -</j:whitespace>
  -
  +<project xmlns:x="jelly:xml" xmlns:j="jelly:core">
  +
  +<j:whitespace trim="no" xmlns="dummy">
  +<document>
  +
  +  <properties>
  +    <title>${pom.name} Goals</title>
  +  </properties>
  +  <body>
  +    <section name="${pom.name} Goals">
  +      <p>This plugin defines no goals</p>
  +    </section>
  +  </body>
  +</document>
  +</j:whitespace>
  +
   <project>
  
  
  
  1.2       +31 -32    
maven/src/plugins-build/plugin/src/plugin-resources/templates/properties.jelly
  
  Index: properties.jelly
  ===================================================================
  RCS file: 
/home/cvs/maven/src/plugins-build/plugin/src/plugin-resources/templates/properties.jelly,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- properties.jelly  24 Jan 2003 03:45:13 -0000      1.1
  +++ properties.jelly  10 Jul 2003 00:53:12 -0000      1.2
  @@ -1,33 +1,32 @@
  -<project xmlns:x="jelly:xml" xmlns:j="jelly:core">
  -
  -<j:whitespace trim="no" xmlns="dummy">
  -<document>
  -
  -  <properties>
  -    <title>${pom.name} Properties</title>
  -    <author email="[EMAIL PROTECTED]">dIon Gillard</author>
  -  </properties>
  -
  -  <body>
  -    <section name="${pom.name} Settings">
  -      <table>
  -        <tr><th>Property</th><th>Optional?</th><th>Description</th></tr>
  -        <j:forEach var="var" items="${vars}">
  -          <j:if test="${var.key.startsWith('maven.')}" trim="no">
  -            <tr>
  -              <td>${var.key}</td>
  -              <td>Yes</td>
  -              <td>
  -                <p>Default value is <code>${var.value}</code>.</p>
  -                <!-- More detailed description goes here -->
  -              </td>
  -            </tr>
  -          </j:if>
  -        </j:forEach>
  -      </table>
  -    </section>
  -  </body>
  -</document>
  -</j:whitespace>
  -
  +<project xmlns:x="jelly:xml" xmlns:j="jelly:core">
  +
  +<j:whitespace trim="no" xmlns="dummy">
  +<document>
  +
  +  <properties>
  +    <title>${pom.name} Properties</title>
  +  </properties>
  +
  +  <body>
  +    <section name="${pom.name} Settings">
  +      <table>
  +        <tr><th>Property</th><th>Optional?</th><th>Description</th></tr>
  +        <j:forEach var="var" items="${vars}">
  +          <j:if test="${var.key.startsWith('maven.')}" trim="no">
  +            <tr>
  +              <td>${var.key}</td>
  +              <td>Yes</td>
  +              <td>
  +                <p>Default value is <code>${var.value}</code>.</p>
  +                <!-- More detailed description goes here -->
  +              </td>
  +            </tr>
  +          </j:if>
  +        </j:forEach>
  +      </table>
  +    </section>
  +  </body>
  +</document>
  +</j:whitespace>
  +
   </project>
  
  
  
  1.2       +24 -25    
maven/src/plugins-build/plugin/src/plugin-resources/templates/goals.jelly
  
  Index: goals.jelly
  ===================================================================
  RCS file: 
/home/cvs/maven/src/plugins-build/plugin/src/plugin-resources/templates/goals.jelly,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- goals.jelly       24 Jan 2003 03:45:13 -0000      1.1
  +++ goals.jelly       10 Jul 2003 00:53:12 -0000      1.2
  @@ -1,26 +1,25 @@
  -<project
  -  xmlns:x="jelly:xml"
  -  xmlns:j="jelly:core">
  -  
  -<j:whitespace trim="no" xmlns="dummy">
  -<document>
  -
  -  <properties>
  -    <title>${pom.name} Goals</title>
  -    <author email="[EMAIL PROTECTED]">dIon Gillard</author>
  -  </properties>
  -  <body>
  -      <goals>
  -        <x:forEach var="goal" select="$def/*/goal" sort="@name">
  -          <goal>
  -            <name><x:expr select="$goal/@name"/></name>
  -            <description>
  -              <x:expr select="$goal/@description"/>
  -            </description>
  -          </goal>
  -        </x:forEach>
  -      </goals>
  -  </body>
  -</document>
  -</j:whitespace>
  +<project
  +  xmlns:x="jelly:xml"
  +  xmlns:j="jelly:core">
  +  
  +<j:whitespace trim="no" xmlns="dummy">
  +<document>
  +
  +  <properties>
  +    <title>${pom.name} Goals</title>
  +  </properties>
  +  <body>
  +      <goals>
  +        <x:forEach var="goal" select="$def/*/goal" sort="@name">
  +          <goal>
  +            <name><x:expr select="$goal/@name"/></name>
  +            <description>
  +              <x:expr select="$goal/@description"/>
  +            </description>
  +          </goal>
  +        </x:forEach>
  +      </goals>
  +  </body>
  +</document>
  +</j:whitespace>
   </project>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to