You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by ws...@apache.org on 2005/11/13 05:16:42 UTC

svn commit: r332883 - /struts/core/trunk/project.xml

Author: wsmoak
Date: Sat Nov 12 20:16:36 2005
New Revision: 332883

URL: http://svn.apache.org/viewcvs?rev=332883&view=rev
Log:
Include validator-rules.xml in the struts-core jar.
Removed dependencies related to TLD generation (TLDs are in src/tld.)

Modified:
    struts/core/trunk/project.xml

Modified: struts/core/trunk/project.xml
URL: http://svn.apache.org/viewcvs/struts/core/trunk/project.xml?rev=332883&r1=332882&r2=332883&view=diff
==============================================================================
--- struts/core/trunk/project.xml (original)
+++ struts/core/trunk/project.xml Sat Nov 12 20:16:36 2005
@@ -2,7 +2,7 @@
 <project>
 <!-- 
 /*
- * Copyright 2001-2004 The Apache Software Foundation.
+ * Copyright 2001-2005 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.
@@ -94,28 +94,6 @@
     </branch>
   </branches>
   
-  <dependencies>
-
-    <!-- for tld generation -->
-    <dependency>
-      <groupId>xml-apis</groupId>
-      <artifactId>xml-apis</artifactId>
-      <version>2.0.2</version>
-      <url>http://xml.apache.org/commons/</url>
-      <properties>
-        <war.bundle>true</war.bundle>
-      </properties>
-    </dependency>
-    
-    <dependency>
-      <groupId>xalan</groupId>
-      <artifactId>xalan</artifactId>
-      <version>2.5.1</version>
-      <url>http://xml.apache.org/xalan</url>
-    </dependency>
-    
-  </dependencies>
-  
   <build>
     <sourceDirectory>src/java</sourceDirectory>
     <unitTestSourceDirectory>src/test</unitTestSourceDirectory>
@@ -159,6 +137,13 @@
         <targetPath>org/apache/struts/chain</targetPath>
         <includes>
           <include>chain-config.xml</include>
+        </includes>
+      </resource>
+      <resource>
+        <directory>conf/java</directory>
+        <targetPath>org/apache/struts/validator</targetPath>
+        <includes>
+          <include>validator-rules.xml</include>
         </includes>
       </resource>
       <resource>



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