You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@excalibur.apache.org by fa...@apache.org on 2004/12/28 00:46:52 UTC

svn commit: r123456 - /excalibur/trunk /excalibur/trunk/README.txt /excalibur/trunk/components/xmlutil /excalibur/trunk/containerkit/logger/project.xml /excalibur/trunk/containerkit/logkit/project.xml /excalibur/trunk/fortress/plugin

Author: farra
Date: Mon Dec 27 15:46:51 2004
New Revision: 123456

URL: http://svn.apache.org/viewcvs?view=rev&rev=123456
Log:
logkit and excalibur-logger dependencies modified to use geronimo-spec jars.
README updated to reflect change.
Modified:
   excalibur/trunk/   (props changed)
   excalibur/trunk/README.txt
   excalibur/trunk/components/xmlutil/   (props changed)
   excalibur/trunk/containerkit/logger/project.xml
   excalibur/trunk/containerkit/logkit/project.xml
   excalibur/trunk/fortress/plugin/   (props changed)

Modified: excalibur/trunk/README.txt
Url: http://svn.apache.org/viewcvs/excalibur/trunk/README.txt?view=diff&rev=123456&p1=excalibur/trunk/README.txt&r1=123455&p2=excalibur/trunk/README.txt&r2=123456
==============================================================================
--- excalibur/trunk/README.txt	(original)
+++ excalibur/trunk/README.txt	Mon Dec 27 15:46:51 2004
@@ -10,8 +10,10 @@
 
   maven multiproject:install
 
-you might need to download and install a few jars by hand, in particular, the following libraries:
+you might need to download and install a few jars by hand, in particular, the following:
 
   jsse-1.0.3_03 (groupid: jsse)
-  mailapi-1.3.1 (groupid: javamail)
-  jms-1.1       (groupid: jms)
+  
+Logkit and Excalibur-Logger use the geronimo-spec JMS and JavaMail jars for
+building and testing.  For production use, developers should download the JMS
+and JavaMail dependencies from Sun.

Modified: excalibur/trunk/containerkit/logger/project.xml
Url: http://svn.apache.org/viewcvs/excalibur/trunk/containerkit/logger/project.xml?view=diff&rev=123456&p1=excalibur/trunk/containerkit/logger/project.xml&r1=123455&p2=excalibur/trunk/containerkit/logger/project.xml&r2=123456
==============================================================================
--- excalibur/trunk/containerkit/logger/project.xml	(original)
+++ excalibur/trunk/containerkit/logger/project.xml	Mon Dec 27 15:46:51 2004
@@ -45,9 +45,9 @@
         </dependency>
         
         <dependency>
-            <groupId>avalon/logkit</groupId>
-            <artifactId>avalon-logkit</artifactId>
-            <version>20040810104340</version> <!-- 2.1.0 -->
+            <groupId>excalibur-logkit</groupId>
+            <artifactId>excalibur-logkit</artifactId>
+            <version>2.1-dev</version> <!-- 2.1.0 -->
         </dependency>
 
         <dependency>
@@ -60,17 +60,17 @@
             <version>1.2.7</version>
         </dependency>
         
-        <dependency>
-            <groupId>javamail</groupId>
-            <artifactId>mailapi</artifactId>
-            <version>1.3.1</version>
-        </dependency>
-        
-        <dependency>
-            <groupId>jms</groupId>
-            <artifactId>jms</artifactId>
-            <version>1.1</version>
-        </dependency>
+      <dependency>
+        <groupId>geronimo-spec</groupId>
+        <artifactId>geronimo-spec-javamail</artifactId>
+        <version>1.3.1-rc2</version>
+      </dependency>  
+      
+      <dependency>
+        <groupId>geronimo-spec</groupId>
+        <artifactId>geronimo-spec-jms</artifactId>
+        <version>1.1-rc2</version>
+      </dependency>
         
         <dependency>
             <id>xml-apis</id>

Modified: excalibur/trunk/containerkit/logkit/project.xml
Url: http://svn.apache.org/viewcvs/excalibur/trunk/containerkit/logkit/project.xml?view=diff&rev=123456&p1=excalibur/trunk/containerkit/logkit/project.xml&r1=123455&p2=excalibur/trunk/containerkit/logkit/project.xml&r2=123456
==============================================================================
--- excalibur/trunk/containerkit/logkit/project.xml	(original)
+++ excalibur/trunk/containerkit/logkit/project.xml	Mon Dec 27 15:46:51 2004
@@ -38,14 +38,14 @@
         <version>2.3</version>
       </dependency>
       <dependency>
-        <groupId>javamail</groupId>
-        <artifactId>mailapi</artifactId>
-        <version>1.3.1</version>
-      </dependency>
+        <groupId>geronimo-spec</groupId>
+        <artifactId>geronimo-spec-javamail</artifactId>
+        <version>1.3.1-rc2</version>
+      </dependency>  
       <dependency>
-        <groupId>jms</groupId>
-        <artifactId>jms</artifactId>
-        <version>1.1</version>
+        <groupId>geronimo-spec</groupId>
+        <artifactId>geronimo-spec-jms</artifactId>
+        <version>1.1-rc2</version>
       </dependency>
     </dependencies>
 </project>

---------------------------------------------------------------------
To unsubscribe, e-mail: scm-unsubscribe@excalibur.apache.org
For additional commands, e-mail: scm-help@excalibur.apache.org