[jboss-cvs] JBoss Messaging SVN: r6952 - in trunk: examples/core and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu May 21 04:36:53 EDT 2009


Author: ataylor
Date: 2009-05-21 04:36:53 -0400 (Thu, 21 May 2009)
New Revision: 6952

Added:
   trunk/examples/core/messagiong-core-examples.iml
Modified:
   trunk/messaging.iml
   trunk/messaging.ipr
Log:
added intellij project file for core examples

Added: trunk/examples/core/messagiong-core-examples.iml
===================================================================
--- trunk/examples/core/messagiong-core-examples.iml	                        (rev 0)
+++ trunk/examples/core/messagiong-core-examples.iml	2009-05-21 08:36:53 UTC (rev 6952)
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<module relativePaths="true" type="JAVA_MODULE" version="4">
+  <component name="NewModuleRootManager" inherit-compiler-output="true">
+    <exclude-output />
+    <content url="file://$MODULE_DIR$">
+      <sourceFolder url="file://$MODULE_DIR$/embedded/src" isTestSource="false" />
+    </content>
+    <orderEntry type="inheritedJdk" />
+    <orderEntry type="sourceFolder" forTests="false" />
+    <orderEntry type="module" module-name="messaging" />
+    <orderEntry type="library" name="messaging_jars" level="project" />
+  </component>
+</module>
+

Modified: trunk/messaging.iml
===================================================================
--- trunk/messaging.iml	2009-05-21 08:26:58 UTC (rev 6951)
+++ trunk/messaging.iml	2009-05-21 08:36:53 UTC (rev 6952)
@@ -15,6 +15,7 @@
       <excludeFolder url="file://$MODULE_DIR$/build/messaging-2.0.0.alpha1" />
       <excludeFolder url="file://$MODULE_DIR$/classes" />
       <excludeFolder url="file://$MODULE_DIR$/data" />
+      <excludeFolder url="file://$MODULE_DIR$/examples" />
       <excludeFolder url="file://$MODULE_DIR$/examples/jms/build" />
       <excludeFolder url="file://$MODULE_DIR$/examples/jms/common/build" />
       <excludeFolder url="file://$MODULE_DIR$/examples/jms/queue/build" />

Modified: trunk/messaging.ipr
===================================================================
--- trunk/messaging.ipr	2009-05-21 08:26:58 UTC (rev 6951)
+++ trunk/messaging.ipr	2009-05-21 08:36:53 UTC (rev 6952)
@@ -477,6 +477,7 @@
       <module fileurl="file://$PROJECT_DIR$/tests/jms-tests/messaging-jms-tests.iml" filepath="$PROJECT_DIR$/tests/jms-tests/messaging-jms-tests.iml" />
       <module fileurl="file://$PROJECT_DIR$/tests/joram-tests/messaging-joram-tests.iml" filepath="$PROJECT_DIR$/tests/joram-tests/messaging-joram-tests.iml" />
       <module fileurl="file://$PROJECT_DIR$/tests/messaging-tests.iml" filepath="$PROJECT_DIR$/tests/messaging-tests.iml" />
+      <module fileurl="file://$PROJECT_DIR$/examples/core/messagiong-core-examples.iml" filepath="$PROJECT_DIR$/examples/core/messagiong-core-examples.iml" />
     </modules>
   </component>
   <component name="ProjectRootManager" version="2" languageLevel="JDK_1_5" assert-keyword="true" jdk-15="true" project-jdk-name="1.5" project-jdk-type="JavaSDK" />




More information about the jboss-cvs-commits mailing list