gatein SVN: r4735 - in exo/portal/branches/3.1.5-PLF_REL: packaging/pkg and 1 other directory.
by do-not-reply@jboss.org
Author: aheritier
Date: 2010-10-19 12:21:41 -0400 (Tue, 19 Oct 2010)
New Revision: 4735
Modified:
exo/portal/branches/3.1.5-PLF_REL/packaging/pkg/pom.xml
exo/portal/branches/3.1.5-PLF_REL/pom.xml
Log:
EXOGTN-116 : Fix missing deps during packaging for GateIn 3.1.5-PLF
Modified: exo/portal/branches/3.1.5-PLF_REL/packaging/pkg/pom.xml
===================================================================
--- exo/portal/branches/3.1.5-PLF_REL/packaging/pkg/pom.xml 2010-10-19 15:49:24 UTC (rev 4734)
+++ exo/portal/branches/3.1.5-PLF_REL/packaging/pkg/pom.xml 2010-10-19 16:21:41 UTC (rev 4735)
@@ -80,7 +80,36 @@
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.server.jboss.patch-ear</artifactId>
<version>3.1.5-PLF-SNAPSHOT</version>
- </dependency>
+ </dependency>
+
+ <!-- Missing packaging dependencies -->
+<dependency><groupId>org.gatein.wci</groupId><artifactId>wci-exo</artifactId><version>${org.gatein.wci.version}</version></dependency>
+<dependency><groupId>org.gatein.wci</groupId><artifactId>wci-tomcat</artifactId><version>${org.gatein.wci.version}</version></dependency>
+<dependency><groupId>commons-pool</groupId><artifactId>commons-pool</artifactId><version>${commons-pool.version}</version></dependency>
+<dependency><groupId>org.exoplatform.jcr</groupId><artifactId>exo.jcr.component.webdav</artifactId><version>${org.exoplatform.jcr.version}</version></dependency>
+<dependency><groupId>org.exoplatform.jcr</groupId><artifactId>exo.jcr.framework.web</artifactId> <version>${org.exoplatform.jcr.version}</version></dependency>
+<dependency><groupId>org.gatein.wsrp</groupId><artifactId>wsrp-producer</artifactId><version>${org.gatein.wsrp.version}</version><type>war</type></dependency><!-- 1.1.1-GA-->
+<dependency><groupId>org.exoplatform.jcr</groupId><artifactId>exo.jcr.component.ftp</artifactId><version>${org.exoplatform.jcr.version}</version><type>jar</type></dependency><!-- 1.12.6-GA-SNAPSHOT-->
+
+<dependency><groupId>commons-digester</groupId><artifactId>commons-digester</artifactId><version>${commons-digester.version}</version><type>jar</type></dependency><!-- 1.8.1-->
+<dependency><groupId>commons-dbcp</groupId><artifactId>commons-dbcp</artifactId><version>${commons-dbcp.version}</version><type>jar</type></dependency><!-- 1.2.1-->
+<dependency><groupId>asm</groupId><artifactId>asm</artifactId><version>${asm.version}</version><type>jar</type></dependency><!-- 1.5.3-->
+<dependency><groupId>jcr</groupId><artifactId>jcr</artifactId><version>${jcr.version}</version><type>jar</type></dependency><!-- 1.0-->
+<dependency><groupId>org.exoplatform.kernel</groupId><artifactId>exo.kernel.component.remote</artifactId><version>${org.exoplatform.kernel.version}</version><type>jar</type></dependency><!-- 2.2.6-GA-SNAPSHOT-->
+<dependency><groupId>stax</groupId><artifactId>stax-api</artifactId><version>${stax.version}</version><type>jar</type></dependency><!-- 1.0-->
+<dependency><groupId>html-parser</groupId><artifactId>html-parser</artifactId><version>${html-parser.version}</version><type>jar</type></dependency><!-- 1.6-->
+<dependency><groupId>com.sun.xml.bind</groupId><artifactId>jaxb-impl</artifactId><version>${com.sun.xml.bind.version}</version><type>jar</type></dependency><!-- 2.1.7-->
+<dependency><groupId>org.jvnet.jaxb2.maven2</groupId><artifactId>maven-jaxb2-plugin</artifactId><version>${org.jaxb2.version}</version><type>jar</type></dependency><!-- 0.1-->
+<dependency><groupId>org.gatein.wsrp</groupId><artifactId>wsrp-admin-gui</artifactId><version>${org.gatein.wsrp.version}</version><type>war</type></dependency><!-- 1.1.1-GA-->
+<dependency><groupId>commons-httpclient</groupId><artifactId>commons-httpclient</artifactId><version>${commons-httpclient.version}</version><type>jar</type></dependency><!-- 3.1-->
+<dependency><groupId>org.gatein.pc</groupId><artifactId>pc-controller</artifactId><version>${org.gatein.pc.version}</version><type>jar</type></dependency><!-- 2.1.1-GA-->
+
+<!-- Tomcat PKG -->
+<dependency><groupId>javassist</groupId><artifactId>javassist</artifactId><version>${javassist.version}</version><type>jar</type></dependency><!-- 3.4.GA-->
+<dependency><groupId>antlr</groupId><artifactId>antlr</artifactId><version>${antlr.version}</version><type>jar</type></dependency><!-- 2.7.6rc1-->
+<dependency><groupId>cglib</groupId><artifactId>cglib</artifactId><version>${cglib.version}</version><type>jar</type></dependency><!-- 2.2-->
+<dependency><groupId>org.exoplatform.tool</groupId><artifactId>exo.tool.webunit</artifactId><version>${exo.tool.webunit.version}</version><type>jar</type></dependency><!-- 3.4.GA-->
+
</dependencies>
<build>
@@ -183,7 +212,7 @@
<argument>-Dexo.working.dir=${gatein.working.dir}</argument>
<!--argument>-Dexo.src.dir=NONE</argument-->
<argument>-Dexo.dep.dir=${exo.projects.directory.dependencies}</argument><!-- to get the server ref install -->
- <argument>-Dexo.m2.repos=file:${settings.localRepository},http://repository.exoplatform.org/public,https://repository.jboss.org</argument>
+ <argument>-Dexo.m2.repos=file:${settings.localRepository},http://maven2.exoplatform.org/rest/maven2,http://repository.jboss.org/maven2</argument>
<argument>-Dclean.server=${exo.projects.app.jboss.version}</argument>
<argument>-Dexo.m2.home=${maven.home}</argument>
<argument>-Xms128m</argument>
@@ -288,7 +317,7 @@
<argument>-Dexo.working.dir=${gatein.working.dir}/</argument>
<!--argument>-Dexo.src.dir=NONE</argument-->
<argument>-Dexo.dep.dir=${exo.projects.directory.dependencies}</argument><!-- to get the server ref install -->
- <argument>-Dexo.m2.repos=file:${settings.localRepository}</argument>
+ <argument>-Dexo.m2.repos=file:${settings.localRepository},http://maven2.exoplatform.org/rest/maven2,http://repository.jboss.org/maven2</argument>
<argument>-Dclean.server=${exo.projects.app.tomcat.version}</argument>
<argument>-Dexo.m2.home=${maven.home}</argument>
<argument>-Xms128m</argument>
@@ -487,7 +516,7 @@
<argument>-Dexo.working.dir=${gatein.working.dir}/</argument>
<!--argument>-Dexo.src.dir=NONE</argument-->
<argument>-Dexo.dep.dir=${exo.projects.directory.dependencies}</argument><!-- to get the server ref install -->
- <argument>-Dexo.m2.repos=file:${settings.localRepository}</argument>
+ <argument>-Dexo.m2.repos=file:${settings.localRepository},http://maven2.exoplatform.org/rest/maven2,http://repository.jboss.org/maven2</argument>
<argument>-Dclean.server=${exo.projects.app.tomcat.version}</argument>
<argument>-Dexo.m2.home=${maven.home}</argument>
<argument>-Xms128m</argument>
Modified: exo/portal/branches/3.1.5-PLF_REL/pom.xml
===================================================================
--- exo/portal/branches/3.1.5-PLF_REL/pom.xml 2010-10-19 15:49:24 UTC (rev 4734)
+++ exo/portal/branches/3.1.5-PLF_REL/pom.xml 2010-10-19 16:21:41 UTC (rev 4735)
@@ -51,12 +51,29 @@
<org.gatein.wsrp.version>1.1.1-GA</org.gatein.wsrp.version>
<org.gatein.mop.version>1.0.3-GA</org.gatein.mop.version>
<org.slf4j.version>1.5.6</org.slf4j.version>
+ <commons-pool.version>1.2</commons-pool.version>
<rhino.version>1.6R5</rhino.version>
<org.codehaus.groovy.version>1.6.5</org.codehaus.groovy.version>
<javax.servlet.version>2.5</javax.servlet.version>
<version.chromattic>1.0.3</version.chromattic>
<version.reflect>1.0.0</version.reflect>
<jcip.version>1.0</jcip.version>
+
+ <!-- EXOGTN-106 : forced at packaging level -->
+ <antlr.version>2.7.6rc1</antlr.version>
+ <asm.version>1.5.3</asm.version>
+ <cglib.version>2.2</cglib.version>
+ <com.sun.xml.bind.version>2.1.7</com.sun.xml.bind.version>
+ <commons-digester.version>1.8.1</commons-digester.version>
+ <commons-dbcp.version>1.2.1</commons-dbcp.version>
+ <commons-httpclient.version>3.1</commons-httpclient.version>
+ <exo.tool.webunit.version>1.0.0</exo.tool.webunit.version>
+ <html-parser.version>1.6</html-parser.version>
+ <javassist.version>3.4.GA</javassist.version>
+ <jcr.version>1.0</jcr.version>
+ <org.jaxb2.version>0.1</org.jaxb2.version>
+ <stax.version>1.0</stax.version>
+
<!-- ************** -->
<!-- Build settings -->
<!-- ************** -->
14 years, 3 months
gatein SVN: r4734 - components/wsrp/trunk/admin-gui/src/main/webapp/skin/wsrp/DefaultSkin.
by do-not-reply@jboss.org
Author: mwringe
Date: 2010-10-19 11:49:24 -0400 (Tue, 19 Oct 2010)
New Revision: 4734
Modified:
components/wsrp/trunk/admin-gui/src/main/webapp/skin/wsrp/DefaultSkin/DefaultStylesheet.css
Log:
GTNWSRP-79: remove the height for the wsrp portlet messages, this will allow for multi lines messages to display properly and not overlap with other components.
Modified: components/wsrp/trunk/admin-gui/src/main/webapp/skin/wsrp/DefaultSkin/DefaultStylesheet.css
===================================================================
--- components/wsrp/trunk/admin-gui/src/main/webapp/skin/wsrp/DefaultSkin/DefaultStylesheet.css 2010-10-19 15:35:34 UTC (rev 4733)
+++ components/wsrp/trunk/admin-gui/src/main/webapp/skin/wsrp/DefaultSkin/DefaultStylesheet.css 2010-10-19 15:49:24 UTC (rev 4734)
@@ -83,7 +83,6 @@
list-style: none;
padding: 0 0 0 20px;
font-weight: bold;
- height: 19px;
}
.portlet-msg-warn {
@@ -92,7 +91,6 @@
list-style: none;
padding: 0 0 0 20px;
font-weight: bold;
- height: 19px;
}
.portlet-msg-error {
@@ -101,7 +99,6 @@
list-style: none;
padding: 0 0 0 20px;
font-weight: bold;
- height: 19px;
}
/***************************** ActionButton Style ************************/
14 years, 3 months
gatein SVN: r4733 - epp/portal/branches/EPP_5_1_Branch.
by do-not-reply@jboss.org
Author: thomas.heute(a)jboss.com
Date: 2010-10-19 11:35:34 -0400 (Tue, 19 Oct 2010)
New Revision: 4733
Modified:
epp/portal/branches/EPP_5_1_Branch/pom.xml
Log:
JBEPP-555: Upgrade Shindig to 1.0-r790473-Patch04
Modified: epp/portal/branches/EPP_5_1_Branch/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/pom.xml 2010-10-19 15:33:44 UTC (rev 4732)
+++ epp/portal/branches/EPP_5_1_Branch/pom.xml 2010-10-19 15:35:34 UTC (rev 4733)
@@ -42,7 +42,7 @@
<org.exoplatform.ws.version>2.1.4-GA</org.exoplatform.ws.version>
<org.exoplatform.jcr.version>1.12.4-GA</org.exoplatform.jcr.version>
<org.jibx.version>1.2.1</org.jibx.version>
- <org.shindig.version>1.0-r790473-Patch03</org.shindig.version>
+ <org.shindig.version>1.0-r790473-Patch04</org.shindig.version>
<nl.captcha.simplecaptcha.version>1.1.1-GA-Patch01</nl.captcha.simplecaptcha.version>
<org.gatein.common.version>2.0.3-GA</org.gatein.common.version>
<org.gatein.wci.version>2.0.2-GA</org.gatein.wci.version>
14 years, 3 months
gatein SVN: r4732 - portal/trunk.
by do-not-reply@jboss.org
Author: thomas.heute(a)jboss.com
Date: 2010-10-19 11:33:44 -0400 (Tue, 19 Oct 2010)
New Revision: 4732
Modified:
portal/trunk/pom.xml
Log:
GTNPORTAL-1568: Upgrade Shindig to 1.0-r790473-Patch04
Modified: portal/trunk/pom.xml
===================================================================
--- portal/trunk/pom.xml 2010-10-19 14:31:24 UTC (rev 4731)
+++ portal/trunk/pom.xml 2010-10-19 15:33:44 UTC (rev 4732)
@@ -42,7 +42,7 @@
<org.exoplatform.ws.version>2.1.2-GA</org.exoplatform.ws.version>
<org.exoplatform.jcr.version>1.12.2-GA</org.exoplatform.jcr.version>
<org.jibx.version>1.2.1</org.jibx.version>
- <org.shindig.version>1.0-r790473-Patch02</org.shindig.version>
+ <org.shindig.version>1.0-r790473-Patch04</org.shindig.version>
<nl.captcha.simplecaptcha.version>1.1.1-GA-Patch01</nl.captcha.simplecaptcha.version>
<org.gatein.common.version>2.0.3-GA</org.gatein.common.version>
<org.gatein.wci.version>2.0.2-GA</org.gatein.wci.version>
14 years, 3 months
gatein SVN: r4731 - in components/shindig/trunk: features and 5 other directories.
by do-not-reply@jboss.org
Author: thomas.heute(a)jboss.com
Date: 2010-10-19 10:31:24 -0400 (Tue, 19 Oct 2010)
New Revision: 4731
Modified:
components/shindig/trunk/features/pom.xml
components/shindig/trunk/java/common/pom.xml
components/shindig/trunk/java/gadgets/pom.xml
components/shindig/trunk/java/pom.xml
components/shindig/trunk/java/server/pom.xml
components/shindig/trunk/java/social-api/pom.xml
components/shindig/trunk/pom.xml
Log:
[maven-release-plugin] prepare for next development iteration
Modified: components/shindig/trunk/features/pom.xml
===================================================================
--- components/shindig/trunk/features/pom.xml 2010-10-19 14:31:00 UTC (rev 4730)
+++ components/shindig/trunk/features/pom.xml 2010-10-19 14:31:24 UTC (rev 4731)
@@ -23,11 +23,12 @@
<parent>
<groupId>org.gatein.shindig</groupId>
<artifactId>shindig-project</artifactId>
- <version>1.0-r790473-Patch04</version>
+ <version> 1.0-r790474-Patch05-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>shindig-features</artifactId>
+ <version>1.0-r790474-Patch05-SNAPSHOT</version>
<packaging>jar</packaging>
<name>Apache Shindig Features</name>
Modified: components/shindig/trunk/java/common/pom.xml
===================================================================
--- components/shindig/trunk/java/common/pom.xml 2010-10-19 14:31:00 UTC (rev 4730)
+++ components/shindig/trunk/java/common/pom.xml 2010-10-19 14:31:24 UTC (rev 4731)
@@ -22,7 +22,7 @@
<parent>
<groupId>org.gatein.shindig</groupId>
<artifactId>shindig-parent</artifactId>
- <version>1.0-r790473-Patch04</version>
+ <version>1.0-r790474-Patch05-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: components/shindig/trunk/java/gadgets/pom.xml
===================================================================
--- components/shindig/trunk/java/gadgets/pom.xml 2010-10-19 14:31:00 UTC (rev 4730)
+++ components/shindig/trunk/java/gadgets/pom.xml 2010-10-19 14:31:24 UTC (rev 4731)
@@ -22,7 +22,7 @@
<parent>
<groupId>org.gatein.shindig</groupId>
<artifactId>shindig-parent</artifactId>
- <version>1.0-r790473-Patch04</version>
+ <version>1.0-r790474-Patch05-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: components/shindig/trunk/java/pom.xml
===================================================================
--- components/shindig/trunk/java/pom.xml 2010-10-19 14:31:00 UTC (rev 4730)
+++ components/shindig/trunk/java/pom.xml 2010-10-19 14:31:24 UTC (rev 4731)
@@ -22,10 +22,11 @@
<parent>
<groupId>org.gatein.shindig</groupId>
<artifactId>shindig-project</artifactId>
- <version>1.0-r790473-Patch04</version>
+ <version> 1.0-r790474-Patch05-SNAPSHOT</version>
</parent>
<artifactId>shindig-parent</artifactId>
+ <version>1.0-r790474-Patch05-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Apache Shindig Project Parent</name>
Modified: components/shindig/trunk/java/server/pom.xml
===================================================================
--- components/shindig/trunk/java/server/pom.xml 2010-10-19 14:31:00 UTC (rev 4730)
+++ components/shindig/trunk/java/server/pom.xml 2010-10-19 14:31:24 UTC (rev 4731)
@@ -22,7 +22,7 @@
<parent>
<groupId>org.gatein.shindig</groupId>
<artifactId>shindig-parent</artifactId>
- <version>1.0-r790473-Patch04</version>
+ <version>1.0-r790474-Patch05-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: components/shindig/trunk/java/social-api/pom.xml
===================================================================
--- components/shindig/trunk/java/social-api/pom.xml 2010-10-19 14:31:00 UTC (rev 4730)
+++ components/shindig/trunk/java/social-api/pom.xml 2010-10-19 14:31:24 UTC (rev 4731)
@@ -22,7 +22,7 @@
<parent>
<groupId>org.gatein.shindig</groupId>
<artifactId>shindig-parent</artifactId>
- <version>1.0-r790473-Patch04</version>
+ <version>1.0-r790474-Patch05-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: components/shindig/trunk/pom.xml
===================================================================
--- components/shindig/trunk/pom.xml 2010-10-19 14:31:00 UTC (rev 4730)
+++ components/shindig/trunk/pom.xml 2010-10-19 14:31:24 UTC (rev 4731)
@@ -28,7 +28,7 @@
<groupId>org.gatein.shindig</groupId>
<artifactId>shindig-project</artifactId>
- <version>1.0-r790473-Patch04</version>
+ <version> 1.0-r790474-Patch05-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Apache Shindig Project</name>
@@ -48,9 +48,9 @@
<!-- S C M -->
<!-- ====================================================================== -->
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/gatein/components/shindig/tags/1.0...</connection>
- <developerConnection>scm:svn:http://svn.jboss.org/repos/gatein/components/shindig/tags/1.0-r79...</developerConnection>
- <url>http://fisheye.jboss.org/browse/gatein/components/shindig/tags/1.0-r79047...</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/gatein/components/shindig/trunk</connection>
+ <developerConnection>scm:svn:http://svn.jboss.org/repos/gatein/components/shindig/trunk</developerConnection>
+ <url>http://fisheye.jboss.org/browse/gatein/components/shindig/trunk</url>
</scm>
<!-- ====================================================================== -->
@@ -1234,32 +1234,32 @@
<dependency>
<groupId>org.gatein.shindig</groupId>
<artifactId>shindig-features</artifactId>
- <version>${project.version}</version>
+ <version>1.0-r790474-Patch05-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.gatein.shindig</groupId>
<artifactId>shindig-common</artifactId>
- <version>${project.version}</version>
+ <version>1.0-r790474-Patch05-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.gatein.shindig</groupId>
<artifactId>shindig-gadgets</artifactId>
- <version>${project.version}</version>
+ <version>1.0-r790474-Patch05-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.gatein.shindig</groupId>
<artifactId>shindig-server</artifactId>
- <version>${project.version}</version>
+ <version>1.0-r790474-Patch05-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.gatein.shindig</groupId>
<artifactId>shindig-social-api</artifactId>
- <version>${project.version}</version>
+ <version>1.0-r790474-Patch05-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.gatein.shindig</groupId>
<artifactId>shindig-common</artifactId>
- <version>${project.version}</version>
+ <version>1.0-r790474-Patch05-SNAPSHOT</version>
<type>test-jar</type>
</dependency>
14 years, 3 months
gatein SVN: r4730 - components/shindig/tags.
by do-not-reply@jboss.org
Author: thomas.heute(a)jboss.com
Date: 2010-10-19 10:31:00 -0400 (Tue, 19 Oct 2010)
New Revision: 4730
Added:
components/shindig/tags/1.0-r790473-Patch04/
Log:
[maven-scm] copy for tag 1.0-r790473-Patch04
Copied: components/shindig/tags/1.0-r790473-Patch04 (from rev 4729, components/shindig/trunk)
14 years, 3 months
gatein SVN: r4729 - in components/shindig/trunk: features and 5 other directories.
by do-not-reply@jboss.org
Author: thomas.heute(a)jboss.com
Date: 2010-10-19 10:30:40 -0400 (Tue, 19 Oct 2010)
New Revision: 4729
Modified:
components/shindig/trunk/features/pom.xml
components/shindig/trunk/java/common/pom.xml
components/shindig/trunk/java/gadgets/pom.xml
components/shindig/trunk/java/pom.xml
components/shindig/trunk/java/server/pom.xml
components/shindig/trunk/java/social-api/pom.xml
components/shindig/trunk/pom.xml
Log:
[maven-release-plugin] prepare release 1.0-r790473-Patch04
Modified: components/shindig/trunk/features/pom.xml
===================================================================
--- components/shindig/trunk/features/pom.xml 2010-10-19 14:28:56 UTC (rev 4728)
+++ components/shindig/trunk/features/pom.xml 2010-10-19 14:30:40 UTC (rev 4729)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.gatein.shindig</groupId>
<artifactId>shindig-project</artifactId>
- <version>1.0-r790473-Patch04-SNAPSHOT</version>
+ <version>1.0-r790473-Patch04</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: components/shindig/trunk/java/common/pom.xml
===================================================================
--- components/shindig/trunk/java/common/pom.xml 2010-10-19 14:28:56 UTC (rev 4728)
+++ components/shindig/trunk/java/common/pom.xml 2010-10-19 14:30:40 UTC (rev 4729)
@@ -22,7 +22,7 @@
<parent>
<groupId>org.gatein.shindig</groupId>
<artifactId>shindig-parent</artifactId>
- <version>1.0-r790473-Patch04-SNAPSHOT</version>
+ <version>1.0-r790473-Patch04</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: components/shindig/trunk/java/gadgets/pom.xml
===================================================================
--- components/shindig/trunk/java/gadgets/pom.xml 2010-10-19 14:28:56 UTC (rev 4728)
+++ components/shindig/trunk/java/gadgets/pom.xml 2010-10-19 14:30:40 UTC (rev 4729)
@@ -22,7 +22,7 @@
<parent>
<groupId>org.gatein.shindig</groupId>
<artifactId>shindig-parent</artifactId>
- <version>1.0-r790473-Patch04-SNAPSHOT</version>
+ <version>1.0-r790473-Patch04</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: components/shindig/trunk/java/pom.xml
===================================================================
--- components/shindig/trunk/java/pom.xml 2010-10-19 14:28:56 UTC (rev 4728)
+++ components/shindig/trunk/java/pom.xml 2010-10-19 14:30:40 UTC (rev 4729)
@@ -22,7 +22,7 @@
<parent>
<groupId>org.gatein.shindig</groupId>
<artifactId>shindig-project</artifactId>
- <version>1.0-r790473-Patch04-SNAPSHOT</version>
+ <version>1.0-r790473-Patch04</version>
</parent>
<artifactId>shindig-parent</artifactId>
Modified: components/shindig/trunk/java/server/pom.xml
===================================================================
--- components/shindig/trunk/java/server/pom.xml 2010-10-19 14:28:56 UTC (rev 4728)
+++ components/shindig/trunk/java/server/pom.xml 2010-10-19 14:30:40 UTC (rev 4729)
@@ -22,7 +22,7 @@
<parent>
<groupId>org.gatein.shindig</groupId>
<artifactId>shindig-parent</artifactId>
- <version>1.0-r790473-Patch04-SNAPSHOT</version>
+ <version>1.0-r790473-Patch04</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: components/shindig/trunk/java/social-api/pom.xml
===================================================================
--- components/shindig/trunk/java/social-api/pom.xml 2010-10-19 14:28:56 UTC (rev 4728)
+++ components/shindig/trunk/java/social-api/pom.xml 2010-10-19 14:30:40 UTC (rev 4729)
@@ -22,7 +22,7 @@
<parent>
<groupId>org.gatein.shindig</groupId>
<artifactId>shindig-parent</artifactId>
- <version>1.0-r790473-Patch04-SNAPSHOT</version>
+ <version>1.0-r790473-Patch04</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: components/shindig/trunk/pom.xml
===================================================================
--- components/shindig/trunk/pom.xml 2010-10-19 14:28:56 UTC (rev 4728)
+++ components/shindig/trunk/pom.xml 2010-10-19 14:30:40 UTC (rev 4729)
@@ -28,7 +28,7 @@
<groupId>org.gatein.shindig</groupId>
<artifactId>shindig-project</artifactId>
- <version>1.0-r790473-Patch04-SNAPSHOT</version>
+ <version>1.0-r790473-Patch04</version>
<packaging>pom</packaging>
<name>Apache Shindig Project</name>
@@ -48,9 +48,9 @@
<!-- S C M -->
<!-- ====================================================================== -->
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/gatein/components/shindig/trunk</connection>
- <developerConnection>scm:svn:http://svn.jboss.org/repos/gatein/components/shindig/trunk</developerConnection>
- <url>http://fisheye.jboss.org/browse/gatein/components/shindig/trunk</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/gatein/components/shindig/tags/1.0...</connection>
+ <developerConnection>scm:svn:http://svn.jboss.org/repos/gatein/components/shindig/tags/1.0-r79...</developerConnection>
+ <url>http://fisheye.jboss.org/browse/gatein/components/shindig/tags/1.0-r79047...</url>
</scm>
<!-- ====================================================================== -->
14 years, 3 months
gatein SVN: r4728 - portal/trunk/web/portal/src/main/webapp/WEB-INF/conf/portal.
by do-not-reply@jboss.org
Author: julien_viet
Date: 2010-10-19 10:28:56 -0400 (Tue, 19 Oct 2010)
New Revision: 4728
Modified:
portal/trunk/web/portal/src/main/webapp/WEB-INF/conf/portal/portal-configuration.xml
Log:
GTNPORTAL-1575 : Create a dedicated configuration section for MOP cache
Modified: portal/trunk/web/portal/src/main/webapp/WEB-INF/conf/portal/portal-configuration.xml
===================================================================
--- portal/trunk/web/portal/src/main/webapp/WEB-INF/conf/portal/portal-configuration.xml 2010-10-19 13:54:42 UTC (rev 4727)
+++ portal/trunk/web/portal/src/main/webapp/WEB-INF/conf/portal/portal-configuration.xml 2010-10-19 14:28:56 UTC (rev 4728)
@@ -277,6 +277,26 @@
<external-component-plugins>
<target-component>org.exoplatform.services.cache.CacheService</target-component>
+ <component-plugin>
+ <name>addExoCacheConfig</name>
+ <set-method>addExoCacheConfig</set-method>
+ <type>org.exoplatform.services.cache.ExoCacheConfigPlugin</type>
+ <description>add Exo Cache Config</description>
+ <init-params>
+ <object-param>
+ <name>cache.config.MOPSessionManager</name>
+ <description>The JBoss Cache configuration for the MOP session Manager</description>
+ <object type="org.exoplatform.services.cache.ExoCacheConfig">
+ <field name="name">
+ <string>MOPSessionManager</string>
+ </field>
+ <field name="maxSize">
+ <int>5000</int>
+ </field>
+ </object>
+ </object-param>
+ </init-params>
+ </component-plugin>
<component-plugin profiles="cluster">
<name>addExoCacheConfig</name>
<set-method>addExoCacheConfig</set-method>
14 years, 3 months
gatein SVN: r4727 - in components/shindig/trunk: features and 5 other directories.
by do-not-reply@jboss.org
Author: thomas.heute(a)jboss.com
Date: 2010-10-19 09:54:42 -0400 (Tue, 19 Oct 2010)
New Revision: 4727
Modified:
components/shindig/trunk/features/pom.xml
components/shindig/trunk/java/common/pom.xml
components/shindig/trunk/java/gadgets/pom.xml
components/shindig/trunk/java/pom.xml
components/shindig/trunk/java/server/pom.xml
components/shindig/trunk/java/social-api/pom.xml
components/shindig/trunk/pom.xml
Log:
Trying to make Maven happy
Modified: components/shindig/trunk/features/pom.xml
===================================================================
--- components/shindig/trunk/features/pom.xml 2010-10-19 13:27:05 UTC (rev 4726)
+++ components/shindig/trunk/features/pom.xml 2010-10-19 13:54:42 UTC (rev 4727)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.gatein.shindig</groupId>
<artifactId>shindig-project</artifactId>
- <version>1.0-r790473-Patch04</version>
+ <version>1.0-r790473-Patch04-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: components/shindig/trunk/java/common/pom.xml
===================================================================
--- components/shindig/trunk/java/common/pom.xml 2010-10-19 13:27:05 UTC (rev 4726)
+++ components/shindig/trunk/java/common/pom.xml 2010-10-19 13:54:42 UTC (rev 4727)
@@ -22,7 +22,7 @@
<parent>
<groupId>org.gatein.shindig</groupId>
<artifactId>shindig-parent</artifactId>
- <version>1.0-r790473-Patch04</version>
+ <version>1.0-r790473-Patch04-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: components/shindig/trunk/java/gadgets/pom.xml
===================================================================
--- components/shindig/trunk/java/gadgets/pom.xml 2010-10-19 13:27:05 UTC (rev 4726)
+++ components/shindig/trunk/java/gadgets/pom.xml 2010-10-19 13:54:42 UTC (rev 4727)
@@ -22,7 +22,7 @@
<parent>
<groupId>org.gatein.shindig</groupId>
<artifactId>shindig-parent</artifactId>
- <version>1.0-r790473-Patch04</version>
+ <version>1.0-r790473-Patch04-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: components/shindig/trunk/java/pom.xml
===================================================================
--- components/shindig/trunk/java/pom.xml 2010-10-19 13:27:05 UTC (rev 4726)
+++ components/shindig/trunk/java/pom.xml 2010-10-19 13:54:42 UTC (rev 4727)
@@ -22,7 +22,7 @@
<parent>
<groupId>org.gatein.shindig</groupId>
<artifactId>shindig-project</artifactId>
- <version>1.0-r790473-Patch04</version>
+ <version>1.0-r790473-Patch04-SNAPSHOT</version>
</parent>
<artifactId>shindig-parent</artifactId>
Modified: components/shindig/trunk/java/server/pom.xml
===================================================================
--- components/shindig/trunk/java/server/pom.xml 2010-10-19 13:27:05 UTC (rev 4726)
+++ components/shindig/trunk/java/server/pom.xml 2010-10-19 13:54:42 UTC (rev 4727)
@@ -22,7 +22,7 @@
<parent>
<groupId>org.gatein.shindig</groupId>
<artifactId>shindig-parent</artifactId>
- <version>1.0-r790473-Patch04</version>
+ <version>1.0-r790473-Patch04-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: components/shindig/trunk/java/social-api/pom.xml
===================================================================
--- components/shindig/trunk/java/social-api/pom.xml 2010-10-19 13:27:05 UTC (rev 4726)
+++ components/shindig/trunk/java/social-api/pom.xml 2010-10-19 13:54:42 UTC (rev 4727)
@@ -22,7 +22,7 @@
<parent>
<groupId>org.gatein.shindig</groupId>
<artifactId>shindig-parent</artifactId>
- <version>1.0-r790473-Patch04</version>
+ <version>1.0-r790473-Patch04-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: components/shindig/trunk/pom.xml
===================================================================
--- components/shindig/trunk/pom.xml 2010-10-19 13:27:05 UTC (rev 4726)
+++ components/shindig/trunk/pom.xml 2010-10-19 13:54:42 UTC (rev 4727)
@@ -28,7 +28,7 @@
<groupId>org.gatein.shindig</groupId>
<artifactId>shindig-project</artifactId>
- <version>1.0-r790473-Patch04</version>
+ <version>1.0-r790473-Patch04-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Apache Shindig Project</name>
@@ -48,9 +48,9 @@
<!-- S C M -->
<!-- ====================================================================== -->
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/gatein/components/shindig/tags/1.0...</connection>
- <developerConnection>scm:svn:http://svn.jboss.org/repos/gatein/components/shindig/tags/1.0-r79...</developerConnection>
- <url>http://fisheye.jboss.org/browse/gatein/components/shindig/tags/1.0-r79047...</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/gatein/components/shindig/trunk</connection>
+ <developerConnection>scm:svn:http://svn.jboss.org/repos/gatein/components/shindig/trunk</developerConnection>
+ <url>http://fisheye.jboss.org/browse/gatein/components/shindig/trunk</url>
</scm>
<!-- ====================================================================== -->
@@ -438,6 +438,7 @@
</build>
</profile>
+<!--
<profile>
<id>reporting</id>
<modules>
@@ -494,7 +495,6 @@
</plugins>
</build>
<reporting>
- <!-- ordered alphabetically by owner -->
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
@@ -606,13 +606,6 @@
</reportSet>
</reportSets>
</plugin>
-
- <!-- Mojo -->
- <!--plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>clirr-maven-plugin</artifactId>
- <version>2.2.2</version>
- </plugin-->
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>cobertura-maven-plugin</artifactId>
@@ -688,37 +681,8 @@
<id>release</id>
<build>
<plugins>
- <!-- We want to sign the artifact, the POM, and all attached artifacts -->
- <!--
<plugin>
<groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-gpg-plugin</artifactId>
- <configuration>
- <passphrase>${gpg.passphrase}</passphrase>
- </configuration>
- <executions>
- <execution>
- <goals>
- <goal>sign</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- -->
- <!-- We want to deploy the artifact to a staging location for perusal -->
- <!--
- <plugin>
- <inherited>true</inherited>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-deploy-plugin</artifactId>
- <configuration>
- <altDeploymentRepository>${deploy.altRepository}</altDeploymentRepository>
- <updateReleaseInfo>true</updateReleaseInfo>
- </configuration>
- </plugin>
- -->
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<executions>
<execution>
@@ -771,7 +735,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
- <version>2.4</version> <!-- override for hudson -->
+ <version>2.4</version>
<executions>
<execution>
<id>attach-javadocs</id>
@@ -788,7 +752,7 @@
<module>assembly</module>
</modules>
</profile>
-
+-->
<profile>
<id>to-committers</id>
<build>
14 years, 3 months
gatein SVN: r4726 - in components/shindig/trunk: assembly and 7 other directories.
by do-not-reply@jboss.org
Author: thomas.heute(a)jboss.com
Date: 2010-10-19 09:27:05 -0400 (Tue, 19 Oct 2010)
New Revision: 4726
Modified:
components/shindig/trunk/assembly/pom.xml
components/shindig/trunk/features/pom.xml
components/shindig/trunk/java/common/pom.xml
components/shindig/trunk/java/gadgets/pom.xml
components/shindig/trunk/java/pom.xml
components/shindig/trunk/java/samples/pom.xml
components/shindig/trunk/java/server/pom.xml
components/shindig/trunk/java/social-api/pom.xml
components/shindig/trunk/pom.xml
Log:
Remove SCM from sub-modules
Modified: components/shindig/trunk/assembly/pom.xml
===================================================================
--- components/shindig/trunk/assembly/pom.xml 2010-10-19 13:12:17 UTC (rev 4725)
+++ components/shindig/trunk/assembly/pom.xml 2010-10-19 13:27:05 UTC (rev 4726)
@@ -31,12 +31,6 @@
<name>Apache Shindig Distribution assembly</name>
<description>Assembles the PHP code base into a deployment package.</description>
- <scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/gatein/components/shindig/trunk/as...</connection>
- <developerConnection>scm:svn:http://svn.jboss.org/repos/gatein/components/shindig/trunk/assembly</developerConnection>
- <url>http://fisheye.jboss.org/browse/gatein/components/shindig/trunk/assembly</url>
- </scm>
-
<build>
<filters>
<filter>src/main/assembly/binary-src/README</filter>
Modified: components/shindig/trunk/features/pom.xml
===================================================================
--- components/shindig/trunk/features/pom.xml 2010-10-19 13:12:17 UTC (rev 4725)
+++ components/shindig/trunk/features/pom.xml 2010-10-19 13:27:05 UTC (rev 4726)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.gatein.shindig</groupId>
<artifactId>shindig-project</artifactId>
- <version>1.0-r790473-Patch04-SNAPSHOT</version>
+ <version>1.0-r790473-Patch04</version>
<relativePath>../pom.xml</relativePath>
</parent>
@@ -35,12 +35,6 @@
loading from the classpath
</description>
- <scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/gatein/components/shindig/trunk/fe...</connection>
- <developerConnection>scm:svn:http://svn.jboss.org/repos/gatein/components/shindig/trunk/features</developerConnection>
- <url>http://fisheye.jboss.org/browse/gatein/components/shindig/trunk/features</url>
- </scm>
-
<build>
<resources>
<resource>
Modified: components/shindig/trunk/java/common/pom.xml
===================================================================
--- components/shindig/trunk/java/common/pom.xml 2010-10-19 13:12:17 UTC (rev 4725)
+++ components/shindig/trunk/java/common/pom.xml 2010-10-19 13:27:05 UTC (rev 4726)
@@ -22,7 +22,7 @@
<parent>
<groupId>org.gatein.shindig</groupId>
<artifactId>shindig-parent</artifactId>
- <version>1.0-r790473-Patch04-SNAPSHOT</version>
+ <version>1.0-r790473-Patch04</version>
<relativePath>../pom.xml</relativePath>
</parent>
@@ -32,12 +32,6 @@
<name>Apache Shindig Common Code</name>
<description>Common java code for Shindig</description>
- <scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/gatein/components/shindig/trunk/ja...</connection>
- <developerConnection>scm:svn:http://svn.jboss.org/repos/gatein/components/shindig/trunk/java/c...</developerConnection>
- <url>http://fisheye.jboss.org/browse/gatein/components/shindig/trunk/java/common</url>
- </scm>
-
<build>
<resources>
<!--<resource>
Modified: components/shindig/trunk/java/gadgets/pom.xml
===================================================================
--- components/shindig/trunk/java/gadgets/pom.xml 2010-10-19 13:12:17 UTC (rev 4725)
+++ components/shindig/trunk/java/gadgets/pom.xml 2010-10-19 13:27:05 UTC (rev 4726)
@@ -22,7 +22,7 @@
<parent>
<groupId>org.gatein.shindig</groupId>
<artifactId>shindig-parent</artifactId>
- <version>1.0-r790473-Patch04-SNAPSHOT</version>
+ <version>1.0-r790473-Patch04</version>
<relativePath>../pom.xml</relativePath>
</parent>
@@ -33,12 +33,6 @@
<description>Renders gadgets, provides the gadget metadata service, and serves
all javascript required by the OpenSocial specification.</description>
- <scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/gatein/components/shindig/trunk/ja...</connection>
- <developerConnection>scm:svn:http://svn.jboss.org/repos/gatein/components/shindig/trunk/java/g...</developerConnection>
- <url>http://fisheye.jboss.org/browse/gatein/components/shindig/trunk/java/gadgets</url>
- </scm>
-
<build>
<plugins>
<plugin>
Modified: components/shindig/trunk/java/pom.xml
===================================================================
--- components/shindig/trunk/java/pom.xml 2010-10-19 13:12:17 UTC (rev 4725)
+++ components/shindig/trunk/java/pom.xml 2010-10-19 13:27:05 UTC (rev 4726)
@@ -22,7 +22,7 @@
<parent>
<groupId>org.gatein.shindig</groupId>
<artifactId>shindig-project</artifactId>
- <version>1.0-r790473-Patch04-SNAPSHOT</version>
+ <version>1.0-r790473-Patch04</version>
</parent>
<artifactId>shindig-parent</artifactId>
@@ -39,12 +39,6 @@
<module>../features</module>
</modules>
- <scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/gatein/components/shindig/trunk/java</connection>
- <developerConnection>scm:svn:http://svn.jboss.org/repos/gatein/components/shindig/trunk/java</developerConnection>
- <url>http://fisheye.jboss.org/browse/gatein/components/shindig/trunk/java</url>
- </scm>
-
<properties>
<java.util.logging.test.level>OFF</java.util.logging.test.level>
</properties>
Modified: components/shindig/trunk/java/samples/pom.xml
===================================================================
--- components/shindig/trunk/java/samples/pom.xml 2010-10-19 13:12:17 UTC (rev 4725)
+++ components/shindig/trunk/java/samples/pom.xml 2010-10-19 13:27:05 UTC (rev 4726)
@@ -31,12 +31,6 @@
<name>Apache Shindig Sample SPI and API Implementations</name>
<description>Provides Sample implementations of the SPI and API's inside the core of Shindig.</description>
- <scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/gatein/components/shindig/trunk/ja...</connection>
- <developerConnection>scm:svn:http://svn.jboss.org/repos/gatein/components/shindig/trunk/java/s...</developerConnection>
- <url>http://fisheye.jboss.org/browse/gatein/components/shindig/trunk/java/samples</url>
- </scm>
-
<repositories>
<repository>
<id>EclipseLink Repo</id>
Modified: components/shindig/trunk/java/server/pom.xml
===================================================================
--- components/shindig/trunk/java/server/pom.xml 2010-10-19 13:12:17 UTC (rev 4725)
+++ components/shindig/trunk/java/server/pom.xml 2010-10-19 13:27:05 UTC (rev 4726)
@@ -22,7 +22,7 @@
<parent>
<groupId>org.gatein.shindig</groupId>
<artifactId>shindig-parent</artifactId>
- <version>1.0-r790473-Patch04-SNAPSHOT</version>
+ <version>1.0-r790473-Patch04</version>
<relativePath>../pom.xml</relativePath>
</parent>
@@ -32,12 +32,6 @@
<name>Apache Shindig Web App</name>
<description>Default server war containing both the gadget rendering code and the social api code.</description>
- <scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/gatein/components/shindig/trunk/ja...</connection>
- <developerConnection>scm:svn:http://svn.jboss.org/repos/gatein/components/shindig/trunk/java/s...</developerConnection>
- <url>http://fisheye.jboss.org/browse/gatein/components/shindig/trunk/java/server</url>
- </scm>
-
<properties>
<runType>full</runType>
</properties>
Modified: components/shindig/trunk/java/social-api/pom.xml
===================================================================
--- components/shindig/trunk/java/social-api/pom.xml 2010-10-19 13:12:17 UTC (rev 4725)
+++ components/shindig/trunk/java/social-api/pom.xml 2010-10-19 13:27:05 UTC (rev 4726)
@@ -22,7 +22,7 @@
<parent>
<groupId>org.gatein.shindig</groupId>
<artifactId>shindig-parent</artifactId>
- <version>1.0-r790473-Patch04-SNAPSHOT</version>
+ <version>1.0-r790473-Patch04</version>
<relativePath>../pom.xml</relativePath>
</parent>
@@ -32,12 +32,6 @@
<name>Apache Shindig Social API</name>
<description>Serves OpenSocial Data and the RESTful APIs.</description>
- <scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/gatein/components/shindig/trunk/ja...</connection>
- <developerConnection>scm:svn:http://svn.jboss.org/repos/gatein/components/shindig/trunk/java/s...</developerConnection>
- <url>http://fisheye.jboss.org/browse/gatein/components/shindig/trunk/java/soci...</url>
- </scm>
-
<build>
<plugins>
<plugin>
Modified: components/shindig/trunk/pom.xml
===================================================================
--- components/shindig/trunk/pom.xml 2010-10-19 13:12:17 UTC (rev 4725)
+++ components/shindig/trunk/pom.xml 2010-10-19 13:27:05 UTC (rev 4726)
@@ -28,7 +28,7 @@
<groupId>org.gatein.shindig</groupId>
<artifactId>shindig-project</artifactId>
- <version>1.0-r790473-Patch04-SNAPSHOT</version>
+ <version>1.0-r790473-Patch04</version>
<packaging>pom</packaging>
<name>Apache Shindig Project</name>
@@ -48,9 +48,9 @@
<!-- S C M -->
<!-- ====================================================================== -->
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/gatein/components/shindig/trunk</connection>
- <developerConnection>scm:svn:http://svn.jboss.org/repos/gatein/components/shindig/trunk</developerConnection>
- <url>http://fisheye.jboss.org/browse/gatein/components/shindig/trunk</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/gatein/components/shindig/tags/1.0...</connection>
+ <developerConnection>scm:svn:http://svn.jboss.org/repos/gatein/components/shindig/tags/1.0-r79...</developerConnection>
+ <url>http://fisheye.jboss.org/browse/gatein/components/shindig/tags/1.0-r79047...</url>
</scm>
<!-- ====================================================================== -->
14 years, 3 months