dion        2004/11/21 19:26:01

  Modified:    jelly    project.xml
  Log:
  Fix up entity stuffup via scm:prep
  
  Revision  Changes    Path
  1.155     +21 -53    jakarta-commons/jelly/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/jelly/project.xml,v
  retrieving revision 1.154
  retrieving revision 1.155
  diff -u -r1.154 -r1.155
  --- project.xml       22 Nov 2004 03:12:56 -0000      1.154
  +++ project.xml       22 Nov 2004 03:26:01 -0000      1.155
  @@ -1,3 +1,18 @@
  +<!--
  +  Copyright 2002,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.
  +-->
   <?xml version="1.0" encoding="UTF-8"?>
   <!DOCTYPE project [
     <!-- see file for description -->
  @@ -293,75 +308,28 @@
       </contributor>
     </contributors>
     <dependencies>
  -    <!--
  -  Copyright 2002,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.
  --->
  -&commonDeps;
  +
       <!-- 
         the common Maven dependencies for Jelly shared by the core
         build and all individual taglib builds.  Use this
         file to keep all dependency versions in sync.
         Does not include CLI (Command Line Interface).
       -->
  +     &commonDeps;
   
  -    <dependency>
  -      <id>commons-jexl</id>
  -      <version>1.0</version>
  -    </dependency>
  -    <dependency>
  -      <id>xml-apis</id>
  -      <version>1.0.b2</version>
  -    </dependency>
  -    <dependency>
  -      <id>commons-beanutils</id>
  -      <version>1.7.0</version>
  -    </dependency>
  -    <dependency>
  -      <id>commons-collections</id>
  -      <version>2.1</version>
  -    </dependency>
  -    <dependency>
  -      <id>commons-logging</id>
  -      <version>1.0.3</version>
  -    </dependency>
  -    <dependency>
  -      <id>dom4j</id>
  -      <version>1.5</version>
  -    </dependency>
  -    <dependency>
  -      <id>jaxen</id>
  -      <version>1.1-beta-2</version>
  -    </dependency>
  -    <dependency>
  -      <id>xerces</id>
  -      <version>2.2.1</version>
  -    </dependency>
       <!-- for servlet support -->
  -
       <dependency>
         <id>servletapi</id>
         <version>2.3</version>
       </dependency>
  -    <!-- for command line interface support -->
   
  +    <!-- for command line interface support -->
       <dependency>
         <id>commons-cli</id>
         <version>1.0</version>
       </dependency>
  -    <!-- this is brought in by the commons-cli dependency -->
   
  +    <!-- this is brought in by the commons-cli dependency -->
       <dependency>
         <id>commons-lang</id>
         <version>2.0</version>
  @@ -370,15 +338,15 @@
         <id>commons-discovery</id>
         <version>20030211.213356</version>
       </dependency>
  -    <!-- for the jelly startup scripts -->
   
  +    <!-- for the jelly startup scripts -->
       <dependency>
         <id>forehead</id>
         <version>1.0-beta-5</version>
         <url>http://forehead.werken.com/</url>
       </dependency>
  -    <!-- for the jstl interfaces -->
   
  +    <!-- for the jstl interfaces -->
       <dependency>
         <groupId>jstl</groupId>
         <artifactId>jstl</artifactId>
  
  
  

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

Reply via email to