[jboss-cvs] JBoss Messaging SVN: r4433 - branches/Branch_Stable.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Jun 12 00:18:06 EDT 2008


Author: ovidiu.feodorov at jboss.com
Date: 2008-06-12 00:18:06 -0400 (Thu, 12 Jun 2008)
New Revision: 4433

Modified:
   branches/Branch_Stable/messaging.iml
   branches/Branch_Stable/messaging.ipr
Log:
minor IntelliJ configuration fixes, adding missing libraries and sources

Modified: branches/Branch_Stable/messaging.iml
===================================================================
--- branches/Branch_Stable/messaging.iml	2008-06-11 20:59:42 UTC (rev 4432)
+++ branches/Branch_Stable/messaging.iml	2008-06-12 04:18:06 UTC (rev 4433)
@@ -52,6 +52,7 @@
     <orderEntry type="library" name="jboss-ts" level="project" />
     <orderEntry type="library" name="jboss-profiler-leaksfinder" level="project" />
     <orderEntry type="library" name="ant-junit" level="project" />
+    <orderEntry type="library" name="jboss-aop-jdk50" level="project" />
     <orderEntryProperties />
   </component>
   <component name="VcsManagerConfiguration">

Modified: branches/Branch_Stable/messaging.ipr
===================================================================
--- branches/Branch_Stable/messaging.ipr	2008-06-11 20:59:42 UTC (rev 4432)
+++ branches/Branch_Stable/messaging.ipr	2008-06-12 04:18:06 UTC (rev 4433)
@@ -336,7 +336,9 @@
         <root url="jar://$PROJECT_DIR$/thirdparty/oswego-concurrent/lib/concurrent.jar!/" />
       </CLASSES>
       <JAVADOC />
-      <SOURCES />
+      <SOURCES>
+        <root url="jar://$PROJECT_DIR$/thirdparty/oswego-concurrent/lib/concurrent-src.zip!/" />
+      </SOURCES>
     </library>
     <library name="jboss-remoting">
       <CLASSES>
@@ -390,6 +392,13 @@
       <JAVADOC />
       <SOURCES />
     </library>
+    <library name="jboss-aop-jdk50">
+      <CLASSES>
+        <root url="jar://$PROJECT_DIR$/thirdparty/jboss/aop/lib/jboss-aop-jdk50.jar!/" />
+      </CLASSES>
+      <JAVADOC />
+      <SOURCES />
+    </library>
   </component>
   <component name="uidesigner-configuration">
     <option name="INSTRUMENT_CLASSES" value="true" />




More information about the jboss-cvs-commits mailing list