gatein SVN: r5553 - in components/wsrp/branches/2.0.x: admin-gui and 9 other directories.
by do-not-reply@jboss.org
Author: chris.laprun(a)jboss.com
Date: 2010-12-10 04:59:35 -0500 (Fri, 10 Dec 2010)
New Revision: 5553
Modified:
components/wsrp/branches/2.0.x/admin-gui/pom.xml
components/wsrp/branches/2.0.x/api/pom.xml
components/wsrp/branches/2.0.x/common/pom.xml
components/wsrp/branches/2.0.x/consumer/pom.xml
components/wsrp/branches/2.0.x/hibernate-impl/pom.xml
components/wsrp/branches/2.0.x/pom.xml
components/wsrp/branches/2.0.x/producer/pom.xml
components/wsrp/branches/2.0.x/test/pom.xml
components/wsrp/branches/2.0.x/wsrp-producer-war/pom.xml
components/wsrp/branches/2.0.x/wsrp1-ws/pom.xml
components/wsrp/branches/2.0.x/wsrp2-ws/pom.xml
Log:
[maven-release-plugin] prepare for next development iteration
Modified: components/wsrp/branches/2.0.x/admin-gui/pom.xml
===================================================================
--- components/wsrp/branches/2.0.x/admin-gui/pom.xml 2010-12-10 09:59:12 UTC (rev 5552)
+++ components/wsrp/branches/2.0.x/admin-gui/pom.xml 2010-12-10 09:59:35 UTC (rev 5553)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.gatein.wsrp</groupId>
<artifactId>wsrp-parent</artifactId>
- <version>2.0.0-GA</version>
+ <version>2.0.1-GA-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>wsrp-admin-gui</artifactId>
Modified: components/wsrp/branches/2.0.x/api/pom.xml
===================================================================
--- components/wsrp/branches/2.0.x/api/pom.xml 2010-12-10 09:59:12 UTC (rev 5552)
+++ components/wsrp/branches/2.0.x/api/pom.xml 2010-12-10 09:59:35 UTC (rev 5553)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.gatein.wsrp</groupId>
<artifactId>wsrp-parent</artifactId>
- <version>2.0.0-GA</version>
+ <version>2.0.1-GA-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>wsrp-integration-api</artifactId>
Modified: components/wsrp/branches/2.0.x/common/pom.xml
===================================================================
--- components/wsrp/branches/2.0.x/common/pom.xml 2010-12-10 09:59:12 UTC (rev 5552)
+++ components/wsrp/branches/2.0.x/common/pom.xml 2010-12-10 09:59:35 UTC (rev 5553)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.gatein.wsrp</groupId>
<artifactId>wsrp-parent</artifactId>
- <version>2.0.0-GA</version>
+ <version>2.0.1-GA-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>wsrp-common</artifactId>
Modified: components/wsrp/branches/2.0.x/consumer/pom.xml
===================================================================
--- components/wsrp/branches/2.0.x/consumer/pom.xml 2010-12-10 09:59:12 UTC (rev 5552)
+++ components/wsrp/branches/2.0.x/consumer/pom.xml 2010-12-10 09:59:35 UTC (rev 5553)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.gatein.wsrp</groupId>
<artifactId>wsrp-parent</artifactId>
- <version>2.0.0-GA</version>
+ <version>2.0.1-GA-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>wsrp-consumer</artifactId>
Modified: components/wsrp/branches/2.0.x/hibernate-impl/pom.xml
===================================================================
--- components/wsrp/branches/2.0.x/hibernate-impl/pom.xml 2010-12-10 09:59:12 UTC (rev 5552)
+++ components/wsrp/branches/2.0.x/hibernate-impl/pom.xml 2010-12-10 09:59:35 UTC (rev 5553)
@@ -28,7 +28,7 @@
<parent>
<groupId>org.gatein.wsrp</groupId>
<artifactId>wsrp-parent</artifactId>
- <version>2.0.0-GA</version>
+ <version>2.0.1-GA-SNAPSHOT</version>
</parent>
<groupId>org.gatein.wsrp</groupId>
Modified: components/wsrp/branches/2.0.x/pom.xml
===================================================================
--- components/wsrp/branches/2.0.x/pom.xml 2010-12-10 09:59:12 UTC (rev 5552)
+++ components/wsrp/branches/2.0.x/pom.xml 2010-12-10 09:59:35 UTC (rev 5553)
@@ -29,7 +29,7 @@
<groupId>org.gatein.wsrp</groupId>
<artifactId>wsrp-parent</artifactId>
- <version>2.0.0-GA</version>
+ <version>2.0.1-GA-SNAPSHOT</version>
<packaging>pom</packaging>
@@ -40,10 +40,10 @@
</parent>
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/gatein/components/wsrp/tags/2.0.0-GA</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/gatein/components/wsrp/tags/2.0.0-GA
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/gatein/components/wsrp/branches/2....</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/gatein/components/wsrp/branches/2.0.x/
</developerConnection>
- <url>http://fisheye.jboss.org/browse/gatein/components/wsrp/tags/2.0.0-GA</url>
+ <url>http://fisheye.jboss.org/browse/gatein/components/wsrp/branches/2.0.x/</url>
</scm>
<properties>
Modified: components/wsrp/branches/2.0.x/producer/pom.xml
===================================================================
--- components/wsrp/branches/2.0.x/producer/pom.xml 2010-12-10 09:59:12 UTC (rev 5552)
+++ components/wsrp/branches/2.0.x/producer/pom.xml 2010-12-10 09:59:35 UTC (rev 5553)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.gatein.wsrp</groupId>
<artifactId>wsrp-parent</artifactId>
- <version>2.0.0-GA</version>
+ <version>2.0.1-GA-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>wsrp-producer-lib</artifactId>
Modified: components/wsrp/branches/2.0.x/test/pom.xml
===================================================================
--- components/wsrp/branches/2.0.x/test/pom.xml 2010-12-10 09:59:12 UTC (rev 5552)
+++ components/wsrp/branches/2.0.x/test/pom.xml 2010-12-10 09:59:35 UTC (rev 5553)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.gatein.wsrp</groupId>
<artifactId>wsrp-parent</artifactId>
- <version>2.0.0-GA</version>
+ <version>2.0.1-GA-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: components/wsrp/branches/2.0.x/wsrp-producer-war/pom.xml
===================================================================
--- components/wsrp/branches/2.0.x/wsrp-producer-war/pom.xml 2010-12-10 09:59:12 UTC (rev 5552)
+++ components/wsrp/branches/2.0.x/wsrp-producer-war/pom.xml 2010-12-10 09:59:35 UTC (rev 5553)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.gatein.wsrp</groupId>
<artifactId>wsrp-parent</artifactId>
- <version>2.0.0-GA</version>
+ <version>2.0.1-GA-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: components/wsrp/branches/2.0.x/wsrp1-ws/pom.xml
===================================================================
--- components/wsrp/branches/2.0.x/wsrp1-ws/pom.xml 2010-12-10 09:59:12 UTC (rev 5552)
+++ components/wsrp/branches/2.0.x/wsrp1-ws/pom.xml 2010-12-10 09:59:35 UTC (rev 5553)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.gatein.wsrp</groupId>
<artifactId>wsrp-parent</artifactId>
- <version>2.0.0-GA</version>
+ <version>2.0.1-GA-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>wsrp-wsrp1-ws</artifactId>
Modified: components/wsrp/branches/2.0.x/wsrp2-ws/pom.xml
===================================================================
--- components/wsrp/branches/2.0.x/wsrp2-ws/pom.xml 2010-12-10 09:59:12 UTC (rev 5552)
+++ components/wsrp/branches/2.0.x/wsrp2-ws/pom.xml 2010-12-10 09:59:35 UTC (rev 5553)
@@ -26,7 +26,7 @@
<parent>
<artifactId>wsrp-parent</artifactId>
<groupId>org.gatein.wsrp</groupId>
- <version>2.0.0-GA</version>
+ <version>2.0.1-GA-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>wsrp-wsrp2-ws</artifactId>
14 years
gatein SVN: r5552 - components/wsrp/tags.
by do-not-reply@jboss.org
Author: chris.laprun(a)jboss.com
Date: 2010-12-10 04:59:12 -0500 (Fri, 10 Dec 2010)
New Revision: 5552
Added:
components/wsrp/tags/2.0.0-GA/
Log:
[maven-scm] copy for tag 2.0.0-GA
Copied: components/wsrp/tags/2.0.0-GA (from rev 5551, components/wsrp/branches/2.0.x)
14 years
gatein SVN: r5551 - in components/wsrp/branches/2.0.x: admin-gui and 9 other directories.
by do-not-reply@jboss.org
Author: chris.laprun(a)jboss.com
Date: 2010-12-10 04:58:46 -0500 (Fri, 10 Dec 2010)
New Revision: 5551
Modified:
components/wsrp/branches/2.0.x/admin-gui/pom.xml
components/wsrp/branches/2.0.x/api/pom.xml
components/wsrp/branches/2.0.x/common/pom.xml
components/wsrp/branches/2.0.x/consumer/pom.xml
components/wsrp/branches/2.0.x/hibernate-impl/pom.xml
components/wsrp/branches/2.0.x/pom.xml
components/wsrp/branches/2.0.x/producer/pom.xml
components/wsrp/branches/2.0.x/test/pom.xml
components/wsrp/branches/2.0.x/wsrp-producer-war/pom.xml
components/wsrp/branches/2.0.x/wsrp1-ws/pom.xml
components/wsrp/branches/2.0.x/wsrp2-ws/pom.xml
Log:
[maven-release-plugin] prepare release 2.0.0-GA
Modified: components/wsrp/branches/2.0.x/admin-gui/pom.xml
===================================================================
--- components/wsrp/branches/2.0.x/admin-gui/pom.xml 2010-12-10 09:52:29 UTC (rev 5550)
+++ components/wsrp/branches/2.0.x/admin-gui/pom.xml 2010-12-10 09:58:46 UTC (rev 5551)
@@ -21,12 +21,11 @@
~ 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<parent>
<groupId>org.gatein.wsrp</groupId>
<artifactId>wsrp-parent</artifactId>
- <version>2.0.0-GA-SNAPSHOT</version>
+ <version>2.0.0-GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>wsrp-admin-gui</artifactId>
Modified: components/wsrp/branches/2.0.x/api/pom.xml
===================================================================
--- components/wsrp/branches/2.0.x/api/pom.xml 2010-12-10 09:52:29 UTC (rev 5550)
+++ components/wsrp/branches/2.0.x/api/pom.xml 2010-12-10 09:58:46 UTC (rev 5551)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.gatein.wsrp</groupId>
<artifactId>wsrp-parent</artifactId>
- <version>2.0.0-GA-SNAPSHOT</version>
+ <version>2.0.0-GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>wsrp-integration-api</artifactId>
Modified: components/wsrp/branches/2.0.x/common/pom.xml
===================================================================
--- components/wsrp/branches/2.0.x/common/pom.xml 2010-12-10 09:52:29 UTC (rev 5550)
+++ components/wsrp/branches/2.0.x/common/pom.xml 2010-12-10 09:58:46 UTC (rev 5551)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.gatein.wsrp</groupId>
<artifactId>wsrp-parent</artifactId>
- <version>2.0.0-GA-SNAPSHOT</version>
+ <version>2.0.0-GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>wsrp-common</artifactId>
Modified: components/wsrp/branches/2.0.x/consumer/pom.xml
===================================================================
--- components/wsrp/branches/2.0.x/consumer/pom.xml 2010-12-10 09:52:29 UTC (rev 5550)
+++ components/wsrp/branches/2.0.x/consumer/pom.xml 2010-12-10 09:58:46 UTC (rev 5551)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.gatein.wsrp</groupId>
<artifactId>wsrp-parent</artifactId>
- <version>2.0.0-GA-SNAPSHOT</version>
+ <version>2.0.0-GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>wsrp-consumer</artifactId>
Modified: components/wsrp/branches/2.0.x/hibernate-impl/pom.xml
===================================================================
--- components/wsrp/branches/2.0.x/hibernate-impl/pom.xml 2010-12-10 09:52:29 UTC (rev 5550)
+++ components/wsrp/branches/2.0.x/hibernate-impl/pom.xml 2010-12-10 09:58:46 UTC (rev 5551)
@@ -28,7 +28,7 @@
<parent>
<groupId>org.gatein.wsrp</groupId>
<artifactId>wsrp-parent</artifactId>
- <version>2.0.0-GA-SNAPSHOT</version>
+ <version>2.0.0-GA</version>
</parent>
<groupId>org.gatein.wsrp</groupId>
Modified: components/wsrp/branches/2.0.x/pom.xml
===================================================================
--- components/wsrp/branches/2.0.x/pom.xml 2010-12-10 09:52:29 UTC (rev 5550)
+++ components/wsrp/branches/2.0.x/pom.xml 2010-12-10 09:58:46 UTC (rev 5551)
@@ -29,7 +29,7 @@
<groupId>org.gatein.wsrp</groupId>
<artifactId>wsrp-parent</artifactId>
- <version>2.0.0-GA-SNAPSHOT</version>
+ <version>2.0.0-GA</version>
<packaging>pom</packaging>
@@ -40,10 +40,10 @@
</parent>
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/gatein/components/wsrp/branches/2....</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/gatein/components/wsrp/branches/2.0.x/
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/gatein/components/wsrp/tags/2.0.0-GA</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/gatein/components/wsrp/tags/2.0.0-GA
</developerConnection>
- <url>http://fisheye.jboss.org/browse/gatein/components/wsrp/branches/2.0.x/</url>
+ <url>http://fisheye.jboss.org/browse/gatein/components/wsrp/tags/2.0.0-GA</url>
</scm>
<properties>
Modified: components/wsrp/branches/2.0.x/producer/pom.xml
===================================================================
--- components/wsrp/branches/2.0.x/producer/pom.xml 2010-12-10 09:52:29 UTC (rev 5550)
+++ components/wsrp/branches/2.0.x/producer/pom.xml 2010-12-10 09:58:46 UTC (rev 5551)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.gatein.wsrp</groupId>
<artifactId>wsrp-parent</artifactId>
- <version>2.0.0-GA-SNAPSHOT</version>
+ <version>2.0.0-GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>wsrp-producer-lib</artifactId>
Modified: components/wsrp/branches/2.0.x/test/pom.xml
===================================================================
--- components/wsrp/branches/2.0.x/test/pom.xml 2010-12-10 09:52:29 UTC (rev 5550)
+++ components/wsrp/branches/2.0.x/test/pom.xml 2010-12-10 09:58:46 UTC (rev 5551)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.gatein.wsrp</groupId>
<artifactId>wsrp-parent</artifactId>
- <version>2.0.0-GA-SNAPSHOT</version>
+ <version>2.0.0-GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: components/wsrp/branches/2.0.x/wsrp-producer-war/pom.xml
===================================================================
--- components/wsrp/branches/2.0.x/wsrp-producer-war/pom.xml 2010-12-10 09:52:29 UTC (rev 5550)
+++ components/wsrp/branches/2.0.x/wsrp-producer-war/pom.xml 2010-12-10 09:58:46 UTC (rev 5551)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.gatein.wsrp</groupId>
<artifactId>wsrp-parent</artifactId>
- <version>2.0.0-GA-SNAPSHOT</version>
+ <version>2.0.0-GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: components/wsrp/branches/2.0.x/wsrp1-ws/pom.xml
===================================================================
--- components/wsrp/branches/2.0.x/wsrp1-ws/pom.xml 2010-12-10 09:52:29 UTC (rev 5550)
+++ components/wsrp/branches/2.0.x/wsrp1-ws/pom.xml 2010-12-10 09:58:46 UTC (rev 5551)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.gatein.wsrp</groupId>
<artifactId>wsrp-parent</artifactId>
- <version>2.0.0-GA-SNAPSHOT</version>
+ <version>2.0.0-GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>wsrp-wsrp1-ws</artifactId>
Modified: components/wsrp/branches/2.0.x/wsrp2-ws/pom.xml
===================================================================
--- components/wsrp/branches/2.0.x/wsrp2-ws/pom.xml 2010-12-10 09:52:29 UTC (rev 5550)
+++ components/wsrp/branches/2.0.x/wsrp2-ws/pom.xml 2010-12-10 09:58:46 UTC (rev 5551)
@@ -26,7 +26,7 @@
<parent>
<artifactId>wsrp-parent</artifactId>
<groupId>org.gatein.wsrp</groupId>
- <version>2.0.0-GA-SNAPSHOT</version>
+ <version>2.0.0-GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>wsrp-wsrp2-ws</artifactId>
14 years
gatein SVN: r5550 - components/wsrp/branches/2.0.x/test.
by do-not-reply@jboss.org
Author: chris.laprun(a)jboss.com
Date: 2010-12-10 04:52:29 -0500 (Fri, 10 Dec 2010)
New Revision: 5550
Removed:
components/wsrp/branches/2.0.x/test/.settings/
Log:
Really remove .settings directory
14 years
gatein SVN: r5548 - in components/wsrp/branches/2.0.x: admin-gui and 9 other directories.
by do-not-reply@jboss.org
Author: chris.laprun(a)jboss.com
Date: 2010-12-10 04:23:31 -0500 (Fri, 10 Dec 2010)
New Revision: 5548
Modified:
components/wsrp/branches/2.0.x/
components/wsrp/branches/2.0.x/admin-gui/
components/wsrp/branches/2.0.x/api/
components/wsrp/branches/2.0.x/common/
components/wsrp/branches/2.0.x/consumer/
components/wsrp/branches/2.0.x/hibernate-impl/
components/wsrp/branches/2.0.x/producer/
components/wsrp/branches/2.0.x/test/
components/wsrp/branches/2.0.x/wsrp-producer-war/
components/wsrp/branches/2.0.x/wsrp1-ws/
components/wsrp/branches/2.0.x/wsrp2-ws/
Log:
- Updated svn:ignore to ignore .idea and *.iml files.
- Removed .settings directory in test
Property changes on: components/wsrp/branches/2.0.x
___________________________________________________________________
Name: svn:ignore
- .settings
.project
+ target
.project
.classpath
.settings
.idea
*.iml
Property changes on: components/wsrp/branches/2.0.x/admin-gui
___________________________________________________________________
Name: svn:ignore
- .settings
target
.classpath
.project
+ .settings
target
.classpath
.project
*.iml
Property changes on: components/wsrp/branches/2.0.x/api
___________________________________________________________________
Name: svn:ignore
- .project
.settings
.classpath
target
+ .project
.settings
.classpath
target
*.iml
Property changes on: components/wsrp/branches/2.0.x/common
___________________________________________________________________
Name: svn:ignore
- .settings
.project
.classpath
target
+ .settings
.project
.classpath
target
*.iml
Property changes on: components/wsrp/branches/2.0.x/consumer
___________________________________________________________________
Name: svn:ignore
- target
.project
.classpath
.settings
+ target
.project
.classpath
.settings
*.iml
Property changes on: components/wsrp/branches/2.0.x/hibernate-impl
___________________________________________________________________
Name: svn:ignore
- target
+ target
.project
.classpath
.settings
*.iml
Property changes on: components/wsrp/branches/2.0.x/producer
___________________________________________________________________
Name: svn:ignore
- .classpath
.settings
.project
target
+ target
.project
.classpath
.settings
*.iml
Property changes on: components/wsrp/branches/2.0.x/test
___________________________________________________________________
Name: svn:ignore
- target
+ target
.project
.classpath
.settings
*.iml
Property changes on: components/wsrp/branches/2.0.x/wsrp-producer-war
___________________________________________________________________
Name: svn:ignore
- .settings
target
.project
.classpath
+ target
.project
.classpath
.settings
*.iml
Property changes on: components/wsrp/branches/2.0.x/wsrp1-ws
___________________________________________________________________
Name: svn:ignore
- .project
.settings
target
.classpath
+ target
.project
.classpath
.settings
*.iml
Property changes on: components/wsrp/branches/2.0.x/wsrp2-ws
___________________________________________________________________
Name: svn:ignore
- target
+ target
.project
.classpath
.settings
*.iml
14 years
gatein SVN: r5547 - in epp/docs/branches/EPP_5_1_Branch: Reference_Guide/en-US and 1 other directories.
by do-not-reply@jboss.org
Author: smumford
Date: 2010-12-10 01:33:57 -0500 (Fri, 10 Dec 2010)
New Revision: 5547
Modified:
epp/docs/branches/EPP_5_1_Branch/Installation_Guide/en-US/Book_Info.xml
epp/docs/branches/EPP_5_1_Branch/Installation_Guide/en-US/Revision_History.xml
epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/Book_Info.xml
epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/Revision_History.xml
epp/docs/branches/EPP_5_1_Branch/Site_Publisher/Installation_Guide/en-US/Book_Info.xml
epp/docs/branches/EPP_5_1_Branch/Site_Publisher/Installation_Guide/en-US/Revision_History.xml
Log:
Incrementing version numbers for staging
Modified: epp/docs/branches/EPP_5_1_Branch/Installation_Guide/en-US/Book_Info.xml
===================================================================
--- epp/docs/branches/EPP_5_1_Branch/Installation_Guide/en-US/Book_Info.xml 2010-12-10 05:41:26 UTC (rev 5546)
+++ epp/docs/branches/EPP_5_1_Branch/Installation_Guide/en-US/Book_Info.xml 2010-12-10 06:33:57 UTC (rev 5547)
@@ -9,7 +9,7 @@
<productname>JBoss Enterprise Portal Platform</productname>
<productnumber>5.1</productnumber>
<edition>1</edition>
- <pubsnumber>4.0</pubsnumber>
+ <pubsnumber>4.1</pubsnumber>
<abstract>
<para>
This book provides information about obtaining, installing and running &PRODUCT;. It forms part of the complete document suite along with the &PRODUCT; User Guide and the &PRODUCT; Reference Guide available at <ulink type="http" url="http://docs.redhat.com/docs/en-US/JBoss_Enterprise_Portal_Platform/index...." />.
Modified: epp/docs/branches/EPP_5_1_Branch/Installation_Guide/en-US/Revision_History.xml
===================================================================
--- epp/docs/branches/EPP_5_1_Branch/Installation_Guide/en-US/Revision_History.xml 2010-12-10 05:41:26 UTC (rev 5546)
+++ epp/docs/branches/EPP_5_1_Branch/Installation_Guide/en-US/Revision_History.xml 2010-12-10 06:33:57 UTC (rev 5547)
@@ -9,6 +9,20 @@
<simpara>
<revhistory>
<revision>
+ <revnumber>1-4.1</revnumber>
+ <date>Fri Dec 10 2010</date>
+ <author>
+ <firstname>Scott</firstname>
+ <surname>Mumford</surname>
+ <email>smumford(a)redhat.com</email>
+ </author>
+ <revdescription>
+ <simplelist>
+ <member>Added new procedure to encrypt Messaging password.</member>
+ </simplelist>
+ </revdescription>
+ </revision>
+ <revision>
<revnumber>1-4.0</revnumber>
<date>Thu Dec 09 2010</date>
<author>
Modified: epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/Book_Info.xml
===================================================================
--- epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/Book_Info.xml 2010-12-10 05:41:26 UTC (rev 5546)
+++ epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/Book_Info.xml 2010-12-10 06:33:57 UTC (rev 5547)
@@ -9,7 +9,7 @@
<productname>JBoss Enterprise Portal Platform</productname>
<productnumber>5.1</productnumber>
<edition>1</edition>
- <pubsnumber>4.0</pubsnumber>
+ <pubsnumber>4.1</pubsnumber>
<abstract>
<para>
This Reference Guide is a high-level usage document. It deals with more advanced topics than the Installation and User Guides, adding new content or taking concepts discussed in the earlier documents further. It aims to provide supporting documentation for advanced users of the &PRODUCT; product. Its primary focus is on advanced use of the product and it assumes an intermediate or advanced knowledge of the technology and terms.
Modified: epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/Revision_History.xml
===================================================================
--- epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/Revision_History.xml 2010-12-10 05:41:26 UTC (rev 5546)
+++ epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/Revision_History.xml 2010-12-10 06:33:57 UTC (rev 5547)
@@ -8,6 +8,20 @@
<simpara>
<revhistory>
<revision>
+ <revnumber>1-4.1</revnumber>
+ <date>Fri Dec 10 2010</date>
+ <author>
+ <firstname>Scott</firstname>
+ <surname>Mumford</surname>
+ <email>smumford(a)redhat.com</email>
+ </author>
+ <revdescription>
+ <simplelist>
+ <member>Incorporating updates from Thomas Heute.</member>
+ </simplelist>
+ </revdescription>
+ </revision>
+ <revision>
<revnumber>1-4.0</revnumber>
<date>Thu Dec 09 2010</date>
<author>
Modified: epp/docs/branches/EPP_5_1_Branch/Site_Publisher/Installation_Guide/en-US/Book_Info.xml
===================================================================
--- epp/docs/branches/EPP_5_1_Branch/Site_Publisher/Installation_Guide/en-US/Book_Info.xml 2010-12-10 05:41:26 UTC (rev 5546)
+++ epp/docs/branches/EPP_5_1_Branch/Site_Publisher/Installation_Guide/en-US/Book_Info.xml 2010-12-10 06:33:57 UTC (rev 5547)
@@ -9,7 +9,7 @@
<productname>JBoss Enterprise Portal Platform</productname>
<productnumber>5.1</productnumber>
<edition>1</edition>
- <pubsnumber>4.0</pubsnumber>
+ <pubsnumber>4.1</pubsnumber>
<abstract>
<para>
This book provides information about obtaining, installing and running &PRODUCT;. It forms the documentation suite along with the &PRODUCT; User Guide available at <ulink type="http" url="http://docs.redhat.com/docs/en-US/JBoss_Site_Publisher/index.html" />
Modified: epp/docs/branches/EPP_5_1_Branch/Site_Publisher/Installation_Guide/en-US/Revision_History.xml
===================================================================
--- epp/docs/branches/EPP_5_1_Branch/Site_Publisher/Installation_Guide/en-US/Revision_History.xml 2010-12-10 05:41:26 UTC (rev 5546)
+++ epp/docs/branches/EPP_5_1_Branch/Site_Publisher/Installation_Guide/en-US/Revision_History.xml 2010-12-10 06:33:57 UTC (rev 5547)
@@ -8,6 +8,20 @@
<simpara>
<revhistory>
<revision>
+ <revnumber>1-4.1</revnumber>
+ <date>Fri Dec 10 2010</date>
+ <author>
+ <firstname>Scott</firstname>
+ <surname>Mumford</surname>
+ <email>smumford(a)redhat.com</email>
+ </author>
+ <revdescription>
+ <simplelist>
+ <member>Updated entities. Removed deprecated URLs.</member>
+ </simplelist>
+ </revdescription>
+ </revision>
+ <revision>
<revnumber>1-4.0</revnumber>
<date>Thu Dec 09 2010</date>
<author>
14 years
gatein SVN: r5546 - epp/docs/branches/EPP_5_1_Branch/Installation_Guide/en-US.
by do-not-reply@jboss.org
Author: smumford
Date: 2010-12-10 00:41:26 -0500 (Fri, 10 Dec 2010)
New Revision: 5546
Modified:
epp/docs/branches/EPP_5_1_Branch/Installation_Guide/en-US/Post_Installation.xml
Log:
JBEPP-515: Added new procedure to encrypt Messaging suckerPassword
Modified: epp/docs/branches/EPP_5_1_Branch/Installation_Guide/en-US/Post_Installation.xml
===================================================================
--- epp/docs/branches/EPP_5_1_Branch/Installation_Guide/en-US/Post_Installation.xml 2010-12-10 04:01:37 UTC (rev 5545)
+++ epp/docs/branches/EPP_5_1_Branch/Installation_Guide/en-US/Post_Installation.xml 2010-12-10 05:41:26 UTC (rev 5546)
@@ -111,12 +111,38 @@
</para>
</important>
<formalpara>
- <title>Set SuckerPassword for JBoss Messaging:</title>
+ <title>SuckerPassword for JBoss Messaging:</title>
<para>
JBoss Messaging makes internal connections between nodes in order to redistribute messages between clustered destinations. These connections are made with the user name of a special reserved user whose password is specified by the <literal>suckerPassword</literal> attribute in the Server Peer configuration file: <filename><replaceable>JBOSS_HOME</replaceable>/server/<replaceable><PROFILE></replaceable>/deploy/messaging/messaging-jboss-beans.xml</filename>.
</para>
</formalpara>
- <para>
+ <procedure>
+ <title>Set suckerPassword for JBoss Messaging</title>
+ <step>
+ <para>
+ Edit the <filename><replaceable>JBOSS_HOME</replaceable>/server/<replaceable><PROFILE></replaceable>/deploy/messaging/messaging-jboss-beans.xml</filename> file and change the suckerPassword value from "CHANGE ME!!" to a plain text password:
+ </para>
+<programlisting>>property name="suckerPassword"<CHANGE ME!!</property>
+</programlisting>
+ </step>
+ <step>
+ <para>
+ Insert the same password you stored in the <filename>messaging-jboss-beans.xml</filename> file into the following command:
+ </para>
+<programlisting><replaceable>JAVA_HOME</replaceable>/bin/java -cp <replaceable>JBOSS_HOME</replaceable>/client/jboss-messaging-client.jar org.jboss.messaging.util.SecurityUtil <replaceable>PLAIN_TEXT_PASSWORD</replaceable>
+</programlisting>
+ </step>
+ <step>
+ <para>
+ Copy the encrypted password generated by the above command into the SuckerPassword attribute of the <filename><replaceable>JBOSS_HOME</replaceable>/server/<replaceable><PROFILE></replaceable>/deploy/messaging/messaging-service.xml</filename> file:
+ </para>
+<programlisting><attribute name="SuckerPassword"><replaceable>ENCRYPTED_PASSWORD</replaceable></attribute></programlisting>
+ </step>
+ </procedure>
+ <para>
+ The suckerpassword in the messaging-service.xml file is for "client side" configuration and is used to initiate a connection, while the suckerpassword in messaging-jboss-beans.xml is part of the "server side" configuration and is used to authenticate incoming connection request.
+ </para>
+<!-- <para>
To avoid a security risk, you MUST specify the value of the <literal>SuckerPassword</literal> attribute, failing which the default value will be used. Any one who knows the default password will be able to gain access to any destinations on the server. The following fragment should be uncommented and modified:
</para>
<programlisting language="XML" role="XML"><bean name="SecurityStore"
@@ -130,7 +156,7 @@
...
...
</bean>
-</programlisting>
+</programlisting>-->
</section>
14 years
gatein SVN: r5545 - exo/portal/branches/webos-gatein-branch/portlet/exoadmin/src/main/webapp/groovy/admintoolbar/webui/component.
by do-not-reply@jboss.org
Author: hoang_to
Date: 2010-12-09 23:01:37 -0500 (Thu, 09 Dec 2010)
New Revision: 5545
Modified:
exo/portal/branches/webos-gatein-branch/portlet/exoadmin/src/main/webapp/groovy/admintoolbar/webui/component/UIAdminToolbarPortlet.gtmpl
Log:
Hardcode to enable editBackground features in WebOS, as the navigational property features has not been integrated into EXOGTN
Modified: exo/portal/branches/webos-gatein-branch/portlet/exoadmin/src/main/webapp/groovy/admintoolbar/webui/component/UIAdminToolbarPortlet.gtmpl
===================================================================
--- exo/portal/branches/webos-gatein-branch/portlet/exoadmin/src/main/webapp/groovy/admintoolbar/webui/component/UIAdminToolbarPortlet.gtmpl 2010-12-10 03:13:12 UTC (rev 5544)
+++ exo/portal/branches/webos-gatein-branch/portlet/exoadmin/src/main/webapp/groovy/admintoolbar/webui/component/UIAdminToolbarPortlet.gtmpl 2010-12-10 04:01:37 UTC (rev 5545)
@@ -2,6 +2,7 @@
import org.exoplatform.toolbar.webui.component.UIAdminToolbarPortlet;
import org.exoplatform.web.application.JavascriptManager;
import org.exoplatform.portal.config.model.PageNavigation;
+ import org.exoplatform.portal.config.model.PageNode;
import org.exoplatform.services.organization.User;
import org.exoplatform.services.security.ConversationState;
import org.exoplatform.web.CacheUserProfileFilter;
@@ -9,6 +10,7 @@
import org.exoplatform.portal.webui.util.Util;
import org.exoplatform.portal.webui.workspace.UIPortalApplication;
import org.exoplatform.portal.webui.page.UIPage;
+ import org.exoplatform.portal.webui.portal.UIPortal;
def rcontext = (PortletRequestContext)_ctx.getRequestContext();
@@ -66,7 +68,16 @@
<% } %>
<% if(userCouldEditPortal){ %>
- <% if("classicWebosPage".equals(navigation_uri)){ %>
+ <%
+
+ UIPortal uiPortal = Util.getUIPortalApplication().getShowedUIPortal();
+ PageNode currentNode = uiPortal.getSelectedNode();
+
+ if(currentNode != null && "classicWebosPage".equals(currentNode.getName())){
+
+ %>
+
+
<div class="MenuItem">
<a href="javascript:ajaxGet(eXo.env.server.createPortalURL('UIWorkingWorkspace', 'EditBackground', true))" title="" class="ItemIcon EditSiteIcon">Edit Background</a>
</div>
14 years
gatein SVN: r5544 - epp/docs/branches/EPP_5_1_Branch/Site_Publisher/Installation_Guide/en-US.
by do-not-reply@jboss.org
Author: smumford
Date: 2010-12-09 22:13:12 -0500 (Thu, 09 Dec 2010)
New Revision: 5544
Modified:
epp/docs/branches/EPP_5_1_Branch/Site_Publisher/Installation_Guide/en-US/Installation.xml
Log:
JBEPP-653: Updated wcm ear file names
Modified: epp/docs/branches/EPP_5_1_Branch/Site_Publisher/Installation_Guide/en-US/Installation.xml
===================================================================
--- epp/docs/branches/EPP_5_1_Branch/Site_Publisher/Installation_Guide/en-US/Installation.xml 2010-12-10 03:00:37 UTC (rev 5543)
+++ epp/docs/branches/EPP_5_1_Branch/Site_Publisher/Installation_Guide/en-US/Installation.xml 2010-12-10 03:13:12 UTC (rev 5544)
@@ -124,7 +124,7 @@
<itemizedlist>
<listitem>
<para>
- <filename>gatein-ecmdemo-extension-2.0.0-GA.ear</filename>
+ <filename>gatein-wcm-extension-2.1.2-CR03.ear</filename>
</para>
</listitem>
@@ -159,7 +159,7 @@
<emphasis role="bold">Optional step</emphasis>:
</para>
<para>
- The extracted location will also contain a file named <filename>gatein-ecmdemo-portal-2.0.0-GA.ear</filename>. This file provides a sample portal and is not required for the Site Publisher add-on to operate.
+ The extracted location will also contain a file named <filename>gatein-eppspdemo-portal-2.1.2-CR03.ear</filename>. This file provides a sample portal and is not required for the Site Publisher add-on to operate.
</para>
<para>
Copying this file to the configuration location used in the previous step, however, will include a sample portal which can verify a successful installation of the Site Publisher component.
14 years