[jbpm-commits] JBoss JBPM SVN: r4477 - in projects/gwt-console/branches/hbraun: plugin-api and 5 other directories.

do-not-reply at jboss.org do-not-reply at jboss.org
Tue Apr 7 09:58:24 EDT 2009


Author: heiko.braun at jboss.com
Date: 2009-04-07 09:58:21 -0400 (Tue, 07 Apr 2009)
New Revision: 4477

Modified:
   projects/gwt-console/branches/hbraun/gwt-parent.iml
   projects/gwt-console/branches/hbraun/plugin-api/plugin.iml
   projects/gwt-console/branches/hbraun/plugin-example/plugin-example.iml
   projects/gwt-console/branches/hbraun/rpc/gwt-rpc.iml
   projects/gwt-console/branches/hbraun/server-integration/gwt-server-integration.iml
   projects/gwt-console/branches/hbraun/server/gwt-server.iml
   projects/gwt-console/branches/hbraun/war/gwt-war.iml
Log:
Intellij updates

Modified: projects/gwt-console/branches/hbraun/gwt-parent.iml
===================================================================
--- projects/gwt-console/branches/hbraun/gwt-parent.iml	2009-04-07 13:43:09 UTC (rev 4476)
+++ projects/gwt-console/branches/hbraun/gwt-parent.iml	2009-04-07 13:58:21 UTC (rev 4477)
@@ -20,6 +20,9 @@
     </content>
     <orderEntry type="inheritedJdk" />
     <orderEntry type="sourceFolder" forTests="false" />
+    <orderEntry type="module" module-name="gwt-rpc" exported="" />
+    <orderEntry type="module" module-name="plugin" exported="" />
+    <orderEntry type="module" module-name="gwt-server-integration" exported="" />
     <orderEntry type="module-library" exported="">
       <library name="M2 Dep: org.slf4j:slf4j-simple:jar:1.5.2:compile">
         <CLASSES>

Modified: projects/gwt-console/branches/hbraun/plugin-api/plugin.iml
===================================================================
--- projects/gwt-console/branches/hbraun/plugin-api/plugin.iml	2009-04-07 13:43:09 UTC (rev 4476)
+++ projects/gwt-console/branches/hbraun/plugin-api/plugin.iml	2009-04-07 13:58:21 UTC (rev 4477)
@@ -9,7 +9,7 @@
     </content>
     <orderEntry type="inheritedJdk" />
     <orderEntry type="sourceFolder" forTests="false" />
-    <orderEntry type="module" module-name="gwt-parent" />
+    <orderEntry type="module" module-name="gwt-rpc" exported="" />
     <orderEntry type="module-library" exported="">
       <library name="M2 Dep: com.gwtext:gwtext:jar:2.0.5:compile">
         <CLASSES>
@@ -66,7 +66,7 @@
         </SOURCES>
       </library>
     </orderEntry>
-    <orderEntry type="module-library">
+    <orderEntry type="module-library" exported="">
       <library name="M2 Dep: com.googlecode.gwtmosaic:gwt-mosaic-dnd:jar:0.1.9:compile">
         <CLASSES>
           <root url="jar://$MODULE_DIR$/../../../../../../../.m2/repository/com/googlecode/gwtmosaic/gwt-mosaic-dnd/0.1.9/gwt-mosaic-dnd-0.1.9.jar!/" />
@@ -75,7 +75,7 @@
         <SOURCES />
       </library>
     </orderEntry>
-    <orderEntry type="module-library">
+    <orderEntry type="module-library" exported="">
       <library name="M2 Dep: com.googlecode.gwtmosaic:gwt-mosaic:jar:0.1.9:compile">
         <CLASSES>
           <root url="jar://$MODULE_DIR$/../../../../../../../.m2/repository/com/googlecode/gwtmosaic/gwt-mosaic/0.1.9/gwt-mosaic-0.1.9.jar!/" />
@@ -84,7 +84,7 @@
         <SOURCES />
       </library>
     </orderEntry>
-    <orderEntry type="module-library">
+    <orderEntry type="module-library" exported="">
       <library name="M2 Dep: com.google.gwt:gwt-user:jar:1.5.3:provided">
         <CLASSES>
           <root url="jar://$MODULE_DIR$/../../../../../../../.m2/repository/com/google/gwt/gwt-user/1.5.3/gwt-user-1.5.3.jar!/" />
@@ -93,7 +93,7 @@
         <SOURCES />
       </library>
     </orderEntry>
-    <orderEntry type="module-library">
+    <orderEntry type="module-library" exported="">
       <library name="M2 Dep: com.googlecode.gwtmosaic:gwt-mosaic-incubator:jar:0.1.9:compile">
         <CLASSES>
           <root url="jar://$MODULE_DIR$/../../../../../../../.m2/repository/com/googlecode/gwtmosaic/gwt-mosaic-incubator/0.1.9/gwt-mosaic-incubator-0.1.9.jar!/" />
@@ -102,7 +102,7 @@
         <SOURCES />
       </library>
     </orderEntry>
-    <orderEntry type="module-library">
+    <orderEntry type="module-library" exported="">
       <library name="M2 Dep: com.googlecode.gwtmosaic:gwt-mosaic-gwtx:jar:0.1.9:compile">
         <CLASSES>
           <root url="jar://$MODULE_DIR$/../../../../../../../.m2/repository/com/googlecode/gwtmosaic/gwt-mosaic-gwtx/0.1.9/gwt-mosaic-gwtx-0.1.9.jar!/" />

Modified: projects/gwt-console/branches/hbraun/plugin-example/plugin-example.iml
===================================================================
--- projects/gwt-console/branches/hbraun/plugin-example/plugin-example.iml	2009-04-07 13:43:09 UTC (rev 4476)
+++ projects/gwt-console/branches/hbraun/plugin-example/plugin-example.iml	2009-04-07 13:58:21 UTC (rev 4477)
@@ -9,7 +9,8 @@
     </content>
     <orderEntry type="inheritedJdk" />
     <orderEntry type="sourceFolder" forTests="false" />
-    <orderEntry type="module" module-name="gwt-parent" />
+    <orderEntry type="module" module-name="gwt-rpc" />
+    <orderEntry type="module" module-name="plugin" />
     <orderEntry type="module-library" exported="">
       <library name="M2 Dep: com.google.code.gson:gson:jar:1.2.2:provided">
         <CLASSES>

Modified: projects/gwt-console/branches/hbraun/rpc/gwt-rpc.iml
===================================================================
--- projects/gwt-console/branches/hbraun/rpc/gwt-rpc.iml	2009-04-07 13:43:09 UTC (rev 4476)
+++ projects/gwt-console/branches/hbraun/rpc/gwt-rpc.iml	2009-04-07 13:58:21 UTC (rev 4477)
@@ -46,7 +46,7 @@
         </SOURCES>
       </library>
     </orderEntry>
-    <orderEntry type="module-library">
+    <orderEntry type="module-library" exported="">
       <library name="M2 Dep: com.google.gwt:gwt-user:jar:1.5.3:provided">
         <CLASSES>
           <root url="jar://$MODULE_DIR$/../../../../../../../.m2/repository/com/google/gwt/gwt-user/1.5.3/gwt-user-1.5.3.jar!/" />

Modified: projects/gwt-console/branches/hbraun/server/gwt-server.iml
===================================================================
--- projects/gwt-console/branches/hbraun/server/gwt-server.iml	2009-04-07 13:43:09 UTC (rev 4476)
+++ projects/gwt-console/branches/hbraun/server/gwt-server.iml	2009-04-07 13:58:21 UTC (rev 4477)
@@ -10,7 +10,8 @@
     </content>
     <orderEntry type="inheritedJdk" />
     <orderEntry type="sourceFolder" forTests="false" />
-    <orderEntry type="module" module-name="gwt-parent" />
+    <orderEntry type="module" module-name="gwt-rpc" />
+    <orderEntry type="module" module-name="gwt-server-integration" />
     <orderEntry type="module-library" exported="">
       <library name="M2 Dep: org.slf4j:slf4j-simple:jar:1.5.2:compile">
         <CLASSES>
@@ -224,7 +225,7 @@
         <SOURCES />
       </library>
     </orderEntry>
-    <orderEntry type="module-library">
+    <orderEntry type="module-library" exported="">
       <library name="M2 Dep: com.google.gwt:gwt-user:jar:1.5.3:provided">
         <CLASSES>
           <root url="jar://$MODULE_DIR$/../../../../../../../.m2/repository/com/google/gwt/gwt-user/1.5.3/gwt-user-1.5.3.jar!/" />
@@ -233,7 +234,7 @@
         <SOURCES />
       </library>
     </orderEntry>
-    <orderEntry type="module-library">
+    <orderEntry type="module-library" exported="">
       <library name="M2 Dep: com.google.gwt:gwt-servlet:jar:1.5.3:runtime">
         <CLASSES>
           <root url="jar://$MODULE_DIR$/../../../../../../../.m2/repository/com/google/gwt/gwt-servlet/1.5.3/gwt-servlet-1.5.3.jar!/" />

Modified: projects/gwt-console/branches/hbraun/server-integration/gwt-server-integration.iml
===================================================================
--- projects/gwt-console/branches/hbraun/server-integration/gwt-server-integration.iml	2009-04-07 13:43:09 UTC (rev 4476)
+++ projects/gwt-console/branches/hbraun/server-integration/gwt-server-integration.iml	2009-04-07 13:58:21 UTC (rev 4477)
@@ -8,7 +8,7 @@
     </content>
     <orderEntry type="inheritedJdk" />
     <orderEntry type="sourceFolder" forTests="false" />
-    <orderEntry type="module" module-name="gwt-parent" />
+    <orderEntry type="module" module-name="gwt-rpc" exported="" />
     <orderEntry type="module-library" exported="">
       <library name="M2 Dep: javax.xml.bind:jaxb-api:jar:2.1:provided">
         <CLASSES>

Modified: projects/gwt-console/branches/hbraun/war/gwt-war.iml
===================================================================
--- projects/gwt-console/branches/hbraun/war/gwt-war.iml	2009-04-07 13:43:09 UTC (rev 4476)
+++ projects/gwt-console/branches/hbraun/war/gwt-war.iml	2009-04-07 13:58:21 UTC (rev 4477)
@@ -11,7 +11,8 @@
     </content>
     <orderEntry type="inheritedJdk" />
     <orderEntry type="sourceFolder" forTests="false" />
-    <orderEntry type="module" module-name="gwt-parent" exported="" />
+    <orderEntry type="module" module-name="gwt-rpc" />
+    <orderEntry type="module" module-name="plugin" />
     <orderEntry type="module-library" exported="">
       <library name="M2 Dep: javax.xml.bind:jaxb-api:jar:2.1:compile">
         <CLASSES>




More information about the jbpm-commits mailing list