Author: julien_viet
Date: 2009-10-21 17:04:15 -0400 (Wed, 21 Oct 2009)
New Revision: 393
Removed:
portal/branches/performance/component/application-registry/exo.portal.component.application-registry.iml
Modified:
portal/branches/performance/README.txt
portal/branches/performance/Release Notes.txt
portal/branches/performance/component/application-registry/pom.xml
portal/branches/performance/component/common/pom.xml
portal/branches/performance/component/dashboard/pom.xml
portal/branches/performance/component/identity/pom.xml
portal/branches/performance/component/pc/pom.xml
portal/branches/performance/component/pom.xml
portal/branches/performance/component/portal/pom.xml
portal/branches/performance/component/resources/pom.xml
portal/branches/performance/component/scripting/pom.xml
portal/branches/performance/component/web/pom.xml
portal/branches/performance/component/wsrp/pom.xml
portal/branches/performance/component/xml-parser/pom.xml
portal/branches/performance/docs/pom.xml
portal/branches/performance/docs/user-guide/pom.xml
portal/branches/performance/gadgets/core/pom.xml
portal/branches/performance/gadgets/eXoGadgets/pom.xml
portal/branches/performance/gadgets/pom.xml
portal/branches/performance/gadgets/server/pom.xml
portal/branches/performance/packaging/
portal/branches/performance/packaging/module/pom.xml
portal/branches/performance/packaging/pkg/pom.xml
portal/branches/performance/packaging/pom.xml
portal/branches/performance/packaging/product/pom.xml
portal/branches/performance/packaging/reports/pom.xml
portal/branches/performance/pom.xml
portal/branches/performance/portlet/dashboard/pom.xml
portal/branches/performance/portlet/exoadmin/pom.xml
portal/branches/performance/portlet/pom.xml
portal/branches/performance/portlet/web/pom.xml
portal/branches/performance/sample/extension/config/pom.xml
portal/branches/performance/sample/extension/ear/pom.xml
portal/branches/performance/sample/extension/jar/pom.xml
portal/branches/performance/sample/extension/pom.xml
portal/branches/performance/sample/extension/war/pom.xml
portal/branches/performance/sample/pom.xml
portal/branches/performance/sample/portal/config/pom.xml
portal/branches/performance/sample/portal/ear/pom.xml
portal/branches/performance/sample/portal/jar/pom.xml
portal/branches/performance/sample/portal/pom.xml
portal/branches/performance/sample/portal/rest-war/pom.xml
portal/branches/performance/sample/portal/war/pom.xml
portal/branches/performance/server/jboss/patch-ear/pom.xml
portal/branches/performance/server/jboss/patch/pom.xml
portal/branches/performance/server/jboss/plugin/pom.xml
portal/branches/performance/server/jboss/pom.xml
portal/branches/performance/server/pom.xml
portal/branches/performance/server/tomcat/patch/pom.xml
portal/branches/performance/server/tomcat/plugin/pom.xml
portal/branches/performance/server/tomcat/pom.xml
portal/branches/performance/starter/ear/pom.xml
portal/branches/performance/starter/pom.xml
portal/branches/performance/starter/war/pom.xml
portal/branches/performance/web/eXoResources/pom.xml
portal/branches/performance/web/pom.xml
portal/branches/performance/web/portal/pom.xml
portal/branches/performance/web/rest/pom.xml
portal/branches/performance/webui/core/pom.xml
portal/branches/performance/webui/eXo/pom.xml
portal/branches/performance/webui/pom.xml
portal/branches/performance/webui/portal/pom.xml
Log:
merge up to revision 392
Modified: portal/branches/performance/README.txt
===================================================================
--- portal/branches/performance/README.txt 2009-10-21 16:49:22 UTC (rev 392)
+++ portal/branches/performance/README.txt 2009-10-21 21:04:15 UTC (rev 393)
@@ -1,22 +1,3 @@
-====
- Copyright (C) 2009 eXo Platform SAS.
-
- 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.
-====
-
Welcome to gatein codebase:
===========================
@@ -32,7 +13,7 @@
* MAVEN CONFIGURATION:
**********************
-* edit ${basedir}/profiles.xml and replace the values mentionned so that:
+* edit packaging/profiles.xml and replace the values mentioned so that:
* ${exo.projects.directory.dependencies} directory contains :
** ${exo.projects.app.tomcat.version}/ a clean Tomcat installation, to be used as
packaging template
** ${exo.projects.app.jboss.version}/ a clean JBoss installation, to be used as
packaging template
@@ -45,18 +26,20 @@
*****************
* PACKAGING:
*****************
-
+
* mvn install -Ppkg-tomcat
-** Create a Tomcat delivery in pkg/target/tomcat/ and archives are stored in target
+** Creates a Tomcat delivery in packaging/pkg/target/tomcat/
+** Creates compressed archives in packaging/pkg/target/target
* mvn install -Ppkg-jbossas
-** Create a JBossAS delivery in pkg/target/jboss/ and archives are stored in target
+** Creates a JBossAS delivery in packaging/pkg/target/jboss/
+** Creates compressed archives in packaging/pkg/target/target
*****************
* STARTING:
*****************
* On Tomcat: go to the tomcat directory (or unzip the archive in your favorite location)
and execute 'bin/gatein.sh start' ('bin/gatein.bat start' on Windows)
-* On JBoss: go to the jboss directory (or unzip the archive in your favorite location)
and execute 'bin/run.sh start' ('bin/grun.bat start' on Windows)
+* On JBoss: go to the jboss directory (or unzip the archive in your favorite location)
and execute 'bin/run.sh start' ('bin/run.bat start' on Windows)
* Go to
http://localhost:8080/portal to see the homepage of the portal. That's it.
Modified: portal/branches/performance/Release Notes.txt
===================================================================
--- portal/branches/performance/Release Notes.txt 2009-10-21 16:49:22 UTC (rev 392)
+++ portal/branches/performance/Release Notes.txt 2009-10-21 21:04:15 UTC (rev 393)
@@ -1,27 +1,8 @@
-====
- Copyright (C) 2009 eXo Platform SAS.
-
- 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.
-====
+Release Notes will start from GateIn CR1
Release Notes - GateIn
- Other resources and links
- Company site
http://www.exoplatform.com
- Community JIRA
http://jira.exoplatform.org
- Comminity site
http://www.exoplatform.org
- Developers wiki
http://wiki.exoplatform.org
- Documentation
http://docs.exoplatform.org
+ Community site
http://www.gatein.org
+ Community JIRA
https://jira.jboss.org/jira/secure/Dashboard.jspa
+ Community Forum
http://www.jboss.org/index.html?module=bb&op=viewforum&f=335
Deleted:
portal/branches/performance/component/application-registry/exo.portal.component.application-registry.iml
===================================================================
---
portal/branches/performance/component/application-registry/exo.portal.component.application-registry.iml 2009-10-21
16:49:22 UTC (rev 392)
+++
portal/branches/performance/component/application-registry/exo.portal.component.application-registry.iml 2009-10-21
21:04:15 UTC (rev 393)
@@ -1,248 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<module relativePaths="true"
org.jetbrains.idea.maven.project.MavenProjectsManager.isMavenModule="true"
type="JAVA_MODULE" version="4">
- <component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_5"
inherit-compiler-output="false">
- <output url="file://$MODULE_DIR$/target/classes" />
- <output-test url="file://$MODULE_DIR$/target/test-classes" />
- <content url="file://$MODULE_DIR$">
- <sourceFolder url="file://$MODULE_DIR$/src/main/java"
isTestSource="false" />
- <sourceFolder url="file://$MODULE_DIR$/src/test/java"
isTestSource="true" />
- <excludeFolder url="file://$MODULE_DIR$/target" />
- </content>
- <orderEntry type="inheritedJdk" />
- <orderEntry type="sourceFolder" forTests="false" />
- <orderEntry type="library" exported="" name="Maven:
org.exoplatform.jcr:exo.jcr.component.ext:1.12.Alpha4" level="project"
/>
- <orderEntry type="library" exported="" name="Maven:
org.exoplatform.jcr:exo.jcr.component.core:1.12.Alpha4" level="project"
/>
- <orderEntry type="library" exported="" name="Maven:
javax.jcr:jcr:1.0" level="project" />
- <orderEntry type="library" exported="" name="Maven:
org.exoplatform.kernel:exo.kernel.container:2.2.Alpha3" level="project"
/>
- <orderEntry type="library" exported="" name="Maven:
org.exoplatform.kernel:exo.kernel.commons:2.2.Alpha3" level="project"
/>
- <orderEntry type="library" exported="" name="Maven:
commons-lang:commons-lang:2.3" level="project" />
- <orderEntry type="library" exported="" name="Maven:
xpp3:xpp3:1.1.3.4.O" level="project" />
- <orderEntry type="library" exported="" name="Maven:
commons-logging:commons-logging:1.0.3" level="project" />
- <orderEntry type="library" exported="" name="Maven:
org.slf4j:slf4j-api:1.5.6" level="project" />
- <orderEntry type="library" exported="" name="Maven:
org.slf4j:slf4j-log4j12:1.5.6" level="project" />
- <orderEntry type="library" exported="" name="Maven:
log4j:log4j:1.2.14" level="project" />
- <orderEntry type="library" exported="" name="Maven:
org.exoplatform.tool:exo.tool.framework.junit:1.1" level="project" />
- <orderEntry type="library" exported="" name="Maven:
junit:junit:3.8.1" level="project" />
- <orderEntry type="library" exported="" name="Maven:
javax.portlet:portlet-api:2.0" level="project" />
- <orderEntry type="library" exported="" name="Maven:
javax.faces:jsf-api:1.2" level="project" />
- <orderEntry type="library" exported="" name="Maven:
javax.servlet:servlet-api:2.4" level="project" />
- <orderEntry type="library" exported="" name="Maven:
picocontainer:picocontainer:1.1" level="project" />
- <orderEntry type="library" exported="" name="Maven:
jmock:jmock:1.0.1" level="project" />
- <orderEntry type="library" exported="" name="Maven:
xstream:xstream:1.0.2" level="project" />
- <orderEntry type="library" exported="" name="Maven:
commons-beanutils:commons-beanutils:1.7.0" level="project" />
- <orderEntry type="library" exported="" name="Maven:
commons-collections:commons-collections:3.1" level="project" />
- <orderEntry type="library" exported="" name="Maven:
org.jibx:jibx-run:1.2.1" level="project" />
- <orderEntry type="library" exported="" name="Maven:
org.jibx:jibx-bind:1.2.1" level="project" />
- <orderEntry type="library" exported="" name="Maven:
bcel:bcel:5.1" level="project" />
- <orderEntry type="library" exported="" name="Maven:
org.jibx:jibx-extras:1.2.1" level="project" />
- <orderEntry type="library" exported="" name="Maven:
org.exoplatform.kernel:exo.kernel.component.command:2.2.Alpha3"
level="project" />
- <orderEntry type="library" exported="" name="Maven:
org.exoplatform.kernel:exo.kernel.component.common:2.2.Alpha3"
level="project" />
- <orderEntry type="library" exported="" name="Maven:
javax.activation:activation:1.1" level="project" />
- <orderEntry type="library" exported="" name="Maven:
jotm:jotm:2.0.10" level="project" />
- <orderEntry type="library" exported="" name="Maven:
jotm:jotm_jrmp_stubs:2.0.10" level="project" />
- <orderEntry type="library" exported="" name="Maven:
javax.transaction:jta:1.0.1B" level="project" />
- <orderEntry type="library" exported="" name="Maven:
org.objectweb.carol:carol:2.0.5" level="project" />
- <orderEntry type="library" exported="" name="Maven:
howl:howl-logger:0.1.11" level="project" />
- <orderEntry type="library" exported="" name="Maven:
quartz:quartz:1.5.0-RC2" level="project" />
- <orderEntry type="library" exported="" name="Maven:
javax.mail:mail:1.4" level="project" />
- <orderEntry type="library" exported="" name="Maven:
commons-chain:commons-chain:1.0" level="project" />
- <orderEntry type="library" exported="" name="Maven:
commons-digester:commons-digester:1.6" level="project" />
- <orderEntry type="library" exported="" name="Maven:
org.exoplatform.kernel:exo.kernel.component.cache:2.2.Alpha3"
level="project" />
- <orderEntry type="library" exported="" name="Maven:
org.exoplatform.kernel:exo.kernel.component.remote:2.2.Alpha3"
level="project" />
- <orderEntry type="library" exported="" name="Maven:
jgroups:jgroups:2.6.10.GA" level="project" />
- <orderEntry type="library" exported="" name="Maven:
org.exoplatform.core:exo.core.component.organization.api:2.3.Alpha4"
level="project" />
- <orderEntry type="library" exported="" name="Maven:
org.exoplatform.core:exo.core.component.security.core:2.3.Alpha4"
level="project" />
- <orderEntry type="library" exported="" name="Maven:
javax.ejb:ejb:2.1" level="project" />
- <orderEntry type="library" exported="" name="Maven:
xdoclet:xdoclet-hibernate-module:1.2.3" level="project" />
- <orderEntry type="library" exported="" name="Maven:
xdoclet:xdoclet:1.2.3" level="project" />
- <orderEntry type="library" exported="" name="Maven:
xdoclet:xdoclet-xdoclet-module:1.2" level="project" />
- <orderEntry type="library" exported="" name="Maven:
xdoclet:xjavadoc:1.0.3" level="project" />
- <orderEntry type="library" exported="" name="Maven:
org.exoplatform.core:exo.core.component.document:2.3.Alpha4"
level="project" />
- <orderEntry type="library" exported="" name="Maven:
pdfbox:pdfbox:0.7.3" level="project" />
- <orderEntry type="library" exported="" name="Maven:
org.fontbox:fontbox:0.1.0" level="project" />
- <orderEntry type="library" exported="" name="Maven:
org.jempbox:jempbox:0.2.0" level="project" />
- <orderEntry type="library" exported="" name="Maven:
bouncycastle:bcmail-jdk14:136" level="project" />
- <orderEntry type="library" exported="" name="Maven:
bouncycastle:bcprov-jdk14:136" level="project" />
- <orderEntry type="library" exported="" name="Maven:
com.lowagie:itext:2.1.0" level="project" />
- <orderEntry type="library" exported="" name="Maven:
org.htmlparser:htmlparser:1.6" level="project" />
- <orderEntry type="library" exported="" name="Maven:
org.apache.poi:poi:3.0.2-FINAL" level="project" />
- <orderEntry type="library" exported="" name="Maven:
org.apache.poi:poi-scratchpad:3.0.2-FINAL" level="project" />
- <orderEntry type="library" exported="" name="Maven:
org.apache.lucene:lucene-core:2.2.0" level="project" />
- <orderEntry type="library" exported="" name="Maven:
org.apache.lucene:lucene-spellchecker:2.2.0" level="project" />
- <orderEntry type="library" exported="" name="Maven:
org.apache.lucene:lucene-memory:2.2.0" level="project" />
- <orderEntry type="library" exported="" name="Maven:
javax.xml.stream:stax-api:1.0" level="project" />
- <orderEntry type="library" exported="" name="Maven:
com.sun.xml.stream:sjsxp:1.0" level="project" />
- <orderEntry type="library" exported="" name="Maven:
commons-dbcp:commons-dbcp:1.2.1" level="project" />
- <orderEntry type="library" exported="" name="Maven:
commons-pool:commons-pool:1.2" level="project" />
- <orderEntry type="library" exported="" name="Maven:
xml-apis:xml-apis:1.0.b2" level="project" />
- <orderEntry type="library" exported="" name="Maven:
javax.resource:connector-api:1.5" level="project" />
- <orderEntry type="library" exported="" name="Maven:
concurrent:concurrent:1.3.4" level="project" />
- <orderEntry type="library" exported="" name="Maven:
commons-codec:commons-codec:1.2" level="project" />
- <orderEntry type="library" exported="" name="Maven:
org.apache.ws.commons:ws-commons-util:1.0.1" level="project" />
- <orderEntry type="library" exported="" name="Maven:
org.exoplatform.core:exo.core.component.script.groovy:2.3.Alpha4"
level="project" />
- <orderEntry type="library" exported="" name="Maven:
org.codehaus.groovy:groovy-all:1.5.7" level="project" />
- <orderEntry type="library" exported="" name="Maven:
org.apache.ant:ant:1.7.0" level="project" />
- <orderEntry type="library" exported="" name="Maven:
org.apache.ant:ant-launcher:1.7.0" level="project" />
- <orderEntry type="library" exported="" name="Maven:
jline:jline:0.9.94" level="project" />
- <orderEntry type="library" exported="" name="Maven:
org.exoplatform.ws:exo.ws.rest.core:2.1.Alpha4" level="project" />
- <orderEntry type="library" exported="" name="Maven:
org.exoplatform.core:exo.core.component.xml-processing:2.3.Alpha4"
level="project" />
- <orderEntry type="library" exported="" name="Maven:
jtidy:jtidy:4aug2000r7-dev" level="project" />
- <orderEntry type="library" exported="" name="Maven:
xml-resolver:xml-resolver:1.1" level="project" />
- <orderEntry type="library" exported="" name="Maven:
org.exoplatform.ws:exo.ws.frameworks.json:2.1.Alpha4" level="project"
/>
- <orderEntry type="library" exported="" name="Maven:
javax.xml.bind:jaxb-api:2.1" level="project" />
- <orderEntry type="library" exported="" name="Maven:
com.sun.xml.bind:jaxb-impl:2.1.7" level="project" />
- <orderEntry type="library" exported="" name="Maven:
javax.ws.rs:jsr311-api:1.0" level="project" />
- <orderEntry type="library" exported="" name="Maven:
commons-fileupload:commons-fileupload:1.2.1" level="project" />
- <orderEntry type="library" exported="" name="Maven:
commons-io:commons-io:1.3.2" level="project" />
- <orderEntry type="library" exported="" name="Maven:
org.exoplatform.ws:exo.ws.rest.ext:2.1.Alpha4" level="project" />
- <orderEntry type="library" exported="" name="Maven:
org.exoplatform.ws:exo.ws.commons:2.1.Alpha4" level="project" />
- <orderEntry type="library" exported="" name="Maven:
stax:stax-api:1.0" level="project" />
- <orderEntry type="library" exported="" name="Maven:
javax.annotation:jsr250-api:1.0" level="project" />
- <orderEntry type="module"
module-name="exo.portal.component.portal" exported="" />
- <orderEntry type="library" exported="" name="Maven:
org.exoplatform.core:exo.core.component.organization.jdbc:2.3.Alpha4"
level="project" />
- <orderEntry type="library" exported="" name="Maven:
org.exoplatform.core:exo.core.component.database:2.3.Alpha4"
level="project" />
- <orderEntry type="library" exported=""
scope="RUNTIME" name="Maven: hsqldb:hsqldb:1.8.0.7"
level="project" />
- <orderEntry type="library" exported="" name="Maven:
com.experlog:xapool:1.5.0" level="project" />
- <orderEntry type="library" exported=""
scope="RUNTIME" name="Maven: c3p0:c3p0:0.9.1.2"
level="project" />
- <orderEntry type="library" exported="" name="Maven:
org.hibernate:hibernate-core:3.3.1.GA" level="project" />
- <orderEntry type="library" exported="" name="Maven:
antlr:antlr:2.7.6" level="project" />
- <orderEntry type="library" exported="" name="Maven:
dom4j:dom4j:1.6.1" level="project" />
- <orderEntry type="library" exported="" name="Maven:
javassist:javassist:3.4.GA" level="project" />
- <orderEntry type="library" exported="" name="Maven:
org.hibernate:hibernate-annotations:3.4.0.GA" level="project" />
- <orderEntry type="library" exported="" name="Maven:
org.hibernate:ejb3-persistence:1.0.2.GA" level="project" />
- <orderEntry type="library" exported="" name="Maven:
org.hibernate:hibernate-commons-annotations:3.1.0.GA" level="project"
/>
- <orderEntry type="module"
module-name="exo.portal.component.web" exported="" />
- <orderEntry type="module"
module-name="exo.portal.component.common" exported="" />
- <orderEntry type="library" exported="" name="Maven:
org.gatein.pc:pc-api:2.1.0-Beta01" level="project" />
- <orderEntry type="library" exported="" name="Maven:
org.gatein.common:common-common:2.0.0-Beta01" level="project" />
- <orderEntry type="library" exported="" name="Maven:
apache-log4j:log4j:1.2.14" level="project" />
- <orderEntry type="library" exported="" name="Maven:
jboss:jboss-j2ee:4.2.3.GA" level="project" />
- <orderEntry type="library" exported="" name="Maven:
org.jboss:jboss-vfs:2.1.0.GA" level="project" />
- <orderEntry type="library" exported="" name="Maven:
org.jboss:jboss-common-core:2.2.9.GA" level="project" />
- <orderEntry type="library" exported="" name="Maven:
org.jboss.logging:jboss-logging-spi:2.0.5.GA" level="project" />
- <orderEntry type="library" exported="" name="Maven:
jboss:jboss-jmx:4.2.3.GA" level="project" />
- <orderEntry type="library" exported="" name="Maven:
commons-httpclient:commons-httpclient:3.0.1" level="project" />
- <orderEntry type="library" exported="" name="Maven:
org.apache.ant:ant-junit:1.7.0" level="project" />
- <orderEntry type="library" exported="" name="Maven:
org.codehaus.cargo:cargo-core-uberjar:0.8" level="project" />
- <orderEntry type="library" exported="" name="Maven:
org.apache.ant:ant-nodeps:1.7.0" level="project" />
- <orderEntry type="library" exported="" name="Maven:
org.gatein.wci:wci-wci:2.0.0-Beta01" level="project" />
- <orderEntry type="library" exported="" name="Maven:
org.apache.tomcat:catalina:6.0.16" level="project" />
- <orderEntry type="library" exported="" name="Maven:
org.apache.tomcat:juli:6.0.16" level="project" />
- <orderEntry type="library" exported="" name="Maven:
org.apache.tomcat:annotations-api:6.0.16" level="project" />
- <orderEntry type="library" exported="" name="Maven:
org.mortbay.jetty:jetty:6.1.7" level="project" />
- <orderEntry type="library" exported="" name="Maven:
org.mortbay.jetty:jetty-util:6.1.7" level="project" />
- <orderEntry type="library" exported="" name="Maven:
org.mortbay.jetty:servlet-api-2.5:6.1.7" level="project" />
- <orderEntry type="library" exported="" name="Maven:
org.jboss.remoting:jboss-remoting:2.5.0.GA" level="project" />
- <orderEntry type="library" exported="" name="Maven:
jaxen:jaxen:1.0-FCS" level="project" />
- <orderEntry type="library" exported="" name="Maven:
saxpath:saxpath:1.0-FCS" level="project" />
- <orderEntry type="library" exported="" name="Maven:
org.codehaus.cargo:cargo-ant:1.0.1-alpha-1" level="project" />
- <orderEntry type="library" exported="" name="Maven:
commons-discovery:commons-discovery:0.4" level="project" />
- <orderEntry type="library" exported="" name="Maven:
org.codehaus.cargo:cargo-core-api-generic:1.0.1-alpha-1" level="project"
/>
- <orderEntry type="library" exported="" name="Maven:
org.codehaus.cargo:cargo-core-api-container:1.0.1-alpha-1" level="project"
/>
- <orderEntry type="library" exported="" name="Maven:
org.codehaus.cargo:cargo-core-api-module:1.0.1-alpha-1" level="project"
/>
- <orderEntry type="library" exported="" name="Maven:
org.codehaus.cargo:cargo-core-api-util:1.0.1-alpha-1" level="project"
/>
- <orderEntry type="library" exported="" name="Maven:
jdom:jdom:1.0" level="project" />
- <orderEntry type="library" exported="" name="Maven:
org.apache.geronimo.specs:geronimo-j2ee-deployment_1.1_spec:1.0"
level="project" />
- <orderEntry type="library" exported="" name="Maven:
org.codehaus.cargo:cargo-core-container-geronimo:1.0.1-alpha-1"
level="project" />
- <orderEntry type="library" exported="" name="Maven:
org.codehaus.cargo:cargo-core-container-jboss:1.0.1-alpha-1"
level="project" />
- <orderEntry type="library" exported="" name="Maven:
org.codehaus.cargo:cargo-core-container-jetty:1.0.1-alpha-1"
level="project" />
- <orderEntry type="library" exported="" name="Maven:
org.codehaus.cargo:cargo-core-container-jo:1.0.1-alpha-1" level="project"
/>
- <orderEntry type="library" exported="" name="Maven:
org.codehaus.cargo:cargo-core-container-jonas:1.0.1-alpha-1"
level="project" />
- <orderEntry type="library" exported="" name="Maven:
org.apache.geronimo.specs:geronimo-j2ee-management_1.0_spec:1.1"
level="project" />
- <orderEntry type="library" exported="" name="Maven:
org.apache.geronimo.specs:geronimo-ejb_2.1_spec:1.1" level="project" />
- <orderEntry type="library" exported="" name="Maven:
org.ow2.jonas.tools.configurator:configurator:1.0.2" level="project" />
- <orderEntry type="library" exported="" name="Maven:
org.ow2.jonas.tools.configurator:api:1.0.2" level="project" />
- <orderEntry type="library" exported="" name="Maven:
xerces:xercesImpl:2.9.1" level="project" />
- <orderEntry type="library" exported="" name="Maven:
org.codehaus.cargo:cargo-core-container-jrun:1.0.1-alpha-1" level="project"
/>
- <orderEntry type="library" exported="" name="Maven:
org.codehaus.cargo:cargo-core-container-orion:1.0.1-alpha-1"
level="project" />
- <orderEntry type="library" exported="" name="Maven:
org.codehaus.cargo:cargo-core-container-resin:1.0.1-alpha-1"
level="project" />
- <orderEntry type="library" exported="" name="Maven:
org.codehaus.cargo:cargo-core-container-tomcat:1.0.1-alpha-1"
level="project" />
- <orderEntry type="library" exported="" name="Maven:
org.codehaus.cargo:cargo-core-container-weblogic:1.0.1-alpha-1"
level="project" />
- <orderEntry type="library" exported="" name="Maven:
sun-jaxb:jaxb-api:2.1.4" level="project" />
- <orderEntry type="library" exported="" name="Maven:
org.gatein.pc:pc-portlet:2.1.0-Beta01" level="project" />
- <orderEntry type="library" exported="" name="Maven:
javax.servlet.jsp:jsp-api:2.1" level="project" />
- <orderEntry type="library" exported="" name="Maven:
javax.ccpp:ccpp:1.0" level="project" />
- <orderEntry type="library" exported="" name="Maven:
org.gatein.pc:pc-controller:2.1.0-Beta01" level="project" />
- <orderEntry type="library" exported="" name="Maven:
apache-xerces:resolver:2.9.1" level="project" />
- <orderEntry type="library" exported="" name="Maven:
apache-xerces:xercesImpl:2.9.1" level="project" />
- <orderEntry type="library" exported="" name="Maven:
apache-xerces:xml-apis:2.9.1" level="project" />
- <orderEntry type="library" exported="" name="Maven:
org.gatein.pc:pc-portal:2.1.0-Beta01" level="project" />
- <orderEntry type="library" exported="" name="Maven:
org.gatein.common:common-mc:2.0.0-Beta01" level="project" />
- <orderEntry type="library" exported="" name="Maven:
org.jboss.microcontainer:jboss-kernel:2.0.6.GA" level="project" />
- <orderEntry type="library" exported="" name="Maven:
org.jboss.microcontainer:jboss-dependency:2.0.6.GA" level="project" />
- <orderEntry type="library" exported="" name="Maven:
org.jboss:jbossxb:2.0.1.GA" level="project" />
- <orderEntry type="library" exported="" name="Maven:
org.jboss:jboss-reflect:2.0.2.GA" level="project" />
- <orderEntry type="library" exported="" name="Maven:
wutka-dtdparser:dtdparser121:1.2.1" level="project" />
- <orderEntry type="library" exported="" name="Maven:
org.jboss:jboss-mdr:2.0.1.GA" level="project" />
- <orderEntry type="library" exported="" name="Maven:
org.jboss.man:jboss-managed:2.0.0.GA" level="project" />
- <orderEntry type="library" exported="" name="Maven:
org.jboss.man:jboss-metatype:2.0.0.GA" level="project" />
- <orderEntry type="library" exported="" name="Maven:
org.gatein.pc:pc-mc:2.1.0-Beta01" level="project" />
- <orderEntry type="library" exported="" name="Maven:
org.jboss.unit:jboss-unit:1.2.3" level="project" />
- <orderEntry type="library" exported="" name="Maven:
jboss:jboss-common-logging-jdk:2.0.4.GA" level="project" />
- <orderEntry type="library" exported="" name="Maven:
jboss:jboss-common-logging-spi:2.0.4.GA" level="project" />
- <orderEntry type="library" exported="" name="Maven:
jboss:jboss-common-core:2.0.4.GA" level="project" />
- <orderEntry type="library" exported="" name="Maven:
apache-httpclient:commons-httpclient:2.0.2" level="project" />
- <orderEntry type="library" exported="" name="Maven:
oswego-concurrent:concurrent:1.3.4" level="project" />
- <orderEntry type="library" exported="" name="Maven:
apache-slide:webdavlib:2.0" level="project" />
- <orderEntry type="library" exported="" name="Maven:
jboss:jboss-common-logging-log4j:2.0.4.GA" level="project" />
- <orderEntry type="library" exported="" name="Maven:
apache-taglibs:jstl:1.1.2" level="project" />
- <orderEntry type="library" exported="" name="Maven:
apache-taglibs:standard:1.1.2" level="project" />
- <orderEntry type="library" exported="" name="Maven:
org.gatein.pc:pc-federation:2.1.0-Beta01" level="project" />
- <orderEntry type="module"
module-name="exo.portal.component.scripting" exported="" />
- <orderEntry type="module"
module-name="exo.portal.component.xml-parser" exported="" />
- <orderEntry type="library" exported="" name="Maven:
rhino:js:1.6R5" level="project" />
- <orderEntry type="library" exported="" name="Maven:
org.apache.shindig:shindig-gadgets:SNAPSHOT-r790473" level="project" />
- <orderEntry type="library" exported="" name="Maven:
org.apache.shindig:shindig-common:SNAPSHOT-r790473" level="project" />
- <orderEntry type="library" exported="" name="Maven:
com.google.code.guice:guice:2.0" level="project" />
- <orderEntry type="library" exported="" name="Maven:
aopalliance:aopalliance:1.0" level="project" />
- <orderEntry type="library" exported="" name="Maven:
com.google.collections:google-collections:1.0-rc2" level="project" />
- <orderEntry type="library" exported="" name="Maven:
joda-time:joda-time:1.6" level="project" />
- <orderEntry type="library" exported="" name="Maven:
org.json:json:20070829" level="project" />
- <orderEntry type="library" exported="" name="Maven:
net.oauth.core:oauth:20090531" level="project" />
- <orderEntry type="library" exported="" name="Maven:
net.sf.json-lib:json-lib:jdk15:2.2.2" level="project" />
- <orderEntry type="library" exported="" name="Maven:
net.sf.ezmorph:ezmorph:1.0.4" level="project" />
- <orderEntry type="library" exported="" name="Maven:
commons-betwixt:commons-betwixt:0.8" level="project" />
- <orderEntry type="library" exported="" name="Maven:
commons-beanutils:commons-beanutils-core:1.7.0" level="project" />
- <orderEntry type="library" exported="" name="Maven:
com.thoughtworks.xstream:xstream:1.3.1" level="project" />
- <orderEntry type="library" exported="" name="Maven:
xpp3:xpp3_min:1.1.4c" level="project" />
- <orderEntry type="library" exported="" name="Maven:
net.sf.ehcache:ehcache:1.6.0" level="project" />
- <orderEntry type="library" exported="" name="Maven:
de.odysseus.juel:juel-impl:2.1.2" level="project" />
- <orderEntry type="library" exported="" name="Maven:
de.odysseus.juel:juel-api:2.1.2" level="project" />
- <orderEntry type="library" exported="" name="Maven:
caja:caja:r3375" level="project" />
- <orderEntry type="library" exported="" name="Maven:
nu.validator.htmlparser:htmlparser:1.0.7" level="project" />
- <orderEntry type="library" exported="" name="Maven:
caja:json_simple:r1" level="project" />
- <orderEntry type="library" exported="" name="Maven:
net.oauth.core:oauth-consumer:20090531" level="project" />
- <orderEntry type="library" exported="" name="Maven:
net.oauth.core:oauth-httpclient3:20090531" level="project" />
- <orderEntry type="library" exported="" name="Maven:
rome:rome:0.9" level="project" />
- <orderEntry type="library" exported="" name="Maven:
com.ibm.icu:icu4j:3.8" level="project" />
- <orderEntry type="library" exported="" name="Maven:
net.sourceforge.nekohtml:nekohtml:1.9.12" level="project" />
- <orderEntry type="library" exported="" name="Maven:
org.apache.sanselan:sanselan:0.97-incubator" level="project" />
- <orderEntry type="module"
module-name="exo.portal.component.pc" exported="" />
- <orderEntry type="module"
module-name="exo.portal.component.resources" exported="" />
- <orderEntry type="module"
module-name="exo.portal.component.identity" exported="" />
- <orderEntry type="library" exported="" name="Maven:
org.jboss.identity.idm:idm-core:1.0.0.Beta2" level="project" />
- <orderEntry type="library" exported="" name="Maven:
org.jboss.identity.idm:idm-common:1.0.0.Beta2" level="project" />
- <orderEntry type="library" exported="" name="Maven:
org.jboss.identity.idm:idm-api:1.0.0.Beta2" level="project" />
- <orderEntry type="library" exported="" name="Maven:
org.jboss.identity.idm:idm-spi:1.0.0.Beta2" level="project" />
- <orderEntry type="library" exported="" name="Maven:
org.jboss.identity.idm:idm-hibernate:1.0.0.Beta2" level="project" />
- <orderEntry type="library" exported="" name="Maven:
org.hibernate:hibernate-cglib-repack:2.1_3" level="project" />
- <orderEntry type="library" exported="" name="Maven:
org.jboss.cache:jbosscache-core:3.0.2.GA" level="project" />
- <orderEntry type="library" exported="" name="Maven:
org.jboss.identity.idm:idm-ldap:1.0.0.Beta2" level="project" />
- <orderEntry type="library" exported="" name="Maven:
org.jboss.identity.idm:idm-cache:1.0.0.Beta2" level="project" />
- <orderEntry type="library" exported="" name="Maven:
org.gatein.mop:mop-api:1.0.0-Beta07" level="project" />
- <orderEntry type="library" exported="" name="Maven:
org.gatein.mop:mop-spi:1.0.0-Beta07" level="project" />
- <orderEntry type="library" exported="" name="Maven:
org.gatein.mop:mop-core:1.0.0-Beta07" level="project" />
- <orderEntry type="library" exported="" name="Maven:
org.chromattic:chromattic.api:1.0.0-beta3" level="project" />
- <orderEntry type="library" exported="" name="Maven:
org.chromattic:chromattic.core:1.0.0-beta3" level="project" />
- <orderEntry type="library" exported="" name="Maven:
org.chromattic:chromattic.spi:1.0.0-beta3" level="project" />
- <orderEntry type="library" exported="" name="Maven:
org.chromattic:chromattic.common:1.0.0-beta3" level="project" />
- <orderEntry type="library" exported="" name="Maven:
org.reflext:reflext.api:1.0.0-beta3" level="project" />
- <orderEntry type="library" exported="" name="Maven:
org.reflext:reflext.core:1.0.0-beta3" level="project" />
- <orderEntry type="library" exported="" name="Maven:
org.reflext:reflext.spi:1.0.0-beta3" level="project" />
- <orderEntry type="library" exported="" name="Maven:
org.reflext:reflext.jlr:1.0.0-beta3" level="project" />
- <orderEntry type="library" exported="" name="Maven:
org.chromattic:chromattic.apt:1.0.0-beta3" level="project" />
- <orderEntry type="library" exported="" name="Maven:
org.reflext:reflext.apt:1.0.0-beta3" level="project" />
- <orderEntry type="library" scope="TEST" name="Maven:
org.slf4j:slf4j-simple:1.5.6" level="project" />
- </component>
-</module>
-
Modified: portal/branches/performance/component/application-registry/pom.xml
===================================================================
--- portal/branches/performance/component/application-registry/pom.xml 2009-10-21 16:49:22
UTC (rev 392)
+++ portal/branches/performance/component/application-registry/pom.xml 2009-10-21 21:04:15
UTC (rev 393)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -47,7 +47,7 @@
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.portal</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
</dependency>
<dependency>
Modified: portal/branches/performance/component/common/pom.xml
===================================================================
--- portal/branches/performance/component/common/pom.xml 2009-10-21 16:49:22 UTC (rev
392)
+++ portal/branches/performance/component/common/pom.xml 2009-10-21 21:04:15 UTC (rev
393)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>exo.portal.component.common</artifactId>
Modified: portal/branches/performance/component/dashboard/pom.xml
===================================================================
--- portal/branches/performance/component/dashboard/pom.xml 2009-10-21 16:49:22 UTC (rev
392)
+++ portal/branches/performance/component/dashboard/pom.xml 2009-10-21 21:04:15 UTC (rev
393)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -35,14 +35,14 @@
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui.portal</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui.eXo</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
</dependencies>
Modified: portal/branches/performance/component/identity/pom.xml
===================================================================
--- portal/branches/performance/component/identity/pom.xml 2009-10-21 16:49:22 UTC (rev
392)
+++ portal/branches/performance/component/identity/pom.xml 2009-10-21 21:04:15 UTC (rev
393)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/branches/performance/component/pc/pom.xml
===================================================================
--- portal/branches/performance/component/pc/pom.xml 2009-10-21 16:49:22 UTC (rev 392)
+++ portal/branches/performance/component/pc/pom.xml 2009-10-21 21:04:15 UTC (rev 393)
@@ -23,13 +23,13 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>exo.portal.component.pc</artifactId>
<packaging>jar</packaging>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
<name>GateIn Portal Component PC integration</name>
<dependencies>
@@ -37,7 +37,7 @@
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.resources</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.gatein.common</groupId>
Modified: portal/branches/performance/component/pom.xml
===================================================================
--- portal/branches/performance/component/pom.xml 2009-10-21 16:49:22 UTC (rev 392)
+++ portal/branches/performance/component/pom.xml 2009-10-21 21:04:15 UTC (rev 393)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
</parent>
<artifactId>exo.portal.component</artifactId>
Modified: portal/branches/performance/component/portal/pom.xml
===================================================================
--- portal/branches/performance/component/portal/pom.xml 2009-10-21 16:49:22 UTC (rev
392)
+++ portal/branches/performance/component/portal/pom.xml 2009-10-21 21:04:15 UTC (rev
393)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -48,19 +48,19 @@
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.web</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.pc</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.identity</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
</dependency>
<dependency>
Modified: portal/branches/performance/component/resources/pom.xml
===================================================================
--- portal/branches/performance/component/resources/pom.xml 2009-10-21 16:49:22 UTC (rev
392)
+++ portal/branches/performance/component/resources/pom.xml 2009-10-21 21:04:15 UTC (rev
393)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -84,7 +84,7 @@
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.common</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
Modified: portal/branches/performance/component/scripting/pom.xml
===================================================================
--- portal/branches/performance/component/scripting/pom.xml 2009-10-21 16:49:22 UTC (rev
392)
+++ portal/branches/performance/component/scripting/pom.xml 2009-10-21 21:04:15 UTC (rev
393)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -41,13 +41,13 @@
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.common</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.xml-parser</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
</dependency>
<dependency>
Modified: portal/branches/performance/component/web/pom.xml
===================================================================
--- portal/branches/performance/component/web/pom.xml 2009-10-21 16:49:22 UTC (rev 392)
+++ portal/branches/performance/component/web/pom.xml 2009-10-21 21:04:15 UTC (rev 393)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -47,7 +47,7 @@
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.common</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
</dependency>
<dependency>
@@ -123,7 +123,7 @@
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.scripting</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
</dependency>
<dependency>
Modified: portal/branches/performance/component/wsrp/pom.xml
===================================================================
--- portal/branches/performance/component/wsrp/pom.xml 2009-10-21 16:49:22 UTC (rev 392)
+++ portal/branches/performance/component/wsrp/pom.xml 2009-10-21 21:04:15 UTC (rev 393)
@@ -24,13 +24,13 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>exo.portal.component.wsrp</artifactId>
<packaging>jar</packaging>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
<name>GateIn Portal Component WSRP integration</name>
<dependencies>
Modified: portal/branches/performance/component/xml-parser/pom.xml
===================================================================
--- portal/branches/performance/component/xml-parser/pom.xml 2009-10-21 16:49:22 UTC (rev
392)
+++ portal/branches/performance/component/xml-parser/pom.xml 2009-10-21 21:04:15 UTC (rev
393)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/branches/performance/docs/pom.xml
===================================================================
--- portal/branches/performance/docs/pom.xml 2009-10-21 16:49:22 UTC (rev 392)
+++ portal/branches/performance/docs/pom.xml 2009-10-21 21:04:15 UTC (rev 393)
@@ -27,7 +27,7 @@
<artifactId>docs-aggregator</artifactId>
<packaging>pom</packaging>
<name>GateIn - Portal (docs-aggregator)</name>
- <version>3.0.0-Beta02-SNAPSHOT</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
<modules>
<module>user-guide</module>
Modified: portal/branches/performance/docs/user-guide/pom.xml
===================================================================
--- portal/branches/performance/docs/user-guide/pom.xml 2009-10-21 16:49:22 UTC (rev 392)
+++ portal/branches/performance/docs/user-guide/pom.xml 2009-10-21 21:04:15 UTC (rev 393)
@@ -34,7 +34,7 @@
<groupId>org.gatein.doc</groupId>
<artifactId>gatein-user-guide-en</artifactId>
- <version>3.0.0-Beta02-SNAPSHOT</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
<packaging>jdocbook</packaging>
<name>GateIn User Guide en</name>
Modified: portal/branches/performance/gadgets/core/pom.xml
===================================================================
--- portal/branches/performance/gadgets/core/pom.xml 2009-10-21 16:49:22 UTC (rev 392)
+++ portal/branches/performance/gadgets/core/pom.xml 2009-10-21 21:04:15 UTC (rev 393)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.gadgets</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
</parent>
<artifactId>exo.portal.gadgets-core</artifactId>
@@ -82,7 +82,7 @@
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.web</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
Modified: portal/branches/performance/gadgets/eXoGadgets/pom.xml
===================================================================
--- portal/branches/performance/gadgets/eXoGadgets/pom.xml 2009-10-21 16:49:22 UTC (rev
392)
+++ portal/branches/performance/gadgets/eXoGadgets/pom.xml 2009-10-21 21:04:15 UTC (rev
393)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.gadgets</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -39,14 +39,14 @@
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.web</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui.portal</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
Modified: portal/branches/performance/gadgets/pom.xml
===================================================================
--- portal/branches/performance/gadgets/pom.xml 2009-10-21 16:49:22 UTC (rev 392)
+++ portal/branches/performance/gadgets/pom.xml 2009-10-21 21:04:15 UTC (rev 393)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
</parent>
<artifactId>exo.portal.gadgets</artifactId>
Modified: portal/branches/performance/gadgets/server/pom.xml
===================================================================
--- portal/branches/performance/gadgets/server/pom.xml 2009-10-21 16:49:22 UTC (rev 392)
+++ portal/branches/performance/gadgets/server/pom.xml 2009-10-21 21:04:15 UTC (rev 393)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.gadgets</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
</parent>
<artifactId>exo.portal.gadgets-server</artifactId>
Property changes on: portal/branches/performance/packaging
___________________________________________________________________
Name: svn:ignore
+ profiles.xml
Modified: portal/branches/performance/packaging/module/pom.xml
===================================================================
--- portal/branches/performance/packaging/module/pom.xml 2009-10-21 16:49:22 UTC (rev
392)
+++ portal/branches/performance/packaging/module/pom.xml 2009-10-21 21:04:15 UTC (rev
393)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.packaging</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/branches/performance/packaging/pkg/pom.xml
===================================================================
--- portal/branches/performance/packaging/pkg/pom.xml 2009-10-21 16:49:22 UTC (rev 392)
+++ portal/branches/performance/packaging/pkg/pom.xml 2009-10-21 21:04:15 UTC (rev 393)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.packaging</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -67,13 +67,13 @@
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>portal.packaging.module</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
<type>js</type>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>portal.packaging.product</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
<type>js</type>
</dependency>
</dependencies>
Modified: portal/branches/performance/packaging/pom.xml
===================================================================
--- portal/branches/performance/packaging/pom.xml 2009-10-21 16:49:22 UTC (rev 392)
+++ portal/branches/performance/packaging/pom.xml 2009-10-21 21:04:15 UTC (rev 393)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/branches/performance/packaging/product/pom.xml
===================================================================
--- portal/branches/performance/packaging/product/pom.xml 2009-10-21 16:49:22 UTC (rev
392)
+++ portal/branches/performance/packaging/product/pom.xml 2009-10-21 21:04:15 UTC (rev
393)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.packaging</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/branches/performance/packaging/reports/pom.xml
===================================================================
--- portal/branches/performance/packaging/reports/pom.xml 2009-10-21 16:49:22 UTC (rev
392)
+++ portal/branches/performance/packaging/reports/pom.xml 2009-10-21 21:04:15 UTC (rev
393)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.packaging</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/branches/performance/pom.xml
===================================================================
--- portal/branches/performance/pom.xml 2009-10-21 16:49:22 UTC (rev 392)
+++ portal/branches/performance/pom.xml 2009-10-21 21:04:15 UTC (rev 393)
@@ -31,7 +31,7 @@
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
<packaging>pom</packaging>
<name>GateIn Portal</name>
@@ -65,9 +65,9 @@
</properties>
<scm>
-
<
connection>scm:svn:http://svn.exoplatform.org/projects/gatein/portal/t...
-
<
developerConnection>scm:svn:http://svn.exoplatform.org/projects/gatein...
-
<
url>http://fisheye.exoplatform.org/browse/projects/gatein/portal/trunk...
+
<
connection>scm:svn:http://anonsvn.jboss.org/repos/gatein/portal/trunk&...
+
<
developerConnection>scm:svn:http://svn.jboss.org/repos/gatein/portal/t...
+ <
url>http://fisheye.jboss.org/browse/gatein/portal/trunk</url>
</scm>
<modules>
@@ -219,6 +219,16 @@
<!-- To be removed and replaced by settings in user config -->
<repositories>
<repository>
+ <id>repository.jboss.org</id>
+ <
url>http://repository.jboss.org/maven2</url>
+ <releases>
+ <enabled>true</enabled>
+ </releases>
+ <snapshots>
+ <enabled>false</enabled>
+ </snapshots>
+ </repository>
+ <repository>
<id>exo-int</id>
<
url>http://maven2.exoplatform.org/rest/maven2</url>
<releases>
Modified: portal/branches/performance/portlet/dashboard/pom.xml
===================================================================
--- portal/branches/performance/portlet/dashboard/pom.xml 2009-10-21 16:49:22 UTC (rev
392)
+++ portal/branches/performance/portlet/dashboard/pom.xml 2009-10-21 21:04:15 UTC (rev
393)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.portlet</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -35,20 +35,20 @@
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui.portal</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui.eXo</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.dashboard</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
</dependencies>
Modified: portal/branches/performance/portlet/exoadmin/pom.xml
===================================================================
--- portal/branches/performance/portlet/exoadmin/pom.xml 2009-10-21 16:49:22 UTC (rev
392)
+++ portal/branches/performance/portlet/exoadmin/pom.xml 2009-10-21 21:04:15 UTC (rev
393)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.portlet</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -35,14 +35,14 @@
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui.portal</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui.eXo</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
</dependencies>
Modified: portal/branches/performance/portlet/pom.xml
===================================================================
--- portal/branches/performance/portlet/pom.xml 2009-10-21 16:49:22 UTC (rev 392)
+++ portal/branches/performance/portlet/pom.xml 2009-10-21 21:04:15 UTC (rev 393)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
</parent>
<artifactId>exo.portal.portlet</artifactId>
Modified: portal/branches/performance/portlet/web/pom.xml
===================================================================
--- portal/branches/performance/portlet/web/pom.xml 2009-10-21 16:49:22 UTC (rev 392)
+++ portal/branches/performance/portlet/web/pom.xml 2009-10-21 21:04:15 UTC (rev 393)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.portlet</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -35,7 +35,7 @@
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui.portal</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
</dependencies>
Modified: portal/branches/performance/sample/extension/config/pom.xml
===================================================================
--- portal/branches/performance/sample/extension/config/pom.xml 2009-10-21 16:49:22 UTC
(rev 392)
+++ portal/branches/performance/sample/extension/config/pom.xml 2009-10-21 21:04:15 UTC
(rev 393)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/branches/performance/sample/extension/ear/pom.xml
===================================================================
--- portal/branches/performance/sample/extension/ear/pom.xml 2009-10-21 16:49:22 UTC (rev
392)
+++ portal/branches/performance/sample/extension/ear/pom.xml 2009-10-21 21:04:15 UTC (rev
393)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -37,23 +37,23 @@
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.sample.extension.config</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.sample.extension.jar</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.web</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.sample.extension.war</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
<type>war</type>
</dependency>
</dependencies>
Modified: portal/branches/performance/sample/extension/jar/pom.xml
===================================================================
--- portal/branches/performance/sample/extension/jar/pom.xml 2009-10-21 16:49:22 UTC (rev
392)
+++ portal/branches/performance/sample/extension/jar/pom.xml 2009-10-21 21:04:15 UTC (rev
393)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -37,7 +37,7 @@
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.web</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
Modified: portal/branches/performance/sample/extension/pom.xml
===================================================================
--- portal/branches/performance/sample/extension/pom.xml 2009-10-21 16:49:22 UTC (rev
392)
+++ portal/branches/performance/sample/extension/pom.xml 2009-10-21 21:04:15 UTC (rev
393)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
</parent>
<artifactId>exo.portal.sample.extension.root</artifactId>
Modified: portal/branches/performance/sample/extension/war/pom.xml
===================================================================
--- portal/branches/performance/sample/extension/war/pom.xml 2009-10-21 16:49:22 UTC (rev
392)
+++ portal/branches/performance/sample/extension/war/pom.xml 2009-10-21 21:04:15 UTC (rev
393)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/branches/performance/sample/pom.xml
===================================================================
--- portal/branches/performance/sample/pom.xml 2009-10-21 16:49:22 UTC (rev 392)
+++ portal/branches/performance/sample/pom.xml 2009-10-21 21:04:15 UTC (rev 393)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
</parent>
<artifactId>exo.portal.sample</artifactId>
Modified: portal/branches/performance/sample/portal/config/pom.xml
===================================================================
--- portal/branches/performance/sample/portal/config/pom.xml 2009-10-21 16:49:22 UTC (rev
392)
+++ portal/branches/performance/sample/portal/config/pom.xml 2009-10-21 21:04:15 UTC (rev
393)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/branches/performance/sample/portal/ear/pom.xml
===================================================================
--- portal/branches/performance/sample/portal/ear/pom.xml 2009-10-21 16:49:22 UTC (rev
392)
+++ portal/branches/performance/sample/portal/ear/pom.xml 2009-10-21 21:04:15 UTC (rev
393)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -37,29 +37,29 @@
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.sample.portal.config</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.sample.portal.jar</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.web</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.sample.portal.war</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
<type>war</type>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.sample.portal.rest-war</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
<type>war</type>
</dependency>
</dependencies>
Modified: portal/branches/performance/sample/portal/jar/pom.xml
===================================================================
--- portal/branches/performance/sample/portal/jar/pom.xml 2009-10-21 16:49:22 UTC (rev
392)
+++ portal/branches/performance/sample/portal/jar/pom.xml 2009-10-21 21:04:15 UTC (rev
393)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -37,7 +37,7 @@
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.web</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
Modified: portal/branches/performance/sample/portal/pom.xml
===================================================================
--- portal/branches/performance/sample/portal/pom.xml 2009-10-21 16:49:22 UTC (rev 392)
+++ portal/branches/performance/sample/portal/pom.xml 2009-10-21 21:04:15 UTC (rev 393)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
</parent>
<artifactId>exo.portal.sample.portal.root</artifactId>
Modified: portal/branches/performance/sample/portal/rest-war/pom.xml
===================================================================
--- portal/branches/performance/sample/portal/rest-war/pom.xml 2009-10-21 16:49:22 UTC
(rev 392)
+++ portal/branches/performance/sample/portal/rest-war/pom.xml 2009-10-21 21:04:15 UTC
(rev 393)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/branches/performance/sample/portal/war/pom.xml
===================================================================
--- portal/branches/performance/sample/portal/war/pom.xml 2009-10-21 16:49:22 UTC (rev
392)
+++ portal/branches/performance/sample/portal/war/pom.xml 2009-10-21 21:04:15 UTC (rev
393)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/branches/performance/server/jboss/patch/pom.xml
===================================================================
--- portal/branches/performance/server/jboss/patch/pom.xml 2009-10-21 16:49:22 UTC (rev
392)
+++ portal/branches/performance/server/jboss/patch/pom.xml 2009-10-21 21:04:15 UTC (rev
393)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.server.jboss</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/branches/performance/server/jboss/patch-ear/pom.xml
===================================================================
--- portal/branches/performance/server/jboss/patch-ear/pom.xml 2009-10-21 16:49:22 UTC
(rev 392)
+++ portal/branches/performance/server/jboss/patch-ear/pom.xml 2009-10-21 21:04:15 UTC
(rev 393)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.server.jboss</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/branches/performance/server/jboss/plugin/pom.xml
===================================================================
--- portal/branches/performance/server/jboss/plugin/pom.xml 2009-10-21 16:49:22 UTC (rev
392)
+++ portal/branches/performance/server/jboss/plugin/pom.xml 2009-10-21 21:04:15 UTC (rev
393)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.server.jboss</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/branches/performance/server/jboss/pom.xml
===================================================================
--- portal/branches/performance/server/jboss/pom.xml 2009-10-21 16:49:22 UTC (rev 392)
+++ portal/branches/performance/server/jboss/pom.xml 2009-10-21 21:04:15 UTC (rev 393)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.server</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
</parent>
<artifactId>exo.portal.server.jboss</artifactId>
Modified: portal/branches/performance/server/pom.xml
===================================================================
--- portal/branches/performance/server/pom.xml 2009-10-21 16:49:22 UTC (rev 392)
+++ portal/branches/performance/server/pom.xml 2009-10-21 21:04:15 UTC (rev 393)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
</parent>
<artifactId>exo.portal.server</artifactId>
Modified: portal/branches/performance/server/tomcat/patch/pom.xml
===================================================================
--- portal/branches/performance/server/tomcat/patch/pom.xml 2009-10-21 16:49:22 UTC (rev
392)
+++ portal/branches/performance/server/tomcat/patch/pom.xml 2009-10-21 21:04:15 UTC (rev
393)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.server.tomcat</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/branches/performance/server/tomcat/plugin/pom.xml
===================================================================
--- portal/branches/performance/server/tomcat/plugin/pom.xml 2009-10-21 16:49:22 UTC (rev
392)
+++ portal/branches/performance/server/tomcat/plugin/pom.xml 2009-10-21 21:04:15 UTC (rev
393)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.server.tomcat</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/branches/performance/server/tomcat/pom.xml
===================================================================
--- portal/branches/performance/server/tomcat/pom.xml 2009-10-21 16:49:22 UTC (rev 392)
+++ portal/branches/performance/server/tomcat/pom.xml 2009-10-21 21:04:15 UTC (rev 393)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.server</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
</parent>
<artifactId>exo.portal.server.tomcat</artifactId>
Modified: portal/branches/performance/starter/ear/pom.xml
===================================================================
--- portal/branches/performance/starter/ear/pom.xml 2009-10-21 16:49:22 UTC (rev 392)
+++ portal/branches/performance/starter/ear/pom.xml 2009-10-21 21:04:15 UTC (rev 393)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -37,7 +37,7 @@
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.starter.war</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
<type>war</type>
</dependency>
</dependencies>
Modified: portal/branches/performance/starter/pom.xml
===================================================================
--- portal/branches/performance/starter/pom.xml 2009-10-21 16:49:22 UTC (rev 392)
+++ portal/branches/performance/starter/pom.xml 2009-10-21 21:04:15 UTC (rev 393)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
</parent>
<artifactId>exo.portal.starter.root</artifactId>
Modified: portal/branches/performance/starter/war/pom.xml
===================================================================
--- portal/branches/performance/starter/war/pom.xml 2009-10-21 16:49:22 UTC (rev 392)
+++ portal/branches/performance/starter/war/pom.xml 2009-10-21 21:04:15 UTC (rev 393)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/branches/performance/web/eXoResources/pom.xml
===================================================================
--- portal/branches/performance/web/eXoResources/pom.xml 2009-10-21 16:49:22 UTC (rev
392)
+++ portal/branches/performance/web/eXoResources/pom.xml 2009-10-21 21:04:15 UTC (rev
393)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.web</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/branches/performance/web/pom.xml
===================================================================
--- portal/branches/performance/web/pom.xml 2009-10-21 16:49:22 UTC (rev 392)
+++ portal/branches/performance/web/pom.xml 2009-10-21 21:04:15 UTC (rev 393)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
</parent>
<artifactId>exo.portal.web</artifactId>
Modified: portal/branches/performance/web/portal/pom.xml
===================================================================
--- portal/branches/performance/web/portal/pom.xml 2009-10-21 16:49:22 UTC (rev 392)
+++ portal/branches/performance/web/portal/pom.xml 2009-10-21 21:04:15 UTC (rev 393)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.web</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/branches/performance/web/rest/pom.xml
===================================================================
--- portal/branches/performance/web/rest/pom.xml 2009-10-21 16:49:22 UTC (rev 392)
+++ portal/branches/performance/web/rest/pom.xml 2009-10-21 21:04:15 UTC (rev 393)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.web</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/branches/performance/webui/core/pom.xml
===================================================================
--- portal/branches/performance/webui/core/pom.xml 2009-10-21 16:49:22 UTC (rev 392)
+++ portal/branches/performance/webui/core/pom.xml 2009-10-21 21:04:15 UTC (rev 393)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -35,7 +35,7 @@
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.web</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.gatein.common</groupId>
Modified: portal/branches/performance/webui/eXo/pom.xml
===================================================================
--- portal/branches/performance/webui/eXo/pom.xml 2009-10-21 16:49:22 UTC (rev 392)
+++ portal/branches/performance/webui/eXo/pom.xml 2009-10-21 21:04:15 UTC (rev 393)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -35,13 +35,13 @@
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui.core</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.application-registry</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
Modified: portal/branches/performance/webui/pom.xml
===================================================================
--- portal/branches/performance/webui/pom.xml 2009-10-21 16:49:22 UTC (rev 392)
+++ portal/branches/performance/webui/pom.xml 2009-10-21 21:04:15 UTC (rev 393)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
</parent>
<artifactId>exo.portal.webui</artifactId>
Modified: portal/branches/performance/webui/portal/pom.xml
===================================================================
--- portal/branches/performance/webui/portal/pom.xml 2009-10-21 16:49:22 UTC (rev 392)
+++ portal/branches/performance/webui/portal/pom.xml 2009-10-21 21:04:15 UTC (rev 393)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -47,37 +47,37 @@
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.resources</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui.core</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui.eXo</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.portal</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.application-registry</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.pc</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
</dependency>
<dependency>
@@ -94,7 +94,7 @@
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.gadgets-core</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
</dependency>
</dependencies>
</project>