You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by hu...@apache.org on 2005/11/14 00:29:23 UTC

svn commit: r344005 - in /struts: el/trunk/project.xml plugins/trunk/project.xml

Author: husted
Date: Sun Nov 13 15:29:16 2005
New Revision: 344005

URL: http://svn.apache.org/viewcvs?rev=344005&view=rev
Log:
el and plugins - Update path setting in project.xml. 

Modified:
    struts/el/trunk/project.xml
    struts/plugins/trunk/project.xml

Modified: struts/el/trunk/project.xml
URL: http://svn.apache.org/viewcvs/struts/el/trunk/project.xml?rev=344005&r1=344004&r2=344005&view=diff
==============================================================================
--- struts/el/trunk/project.xml (original)
+++ struts/el/trunk/project.xml Sun Nov 13 15:29:16 2005
@@ -185,7 +185,7 @@
   
   <build>
     
-    <sourceDirectory>src/share</sourceDirectory>
+    <sourceDirectory>src/java</sourceDirectory>
     <unitTestSourceDirectory>src/test</unitTestSourceDirectory>
     <integrationUnitTestSourceDirectory />
     <aspectSourceDirectory />

Modified: struts/plugins/trunk/project.xml
URL: http://svn.apache.org/viewcvs/struts/plugins/trunk/project.xml?rev=344005&r1=344004&r2=344005&view=diff
==============================================================================
--- struts/plugins/trunk/project.xml (original)
+++ struts/plugins/trunk/project.xml Sun Nov 13 15:29:16 2005
@@ -70,11 +70,22 @@
       <url>http://struts.apache.org/</url>
 	</dependency>
 
+    <dependency>
+      <groupId>commons-logging</groupId>
+      <artifactId>commons-logging</artifactId>
+      <version>1.0.4</version>
+      <url>http://jakarta.apache.org/commons/logging/</url>
+      <properties>
+        <war.bundle>true</war.bundle>
+      </properties>
+    </dependency>
+    
+
   </dependencies>
   
   <build>
     
-    <sourceDirectory>src/share</sourceDirectory>
+    <sourceDirectory>src/java</sourceDirectory>
     <unitTestSourceDirectory>src/test</unitTestSourceDirectory>
     <integrationUnitTestSourceDirectory />
     <aspectSourceDirectory />



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