[jboss-svn-commits] JBoss Portal SVN: r5327 - branches/JBoss_Portal_Branch_2_4/server/src/main/org/jboss/portal/server trunk/build trunk/build/ide/intellij/idea50/modules/api trunk/build/ide/intellij/idea50/modules/bridge trunk/build/ide/intellij/idea50/modules/cms trunk/build/ide/intellij/idea50/modules/common trunk/build/ide/intellij/idea50/modules/core trunk/build/ide/intellij/idea50/modules/faces trunk/build/ide/intellij/idea50/modules/federation trunk/build/ide/intellij/idea50/modules/format trunk/build/ide/intellij/idea50/modules/forums trunk/build/ide/intellij/idea50/modules/identity trunk/build/ide/intellij/idea50/modules/jems trunk/build/ide/intellij/idea50/modules/portlet trunk/build/ide/intellij/idea50/modules/security trunk/build/ide/intellij/idea50/modules/server trunk/build/ide/intellij/idea50/modules/test trunk/build/ide/intellij/idea50/modules/testsuite trunk/build/ide/intellij/idea50/modules/theme trunk/build/ide/intellij/idea50/modules/tools trunk/build/ide/intellij/! idea50/modules/wsrp

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Tue Oct 3 19:53:16 EDT 2006


Author: julien at jboss.com
Date: 2006-10-03 19:52:49 -0400 (Tue, 03 Oct 2006)
New Revision: 5327

Modified:
   branches/JBoss_Portal_Branch_2_4/server/src/main/org/jboss/portal/server/PortalConstants.java
   trunk/build/distrib.xml
   trunk/build/ide/intellij/idea50/modules/api/api.iml
   trunk/build/ide/intellij/idea50/modules/bridge/bridge.iml
   trunk/build/ide/intellij/idea50/modules/cms/cms.iml
   trunk/build/ide/intellij/idea50/modules/common/common.iml
   trunk/build/ide/intellij/idea50/modules/core/core.iml
   trunk/build/ide/intellij/idea50/modules/faces/faces.iml
   trunk/build/ide/intellij/idea50/modules/federation/federation.iml
   trunk/build/ide/intellij/idea50/modules/format/format.iml
   trunk/build/ide/intellij/idea50/modules/forums/forums.iml
   trunk/build/ide/intellij/idea50/modules/identity/identity.iml
   trunk/build/ide/intellij/idea50/modules/jems/jems.iml
   trunk/build/ide/intellij/idea50/modules/portlet/portlet.iml
   trunk/build/ide/intellij/idea50/modules/security/security.iml
   trunk/build/ide/intellij/idea50/modules/server/server.iml
   trunk/build/ide/intellij/idea50/modules/test/test.iml
   trunk/build/ide/intellij/idea50/modules/testsuite/testsuite.iml
   trunk/build/ide/intellij/idea50/modules/theme/theme.iml
   trunk/build/ide/intellij/idea50/modules/tools/tools.iml
   trunk/build/ide/intellij/idea50/modules/wsrp/wsrp.iml
Log:
updated the portal version number to 2.4.1.CR1 (instead of previous 2.4.1.CR2 which was a mistake)

Modified: branches/JBoss_Portal_Branch_2_4/server/src/main/org/jboss/portal/server/PortalConstants.java
===================================================================
--- branches/JBoss_Portal_Branch_2_4/server/src/main/org/jboss/portal/server/PortalConstants.java	2006-10-03 23:42:09 UTC (rev 5326)
+++ branches/JBoss_Portal_Branch_2_4/server/src/main/org/jboss/portal/server/PortalConstants.java	2006-10-03 23:52:49 UTC (rev 5327)
@@ -34,7 +34,7 @@
 public class PortalConstants
 {
    /** Current version. */
-   public static Version VERSION = new Version("JBoss Portal", 2, 4, 1, new Version.Qualifier(Version.Qualifier.Prefix.CR, "2"), "Devil");
+   public static Version VERSION = new Version("JBoss Portal", 2, 4, 1, new Version.Qualifier(Version.Qualifier.Prefix.CR, "1"), "Devil");
 
    /** The default portal name. */
    public static String DEFAULT_PORTAL_NAME = "default";

Modified: trunk/build/distrib.xml
===================================================================
--- trunk/build/distrib.xml	2006-10-03 23:42:09 UTC (rev 5326)
+++ trunk/build/distrib.xml	2006-10-03 23:52:49 UTC (rev 5327)
@@ -1,7 +1,7 @@
 <project default="main" name="JBoss Portal">
 
    <property name="source.dir" value="../../jboss-portal-2.4"/>
-   <property name="release.version" value="2.4.0-CR1"/>
+   <property name="release.version" value="2.4.1-CR1"/>
 
    <!-- -->
    <property name="portal.release.normal.name" value="jboss-portal-${release.version}"/>

Modified: trunk/build/ide/intellij/idea50/modules/api/api.iml
===================================================================
--- trunk/build/ide/intellij/idea50/modules/api/api.iml	2006-10-03 23:42:09 UTC (rev 5326)
+++ trunk/build/ide/intellij/idea50/modules/api/api.iml	2006-10-03 23:52:49 UTC (rev 5327)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <module version="4" relativePaths="true" type="JAVA_MODULE">
   <component name="ModuleRootManager" />
-  <component name="NewModuleRootManager">
+  <component name="NewModuleRootManager" inherit-compiler-output="false">
     <output url="file://$MODULE_DIR$/../../../../../../api/output/idea50/classes" />
     <exclude-output />
     <content url="file://$MODULE_DIR$/../../../../../../api">

Modified: trunk/build/ide/intellij/idea50/modules/bridge/bridge.iml
===================================================================
--- trunk/build/ide/intellij/idea50/modules/bridge/bridge.iml	2006-10-03 23:42:09 UTC (rev 5326)
+++ trunk/build/ide/intellij/idea50/modules/bridge/bridge.iml	2006-10-03 23:52:49 UTC (rev 5327)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <module version="4" relativePaths="true" type="JAVA_MODULE">
   <component name="ModuleRootManager" />
-  <component name="NewModuleRootManager">
+  <component name="NewModuleRootManager" inherit-compiler-output="false">
     <output url="file://$MODULE_DIR$/../../../../../../bridge/output/idea50/classes" />
     <exclude-output />
     <content url="file://$MODULE_DIR$/../../../../../../bridge">

Modified: trunk/build/ide/intellij/idea50/modules/cms/cms.iml
===================================================================
--- trunk/build/ide/intellij/idea50/modules/cms/cms.iml	2006-10-03 23:42:09 UTC (rev 5326)
+++ trunk/build/ide/intellij/idea50/modules/cms/cms.iml	2006-10-03 23:52:49 UTC (rev 5327)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <module version="4" relativePaths="true" type="JAVA_MODULE">
   <component name="ModuleRootManager" />
-  <component name="NewModuleRootManager">
+  <component name="NewModuleRootManager" inherit-compiler-output="false">
     <output url="file://$MODULE_DIR$/../../../../../../cms/output/idea50/classes" />
     <exclude-output />
     <content url="file://$MODULE_DIR$/../../../../../../cms">

Modified: trunk/build/ide/intellij/idea50/modules/common/common.iml
===================================================================
--- trunk/build/ide/intellij/idea50/modules/common/common.iml	2006-10-03 23:42:09 UTC (rev 5326)
+++ trunk/build/ide/intellij/idea50/modules/common/common.iml	2006-10-03 23:52:49 UTC (rev 5327)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <module version="4" relativePaths="true" type="JAVA_MODULE">
   <component name="ModuleRootManager" />
-  <component name="NewModuleRootManager">
+  <component name="NewModuleRootManager" inherit-compiler-output="false">
     <output url="file://$MODULE_DIR$/../../../../../../common/output/idea50/classes" />
     <exclude-output />
     <content url="file://$MODULE_DIR$/../../../../../../common">

Modified: trunk/build/ide/intellij/idea50/modules/core/core.iml
===================================================================
--- trunk/build/ide/intellij/idea50/modules/core/core.iml	2006-10-03 23:42:09 UTC (rev 5326)
+++ trunk/build/ide/intellij/idea50/modules/core/core.iml	2006-10-03 23:52:49 UTC (rev 5327)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <module version="4" relativePaths="true" type="JAVA_MODULE">
   <component name="ModuleRootManager" />
-  <component name="NewModuleRootManager">
+  <component name="NewModuleRootManager" inherit-compiler-output="false">
     <output url="file://$MODULE_DIR$/../../../../../../core/output/idea50/classes" />
     <exclude-output />
     <content url="file://$MODULE_DIR$/../../../../../../core">

Modified: trunk/build/ide/intellij/idea50/modules/faces/faces.iml
===================================================================
--- trunk/build/ide/intellij/idea50/modules/faces/faces.iml	2006-10-03 23:42:09 UTC (rev 5326)
+++ trunk/build/ide/intellij/idea50/modules/faces/faces.iml	2006-10-03 23:52:49 UTC (rev 5327)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <module version="4" relativePaths="true" type="JAVA_MODULE">
   <component name="ModuleRootManager" />
-  <component name="NewModuleRootManager">
+  <component name="NewModuleRootManager" inherit-compiler-output="false">
     <output url="file://$MODULE_DIR$/../../../../../../faces/output/idea50/classes" />
     <exclude-output />
     <content url="file://$MODULE_DIR$/../../../../../../faces">

Modified: trunk/build/ide/intellij/idea50/modules/federation/federation.iml
===================================================================
--- trunk/build/ide/intellij/idea50/modules/federation/federation.iml	2006-10-03 23:42:09 UTC (rev 5326)
+++ trunk/build/ide/intellij/idea50/modules/federation/federation.iml	2006-10-03 23:52:49 UTC (rev 5327)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <module version="4" relativePaths="true" type="JAVA_MODULE">
   <component name="ModuleRootManager" />
-  <component name="NewModuleRootManager">
+  <component name="NewModuleRootManager" inherit-compiler-output="false">
     <output url="file://$MODULE_DIR$/../../../../../../federation/classes" />
     <exclude-output />
     <content url="file://$MODULE_DIR$/../../../../../../federation">

Modified: trunk/build/ide/intellij/idea50/modules/format/format.iml
===================================================================
--- trunk/build/ide/intellij/idea50/modules/format/format.iml	2006-10-03 23:42:09 UTC (rev 5326)
+++ trunk/build/ide/intellij/idea50/modules/format/format.iml	2006-10-03 23:52:49 UTC (rev 5327)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <module version="4" relativePaths="true" type="JAVA_MODULE">
   <component name="ModuleRootManager" />
-  <component name="NewModuleRootManager">
+  <component name="NewModuleRootManager" inherit-compiler-output="false">
     <output url="file://$MODULE_DIR$/../../../../../../format/output/idea50/classes" />
     <exclude-output />
     <content url="file://$MODULE_DIR$/../../../../../../format">

Modified: trunk/build/ide/intellij/idea50/modules/forums/forums.iml
===================================================================
--- trunk/build/ide/intellij/idea50/modules/forums/forums.iml	2006-10-03 23:42:09 UTC (rev 5326)
+++ trunk/build/ide/intellij/idea50/modules/forums/forums.iml	2006-10-03 23:52:49 UTC (rev 5327)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <module version="4" relativePaths="true" type="JAVA_MODULE">
   <component name="ModuleRootManager" />
-  <component name="NewModuleRootManager">
+  <component name="NewModuleRootManager" inherit-compiler-output="false">
     <output url="file://$MODULE_DIR$/../../../../../../forums/output/idea50/classes" />
     <exclude-output />
     <content url="file://$MODULE_DIR$/../../../../../../forums">

Modified: trunk/build/ide/intellij/idea50/modules/identity/identity.iml
===================================================================
--- trunk/build/ide/intellij/idea50/modules/identity/identity.iml	2006-10-03 23:42:09 UTC (rev 5326)
+++ trunk/build/ide/intellij/idea50/modules/identity/identity.iml	2006-10-03 23:52:49 UTC (rev 5327)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <module version="4" relativePaths="true" type="JAVA_MODULE">
   <component name="ModuleRootManager" />
-  <component name="NewModuleRootManager">
+  <component name="NewModuleRootManager" inherit-compiler-output="false">
     <output url="file://$MODULE_DIR$/../../../../../../forums/output/idea50/classes" />
     <exclude-output />
     <content url="file://$MODULE_DIR$/../../../../../../identity">

Modified: trunk/build/ide/intellij/idea50/modules/jems/jems.iml
===================================================================
--- trunk/build/ide/intellij/idea50/modules/jems/jems.iml	2006-10-03 23:42:09 UTC (rev 5326)
+++ trunk/build/ide/intellij/idea50/modules/jems/jems.iml	2006-10-03 23:52:49 UTC (rev 5327)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <module version="4" relativePaths="true" type="JAVA_MODULE">
   <component name="ModuleRootManager" />
-  <component name="NewModuleRootManager">
+  <component name="NewModuleRootManager" inherit-compiler-output="false">
     <output url="file://$MODULE_DIR$/../../../../../../jems/classes" />
     <exclude-output />
     <content url="file://$MODULE_DIR$/../../../../../../jems">

Modified: trunk/build/ide/intellij/idea50/modules/portlet/portlet.iml
===================================================================
--- trunk/build/ide/intellij/idea50/modules/portlet/portlet.iml	2006-10-03 23:42:09 UTC (rev 5326)
+++ trunk/build/ide/intellij/idea50/modules/portlet/portlet.iml	2006-10-03 23:52:49 UTC (rev 5327)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <module version="4" relativePaths="true" type="JAVA_MODULE">
   <component name="ModuleRootManager" />
-  <component name="NewModuleRootManager">
+  <component name="NewModuleRootManager" inherit-compiler-output="false">
     <output url="file://$MODULE_DIR$/../../../../../../portlet/output/idea50/classes" />
     <exclude-output />
     <content url="file://$MODULE_DIR$/../../../../../../portlet">

Modified: trunk/build/ide/intellij/idea50/modules/security/security.iml
===================================================================
--- trunk/build/ide/intellij/idea50/modules/security/security.iml	2006-10-03 23:42:09 UTC (rev 5326)
+++ trunk/build/ide/intellij/idea50/modules/security/security.iml	2006-10-03 23:52:49 UTC (rev 5327)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <module version="4" relativePaths="true" type="JAVA_MODULE">
   <component name="ModuleRootManager" />
-  <component name="NewModuleRootManager">
+  <component name="NewModuleRootManager" inherit-compiler-output="false">
     <output url="file://$MODULE_DIR$/../../../../../../security/output/idea50/classes" />
     <exclude-output />
     <content url="file://$MODULE_DIR$/../../../../../../security">

Modified: trunk/build/ide/intellij/idea50/modules/server/server.iml
===================================================================
--- trunk/build/ide/intellij/idea50/modules/server/server.iml	2006-10-03 23:42:09 UTC (rev 5326)
+++ trunk/build/ide/intellij/idea50/modules/server/server.iml	2006-10-03 23:52:49 UTC (rev 5327)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <module version="4" relativePaths="true" type="JAVA_MODULE">
   <component name="ModuleRootManager" />
-  <component name="NewModuleRootManager">
+  <component name="NewModuleRootManager" inherit-compiler-output="false">
     <output url="file://$MODULE_DIR$/../../../../../../server/output/idea50/classes" />
     <exclude-output />
     <content url="file://$MODULE_DIR$/../../../../../../server">

Modified: trunk/build/ide/intellij/idea50/modules/test/test.iml
===================================================================
--- trunk/build/ide/intellij/idea50/modules/test/test.iml	2006-10-03 23:42:09 UTC (rev 5326)
+++ trunk/build/ide/intellij/idea50/modules/test/test.iml	2006-10-03 23:52:49 UTC (rev 5327)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <module version="4" relativePaths="true" type="JAVA_MODULE">
   <component name="ModuleRootManager" />
-  <component name="NewModuleRootManager">
+  <component name="NewModuleRootManager" inherit-compiler-output="false">
     <output url="file://$MODULE_DIR$/../../../../../../test/classes" />
     <exclude-output />
     <content url="file://$MODULE_DIR$/../../../../../../test">

Modified: trunk/build/ide/intellij/idea50/modules/testsuite/testsuite.iml
===================================================================
--- trunk/build/ide/intellij/idea50/modules/testsuite/testsuite.iml	2006-10-03 23:42:09 UTC (rev 5326)
+++ trunk/build/ide/intellij/idea50/modules/testsuite/testsuite.iml	2006-10-03 23:52:49 UTC (rev 5327)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <module version="4" relativePaths="true" type="JAVA_MODULE">
   <component name="ModuleRootManager" />
-  <component name="NewModuleRootManager">
+  <component name="NewModuleRootManager" inherit-compiler-output="false">
     <output url="file://$MODULE_DIR$/../../../../../../testsuite/classes" />
     <exclude-output />
     <content url="file://$MODULE_DIR$/../../../../../../testsuite">

Modified: trunk/build/ide/intellij/idea50/modules/theme/theme.iml
===================================================================
--- trunk/build/ide/intellij/idea50/modules/theme/theme.iml	2006-10-03 23:42:09 UTC (rev 5326)
+++ trunk/build/ide/intellij/idea50/modules/theme/theme.iml	2006-10-03 23:52:49 UTC (rev 5327)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <module version="4" relativePaths="true" type="JAVA_MODULE">
   <component name="ModuleRootManager" />
-  <component name="NewModuleRootManager">
+  <component name="NewModuleRootManager" inherit-compiler-output="false">
     <output url="file://$MODULE_DIR$/../../../../../../theme/output/idea50/classes" />
     <exclude-output />
     <content url="file://$MODULE_DIR$/../../../../../../theme">

Modified: trunk/build/ide/intellij/idea50/modules/tools/tools.iml
===================================================================
--- trunk/build/ide/intellij/idea50/modules/tools/tools.iml	2006-10-03 23:42:09 UTC (rev 5326)
+++ trunk/build/ide/intellij/idea50/modules/tools/tools.iml	2006-10-03 23:52:49 UTC (rev 5327)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <module version="4" relativePaths="true" type="JAVA_MODULE">
   <component name="ModuleRootManager" />
-  <component name="NewModuleRootManager">
+  <component name="NewModuleRootManager" inherit-compiler-output="false">
     <output url="file://$MODULE_DIR$/../../../../../../tools/classes" />
     <exclude-output />
     <content url="file://$MODULE_DIR$/../../../../../../tools" />

Modified: trunk/build/ide/intellij/idea50/modules/wsrp/wsrp.iml
===================================================================
--- trunk/build/ide/intellij/idea50/modules/wsrp/wsrp.iml	2006-10-03 23:42:09 UTC (rev 5326)
+++ trunk/build/ide/intellij/idea50/modules/wsrp/wsrp.iml	2006-10-03 23:52:49 UTC (rev 5327)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <module version="4" relativePaths="true" type="JAVA_MODULE">
   <component name="ModuleRootManager" />
-  <component name="NewModuleRootManager">
+  <component name="NewModuleRootManager" inherit-compiler-output="false">
     <output url="file://$MODULE_DIR$/../../../../../../wsrp/classes" />
     <exclude-output />
     <content url="file://$MODULE_DIR$/../../../../../../wsrp">




More information about the jboss-svn-commits mailing list