You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by jl...@apache.org on 2006/03/03 13:58:26 UTC

svn commit: r382793 - in /geronimo/trunk: modules/interceptor/pom.xml modules/naming/pom.xml modules/webservices/pom.xml pom.xml

Author: jlaskowski
Date: Fri Mar  3 04:58:26 2006
New Revision: 382793

URL: http://svn.apache.org/viewcvs?rev=382793&view=rev
Log:
GERONIMO-1678 - Interceptor module added to m2

Thanks Henri!

Modified:
    geronimo/trunk/modules/interceptor/pom.xml
    geronimo/trunk/modules/naming/pom.xml
    geronimo/trunk/modules/webservices/pom.xml
    geronimo/trunk/pom.xml

Modified: geronimo/trunk/modules/interceptor/pom.xml
URL: http://svn.apache.org/viewcvs/geronimo/trunk/modules/interceptor/pom.xml?rev=382793&r1=382792&r2=382793&view=diff
==============================================================================
--- geronimo/trunk/modules/interceptor/pom.xml (original)
+++ geronimo/trunk/modules/interceptor/pom.xml Fri Mar  3 04:58:26 2006
@@ -28,5 +28,9 @@
   <packaging>jar</packaging>
   <name>Geronimo :: Interceptor</name>
 
+  <build>
+    <sourceDirectory>${basedir}/src/main/java</sourceDirectory>
+    <testSourceDirectory>${basedir}/src/test/java</testSourceDirectory>
+  </build>
 
-</project>
\ No newline at end of file
+</project>

Modified: geronimo/trunk/modules/naming/pom.xml
URL: http://svn.apache.org/viewcvs/geronimo/trunk/modules/naming/pom.xml?rev=382793&r1=382792&r2=382793&view=diff
==============================================================================
--- geronimo/trunk/modules/naming/pom.xml (original)
+++ geronimo/trunk/modules/naming/pom.xml Fri Mar  3 04:58:26 2006
@@ -49,7 +49,7 @@
     <!-- only for ComponentContextInterceptor -->
     <dependency>
       <groupId>org.apache.geronimo</groupId>
-      <artifactId>geronimo-core</artifactId>
+      <artifactId>geronimo-interceptor</artifactId>
     </dependency>
 
     <dependency>

Modified: geronimo/trunk/modules/webservices/pom.xml
URL: http://svn.apache.org/viewcvs/geronimo/trunk/modules/webservices/pom.xml?rev=382793&r1=382792&r2=382793&view=diff
==============================================================================
--- geronimo/trunk/modules/webservices/pom.xml (original)
+++ geronimo/trunk/modules/webservices/pom.xml Fri Mar  3 04:58:26 2006
@@ -44,12 +44,12 @@
 
     <dependency>
       <groupId>org.apache.geronimo</groupId>
-      <artifactId>geronimo-core</artifactId>
+      <artifactId>geronimo-kernel</artifactId>
     </dependency>
 
     <dependency>
-      <groupId>org.apache.geronimo</groupId>
-      <artifactId>geronimo-kernel</artifactId>
+        <groupId>org.apache.geronimo</groupId>
+        <artifactId>geronimo-interceptor</artifactId>
     </dependency>
 
     <dependency>

Modified: geronimo/trunk/pom.xml
URL: http://svn.apache.org/viewcvs/geronimo/trunk/pom.xml?rev=382793&r1=382792&r2=382793&view=diff
==============================================================================
--- geronimo/trunk/pom.xml (original)
+++ geronimo/trunk/pom.xml Fri Mar  3 04:58:26 2006
@@ -537,6 +537,11 @@
       </dependency>
       <dependency>
         <groupId>org.apache.geronimo</groupId>
+        <artifactId>geronimo-interceptor</artifactId>
+        <version>${geronimoVersion}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.geronimo</groupId>
         <artifactId>geronimo-management</artifactId>
         <version>${geronimoVersion}</version>
       </dependency>
@@ -721,6 +726,7 @@
         <module>modules/javamail-transport</module>
         <module>modules/jmx-remoting</module>
         <module>modules/kernel</module>
+        <module>modules/interceptor</module>
         <module>modules/mail</module>
         <module>modules/management</module>
         <module>modules/naming</module>