You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@excalibur.apache.org by jh...@apache.org on 2005/11/22 00:40:46 UTC

svn commit: r348024 - in /excalibur/trunk/framework: api/pom.xml impl/pom.xml

Author: jheymans
Date: Mon Nov 21 15:40:41 2005
New Revision: 348024

URL: http://svn.apache.org/viewcvs?rev=348024&view=rev
Log:
- All poms now inherit from the root excalibur pom
- Tests compile and run

Modified:
    excalibur/trunk/framework/api/pom.xml
    excalibur/trunk/framework/impl/pom.xml

Modified: excalibur/trunk/framework/api/pom.xml
URL: http://svn.apache.org/viewcvs/excalibur/trunk/framework/api/pom.xml?rev=348024&r1=348023&r2=348024&view=diff
==============================================================================
--- excalibur/trunk/framework/api/pom.xml (original)
+++ excalibur/trunk/framework/api/pom.xml Mon Nov 21 15:40:41 2005
@@ -19,7 +19,7 @@
   <parent>
     <groupId>excalibur</groupId>
     <artifactId>excalibur</artifactId>
-    <version>RELEASE</version>
+    <version>1.0</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <name>Avalon Framework API</name>

Modified: excalibur/trunk/framework/impl/pom.xml
URL: http://svn.apache.org/viewcvs/excalibur/trunk/framework/impl/pom.xml?rev=348024&r1=348023&r2=348024&view=diff
==============================================================================
--- excalibur/trunk/framework/impl/pom.xml (original)
+++ excalibur/trunk/framework/impl/pom.xml Mon Nov 21 15:40:41 2005
@@ -19,7 +19,7 @@
   <parent>
     <groupId>excalibur</groupId>
     <artifactId>excalibur</artifactId>
-    <version>2.1</version>
+    <version>1.0</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <name>Avalon Framework Implementation</name>
@@ -66,29 +66,39 @@
       <artifactId>commons-logging</artifactId>
       <groupId>commons-logging</groupId>
       <version>1.0.4</version>
-      <optional/>
+      <scope>provided</scope>
     </dependency>
     <dependency>
       <artifactId>log4j</artifactId>
       <groupId>log4j</groupId>
       <version>1.2.11</version>
-      <optional/>
+      <scope>provided</scope>
     </dependency>
-
-    <!-- 
-      <dependency>
-      <id>junit</id>
-      <version>3.8.1</version>
-      <scope>test</scope>
-      </dependency>
-      <dependency>
-      <id>jmock</id>
+    <dependency>
+      <artifactId>jmock</artifactId>
+      <groupId>jmock</groupId>
       <version>1.0.1</version>
       <scope>test</scope>
-      </dependency>
-    -->
+    </dependency>
+    <dependency>
+      <artifactId>junit</artifactId>
+      <groupId>junit</groupId>
+      <version>3.8.1</version>
+      <scope>test</scope>
+    </dependency>
   </dependencies>
   <build>
     <sourceDirectory>src/java</sourceDirectory>
+    <testSourceDirectory>src/test</testSourceDirectory>
+    <resources>
+      <resource>
+        <directory>../..</directory>
+        <targetPath>META-INF</targetPath>
+        <includes>
+          <include>LICENSE.txt</include>
+          <include>NOTICE.txt</include>
+        </includes>
+      </resource>
+    </resources>
   </build>
 </project>



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