You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ga...@apache.org on 2010/05/05 23:07:49 UTC

svn commit: r941489 - in /geronimo/server/trunk/framework: configs/j2ee-system/pom.xml configs/j2ee-system/src/main/history/dependencies.xml modules/pom.xml

Author: gawor
Date: Wed May  5 21:07:49 2010
New Revision: 941489

URL: http://svn.apache.org/viewvc?rev=941489&view=rev
Log:
remove gbean groovy transformer from build as it is disabled at runtime. it reduces the size of framework assembly by >2MB

Modified:
    geronimo/server/trunk/framework/configs/j2ee-system/pom.xml
    geronimo/server/trunk/framework/configs/j2ee-system/src/main/history/dependencies.xml
    geronimo/server/trunk/framework/modules/pom.xml

Modified: geronimo/server/trunk/framework/configs/j2ee-system/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/framework/configs/j2ee-system/pom.xml?rev=941489&r1=941488&r2=941489&view=diff
==============================================================================
--- geronimo/server/trunk/framework/configs/j2ee-system/pom.xml (original)
+++ geronimo/server/trunk/framework/configs/j2ee-system/pom.xml Wed May  5 21:07:49 2010
@@ -40,13 +40,13 @@
             <artifactId>geronimo-common</artifactId>
             <version>${version}</version>
         </dependency>
-
+<!--
         <dependency>
             <groupId>org.apache.geronimo.framework</groupId>
             <artifactId>geronimo-config-groovy-transformer</artifactId>
             <version>${version}</version>
         </dependency>
-
+-->
         <dependency>
             <groupId>org.apache.geronimo.framework</groupId>
             <artifactId>geronimo-system</artifactId>
@@ -118,11 +118,6 @@
         </dependency>
 
         <dependency>
-            <groupId>org.codehaus.groovy</groupId>
-            <artifactId>groovy-all-minimal</artifactId>
-        </dependency>
-
-        <dependency>
             <groupId>org.apache.geronimo.specs</groupId>
             <artifactId>geronimo-stax-api_1.2_spec</artifactId>
         </dependency>
@@ -147,7 +142,6 @@
             <artifactId>geronimo-activation_1.1_spec</artifactId>
         </dependency>
 
-
         <dependency>
             <groupId>org.ops4j.pax.logging</groupId>
             <artifactId>pax-logging-api</artifactId>

Modified: geronimo/server/trunk/framework/configs/j2ee-system/src/main/history/dependencies.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/framework/configs/j2ee-system/src/main/history/dependencies.xml?rev=941489&r1=941488&r2=941489&view=diff
==============================================================================
--- geronimo/server/trunk/framework/configs/j2ee-system/src/main/history/dependencies.xml (original)
+++ geronimo/server/trunk/framework/configs/j2ee-system/src/main/history/dependencies.xml Wed May  5 21:07:49 2010
@@ -58,11 +58,6 @@
     </dependency>
     <dependency>
         <groupId>org.apache.geronimo.framework</groupId>
-        <artifactId>geronimo-config-groovy-transformer</artifactId>
-        <type>jar</type>
-    </dependency>
-    <dependency>
-        <groupId>org.apache.geronimo.framework</groupId>
         <artifactId>geronimo-crypto</artifactId>
         <type>jar</type>
     </dependency>
@@ -152,11 +147,6 @@
         <type>jar</type>
     </dependency>
     <dependency>
-        <groupId>org.codehaus.groovy</groupId>
-        <artifactId>groovy-all-minimal</artifactId>
-        <type>jar</type>
-    </dependency>
-    <dependency>
         <groupId>org.ops4j.pax.logging</groupId>
         <artifactId>pax-logging-api</artifactId>
         <type>jar</type>

Modified: geronimo/server/trunk/framework/modules/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/framework/modules/pom.xml?rev=941489&r1=941488&r2=941489&view=diff
==============================================================================
--- geronimo/server/trunk/framework/modules/pom.xml (original)
+++ geronimo/server/trunk/framework/modules/pom.xml Wed May  5 21:07:49 2010
@@ -95,7 +95,7 @@
                 <module>geronimo-interceptor</module>
                 <module>geronimo-jdbc</module>
                 <module>geronimo-jmx-remoting</module>
-                <module>geronimo-config-groovy-transformer</module>
+           <!-- <module>geronimo-config-groovy-transformer</module> -->
                 <module>geronimo-management</module>
                 <module>geronimo-naming</module>
                 <module>geronimo-security</module>