seade       2004/03/31 16:59:50

  Modified:    extensions/maven-plugin project.xml README maven.xml
  Added:       extensions/maven-plugin/xdocs/images jakarta.png
                        blue-logo.gif
  Log:
  A bunch of fixes to make the site generate properly. Added ASL 2.0 headers.
  
  Revision  Changes    Path
  1.1                  
jakarta-turbine-2/extensions/maven-plugin/xdocs/images/jakarta.png
  
        <<Binary file>>
  
  
  1.1                  
jakarta-turbine-2/extensions/maven-plugin/xdocs/images/blue-logo.gif
  
        <<Binary file>>
  
  
  1.6       +51 -10    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.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- project.xml       31 Mar 2004 19:16:46 -0000      1.5
  +++ project.xml       1 Apr 2004 00:59:50 -0000       1.6
  @@ -1,4 +1,21 @@
   <?xml version="1.0" encoding="ISO-8859-1"?>
  +<!-- 
  +/*
  + * Copyright 2001-2004 The Apache Software Foundation.
  + * 
  + * Licensed under the Apache License, Version 2.0 (the "License");
  + * you may not use this file except in compliance with the License.
  + * You may obtain a copy of the License at
  + * 
  + *      http://www.apache.org/licenses/LICENSE-2.0
  + * 
  + * Unless required by applicable law or agreed to in writing, software
  + * distributed under the License is distributed on an "AS IS" BASIS,
  + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + * See the License for the specific language governing permissions and
  + * limitations under the License.
  + */
  + -->
   
   <!-- =================================================================== -->
   <!--                                                                     -->
  @@ -12,21 +29,45 @@
     <pomVersion>3</pomVersion>
     <id>maven-turbine-plugin</id>
     <name>Maven Environment for Turbine Applications Plugin</name>
  +  <groupId>turbine</groupId>
     <currentVersion>1.0-dev</currentVersion>
  -  <shortDescription>Maven Environment for Turbine Applications</shortDescription>
  -  <description>
  -    The Maven Environment for Turbine Applications (M.E.T.A.) is a replacement
  -    for the Turbine Development Kit. It is based on Maven and contains a well
  -    defined setup for starting new Turbine applications.
  -  </description>
     <organization>
       <name>Apache Software Foundation</name>
       <url>http://jakarta.apache.org/</url>
  -    <logo>/images/jakarta-logo-blue.gif</logo>
  +    <logo>/images/jakarta.png</logo>
     </organization>
  -  <logo>/images/blue-logo.gif</logo>
     <inceptionYear>2003</inceptionYear>
  -  <releases/>
  +  <package>org.apache.turbine</package>
  +  <logo>/images/blue-logo.gif</logo>
  +  <description>
  +    The Maven Environment for Turbine Applications (M.E.T.A.) is a replacement
  +    for the Turbine Development Kit. It is based on Maven and contains a well
  +    defined setup for starting new Turbine applications.
  +  </description>
  +  <shortDescription>Maven Environment for Turbine Applications</shortDescription>
  +  <url>http://jakarta.apache.org/turbine/turbine-2.4/maven-turbine-plugin/</url>
  +  <issueTrackingUrl>http://issues.apache.org/scarab/issues</issueTrackingUrl>
  +  <siteAddress>jakarta.apache.org</siteAddress>
  +  
<siteDirectory>/www/jakarta.apache.org/turbine/turbine-2.4/maven-turbine-plugin/</siteDirectory>
  +  
<distributionDirectory>/www/jakarta.apache.org/builds/jakarta-turbine-2/</distributionDirectory>
  +  <repository>
  +    <connection>scm:cvs:pserver:[EMAIL 
PROTECTED]:/home/cvspublic:jakarta-turbine-2/extensions/maven-plugin/</connection>
  +    
<url>http://cvs.apache.org/viewcvs/jakarta-turbine-2/extensions/maven-plugin/</url>
  +  </repository>
  +  <mailingLists>
  +    <mailingList>
  +      <name>Turbine User List</name>
  +      <subscribe>[EMAIL PROTECTED]</subscribe>
  +      <unsubscribe>[EMAIL PROTECTED]</unsubscribe>
  +      <archive>http://nagoya.apache.org/eyebrowse/[EMAIL PROTECTED]</archive>
  +    </mailingList>
  +    <mailingList>
  +      <name>Turbine Developer List</name>
  +      <subscribe>[EMAIL PROTECTED]</subscribe>
  +      <unsubscribe>[EMAIL PROTECTED]</unsubscribe>
  +      <archive>http://nagoya.apache.org/eyebrowse/[EMAIL PROTECTED]</archive>
  +    </mailingList>
  +  </mailingLists>
     <developers>
       <developer>
         <name>Eric Pugh</name>
  
  
  
  1.2       +17 -3     jakarta-turbine-2/extensions/maven-plugin/README
  
  Index: README
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-2/extensions/maven-plugin/README,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- README    31 Mar 2004 19:16:46 -0000      1.1
  +++ README    1 Apr 2004 00:59:50 -0000       1.2
  @@ -1,9 +1,23 @@
  -Maven Environment for Turbine Applications (META)
   =================================================
  +Copyright 2003,2004 The Apache Software Foundation
  +
  +Licensed under the Apache License, Version 2.0 (the "License");
  +you may not use this file except in compliance with the License.
  +You may obtain a copy of the License at
   
  -(C) 2003, 2004 The Apache Software Foundation
  -Author: Henning P. Schmiedehausen <[EMAIL PROTECTED]>
  +    http://www.apache.org/licenses/LICENSE-2.0
  +
  +Unless required by applicable law or agreed to in writing, software
  +distributed under the License is distributed on an "AS IS" BASIS,
  +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  +See the License for the specific language governing permissions and
  +limitations under the License.
  +=================================================
  +
  +Maven Environment for Turbine Applications (META)
   Version: 1.0
  +$Id$
  +=================================================
   
   General
   *******
  
  
  
  1.4       +18 -1     jakarta-turbine-2/extensions/maven-plugin/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-2/extensions/maven-plugin/maven.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- maven.xml 31 Mar 2004 19:16:46 -0000      1.3
  +++ maven.xml 1 Apr 2004 00:59:50 -0000       1.4
  @@ -1,4 +1,21 @@
   <?xml version="1.0" encoding="ISO-8859-1"?>
  +<!-- 
  +/*
  + * Copyright 2001-2004 The Apache Software Foundation.
  + * 
  + * Licensed under the Apache License, Version 2.0 (the "License");
  + * you may not use this file except in compliance with the License.
  + * You may obtain a copy of the License at
  + * 
  + *      http://www.apache.org/licenses/LICENSE-2.0
  + * 
  + * Unless required by applicable law or agreed to in writing, software
  + * distributed under the License is distributed on an "AS IS" BASIS,
  + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + * See the License for the specific language governing permissions and
  + * limitations under the License.
  + */
  + -->
   
   <!-- ======================================================================== -->
   <!--                                                                          -->
  
  
  

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

Reply via email to