[gatein-commits] gatein SVN: r5130 - exo/portal/branches/3.1.x/packaging/module/src/main/javascript.

do-not-reply at jboss.org do-not-reply at jboss.org
Wed Nov 17 02:52:05 EST 2010


Author: kien_nguyen
Date: 2010-11-17 02:52:05 -0500 (Wed, 17 Nov 2010)
New Revision: 5130

Modified:
   exo/portal/branches/3.1.x/packaging/module/src/main/javascript/portal.packaging.module.js
Log:
EXOGTN-126 remove some unncessary jars

Modified: exo/portal/branches/3.1.x/packaging/module/src/main/javascript/portal.packaging.module.js
===================================================================
--- exo/portal/branches/3.1.x/packaging/module/src/main/javascript/portal.packaging.module.js	2010-11-17 07:32:25 UTC (rev 5129)
+++ exo/portal/branches/3.1.x/packaging/module/src/main/javascript/portal.packaging.module.js	2010-11-17 07:52:05 UTC (rev 5130)
@@ -138,8 +138,7 @@
 
    module.component.applicationRegistry =
    new Project("org.exoplatform.portal", "exo.portal.component.application-registry", "jar", module.version).
-      addDependency(module.component.portal).
-      addDependency(new Project("com.sun.xml.stream", "sjsxp", "jar", "1.0"));
+      addDependency(module.component.portal);
 
    module.webui = {};
    module.webui.core =
@@ -217,7 +216,6 @@
       addDependency(new Project("commons-httpclient", "commons-httpclient", "jar", "3.1")).
       addDependency(new Project("commons-collections", "commons-collections", "jar", "3.2.1")).
       addDependency(new Project("net.sf.ehcache", "ehcache", "jar", "1.6.0")).
-      addDependency(new Project("xml-apis", "xml-apis", "jar", "1.3.04")).
       addDependency(new Project("com.ibm.icu", "icu4j", "jar", "3.8")).
       addDependency(new Project("net.sourceforge.nekohtml", "nekohtml", "jar", "1.9.9")).
       addDependency(new Project("xerces", "xercesImpl", "jar", "2.9.1")).



More information about the gatein-commits mailing list