[portal-commits] JBoss Portal SVN: r5866 - in trunk/build/ide/intellij/idea60/modules: . registration search widget

portal-commits at lists.jboss.org portal-commits at lists.jboss.org
Thu Dec 14 20:19:27 EST 2006


Author: julien at jboss.com
Date: 2006-12-14 20:19:25 -0500 (Thu, 14 Dec 2006)
New Revision: 5866

Added:
   trunk/build/ide/intellij/idea60/modules/search/
   trunk/build/ide/intellij/idea60/modules/search/search.iml
Modified:
   trunk/build/ide/intellij/idea60/modules/registration/registration.iml
   trunk/build/ide/intellij/idea60/modules/widget/widget.iml
Log:
added search intellij module

Modified: trunk/build/ide/intellij/idea60/modules/registration/registration.iml
===================================================================
--- trunk/build/ide/intellij/idea60/modules/registration/registration.iml	2006-12-15 00:11:16 UTC (rev 5865)
+++ trunk/build/ide/intellij/idea60/modules/registration/registration.iml	2006-12-15 01:19:25 UTC (rev 5866)
@@ -48,6 +48,15 @@
         <SOURCES />
       </library>
     </orderEntry>
+    <orderEntry type="module-library">
+      <library>
+        <CLASSES>
+          <root url="jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/namespace.jar!/" />
+        </CLASSES>
+        <JAVADOC />
+        <SOURCES />
+      </library>
+    </orderEntry>
     <orderEntryProperties />
   </component>
   <component name="VcsManagerConfiguration">

Added: trunk/build/ide/intellij/idea60/modules/search/search.iml
===================================================================
--- trunk/build/ide/intellij/idea60/modules/search/search.iml	2006-12-15 00:11:16 UTC (rev 5865)
+++ trunk/build/ide/intellij/idea60/modules/search/search.iml	2006-12-15 01:19:25 UTC (rev 5866)
@@ -0,0 +1,36 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<module version="4" relativePaths="true" type="JAVA_MODULE">
+  <component name="ModuleRootManager" />
+  <component name="NewModuleRootManager" inherit-compiler-output="true">
+    <exclude-output />
+    <content url="file://$MODULE_DIR$/../../../../../../search">
+      <sourceFolder url="file://$MODULE_DIR$/../../../../../../search/src/main" isTestSource="false" />
+    </content>
+    <orderEntry type="inheritedJdk" />
+    <orderEntry type="sourceFolder" forTests="false" />
+    <orderEntry type="module-library">
+      <library>
+        <CLASSES>
+          <root url="jar://$MODULE_DIR$/../../../../../../thirdparty/apache-lucene/lib/lucene.jar!/" />
+        </CLASSES>
+        <JAVADOC />
+        <SOURCES />
+      </library>
+    </orderEntry>
+    <orderEntry type="module-library">
+      <library>
+        <CLASSES>
+          <root url="jar://$MODULE_DIR$/../../../../../../thirdparty/junit/lib/junit.jar!/" />
+        </CLASSES>
+        <JAVADOC />
+        <SOURCES />
+      </library>
+    </orderEntry>
+    <orderEntryProperties />
+  </component>
+  <component name="VcsManagerConfiguration">
+    <option name="ACTIVE_VCS_NAME" value="svn" />
+    <option name="USE_PROJECT_VCS" value="false" />
+  </component>
+</module>
+

Modified: trunk/build/ide/intellij/idea60/modules/widget/widget.iml
===================================================================
--- trunk/build/ide/intellij/idea60/modules/widget/widget.iml	2006-12-15 00:11:16 UTC (rev 5865)
+++ trunk/build/ide/intellij/idea60/modules/widget/widget.iml	2006-12-15 01:19:25 UTC (rev 5866)
@@ -13,5 +13,9 @@
     <orderEntry type="module" module-name="jems" />
     <orderEntryProperties />
   </component>
+  <component name="VcsManagerConfiguration">
+    <option name="ACTIVE_VCS_NAME" value="svn" />
+    <option name="USE_PROJECT_VCS" value="false" />
+  </component>
 </module>
 




More information about the portal-commits mailing list