[Jboss-cvs] JBoss Messaging SVN: r1179 - trunk

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Aug 2 17:01:59 EDT 2006


Author: ovidiu.feodorov at jboss.com
Date: 2006-08-02 17:01:58 -0400 (Wed, 02 Aug 2006)
New Revision: 1179

Modified:
   trunk/messaging.iml
   trunk/messaging.ipr
Log:
intellij project changes

Modified: trunk/messaging.iml
===================================================================
--- trunk/messaging.iml	2006-08-02 20:57:43 UTC (rev 1178)
+++ trunk/messaging.iml	2006-08-02 21:01:58 UTC (rev 1179)
@@ -19,9 +19,30 @@
       <sourceFolder url="file://$MODULE_DIR$/src/main" isTestSource="false" />
       <sourceFolder url="file://$MODULE_DIR$/src/test" isTestSource="false" />
       <sourceFolder url="file://$MODULE_DIR$/tests/src" isTestSource="false" />
+      <excludeFolder url="file://$MODULE_DIR$/output" />
     </content>
     <orderEntry type="inheritedJdk" />
     <orderEntry type="sourceFolder" forTests="false" />
+    <orderEntry type="module-library">
+      <library>
+        <CLASSES>
+          <root url="jar://$MODULE_DIR$/lib/jboss-j2ee.jar!/" />
+        </CLASSES>
+        <JAVADOC />
+        <SOURCES />
+      </library>
+    </orderEntry>
+    <orderEntry type="module-library">
+      <library>
+        <CLASSES>
+          <root url="jar://$MODULE_DIR$/thirdparty/jboss/common/lib/jboss-common.jar!/" />
+        </CLASSES>
+        <JAVADOC />
+        <SOURCES>
+          <root url="file://$MODULE_DIR$/../common/src/main" />
+        </SOURCES>
+      </library>
+    </orderEntry>
     <orderEntryProperties />
   </component>
 </module>

Modified: trunk/messaging.ipr
===================================================================
--- trunk/messaging.ipr	2006-08-02 20:57:43 UTC (rev 1178)
+++ trunk/messaging.ipr	2006-08-02 21:01:58 UTC (rev 1179)
@@ -2,6 +2,15 @@
 <project version="4" relativePaths="false">
   <component name="AntConfiguration">
     <defaultAnt bundledAnt="true" />
+    <buildFile url="file://$PROJECT_DIR$/tests/build.xml">
+      <additionalClassPath>
+        <entry path="file://$PROJECT_DIR$/thirdparty/junit/lib/junit.jar" />
+      </additionalClassPath>
+      <antReference projectDefault="true" />
+      <customJdkName value="" />
+      <maximumHeapSize value="128" />
+      <properties />
+    </buildFile>
   </component>
   <component name="CodeStyleSettingsManager">
     <option name="PER_PROJECT_SETTINGS" />




More information about the jboss-cvs-commits mailing list