You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by dw...@apache.org on 2007/10/26 04:49:33 UTC

svn commit: r588482 - in /geronimo/server/branches/2.0/repository: ./ groovy/ groovy/groovy-all/ groovy/groovy-all/1.0/ org/apache/xbean/ org/apache/xbean/xbean-naming/ org/apache/xbean/xbean-naming/3.2-r579367/

Author: dwoods
Date: Thu Oct 25 19:49:32 2007
New Revision: 588482

URL: http://svn.apache.org/viewvc?rev=588482&view=rev
Log:
hack to get around bogus groovy-all-1.0.pom and xbean-naming-3.2-r579367 maven depend for openejb-3.0-beta-1

Added:
    geronimo/server/branches/2.0/repository/groovy/
    geronimo/server/branches/2.0/repository/groovy/groovy-all/
    geronimo/server/branches/2.0/repository/groovy/groovy-all/1.0/
    geronimo/server/branches/2.0/repository/groovy/groovy-all/1.0/groovy-all-1.0.jar   (with props)
    geronimo/server/branches/2.0/repository/groovy/groovy-all/1.0/groovy-all-1.0.pom   (with props)
    geronimo/server/branches/2.0/repository/org/apache/xbean/
    geronimo/server/branches/2.0/repository/org/apache/xbean/xbean-naming/
    geronimo/server/branches/2.0/repository/org/apache/xbean/xbean-naming/3.2-r579367/
    geronimo/server/branches/2.0/repository/org/apache/xbean/xbean-naming/3.2-r579367/xbean-naming-3.2-r579367.jar   (with props)
Modified:
    geronimo/server/branches/2.0/repository/pom.xml

Added: geronimo/server/branches/2.0/repository/groovy/groovy-all/1.0/groovy-all-1.0.jar
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.0/repository/groovy/groovy-all/1.0/groovy-all-1.0.jar?rev=588482&view=auto
==============================================================================
Binary file - no diff available.

Propchange: geronimo/server/branches/2.0/repository/groovy/groovy-all/1.0/groovy-all-1.0.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: geronimo/server/branches/2.0/repository/groovy/groovy-all/1.0/groovy-all-1.0.pom
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.0/repository/groovy/groovy-all/1.0/groovy-all-1.0.pom?rev=588482&view=auto
==============================================================================
--- geronimo/server/branches/2.0/repository/groovy/groovy-all/1.0/groovy-all-1.0.pom (added)
+++ geronimo/server/branches/2.0/repository/groovy/groovy-all/1.0/groovy-all-1.0.pom Thu Oct 25 19:49:32 2007
@@ -0,0 +1,15 @@
+<project>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>groovy</groupId>
+  <artifactId>groovy</artifactId>
+  <name>groovy</name>
+  <version>1.0</version>
+  <description>a powerful and dynamic scripting language for the JVM</description>
+  <url>http://groovy.codehaus.org/</url>
+  <issueManagement>
+    <url>http://jira.codehaus.org/browse/GROOVY</url>
+  </issueManagement>
+  <inceptionYear>2003</inceptionYear>
+  <dependencies>
+  </dependencies>
+</project>

Propchange: geronimo/server/branches/2.0/repository/groovy/groovy-all/1.0/groovy-all-1.0.pom
------------------------------------------------------------------------------
    svn:eol-style = native

Added: geronimo/server/branches/2.0/repository/org/apache/xbean/xbean-naming/3.2-r579367/xbean-naming-3.2-r579367.jar
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.0/repository/org/apache/xbean/xbean-naming/3.2-r579367/xbean-naming-3.2-r579367.jar?rev=588482&view=auto
==============================================================================
Binary file - no diff available.

Propchange: geronimo/server/branches/2.0/repository/org/apache/xbean/xbean-naming/3.2-r579367/xbean-naming-3.2-r579367.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Modified: geronimo/server/branches/2.0/repository/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.0/repository/pom.xml?rev=588482&r1=588481&r2=588482&view=diff
==============================================================================
--- geronimo/server/branches/2.0/repository/pom.xml (original)
+++ geronimo/server/branches/2.0/repository/pom.xml Thu Oct 25 19:49:32 2007
@@ -107,6 +107,18 @@
             <artifactId>jspc-maven-plugin</artifactId>
             <version>2.0-alpha-1-20070806</version>
         </dependency>
+        <dependency>
+            <groupId>groovy</groupId>
+            <artifactId>groovy-all</artifactId>
+            <version>1.0</version>
+        </dependency>
+
+        <!-- This is to resolve an intermitent Maven problem with openejb-3.0-beta-1 transitive depend -->
+        <dependency>
+            <groupId>org.apache.xbean</groupId>
+            <artifactId>xbean-naming</artifactId>
+            <version>3.2-r579367</version>
+        </dependency>
 
     </dependencies>