bodewig     2004/03/31 00:38:04

  Modified:    project  jakarta-struts.xml
  Added:       project  struts.xml
  Log:
  Prepare for the Struts move - don't activate it
  
  Revision  Changes    Path
  1.46      +1 -1      gump/project/jakarta-struts.xml
  
  Index: jakarta-struts.xml
  ===================================================================
  RCS file: /home/cvs/gump/project/jakarta-struts.xml,v
  retrieving revision 1.45
  retrieving revision 1.46
  diff -u -r1.45 -r1.46
  --- jakarta-struts.xml        19 Mar 2004 07:21:18 -0000      1.45
  +++ jakarta-struts.xml        31 Mar 2004 08:38:04 -0000      1.46
  @@ -60,7 +60,7 @@
         <description dir="tiles/documentation/api">Tiles Framework</description>
       </javadoc>
   
  -    <nag to="[EMAIL PROTECTED]"
  +    <nag to="[EMAIL PROTECTED]"
            from="Stefan Bodewig &lt;[EMAIL PROTECTED]&gt;"/>
     </project>
   
  
  
  
  1.1                  gump/project/struts.xml
  
  Index: struts.xml
  ===================================================================
  <?xml version="1.0" ?>
  <!--
    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.
  -->
  <module name="struts">
  
    <url href="http://struts.apache.org/"/>
    <description>
      Model 2 Model-View-Controller framework for Servlets and JSP
    </description>
  
    <!-- we'll see -->
    <cvs repository="jakarta"/>
    
    <project name="jakarta-struts">
      <depend project="struts" inherit="jars"/>
    </project>
  
    <project name="struts">
  
      <package>org.apache.struts</package>
  
      <ant target="dist">
        <property name="jdk.version" value="1.4"/>
        <depend property="jdbc20ext.jar" project="jdbc"/>
        <depend property="servlet.jar" project="jakarta-servletapi-4"/>
        <depend property="xerces.jar" project="xml-xerces" id="parser"/>
        <depend property="antlr.jar" project="antlr" id="antlr"/>
        <depend property="commons-beanutils.jar"   project="commons-beanutils"/>
        <depend property="commons-collections.jar" project="commons-collections"/>
        <depend property="commons-digester.jar"    project="commons-digester"/>
        <depend property="commons-fileupload.jar"  project="commons-fileupload"/>
        <depend property="commons-lang.jar"        project="commons-lang"/>
        <depend property="commons-logging.jar"     project="commons-logging" id="all"/>
        <depend property="commons-validator.jar"   project="commons-validator"/>
        <depend property="jakarta-oro.jar"         project="jakarta-oro"/>
  
      </ant>
  
      <depend project="xml-xalan2"/>
      <depend project="ant" inherit="runtime"/>
      <depend project="xml-xerces"/>
      <work nested="target/library/classes"/>
      <work nested="target/tiles/library/classes"/>
  
      <home nested="dist"/>
      <jar name="lib/struts.jar"/>
  
      <license name="LICENSE.txt"/>
  
      <javadoc nested="target">
        <description dir="documentation/api">Struts Framework</description>
        <description dir="documentation/userGuide">Struts Framework User 
Guide</description>
        <description dir="tiles/documentation/api">Tiles Framework</description>
      </javadoc>
  
      <nag to="[EMAIL PROTECTED]"
           from="Stefan Bodewig &lt;[EMAIL PROTECTED]&gt;"/>
    </project>
  
  </module>
  
  
  

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

Reply via email to