You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ke...@apache.org on 2008/02/01 19:28:13 UTC

svn commit: r617595 - in /geronimo/server/trunk/framework/modules/geronimo-crypto: ./ LICENSE.txt NOTICE.txt pom.xml src/ src/main/java/org/apache/geronimo/util/ src/test/java/org/apache/geronimo/crypto/ src/test/java/org/apache/geronimo/util/

Author: kevan
Date: Fri Feb  1 10:28:09 2008
New Revision: 617595

URL: http://svn.apache.org/viewvc?rev=617595&view=rev
Log:
GERONIMO-1761 move util dir to crypto in test src. svn wouldn't let me move, earlier...

Added:
    geronimo/server/trunk/framework/modules/geronimo-crypto/
      - copied from r617013, geronimo/server/trunk/framework/modules/geronimo-util/
    geronimo/server/trunk/framework/modules/geronimo-crypto/LICENSE.txt
      - copied unchanged from r617553, geronimo/server/trunk/framework/modules/geronimo-util/LICENSE.txt
    geronimo/server/trunk/framework/modules/geronimo-crypto/NOTICE.txt
      - copied unchanged from r617553, geronimo/server/trunk/framework/modules/geronimo-util/NOTICE.txt
    geronimo/server/trunk/framework/modules/geronimo-crypto/pom.xml
      - copied, changed from r617553, geronimo/server/trunk/framework/modules/geronimo-util/pom.xml
    geronimo/server/trunk/framework/modules/geronimo-crypto/src/
      - copied from r617553, geronimo/server/trunk/framework/modules/geronimo-util/src/
    geronimo/server/trunk/framework/modules/geronimo-crypto/src/test/java/org/apache/geronimo/crypto/
      - copied from r617588, geronimo/server/trunk/framework/modules/geronimo-crypto/src/test/java/org/apache/geronimo/util/
Removed:
    geronimo/server/trunk/framework/modules/geronimo-crypto/src/main/java/org/apache/geronimo/util/
    geronimo/server/trunk/framework/modules/geronimo-crypto/src/test/java/org/apache/geronimo/util/

Copied: geronimo/server/trunk/framework/modules/geronimo-crypto/pom.xml (from r617553, geronimo/server/trunk/framework/modules/geronimo-util/pom.xml)
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/framework/modules/geronimo-crypto/pom.xml?p2=geronimo/server/trunk/framework/modules/geronimo-crypto/pom.xml&p1=geronimo/server/trunk/framework/modules/geronimo-util/pom.xml&r1=617553&r2=617595&rev=617595&view=diff
==============================================================================
--- geronimo/server/trunk/framework/modules/geronimo-util/pom.xml (original)
+++ geronimo/server/trunk/framework/modules/geronimo-crypto/pom.xml Fri Feb  1 10:28:09 2008
@@ -28,8 +28,8 @@
         <version>2.1-SNAPSHOT</version>
     </parent>
 
-    <artifactId>geronimo-util</artifactId>
-    <name>Geronimo Framework, Modules :: Util</name>
+    <artifactId>geronimo-crypto</artifactId>
+    <name>Geronimo Framework, Modules :: Crypto</name>
     
     <dependencies>
         <dependency>