Author: hfnukal
Date: 2011-07-02 13:29:44 -0400 (Sat, 02 Jul 2011)
New Revision: 6800
Added:
epp/portal/branches/EPP_5_1_Branch/distribution/jboss-eap/examples/src/main/
epp/portal/branches/EPP_5_1_Branch/distribution/jboss-eap/examples/src/main/resources/
epp/portal/branches/EPP_5_1_Branch/distribution/jboss-eap/examples/src/main/resources/gatein-sample-portal-ds.xml
Removed:
epp/portal/branches/EPP_5_1_Branch/distribution/jboss-eap/serverAddon/src/main/resources/deploy/gatein-sample-portal-ds.xml
Modified:
epp/portal/branches/EPP_5_1_Branch/distribution/jboss-eap/examples/pom.xml
epp/portal/branches/EPP_5_1_Branch/distribution/jboss-eap/examples/src/assemble.xml
Log:
Distribution Examples
Modified: epp/portal/branches/EPP_5_1_Branch/distribution/jboss-eap/examples/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/distribution/jboss-eap/examples/pom.xml 2011-07-02
11:58:38 UTC (rev 6799)
+++ epp/portal/branches/EPP_5_1_Branch/distribution/jboss-eap/examples/pom.xml 2011-07-02
17:29:44 UTC (rev 6800)
@@ -5,34 +5,34 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>distribution.parent</artifactId>
- <version>5.1.1-epp-DEV02</version>
+ <version>5.2.0-epp-DEV01-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<groupId>org.exoplatform.portal.distribution</groupId>
<artifactId>examples</artifactId>
<packaging>pom</packaging>
- <name>Distribution portletbridge</name>
+ <name>Distribution examples</name>
<dependencies>
<!-- Examples -->
<dependency>
- <groupId>org.jboss.portletbridge.examples.seam.booking</groupId>
- <artifactId>seamBooking-ear</artifactId>
- <version>${portletbridge.version}</version>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>gatein-sample-extension</artifactId>
+ <version>${project.version}</version>
<type>ear</type>
</dependency>
<dependency>
- <groupId>org.jboss.portal.examples</groupId>
- <artifactId>JSFRIPortlet</artifactId>
- <version>${portletbridge.version}</version>
- <type>war</type>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>gatein-sample-portal</artifactId>
+ <version>${project.version}</version>
+ <type>ear</type>
</dependency>
<dependency>
- <groupId>org.jboss.portal.examples</groupId>
- <artifactId>richFacesPortlet</artifactId>
- <version>${portletbridge.version}</version>
+ <groupId>org.gatein.portal.examples.skins</groupId>
+ <artifactId>gatein-sample-skin</artifactId>
+ <version>${project.version}</version>
<type>war</type>
</dependency>
</dependencies>
Modified:
epp/portal/branches/EPP_5_1_Branch/distribution/jboss-eap/examples/src/assemble.xml
===================================================================
---
epp/portal/branches/EPP_5_1_Branch/distribution/jboss-eap/examples/src/assemble.xml 2011-07-02
11:58:38 UTC (rev 6799)
+++
epp/portal/branches/EPP_5_1_Branch/distribution/jboss-eap/examples/src/assemble.xml 2011-07-02
17:29:44 UTC (rev 6800)
@@ -7,10 +7,16 @@
<format>zip</format>
</formats>
<includeBaseDirectory>false</includeBaseDirectory>
+ <fileSets>
+ <fileSet>
+ <directory>src/main/resources</directory>
+ <outputDirectory></outputDirectory>
+ </fileSet>
+ </fileSets>
<dependencySets>
<dependencySet>
<outputDirectory></outputDirectory>
-
<outputFileNameMapping>${artifact.artifactId}-${artifact.version}.${artifact.extension}</outputFileNameMapping>
+
<outputFileNameMapping>${artifact.artifactId}.${artifact.extension}</outputFileNameMapping>
<unpack>false</unpack>
<useTransitiveDependencies>false</useTransitiveDependencies>
</dependencySet>
Copied:
epp/portal/branches/EPP_5_1_Branch/distribution/jboss-eap/examples/src/main/resources/gatein-sample-portal-ds.xml
(from rev 6796,
epp/portal/branches/EPP_5_1_Branch/distribution/jboss-eap/serverAddon/src/main/resources/deploy/gatein-sample-portal-ds.xml)
===================================================================
---
epp/portal/branches/EPP_5_1_Branch/distribution/jboss-eap/examples/src/main/resources/gatein-sample-portal-ds.xml
(rev 0)
+++
epp/portal/branches/EPP_5_1_Branch/distribution/jboss-eap/examples/src/main/resources/gatein-sample-portal-ds.xml 2011-07-02
17:29:44 UTC (rev 6800)
@@ -0,0 +1,52 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ ~ JBoss, a division of Red Hat ~
+ ~ Copyright 2009, Red Hat Middleware, LLC, and individual ~
+ ~ contributors as indicated by the @authors tag. See the ~
+ ~ copyright.txt in the distribution for a full listing of ~
+ ~ individual contributors. ~
+ ~ ~
+ ~ This is free software; you can redistribute it and/or modify it ~
+ ~ under the terms of the GNU Lesser General Public License as ~
+ ~ published by the Free Software Foundation; either version 2.1 of ~
+ ~ the License, or (at your option) any later version. ~
+ ~ ~
+ ~ This software is distributed in the hope that it will be useful, ~
+ ~ but WITHOUT ANY WARRANTY; without even the implied warranty of ~
+ ~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ~
+ ~ Lesser General Public License for more details. ~
+ ~ ~
+ ~ You should have received a copy of the GNU Lesser General Public ~
+ ~ License along with this software; if not, write to the Free ~
+ ~ Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA ~
+ ~ 02110-1301 USA, or see the FSF site:
http://www.fsf.org. ~
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->
+
+<datasources>
+ <no-tx-datasource>
+ <jndi-name>gatein-jcr_sample-portal</jndi-name>
+
<connection-url>jdbc:hsqldb:${jboss.server.data.dir}${/}hypersonic${/}sample-portal-localDB</connection-url>
+ <driver-class>org.hsqldb.jdbcDriver</driver-class>
+ <user-name>sa</user-name>
+ <password></password>
+
+ <min-pool-size>5</min-pool-size>
+ <max-pool-size>20</max-pool-size>
+ <idle-timeout-minutes>0</idle-timeout-minutes>
+ <prepared-statement-cache-size>32</prepared-statement-cache-size>
+ </no-tx-datasource>
+
+ <no-tx-datasource>
+ <jndi-name>gatein-idm_sample-portal</jndi-name>
+
<connection-url>jdbc:hsqldb:${jboss.server.data.dir}${/}hypersonic${/}sample-portal-idm-localDB</connection-url>
+ <driver-class>org.hsqldb.jdbcDriver</driver-class>
+ <user-name>sa</user-name>
+ <password></password>
+
+ <min-pool-size>5</min-pool-size>
+ <max-pool-size>20</max-pool-size>
+ <idle-timeout-minutes>0</idle-timeout-minutes>
+ <prepared-statement-cache-size>32</prepared-statement-cache-size>
+ </no-tx-datasource>
+
+</datasources>
Deleted:
epp/portal/branches/EPP_5_1_Branch/distribution/jboss-eap/serverAddon/src/main/resources/deploy/gatein-sample-portal-ds.xml
===================================================================
---
epp/portal/branches/EPP_5_1_Branch/distribution/jboss-eap/serverAddon/src/main/resources/deploy/gatein-sample-portal-ds.xml 2011-07-02
11:58:38 UTC (rev 6799)
+++
epp/portal/branches/EPP_5_1_Branch/distribution/jboss-eap/serverAddon/src/main/resources/deploy/gatein-sample-portal-ds.xml 2011-07-02
17:29:44 UTC (rev 6800)
@@ -1,52 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- ~ JBoss, a division of Red Hat ~
- ~ Copyright 2009, Red Hat Middleware, LLC, and individual ~
- ~ contributors as indicated by the @authors tag. See the ~
- ~ copyright.txt in the distribution for a full listing of ~
- ~ individual contributors. ~
- ~ ~
- ~ This is free software; you can redistribute it and/or modify it ~
- ~ under the terms of the GNU Lesser General Public License as ~
- ~ published by the Free Software Foundation; either version 2.1 of ~
- ~ the License, or (at your option) any later version. ~
- ~ ~
- ~ This software is distributed in the hope that it will be useful, ~
- ~ but WITHOUT ANY WARRANTY; without even the implied warranty of ~
- ~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ~
- ~ Lesser General Public License for more details. ~
- ~ ~
- ~ You should have received a copy of the GNU Lesser General Public ~
- ~ License along with this software; if not, write to the Free ~
- ~ Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA ~
- ~ 02110-1301 USA, or see the FSF site:
http://www.fsf.org. ~
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->
-
-<datasources>
- <no-tx-datasource>
- <jndi-name>gatein-jcr_sample-portal</jndi-name>
-
<connection-url>jdbc:hsqldb:${jboss.server.data.dir}${/}hypersonic${/}sample-portal-localDB</connection-url>
- <driver-class>org.hsqldb.jdbcDriver</driver-class>
- <user-name>sa</user-name>
- <password></password>
-
- <min-pool-size>5</min-pool-size>
- <max-pool-size>20</max-pool-size>
- <idle-timeout-minutes>0</idle-timeout-minutes>
- <prepared-statement-cache-size>32</prepared-statement-cache-size>
- </no-tx-datasource>
-
- <no-tx-datasource>
- <jndi-name>gatein-idm_sample-portal</jndi-name>
-
<connection-url>jdbc:hsqldb:${jboss.server.data.dir}${/}hypersonic${/}sample-portal-idm-localDB</connection-url>
- <driver-class>org.hsqldb.jdbcDriver</driver-class>
- <user-name>sa</user-name>
- <password></password>
-
- <min-pool-size>5</min-pool-size>
- <max-pool-size>20</max-pool-size>
- <idle-timeout-minutes>0</idle-timeout-minutes>
- <prepared-statement-cache-size>32</prepared-statement-cache-size>
- </no-tx-datasource>
-
-</datasources>