You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by he...@apache.org on 2004/06/28 00:09:30 UTC

cvs commit: jakarta-turbine-2/extensions/maven-plugin/xdocs changes.xml

henning     2004/06/27 15:09:30

  Modified:    extensions/maven-plugin Tag: TURBINE_2_3_BRANCH project.xml
               extensions/maven-plugin/xdocs Tag: TURBINE_2_3_BRANCH
                        changes.xml
  Log:
  Added Changes documentation.
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.6.2.5   +11 -1     jakarta-turbine-2/extensions/maven-plugin/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-2/extensions/maven-plugin/project.xml,v
  retrieving revision 1.6.2.4
  retrieving revision 1.6.2.5
  diff -u -r1.6.2.4 -r1.6.2.5
  --- project.xml	27 Jun 2004 16:51:23 -0000	1.6.2.4
  +++ project.xml	27 Jun 2004 22:09:30 -0000	1.6.2.5
  @@ -90,6 +90,16 @@
       </developer>
     </developers>
   
  +  <contributors>
  +    <contributor>
  +      <name>Lester Ward</name>
  +      <email>lward@tagaudit.com</email>
  +      <roles>
  +        <role>Java Contributor</role>
  +      </roles>
  +    </contributor>      
  +  </contributors>
  +
     <!-- ======================================================================== -->
     <!--                                                                          -->
     <!-- M.E.T.A. itself has no dependencies on any jars.                         -->
  
  
  
  No                   revision
  No                   revision
  1.2.2.3   +33 -1     jakarta-turbine-2/extensions/maven-plugin/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-2/extensions/maven-plugin/xdocs/changes.xml,v
  retrieving revision 1.2.2.2
  retrieving revision 1.2.2.3
  diff -u -r1.2.2.2 -r1.2.2.3
  --- changes.xml	23 May 2004 18:17:14 -0000	1.2.2.2
  +++ changes.xml	27 Jun 2004 22:09:30 -0000	1.2.2.3
  @@ -24,8 +24,40 @@
     </properties>
   
     <body>
  +    <release version="1.2-dev" date="in CVS">
  +     <action dev="henning" type="update">
  +       remove the inplace switch, replace with mode selection to allow easy adding of
  +       other modes (Hint! Hint! We could really use an Eclipse Mode using the eclipse
  +       plugin).
  +     </action>
  +     <action dev="henning" type="update">
  +       Moved the flavor directories into common directories under the flavor version
  +       (suggested by Eric Pugh).
  +     </action>
  +     <action dev="henning" type="add">
  +       Added a resources directory as it is referenced in many other parts of the Turbine
  +       documentation (suggested by Lester Ward).
  +     </action>
  +     <action dev="henning" type="update">
  +       Reworked the inplace mode to be really &quot;in place&quot;. No more turbine:deploy
  +       needed (suggested by Lester Ward).
  +     </action>
  +     <action dev="henning" type="update">
  +       Reworked the creation of the maven.war.webxml property (suggested by Lester Ward).
  +     </action>
  +     <action dev="henning" type="add">
  +       Added a pages directory to put HTML pages that are part of an application in.
  +     </action>
  +     <action dev="henning" type="add">
  +       Added an index.html page so that accessing the webapp without any other part paths
  +       redirect to the Turbine home page.
  +     </action>
  +     <action dev="henning" type="add">
  +      Add copyright notices to all files.
  +     </action>
  +    </release>
       <release version="1.1-dev" date="in CVS">
  -     <action dev="henning" type="modify">
  +     <action dev="henning" type="update">
          Replaced the <code>turbine:inplace</code> goal by making <code>turbine:deploy</code>
          configureable.
        </action>
  
  
  

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