[Jboss-cvs] JBoss Messaging SVN: r1243 - branches/Branch_1_0

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Aug 30 20:21:13 EDT 2006


Author: ovidiu.feodorov at jboss.com
Date: 2006-08-30 20:21:12 -0400 (Wed, 30 Aug 2006)
New Revision: 1243

Modified:
   branches/Branch_1_0/messaging.iml
Log:
using thirdparty remoting and serialization

Modified: branches/Branch_1_0/messaging.iml
===================================================================
--- branches/Branch_1_0/messaging.iml	2006-08-31 00:20:01 UTC (rev 1242)
+++ branches/Branch_1_0/messaging.iml	2006-08-31 00:21:12 UTC (rev 1243)
@@ -168,14 +168,23 @@
     <orderEntry type="module-library">
       <library>
         <CLASSES>
-          <root url="jar://$MODULE_DIR$/lib/jboss-remoting.jar!/" />
+          <root url="jar://$MODULE_DIR$/thirdparty/jboss/remoting/lib/jboss-remoting.jar!/" />
         </CLASSES>
         <JAVADOC />
         <SOURCES>
-          <root url="file://$MODULE_DIR$/../../cvs/JBossRemoting/src/main" />
+          <root url="file://$MODULE_DIR$/../../cvs/JBossRemoting-2.0.0.GA/src/main" />
         </SOURCES>
       </library>
     </orderEntry>
+    <orderEntry type="module-library">
+      <library>
+        <CLASSES>
+          <root url="jar://$MODULE_DIR$/thirdparty/jboss/serialization/lib/jboss-serialization.jar!/" />
+        </CLASSES>
+        <JAVADOC />
+        <SOURCES />
+      </library>
+    </orderEntry>
     <orderEntryProperties />
   </component>
 </module>




More information about the jboss-cvs-commits mailing list