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:38:42 UTC

svn commit: r348021 - in /excalibur/trunk/deprecated: component/pom.xml event/api/pom.xml event/impl/pom.xml testcase/pom.xml

Author: jheymans
Date: Mon Nov 21 15:38:36 2005
New Revision: 348021

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

Modified:
    excalibur/trunk/deprecated/component/pom.xml
    excalibur/trunk/deprecated/event/api/pom.xml
    excalibur/trunk/deprecated/event/impl/pom.xml
    excalibur/trunk/deprecated/testcase/pom.xml

Modified: excalibur/trunk/deprecated/component/pom.xml
URL: http://svn.apache.org/viewcvs/excalibur/trunk/deprecated/component/pom.xml?rev=348021&r1=348020&r2=348021&view=diff
==============================================================================
--- excalibur/trunk/deprecated/component/pom.xml (original)
+++ excalibur/trunk/deprecated/component/pom.xml Mon Nov 21 15:38:36 2005
@@ -16,6 +16,11 @@
   limitations under the License.
 -->
 <project>
+  <parent>
+    <groupId>excalibur</groupId>
+    <artifactId>excalibur</artifactId>
+    <version>1.0</version>
+  </parent>
   <modelVersion>4.0.0</modelVersion>
   <name>Excalibur Component Manager</name>
   <artifactId>excalibur-component</artifactId>
@@ -90,8 +95,8 @@
       <version>1.3.4</version>
     </dependency>
     <dependency>
-      <artifactId>servletapi</artifactId>
-      <groupId>servletapi</groupId>
+      <artifactId>servlet-api</artifactId>
+      <groupId>javax.servlet</groupId>
       <version>2.3</version>
     </dependency>
     <dependency>
@@ -103,5 +108,16 @@
   </dependencies>
   <build>
     <sourceDirectory>src/java</sourceDirectory>
+    <testSourceDirectory>src/test</testSourceDirectory>
+    <resources>
+      <resource>
+        <directory>${basedir}</directory>
+        <targetPath>META-INF</targetPath>
+        <includes>
+          <include>LICENSE.txt</include>
+          <include>NOTICE.txt</include>
+        </includes>
+      </resource>
+    </resources>
   </build>
 </project>

Modified: excalibur/trunk/deprecated/event/api/pom.xml
URL: http://svn.apache.org/viewcvs/excalibur/trunk/deprecated/event/api/pom.xml?rev=348021&r1=348020&r2=348021&view=diff
==============================================================================
--- excalibur/trunk/deprecated/event/api/pom.xml (original)
+++ excalibur/trunk/deprecated/event/api/pom.xml Mon Nov 21 15:38:36 2005
@@ -16,6 +16,11 @@
   limitations under the License.
 -->
 <project>
+  <parent>
+    <groupId>excalibur</groupId>
+    <artifactId>excalibur</artifactId>
+    <version>1.0</version>
+  </parent>
   <modelVersion>4.0.0</modelVersion>
   <name>Excalibur Event API</name>
   <artifactId>excalibur-event-api</artifactId>
@@ -31,5 +36,16 @@
   </dependencies>
   <build>
     <sourceDirectory>src/java</sourceDirectory>
+    <testSourceDirectory>src/test</testSourceDirectory>
+    <resources>
+      <resource>
+        <directory>${basedir}</directory>
+        <targetPath>META-INF</targetPath>
+        <includes>
+          <include>LICENSE.txt</include>
+          <include>NOTICE.txt</include>
+        </includes>
+      </resource>
+    </resources>
   </build>
 </project>

Modified: excalibur/trunk/deprecated/event/impl/pom.xml
URL: http://svn.apache.org/viewcvs/excalibur/trunk/deprecated/event/impl/pom.xml?rev=348021&r1=348020&r2=348021&view=diff
==============================================================================
--- excalibur/trunk/deprecated/event/impl/pom.xml (original)
+++ excalibur/trunk/deprecated/event/impl/pom.xml Mon Nov 21 15:38:36 2005
@@ -15,6 +15,11 @@
   limitations under the License.
 -->
 <project>
+  <parent>
+    <groupId>excalibur</groupId>
+    <artifactId>excalibur</artifactId>
+    <version>1.0</version>
+  </parent>
   <modelVersion>4.0.0</modelVersion>
   <name>Excalibur Event Implementation</name>
   <artifactId>excalibur-event-impl</artifactId>
@@ -65,5 +70,16 @@
   </dependencies>
   <build>
     <sourceDirectory>src/java</sourceDirectory>
+    <testSourceDirectory>src/test</testSourceDirectory>
+    <resources>
+      <resource>
+        <directory>${basedir}</directory>
+        <targetPath>META-INF</targetPath>
+        <includes>
+          <include>LICENSE.txt</include>
+          <include>NOTICE.txt</include>
+        </includes>
+      </resource>
+    </resources>
   </build>
 </project>

Modified: excalibur/trunk/deprecated/testcase/pom.xml
URL: http://svn.apache.org/viewcvs/excalibur/trunk/deprecated/testcase/pom.xml?rev=348021&r1=348020&r2=348021&view=diff
==============================================================================
--- excalibur/trunk/deprecated/testcase/pom.xml (original)
+++ excalibur/trunk/deprecated/testcase/pom.xml Mon Nov 21 15:38:36 2005
@@ -16,6 +16,11 @@
   limitations under the License.
 -->
 <project>
+  <parent>
+    <groupId>excalibur</groupId>
+    <artifactId>excalibur</artifactId>
+    <version>1.0</version>
+  </parent>
   <modelVersion>4.0.0</modelVersion>
   <name>Excalibur Testcase</name>
   <artifactId>excalibur-testcase</artifactId>
@@ -68,5 +73,16 @@
   </dependencies>
   <build>
     <sourceDirectory>src/java</sourceDirectory>
+    <testSourceDirectory>src/test</testSourceDirectory>
+    <resources>
+      <resource>
+        <directory>${basedir}</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