You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@excalibur.apache.org by sh...@apache.org on 2006/01/20 18:03:52 UTC

svn commit: r370858 - /excalibur/trunk/fortress/plugin/pom.xml

Author: shash
Date: Fri Jan 20 09:03:50 2006
New Revision: 370858

URL: http://svn.apache.org/viewcvs?rev=370858&view=rev
Log:
Directory structure is different from m2 default

Modified:
    excalibur/trunk/fortress/plugin/pom.xml

Modified: excalibur/trunk/fortress/plugin/pom.xml
URL: http://svn.apache.org/viewcvs/excalibur/trunk/fortress/plugin/pom.xml?rev=370858&r1=370857&r2=370858&view=diff
==============================================================================
--- excalibur/trunk/fortress/plugin/pom.xml (original)
+++ excalibur/trunk/fortress/plugin/pom.xml Fri Jan 20 09:03:50 2006
@@ -3,15 +3,15 @@
     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 
-    
+    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.
 -->
@@ -45,7 +45,10 @@
             <version>1.5</version>
         </dependency>
     </dependencies>
-    <build></build>
+    <build>
+        <sourceDirectory>${basedir}/src/java</sourceDirectory>
+        <testSourceDirectory>${basedir}/src/test</testSourceDirectory>
+    </build>
     <scm>
         <connection>scm:svn:http://svn.apache.org/repos/asf/excalibur/trunk/fortress/plugin</connection>
         <url>http://svn.apache.org/viewcvs.cgi/excalibur/trunk/fortress/plugin</url>



---------------------------------------------------------------------
To unsubscribe, e-mail: scm-unsubscribe@excalibur.apache.org
For additional commands, e-mail: scm-help@excalibur.apache.org