gatein SVN: r6398 - in portal/trunk: packaging/jboss-as5/pkg and 3 other directories.
by do-not-reply@jboss.org
Author: julien_viet
Date: 2011-04-28 06:24:23 -0400 (Thu, 28 Apr 2011)
New Revision: 6398
Modified:
portal/trunk/packaging/jboss-as5/pkg/pom.xml
portal/trunk/packaging/jboss-as6/pkg/pom.xml
portal/trunk/packaging/jetty/pkg/pom.xml
portal/trunk/packaging/tomcat/pkg/pom.xml
portal/trunk/pom.xml
Log:
GTNPORTAL-198 : Use the Closure compiler in the Javascript serving engine
Modified: portal/trunk/packaging/jboss-as5/pkg/pom.xml
===================================================================
--- portal/trunk/packaging/jboss-as5/pkg/pom.xml 2011-04-28 10:05:49 UTC (rev 6397)
+++ portal/trunk/packaging/jboss-as5/pkg/pom.xml 2011-04-28 10:24:23 UTC (rev 6398)
@@ -801,6 +801,11 @@
<artifactId>tika-parsers</artifactId>
<version>0.7</version>
</dependency>
+ <dependency>
+ <groupId>com.google.javascript</groupId>
+ <artifactId>closure-compiler</artifactId>
+ <version>r706</version>
+ </dependency>
<dependency>
<?context LIB?>
Modified: portal/trunk/packaging/jboss-as6/pkg/pom.xml
===================================================================
--- portal/trunk/packaging/jboss-as6/pkg/pom.xml 2011-04-28 10:05:49 UTC (rev 6397)
+++ portal/trunk/packaging/jboss-as6/pkg/pom.xml 2011-04-28 10:24:23 UTC (rev 6398)
@@ -792,6 +792,11 @@
<artifactId>tika-parsers</artifactId>
<version>0.7</version>
</dependency>
+ <dependency>
+ <groupId>com.google.javascript</groupId>
+ <artifactId>closure-compiler</artifactId>
+ <version>r706</version>
+ </dependency>
<dependency>
<?context LIB?>
Modified: portal/trunk/packaging/jetty/pkg/pom.xml
===================================================================
--- portal/trunk/packaging/jetty/pkg/pom.xml 2011-04-28 10:05:49 UTC (rev 6397)
+++ portal/trunk/packaging/jetty/pkg/pom.xml 2011-04-28 10:24:23 UTC (rev 6398)
@@ -725,6 +725,10 @@
<groupId>org.apache.tika</groupId>
<artifactId>tika-parsers</artifactId>
</dependency>
+ <dependency>
+ <groupId>com.google.javascript</groupId>
+ <artifactId>closure-compiler</artifactId>
+ </dependency>
<!-- War files -->
<dependency>
Modified: portal/trunk/packaging/tomcat/pkg/pom.xml
===================================================================
--- portal/trunk/packaging/tomcat/pkg/pom.xml 2011-04-28 10:05:49 UTC (rev 6397)
+++ portal/trunk/packaging/tomcat/pkg/pom.xml 2011-04-28 10:24:23 UTC (rev 6398)
@@ -723,6 +723,10 @@
<groupId>org.apache.tika</groupId>
<artifactId>tika-parsers</artifactId>
</dependency>
+ <dependency>
+ <groupId>com.google.javascript</groupId>
+ <artifactId>closure-compiler</artifactId>
+ </dependency>
<!-- War files -->
<dependency>
Modified: portal/trunk/pom.xml
===================================================================
--- portal/trunk/pom.xml 2011-04-28 10:05:49 UTC (rev 6397)
+++ portal/trunk/pom.xml 2011-04-28 10:24:23 UTC (rev 6398)
@@ -89,7 +89,7 @@
<dependency>
<groupId>org.gatein</groupId>
<artifactId>gatein-dep</artifactId>
- <version>1.1.0-Beta02</version>
+ <version>1.1.0-Beta03</version>
<type>pom</type>
<scope>import</scope>
</dependency>
@@ -686,12 +686,6 @@
</dependency>
<dependency>
- <groupId>com.google.javascript</groupId>
- <artifactId>closure-compiler</artifactId>
- <version>r706</version>
- </dependency>
-
- <dependency>
<groupId>org.gatein.shindig</groupId>
<artifactId>shindig-gadgets</artifactId>
<version>${org.shindig.version}</version>
14 years, 5 months
gatein SVN: r6396 - maven/dep/tags.
by do-not-reply@jboss.org
Author: julien_viet
Date: 2011-04-28 06:05:40 -0400 (Thu, 28 Apr 2011)
New Revision: 6396
Added:
maven/dep/tags/1.1.0-Beta03/
Log:
[maven-scm] copy for tag 1.1.0-Beta03
14 years, 5 months
gatein SVN: r6394 - epp/portal/branches/EPP_5_1_Branch.
by do-not-reply@jboss.org
Author: hfnukal
Date: 2011-04-28 06:05:03 -0400 (Thu, 28 Apr 2011)
New Revision: 6394
Modified:
epp/portal/branches/EPP_5_1_Branch/pom.xml
Log:
WSRP dependency to 2.0.1-EPP511-Beta02
Modified: epp/portal/branches/EPP_5_1_Branch/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/pom.xml 2011-04-28 10:04:25 UTC (rev 6393)
+++ epp/portal/branches/EPP_5_1_Branch/pom.xml 2011-04-28 10:05:03 UTC (rev 6394)
@@ -48,7 +48,7 @@
<org.gatein.wci.version>2.0.2-GA</org.gatein.wci.version>
<org.gatein.pc.version>2.2.0-GA</org.gatein.pc.version>
<org.picketlink.idm>1.1.8.GA</org.picketlink.idm>
- <org.gatein.wsrp.version>2.0.1-Beta01</org.gatein.wsrp.version>
+ <org.gatein.wsrp.version>2.0.1-epp511-Beta02</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>
<rhino.version>1.6R5</rhino.version>
14 years, 5 months
gatein SVN: r6393 - maven/dep/trunk.
by do-not-reply@jboss.org
Author: julien_viet
Date: 2011-04-28 06:04:25 -0400 (Thu, 28 Apr 2011)
New Revision: 6393
Modified:
maven/dep/trunk/pom.xml
Log:
GTNMAVEN-25 : Add google javascript clojure compiler to gatein-dep
Modified: maven/dep/trunk/pom.xml
===================================================================
--- maven/dep/trunk/pom.xml 2011-04-28 09:41:38 UTC (rev 6392)
+++ maven/dep/trunk/pom.xml 2011-04-28 10:04:25 UTC (rev 6393)
@@ -56,6 +56,7 @@
<version.google.inject>2.0</version.google.inject>
<version.google.collections>1.0-rc2</version.google.collections>
<version.google.guava>r09</version.google.guava>
+ <version.google.javascript>r706</version.google.javascript>
<version.oauth>20080621</version.oauth>
<version.caja.json>r1</version.caja.json>
<version.caja.caja>r3375</version.caja.caja>
@@ -641,6 +642,11 @@
<version>${version.google.guava}</version>
</dependency>
<dependency>
+ <groupId>com.google.javascript</groupId>
+ <artifactId>closure-compiler</artifactId>
+ <version>${version.google.javascript}</version>
+ </dependency>
+ <dependency>
<groupId>rome</groupId>
<artifactId>rome</artifactId>
<version>${version.rome}</version>
14 years, 5 months
gatein SVN: r6392 - components/wsrp/tags.
by do-not-reply@jboss.org
Author: hfnukal
Date: 2011-04-28 05:41:38 -0400 (Thu, 28 Apr 2011)
New Revision: 6392
Added:
components/wsrp/tags/2.0.1-EPP511-Beta02/
Log:
Tag for EPP 5.1.1
14 years, 5 months
gatein SVN: r6391 - in components/wsrp/branches/2.0.1-EPP511-Beta02: admin-gui and 9 other directories.
by do-not-reply@jboss.org
Author: hfnukal
Date: 2011-04-28 05:31:15 -0400 (Thu, 28 Apr 2011)
New Revision: 6391
Modified:
components/wsrp/branches/2.0.1-EPP511-Beta02/admin-gui/pom.xml
components/wsrp/branches/2.0.1-EPP511-Beta02/api/pom.xml
components/wsrp/branches/2.0.1-EPP511-Beta02/common/pom.xml
components/wsrp/branches/2.0.1-EPP511-Beta02/consumer/pom.xml
components/wsrp/branches/2.0.1-EPP511-Beta02/hibernate-impl/pom.xml
components/wsrp/branches/2.0.1-EPP511-Beta02/pom.xml
components/wsrp/branches/2.0.1-EPP511-Beta02/producer/pom.xml
components/wsrp/branches/2.0.1-EPP511-Beta02/test/pom.xml
components/wsrp/branches/2.0.1-EPP511-Beta02/wsrp-producer-war/pom.xml
components/wsrp/branches/2.0.1-EPP511-Beta02/wsrp1-ws/pom.xml
components/wsrp/branches/2.0.1-EPP511-Beta02/wsrp2-ws/pom.xml
Log:
Update versions and dependencies.
Modified: components/wsrp/branches/2.0.1-EPP511-Beta02/admin-gui/pom.xml
===================================================================
--- components/wsrp/branches/2.0.1-EPP511-Beta02/admin-gui/pom.xml 2011-04-28 09:00:44 UTC (rev 6390)
+++ components/wsrp/branches/2.0.1-EPP511-Beta02/admin-gui/pom.xml 2011-04-28 09:31:15 UTC (rev 6391)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.gatein.wsrp</groupId>
<artifactId>wsrp-parent</artifactId>
- <version>2.0.1-Beta02</version>
+ <version>2.0.1-epp51-Beta02</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>wsrp-admin-gui</artifactId>
@@ -68,12 +68,12 @@
<dependency>
<groupId>org.jboss.portletbridge</groupId>
<artifactId>portletbridge-api</artifactId>
- <version>2.1.0.FINAL</version>
+ <version>2.1.0.GA.EPP51</version>
</dependency>
<dependency>
<groupId>org.jboss.portletbridge</groupId>
<artifactId>portletbridge-impl</artifactId>
- <version>2.1.0.FINAL</version>
+ <version>2.1.0.GA.EPP51</version>
</dependency>
<dependency>
<groupId>com.sun.facelets</groupId>
Modified: components/wsrp/branches/2.0.1-EPP511-Beta02/api/pom.xml
===================================================================
--- components/wsrp/branches/2.0.1-EPP511-Beta02/api/pom.xml 2011-04-28 09:00:44 UTC (rev 6390)
+++ components/wsrp/branches/2.0.1-EPP511-Beta02/api/pom.xml 2011-04-28 09:31:15 UTC (rev 6391)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.gatein.wsrp</groupId>
<artifactId>wsrp-parent</artifactId>
- <version>2.0.1-Beta02</version>
+ <version>2.0.1-epp51-Beta02</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>wsrp-integration-api</artifactId>
Modified: components/wsrp/branches/2.0.1-EPP511-Beta02/common/pom.xml
===================================================================
--- components/wsrp/branches/2.0.1-EPP511-Beta02/common/pom.xml 2011-04-28 09:00:44 UTC (rev 6390)
+++ components/wsrp/branches/2.0.1-EPP511-Beta02/common/pom.xml 2011-04-28 09:31:15 UTC (rev 6391)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.gatein.wsrp</groupId>
<artifactId>wsrp-parent</artifactId>
- <version>2.0.1-Beta02</version>
+ <version>2.0.1-epp51-Beta02</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>wsrp-common</artifactId>
Modified: components/wsrp/branches/2.0.1-EPP511-Beta02/consumer/pom.xml
===================================================================
--- components/wsrp/branches/2.0.1-EPP511-Beta02/consumer/pom.xml 2011-04-28 09:00:44 UTC (rev 6390)
+++ components/wsrp/branches/2.0.1-EPP511-Beta02/consumer/pom.xml 2011-04-28 09:31:15 UTC (rev 6391)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.gatein.wsrp</groupId>
<artifactId>wsrp-parent</artifactId>
- <version>2.0.1-Beta02</version>
+ <version>2.0.1-epp51-Beta02</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>wsrp-consumer</artifactId>
Modified: components/wsrp/branches/2.0.1-EPP511-Beta02/hibernate-impl/pom.xml
===================================================================
--- components/wsrp/branches/2.0.1-EPP511-Beta02/hibernate-impl/pom.xml 2011-04-28 09:00:44 UTC (rev 6390)
+++ components/wsrp/branches/2.0.1-EPP511-Beta02/hibernate-impl/pom.xml 2011-04-28 09:31:15 UTC (rev 6391)
@@ -28,7 +28,7 @@
<parent>
<groupId>org.gatein.wsrp</groupId>
<artifactId>wsrp-parent</artifactId>
- <version>2.0.1-Beta02</version>
+ <version>2.0.1-epp51-Beta02</version>
</parent>
<groupId>org.gatein.wsrp</groupId>
Modified: components/wsrp/branches/2.0.1-EPP511-Beta02/pom.xml
===================================================================
--- components/wsrp/branches/2.0.1-EPP511-Beta02/pom.xml 2011-04-28 09:00:44 UTC (rev 6390)
+++ components/wsrp/branches/2.0.1-EPP511-Beta02/pom.xml 2011-04-28 09:31:15 UTC (rev 6391)
@@ -29,7 +29,7 @@
<groupId>org.gatein.wsrp</groupId>
<artifactId>wsrp-parent</artifactId>
- <version>2.0.1-Beta02</version>
+ <version>2.0.1-epp51-Beta02</version>
<packaging>pom</packaging>
Modified: components/wsrp/branches/2.0.1-EPP511-Beta02/producer/pom.xml
===================================================================
--- components/wsrp/branches/2.0.1-EPP511-Beta02/producer/pom.xml 2011-04-28 09:00:44 UTC (rev 6390)
+++ components/wsrp/branches/2.0.1-EPP511-Beta02/producer/pom.xml 2011-04-28 09:31:15 UTC (rev 6391)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.gatein.wsrp</groupId>
<artifactId>wsrp-parent</artifactId>
- <version>2.0.1-Beta02</version>
+ <version>2.0.1-epp51-Beta02</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>wsrp-producer-lib</artifactId>
Modified: components/wsrp/branches/2.0.1-EPP511-Beta02/test/pom.xml
===================================================================
--- components/wsrp/branches/2.0.1-EPP511-Beta02/test/pom.xml 2011-04-28 09:00:44 UTC (rev 6390)
+++ components/wsrp/branches/2.0.1-EPP511-Beta02/test/pom.xml 2011-04-28 09:31:15 UTC (rev 6391)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.gatein.wsrp</groupId>
<artifactId>wsrp-parent</artifactId>
- <version>2.0.1-Beta02</version>
+ <version>2.0.1-epp51-Beta02</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: components/wsrp/branches/2.0.1-EPP511-Beta02/wsrp-producer-war/pom.xml
===================================================================
--- components/wsrp/branches/2.0.1-EPP511-Beta02/wsrp-producer-war/pom.xml 2011-04-28 09:00:44 UTC (rev 6390)
+++ components/wsrp/branches/2.0.1-EPP511-Beta02/wsrp-producer-war/pom.xml 2011-04-28 09:31:15 UTC (rev 6391)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.gatein.wsrp</groupId>
<artifactId>wsrp-parent</artifactId>
- <version>2.0.1-Beta02</version>
+ <version>2.0.1-epp51-Beta02</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: components/wsrp/branches/2.0.1-EPP511-Beta02/wsrp1-ws/pom.xml
===================================================================
--- components/wsrp/branches/2.0.1-EPP511-Beta02/wsrp1-ws/pom.xml 2011-04-28 09:00:44 UTC (rev 6390)
+++ components/wsrp/branches/2.0.1-EPP511-Beta02/wsrp1-ws/pom.xml 2011-04-28 09:31:15 UTC (rev 6391)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.gatein.wsrp</groupId>
<artifactId>wsrp-parent</artifactId>
- <version>2.0.1-Beta02</version>
+ <version>2.0.1-epp51-Beta02</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>wsrp-wsrp1-ws</artifactId>
Modified: components/wsrp/branches/2.0.1-EPP511-Beta02/wsrp2-ws/pom.xml
===================================================================
--- components/wsrp/branches/2.0.1-EPP511-Beta02/wsrp2-ws/pom.xml 2011-04-28 09:00:44 UTC (rev 6390)
+++ components/wsrp/branches/2.0.1-EPP511-Beta02/wsrp2-ws/pom.xml 2011-04-28 09:31:15 UTC (rev 6391)
@@ -26,7 +26,7 @@
<parent>
<artifactId>wsrp-parent</artifactId>
<groupId>org.gatein.wsrp</groupId>
- <version>2.0.1-Beta02</version>
+ <version>2.0.1-epp51-Beta02</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>wsrp-wsrp2-ws</artifactId>
14 years, 5 months
gatein SVN: r6390 - components/wsrp/branches.
by do-not-reply@jboss.org
Author: hfnukal
Date: 2011-04-28 05:00:44 -0400 (Thu, 28 Apr 2011)
New Revision: 6390
Added:
components/wsrp/branches/2.0.1-EPP511-Beta02/
Log:
Branch for EPP 5.1.1
14 years, 5 months
gatein SVN: r6389 - portal/trunk/web/portal/src/main/webapp/WEB-INF/conf/common.
by do-not-reply@jboss.org
Author: hoang_to
Date: 2011-04-28 04:59:51 -0400 (Thu, 28 Apr 2011)
New Revision: 6389
Modified:
portal/trunk/web/portal/src/main/webapp/WEB-INF/conf/common/resource-compressor-configuration.xml
Log:
GTNPORTAL-198: Configure JSMin as default compressor
Modified: portal/trunk/web/portal/src/main/webapp/WEB-INF/conf/common/resource-compressor-configuration.xml
===================================================================
--- portal/trunk/web/portal/src/main/webapp/WEB-INF/conf/common/resource-compressor-configuration.xml 2011-04-28 08:57:38 UTC (rev 6388)
+++ portal/trunk/web/portal/src/main/webapp/WEB-INF/conf/common/resource-compressor-configuration.xml 2011-04-28 08:59:51 UTC (rev 6389)
@@ -27,7 +27,6 @@
<key>org.exoplatform.portal.resource.compressor.ResourceCompressor</key>
<type>org.exoplatform.portal.resource.compressor.impl.ResourceCompressorService</type>
<component-plugins>
- <!--
<component-plugin>
<name>JSMinCompressorPlugin</name>
<set-method>registerCompressorPlugin</set-method>
@@ -39,7 +38,6 @@
</value-param>
</init-params>
</component-plugin>
- -->
<component-plugin>
<name>ClosureCompressorPlugin</name>
<set-method>registerCompressorPlugin</set-method>
14 years, 5 months