[Comsuite-svn] SF.net SVN: comsuite: [140] trunk/code
Brought to you by:
zduniak
|
From: <zd...@us...> - 2006-09-21 20:41:45
|
Revision: 140
http://svn.sourceforge.net/comsuite/?rev=140&view=rev
Author: zduniak
Date: 2006-09-21 13:38:22 -0700 (Thu, 21 Sep 2006)
Log Message:
-----------
A few libraries upgraded to never versions.
Modified Paths:
--------------
trunk/code/CSAdminPanel/.classpath
trunk/code/CSCommon/.classpath
trunk/code/CSCommon/lib/javolution.jar
trunk/code/CSMiddleware/.classpath
trunk/code/CSTests/.classpath
Added Paths:
-----------
trunk/code/CSCommon/lib/xbean-2.2.0.jar
trunk/code/CSCommon/lib/xbean-spring-2.5.jar
trunk/code/CSMiddleware/lib/ehcache-1.2.3.jar
Removed Paths:
-------------
trunk/code/CSCommon/lib/xbean-2.1.0.jar
trunk/code/CSCommon/lib/xbean-spring-2.4.jar
trunk/code/CSMiddleware/lib/ehcache-1.2.2.jar
Modified: trunk/code/CSAdminPanel/.classpath
===================================================================
--- trunk/code/CSAdminPanel/.classpath 2006-09-20 08:46:56 UTC (rev 139)
+++ trunk/code/CSAdminPanel/.classpath 2006-09-21 20:38:22 UTC (rev 140)
@@ -14,7 +14,6 @@
<classpathentry kind="lib" path="/CSCommon/lib/commons-logging-1.1.jar"/>
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/tomahawk.jar"/>
<classpathentry kind="lib" path="/CSCommon/lib/jdom-1.0.jar"/>
- <classpathentry kind="lib" path="/CSCommon/lib/xfire-all-1.1.2.jar"/>
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/commons-beanutils-1.7.0.jar"/>
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/commons-digester-1.6.jar"/>
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/commons-el-1.0.jar"/>
@@ -22,5 +21,6 @@
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/myfaces-api-1.1.3.jar"/>
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/myfaces-impl-1.1.3.jar"/>
<classpathentry kind="lib" path="/CSCommon/lib-compiletime/geronimo-servlet_2.4_spec-1.0.1.jar"/>
+ <classpathentry kind="lib" path="/CSCommon/lib/xfire-all-1.2.1.jar"/>
<classpathentry kind="output" path="WebContent/WEB-INF/classes"/>
</classpath>
Modified: trunk/code/CSCommon/.classpath
===================================================================
--- trunk/code/CSCommon/.classpath 2006-09-20 08:46:56 UTC (rev 139)
+++ trunk/code/CSCommon/.classpath 2006-09-21 20:38:22 UTC (rev 140)
@@ -12,7 +12,6 @@
<classpathentry kind="lib" path="lib/stax-api-1.0.jar"/>
<classpathentry kind="lib" path="lib/velocity-1.4.jar"/>
<classpathentry kind="lib" path="lib/wsdl4j-1.5.2.jar"/>
- <classpathentry kind="lib" path="lib/xbean-2.1.0.jar"/>
<classpathentry kind="lib" path="lib/javolution.jar"/>
<classpathentry kind="lib" path="lib/wstx-asl-2.9.3.jar"/>
<classpathentry kind="lib" path="lib/stax-utils-20060501.jar"/>
@@ -21,5 +20,6 @@
<classpathentry kind="lib" path="lib/commons-logging-1.1.jar"/>
<classpathentry kind="lib" path="lib-compiletime/geronimo-servlet_2.4_spec-1.0.1.jar"/>
<classpathentry kind="lib" path="lib/geronimo-activation_1.0.2_spec-1.1.jar"/>
+ <classpathentry kind="lib" path="lib/xbean-2.2.0.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>
Modified: trunk/code/CSCommon/lib/javolution.jar
===================================================================
(Binary files differ)
Deleted: trunk/code/CSCommon/lib/xbean-2.1.0.jar
===================================================================
(Binary files differ)
Added: trunk/code/CSCommon/lib/xbean-2.2.0.jar
===================================================================
(Binary files differ)
Property changes on: trunk/code/CSCommon/lib/xbean-2.2.0.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Deleted: trunk/code/CSCommon/lib/xbean-spring-2.4.jar
===================================================================
(Binary files differ)
Added: trunk/code/CSCommon/lib/xbean-spring-2.5.jar
===================================================================
(Binary files differ)
Property changes on: trunk/code/CSCommon/lib/xbean-spring-2.5.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Modified: trunk/code/CSMiddleware/.classpath
===================================================================
--- trunk/code/CSMiddleware/.classpath 2006-09-20 08:46:56 UTC (rev 139)
+++ trunk/code/CSMiddleware/.classpath 2006-09-21 20:38:22 UTC (rev 140)
@@ -26,7 +26,6 @@
<classpathentry kind="lib" path="/CSCommon/lib/acegi-security-1.0.0.jar"/>
<classpathentry kind="lib" path="/CSCommon/lib/acegi-security-catalina-1.0.0.jar"/>
<classpathentry kind="lib" path="/CSCommon/lib/jdom-1.0.jar"/>
- <classpathentry kind="lib" path="/CSCommon/lib/xfire-all-1.1.2.jar"/>
<classpathentry kind="lib" path="lib/smsLib1.3.0-rxtx.jar"/>
<classpathentry kind="lib" path="lib/activemq-core-4.1-SNAPSHOT.jar"/>
<classpathentry kind="lib" path="lib/activeio-core-3.0-SNAPSHOT.jar"/>
@@ -34,5 +33,6 @@
<classpathentry kind="lib" path="lib/geronimo-jms_1.1_spec-1.0.1.jar"/>
<classpathentry kind="lib" path="/CSCommon/lib-compiletime/geronimo-servlet_2.4_spec-1.0.1.jar"/>
<classpathentry kind="lib" path="/CSCommon/lib/geronimo-activation_1.0.2_spec-1.1.jar"/>
+ <classpathentry kind="lib" path="/CSCommon/lib/xfire-all-1.2.1.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>
Deleted: trunk/code/CSMiddleware/lib/ehcache-1.2.2.jar
===================================================================
(Binary files differ)
Added: trunk/code/CSMiddleware/lib/ehcache-1.2.3.jar
===================================================================
(Binary files differ)
Property changes on: trunk/code/CSMiddleware/lib/ehcache-1.2.3.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Modified: trunk/code/CSTests/.classpath
===================================================================
--- trunk/code/CSTests/.classpath 2006-09-20 08:46:56 UTC (rev 139)
+++ trunk/code/CSTests/.classpath 2006-09-21 20:38:22 UTC (rev 140)
@@ -29,7 +29,6 @@
<classpathentry kind="lib" path="/CSMiddleware/lib-notversioned/sapjco.jar"/>
<classpathentry kind="lib" path="/CSMiddleware/lib/backport-util-concurrent-2.1.jar"/>
<classpathentry kind="lib" path="/CSMiddleware/lib/activeio-core-3.0-SNAPSHOT.jar"/>
- <classpathentry kind="lib" path="/CSMiddleware/lib/ehcache-1.2.2.jar"/>
<classpathentry kind="lib" path="/CSMiddleware/lib/geronimo-j2ee-connector_1.5_spec-1.0.1.jar"/>
<classpathentry kind="lib" path="/CSMiddleware/lib/geronimo-j2ee-management_1.0_spec-1.0.1.jar"/>
<classpathentry kind="lib" path="/CSMiddleware/lib/geronimo-jms_1.1_spec-1.0.1.jar"/>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|