You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by rl...@apache.org on 2003/11/21 07:22:09 UTC

cvs commit: jakarta-struts project.xml maven.xml

rleland     2003/11/20 22:22:09

  Modified:    .        project.xml maven.xml
  Log:
  Apply patched by Tim Chen for Maven build items.
  
  Revision  Changes    Path
  1.9       +9 -10     jakarta-struts/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/project.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- project.xml	23 Aug 2003 04:24:35 -0000	1.8
  +++ project.xml	21 Nov 2003 06:22:09 -0000	1.9
  @@ -2,7 +2,7 @@
   <project>
     <pomVersion>3</pomVersion>
     <name>struts</name>
  -  <id>Struts</id>
  +  <id>struts</id>
     <currentVersion>1.2.0</currentVersion>
     <organization>
       <name>Apache Software Foundation</name>
  @@ -20,11 +20,11 @@
     <gumpRepositoryId>jakarta</gumpRepositoryId>
   
     <description>
  - The core of the Struts framework is a flexible control layer based on standard
  - technologies like Java Servlets, JavaBeans, ResourceBundles, 
  - and Extensible Markup Language (XML), as well as various Jakarta Commons packages.
  - Struts encourages application architectures based on the Model 2 approach, a variation
  - of the classic  Model-View-Controller (MVC) design paradigm.
  +The core of the Struts framework is a flexible control layer based on standard
  +technologies like Java Servlets, JavaBeans, ResourceBundles, 
  +and Extensible Markup Language (XML), as well as various Jakarta Commons packages.
  +Struts encourages application architectures based on the Model 2 approach, a variation
  +of the classic  Model-View-Controller (MVC) design paradigm.
   
   Struts provides its own Controller component and integrates with other technologies
   to provide the Model and the View. For the Model, Struts can interact with any standard
  @@ -36,7 +36,6 @@
   web application needs to survive. Struts helps you create an extensible 
   development environment for your application, based on published standards
   and proven design patterns.
  -
     </description>
   
     <url>http://jakarta.apache.org/</url>
  @@ -182,12 +181,12 @@
     </developers>
     <contributors>
       <contributor>
  -      <name></name>
  +      <name>Tim Chen</name>
         <id></id>
  -      <email></email>
  +      <email>tchen at ampabay.rr.com</email>
         <organization></organization>
         <roles>
  -        <role>Java Developer</role>
  +        <role></role>
         </roles>
       </contributor>
     </contributors>
  
  
  
  1.2       +1 -1      jakarta-struts/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/maven.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- maven.xml	23 Aug 2003 03:01:24 -0000	1.1
  +++ maven.xml	21 Nov 2003 06:22:09 -0000	1.2
  @@ -1,4 +1,4 @@
  -<project default="java:jar">
  +<project default="jar:jar">
   
     <preGoal name="xdoc:jelly-transform">
       <attainGoal name="html2xdoc"/>
  
  
  

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