You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by ta...@apache.org on 2003/02/12 00:34:56 UTC

cvs commit: jakarta-jetspeed/src/plugins-build/jetspeed/xdocs changes.xml goals.xml index.xml navigation.xml properties.xml

taylor      2003/02/11 15:34:56

  Added:       src/plugins-build/jetspeed/xdocs changes.xml goals.xml
                        index.xml navigation.xml properties.xml
  Log:
  documentation for MergeProperties Maven plugin
  
  Revision  Changes    Path
  1.1                  jakarta-jetspeed/src/plugins-build/jetspeed/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  <?xml version="1.0"?>
  <document>
    <properties>
      <title>Changes</title>
      <author email="epugh@upstate.com">Eric Pugh</author>
    </properties>
  
    <body>
      <release version="1.0" date="2003-01-29">
        <action dev="epugh" type="add">
          Initial cut of plugin
        </action>
      </release>
    </body>
  </document>
  
  
  
  
  1.1                  jakarta-jetspeed/src/plugins-build/jetspeed/xdocs/goals.xml
  
  Index: goals.xml
  ===================================================================
  <?xml version="1.0"?>
  <document>
  
    <properties>
      <title>Maven Jetspeed Plug-in Goals</title>
      <author email="epugh@upstate.com">Eric Pugh</author>
    </properties>
  
    <body>
      <goals>
        <goal>
          <name>jetspeed:war-cactus</name>
          <description>
            Take a vanilla Jetspeed war and expand it into a working directory.  Then war up the project, 
            expand it into the working directory, and merge in the properties.  Then rewar everything and 
            place the new war in the orignal war location, but with all the new stuff.
          </description>
        </goal>
      </goals>
   </body>
  </document>
  
  
  
  1.1                  jakarta-jetspeed/src/plugins-build/jetspeed/xdocs/index.xml
  
  Index: index.xml
  ===================================================================
  <?xml version="1.0"?>
  <document>
  
    <properties>
      <title>Maven Castor Plug-in</title>
      <author email="jason@zenplex.com">Jason van Zyl</author>
    </properties>
  
    <body>
      <section name="Maven Castor Plug-in">
        <p>
         A plugin that currently just sets up castor for use in Jelly
        </p>
      </section>
   </body>
  </document>
  
  
  
  1.1                  jakarta-jetspeed/src/plugins-build/jetspeed/xdocs/navigation.xml
  
  Index: navigation.xml
  ===================================================================
  <?xml version="1.0" encoding="ISO-8859-1"?>
  <project name="Maven Castor Plugin">
  
    <title>Maven Jetspeed Plugin</title>
  
    <body>
      <links>
        <item name="Maven"      href="http://jakarta.apache.org/turbine/maven/"/>
        <item name="Jetspeed"     href="http://jakarta.apache.org/jetspeed/"/>
      </links>
      <menu name="Overview">
        <item name="Goals"      href="/goals.html" />
        <item name="Properties" href="/properties.html" />
      </menu>
    </body>
  </project>
  
  
  
  1.1                  jakarta-jetspeed/src/plugins-build/jetspeed/xdocs/properties.xml
  
  Index: properties.xml
  ===================================================================
  <?xml version="1.0" encoding="ISO-8859-1"?>
  <document>
  
    <properties>
      <title>Maven Jetspeed Plugin Properties</title>
      <author email="epugh@upstate.com">Eric Pugh</author>
    </properties>
  
    <body>
      <section name="Maven Jetspeed Plugin Settings">
        <table>
          <tr>
            <th>Property name</th>
            <th>Optional?</th>
            <th>Description</th>
          </tr>
          <tr>
            <td></td>
            <td></td>
            <td></td>
          </tr>
        </table>
      </section>
    </body>
  </document>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org