[portal-commits] JBoss Portal SVN: r6124 - in trunk/build: ide/intellij/idea60/modules/core and 2 other directories.

portal-commits at lists.jboss.org portal-commits at lists.jboss.org
Tue Jan 30 08:36:59 EST 2007


Author: julien at jboss.com
Date: 2007-01-30 08:36:59 -0500 (Tue, 30 Jan 2007)
New Revision: 6124

Modified:
   trunk/build/build.xml
   trunk/build/ide/intellij/idea60/modules/core-management/core-management.iml
   trunk/build/ide/intellij/idea60/modules/core/core.iml
   trunk/build/ide/intellij/idea60/modules/wsrp/wsrp.iml
Log:
forgot to rename federation to portlet-federation for javadoc generation

Modified: trunk/build/build.xml
===================================================================
--- trunk/build/build.xml	2007-01-30 13:30:11 UTC (rev 6123)
+++ trunk/build/build.xml	2007-01-30 13:36:59 UTC (rev 6124)
@@ -326,7 +326,7 @@
          <packageset dir="../faces/src/main">
             <exclude name="org/jboss/portal/test/**"/>
          </packageset>
-         <packageset dir="../federation/src/main">
+         <packageset dir="../portlet-federation/src/main">
             <exclude name="org/jboss/portal/test/**"/>
          </packageset>
          <packageset dir="../format/src/main">

Modified: trunk/build/ide/intellij/idea60/modules/core/core.iml
===================================================================
--- trunk/build/ide/intellij/idea60/modules/core/core.iml	2007-01-30 13:30:11 UTC (rev 6123)
+++ trunk/build/ide/intellij/idea60/modules/core/core.iml	2007-01-30 13:36:59 UTC (rev 6124)
@@ -228,7 +228,6 @@
       </library>
     </orderEntry>
     <orderEntry type="module" module-name="jems" />
-    <orderEntry type="module" module-name="federation" />
     <orderEntry type="module-library">
       <library>
         <CLASSES>
@@ -268,6 +267,7 @@
     </orderEntry>
     <orderEntry type="module" module-name="registration" />
     <orderEntry type="module" module-name="workflow" />
+    <orderEntry type="module" module-name="portlet-federation" />
     <orderEntryProperties />
   </component>
   <component name="VcsManagerConfiguration">

Modified: trunk/build/ide/intellij/idea60/modules/core-management/core-management.iml
===================================================================
--- trunk/build/ide/intellij/idea60/modules/core-management/core-management.iml	2007-01-30 13:30:11 UTC (rev 6123)
+++ trunk/build/ide/intellij/idea60/modules/core-management/core-management.iml	2007-01-30 13:36:59 UTC (rev 6124)
@@ -30,7 +30,6 @@
         <SOURCES />
       </library>
     </orderEntry>
-    <orderEntry type="module" module-name="federation" />
     <orderEntryProperties />
   </component>
   <component name="VcsManagerConfiguration">

Modified: trunk/build/ide/intellij/idea60/modules/wsrp/wsrp.iml
===================================================================
--- trunk/build/ide/intellij/idea60/modules/wsrp/wsrp.iml	2007-01-30 13:30:11 UTC (rev 6123)
+++ trunk/build/ide/intellij/idea60/modules/wsrp/wsrp.iml	2007-01-30 13:36:59 UTC (rev 6124)
@@ -135,7 +135,6 @@
         <SOURCES />
       </library>
     </orderEntry>
-    <orderEntry type="module" module-name="federation" />
     <orderEntry type="module-library">
       <library>
         <CLASSES>
@@ -156,6 +155,7 @@
     </orderEntry>
     <orderEntry type="module" module-name="jems" />
     <orderEntry type="module" module-name="registration" />
+    <orderEntry type="module" module-name="portlet-federation" />
     <orderEntryProperties />
     <javadoc-paths>
       <root url="http://java.sun.com/j2ee/1.4/docs/api/" />




More information about the portal-commits mailing list