Repository SVN: r33186 - maven2/org/jboss/javaee/jboss-javaee-parent/6.0.0-alpha-1.
by jboss-maven2-commits@lists.jboss.org
Author: jaikiran
Date: 2009-12-23 02:34:59 -0500 (Wed, 23 Dec 2009)
New Revision: 33186
Added:
maven2/org/jboss/javaee/jboss-javaee-parent/6.0.0-alpha-1/jboss-javaee-parent-6.0.0-alpha-1.pom.md5
Log:
Wagon: Adding maven-artifact4619778739729671075.tmp to repository
Added: maven2/org/jboss/javaee/jboss-javaee-parent/6.0.0-alpha-1/jboss-javaee-parent-6.0.0-alpha-1.pom.md5
===================================================================
--- maven2/org/jboss/javaee/jboss-javaee-parent/6.0.0-alpha-1/jboss-javaee-parent-6.0.0-alpha-1.pom.md5 (rev 0)
+++ maven2/org/jboss/javaee/jboss-javaee-parent/6.0.0-alpha-1/jboss-javaee-parent-6.0.0-alpha-1.pom.md5 2009-12-23 07:34:59 UTC (rev 33186)
@@ -0,0 +1 @@
+99c1660792359ea3d9db3717c3f73880
\ No newline at end of file
16 years, 5 months
Repository SVN: r33185 - in maven2/org/jboss/javaee/jboss-javaee-parent: 6.0.0-alpha-1 and 1 other directory.
by jboss-maven2-commits@lists.jboss.org
Author: jaikiran
Date: 2009-12-23 02:32:45 -0500 (Wed, 23 Dec 2009)
New Revision: 33185
Added:
maven2/org/jboss/javaee/jboss-javaee-parent/6.0.0-alpha-1/
maven2/org/jboss/javaee/jboss-javaee-parent/6.0.0-alpha-1/jboss-javaee-parent-6.0.0-alpha-1.pom
Log:
Wagon: Adding pom.xml to repository
Added: maven2/org/jboss/javaee/jboss-javaee-parent/6.0.0-alpha-1/jboss-javaee-parent-6.0.0-alpha-1.pom
===================================================================
--- maven2/org/jboss/javaee/jboss-javaee-parent/6.0.0-alpha-1/jboss-javaee-parent-6.0.0-alpha-1.pom (rev 0)
+++ maven2/org/jboss/javaee/jboss-javaee-parent/6.0.0-alpha-1/jboss-javaee-parent-6.0.0-alpha-1.pom 2009-12-23 07:32:45 UTC (rev 33185)
@@ -0,0 +1,131 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <parent>
+ <groupId>org.jboss</groupId>
+ <artifactId>jboss-parent</artifactId>
+ <version>5-beta-5</version>
+ </parent>
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.jboss.javaee</groupId>
+ <artifactId>jboss-javaee-parent</artifactId>
+ <version>6.0.0-alpha-1</version>
+ <packaging>pom</packaging>
+ <name>JBoss JavaEE 6.0 Parent</name>
+ <url>http://www.jboss.com</url>
+ <description>
+ The JBoss JavaEE API classes
+ </description>
+ <scm>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossas/projects/javaee/tags/jboss...</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossas/projects/javaee/tags/jboss-ja...</developerConnection>
+ <url>scm:svn:https://svn.jboss.org/repos/jbossas/projects/javaee/tags/jboss-ja...</url>
+ </scm>
+
+ <properties>
+ <version.jboss.common.core>2.2.8.GA</version.jboss.common.core>
+ <version.jboss.logging.spi>2.0.5.GA</version.jboss.logging.spi>
+ </properties>
+
+ <build>
+ <sourceDirectory>src/main</sourceDirectory>
+ <testSourceDirectory>src/tests</testSourceDirectory>
+ <finalName>${artifactId}</finalName>
+ <resources>
+ <resource>
+ <directory>src/etc</directory>
+ <includes>
+ <include>**/*</include>
+ </includes>
+ <filtering>true</filtering>
+ </resource>
+ </resources>
+ <testResources>
+ <testResource>
+ <directory>src/resources</directory>
+ <includes>
+ <include>**/*</include>
+ </includes>
+ <filtering>true</filtering>
+ </testResource>
+ </testResources>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <printSummary>false</printSummary>
+ <testFailureIgnore>true</testFailureIgnore>
+ <includes>
+ <include>**/**TestCase.java</include>
+ </includes>
+ <skip>true</skip>
+ </configuration>
+ </plugin>
+ <plugin>
+ <artifactId>maven-release-plugin</artifactId>
+ <configuration>
+ <tagBase>https://svn.jboss.org/repos/jbossas/projects/javaee/tags</tagBase>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ <repositories>
+ <repository>
+ <id>repository.jboss.org</id>
+ <name>JBoss Repository</name>
+ <layout>default</layout>
+ <url>http://repository.jboss.org/maven2/</url>
+ <snapshots>
+ <enabled>false</enabled>
+ </snapshots>
+ </repository>
+ <repository>
+ <id>snapshots.jboss.org</id>
+ <name>JBoss Snapshots Repository</name>
+ <layout>default</layout>
+ <url>http://snapshots.jboss.org/maven2/</url>
+ <snapshots>
+ <enabled>true</enabled>
+ </snapshots>
+ <releases>
+ <enabled>false</enabled>
+ </releases>
+ </repository>
+ </repositories>
+
+ <reporting>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-project-info-reports-plugin</artifactId>
+ <reportSets>
+ <reportSet>
+ <reports>
+ <report>dependencies</report>
+ <report>issue-tracking</report>
+ <report>license</report>
+ <report>scm</report>
+ </reports>
+ </reportSet>
+ </reportSets>
+ </plugin>
+ </plugins>
+ </reporting>
+
+ <dependencyManagement>
+ <!-- The parent pom manages the inter-dependencies of the modules. -->
+ <dependencies>
+ <dependency>
+ <groupId>org.jboss</groupId>
+ <artifactId>jboss-common-core</artifactId>
+ <version>${version.jboss.common.core}</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.jboss.logging</groupId>
+ <artifactId>jboss-logging-spi</artifactId>
+ <version>${version.jboss.logging.spi}</version>
+ </dependency>
+ </dependencies>
+ </dependencyManagement>
+
+</project>
16 years, 5 months
Repository SVN: r33184 - in maven2/org: exoplatform/portal/exo.portal.component and 127 other directories.
by jboss-maven2-commits@lists.jboss.org
Author: thomas.heute(a)jboss.com
Date: 2009-12-22 15:29:02 -0500 (Tue, 22 Dec 2009)
New Revision: 33184
Added:
maven2/org/exoplatform/portal/exo.portal.component.application-registry/3.0.0-Beta04/
maven2/org/exoplatform/portal/exo.portal.component.application-registry/3.0.0-Beta04/exo.portal.component.application-registry-3.0.0-Beta04-sources.jar
maven2/org/exoplatform/portal/exo.portal.component.application-registry/3.0.0-Beta04/exo.portal.component.application-registry-3.0.0-Beta04-sources.jar.md5
maven2/org/exoplatform/portal/exo.portal.component.application-registry/3.0.0-Beta04/exo.portal.component.application-registry-3.0.0-Beta04-sources.jar.sha1
maven2/org/exoplatform/portal/exo.portal.component.application-registry/3.0.0-Beta04/exo.portal.component.application-registry-3.0.0-Beta04.jar
maven2/org/exoplatform/portal/exo.portal.component.application-registry/3.0.0-Beta04/exo.portal.component.application-registry-3.0.0-Beta04.jar.md5
maven2/org/exoplatform/portal/exo.portal.component.application-registry/3.0.0-Beta04/exo.portal.component.application-registry-3.0.0-Beta04.jar.sha1
maven2/org/exoplatform/portal/exo.portal.component.application-registry/3.0.0-Beta04/exo.portal.component.application-registry-3.0.0-Beta04.pom
maven2/org/exoplatform/portal/exo.portal.component.application-registry/3.0.0-Beta04/exo.portal.component.application-registry-3.0.0-Beta04.pom.md5
maven2/org/exoplatform/portal/exo.portal.component.application-registry/3.0.0-Beta04/exo.portal.component.application-registry-3.0.0-Beta04.pom.sha1
maven2/org/exoplatform/portal/exo.portal.component.common/3.0.0-Beta04/
maven2/org/exoplatform/portal/exo.portal.component.common/3.0.0-Beta04/exo.portal.component.common-3.0.0-Beta04-sources.jar
maven2/org/exoplatform/portal/exo.portal.component.common/3.0.0-Beta04/exo.portal.component.common-3.0.0-Beta04-sources.jar.md5
maven2/org/exoplatform/portal/exo.portal.component.common/3.0.0-Beta04/exo.portal.component.common-3.0.0-Beta04-sources.jar.sha1
maven2/org/exoplatform/portal/exo.portal.component.common/3.0.0-Beta04/exo.portal.component.common-3.0.0-Beta04.jar
maven2/org/exoplatform/portal/exo.portal.component.common/3.0.0-Beta04/exo.portal.component.common-3.0.0-Beta04.jar.md5
maven2/org/exoplatform/portal/exo.portal.component.common/3.0.0-Beta04/exo.portal.component.common-3.0.0-Beta04.jar.sha1
maven2/org/exoplatform/portal/exo.portal.component.common/3.0.0-Beta04/exo.portal.component.common-3.0.0-Beta04.pom
maven2/org/exoplatform/portal/exo.portal.component.common/3.0.0-Beta04/exo.portal.component.common-3.0.0-Beta04.pom.md5
maven2/org/exoplatform/portal/exo.portal.component.common/3.0.0-Beta04/exo.portal.component.common-3.0.0-Beta04.pom.sha1
maven2/org/exoplatform/portal/exo.portal.component.dashboard/3.0.0-Beta04/
maven2/org/exoplatform/portal/exo.portal.component.dashboard/3.0.0-Beta04/exo.portal.component.dashboard-3.0.0-Beta04-sources.jar
maven2/org/exoplatform/portal/exo.portal.component.dashboard/3.0.0-Beta04/exo.portal.component.dashboard-3.0.0-Beta04-sources.jar.md5
maven2/org/exoplatform/portal/exo.portal.component.dashboard/3.0.0-Beta04/exo.portal.component.dashboard-3.0.0-Beta04-sources.jar.sha1
maven2/org/exoplatform/portal/exo.portal.component.dashboard/3.0.0-Beta04/exo.portal.component.dashboard-3.0.0-Beta04.jar
maven2/org/exoplatform/portal/exo.portal.component.dashboard/3.0.0-Beta04/exo.portal.component.dashboard-3.0.0-Beta04.jar.md5
maven2/org/exoplatform/portal/exo.portal.component.dashboard/3.0.0-Beta04/exo.portal.component.dashboard-3.0.0-Beta04.jar.sha1
maven2/org/exoplatform/portal/exo.portal.component.dashboard/3.0.0-Beta04/exo.portal.component.dashboard-3.0.0-Beta04.pom
maven2/org/exoplatform/portal/exo.portal.component.dashboard/3.0.0-Beta04/exo.portal.component.dashboard-3.0.0-Beta04.pom.md5
maven2/org/exoplatform/portal/exo.portal.component.dashboard/3.0.0-Beta04/exo.portal.component.dashboard-3.0.0-Beta04.pom.sha1
maven2/org/exoplatform/portal/exo.portal.component.identity/3.0.0-Beta04/
maven2/org/exoplatform/portal/exo.portal.component.identity/3.0.0-Beta04/exo.portal.component.identity-3.0.0-Beta04-sources.jar
maven2/org/exoplatform/portal/exo.portal.component.identity/3.0.0-Beta04/exo.portal.component.identity-3.0.0-Beta04-sources.jar.md5
maven2/org/exoplatform/portal/exo.portal.component.identity/3.0.0-Beta04/exo.portal.component.identity-3.0.0-Beta04-sources.jar.sha1
maven2/org/exoplatform/portal/exo.portal.component.identity/3.0.0-Beta04/exo.portal.component.identity-3.0.0-Beta04.jar
maven2/org/exoplatform/portal/exo.portal.component.identity/3.0.0-Beta04/exo.portal.component.identity-3.0.0-Beta04.jar.md5
maven2/org/exoplatform/portal/exo.portal.component.identity/3.0.0-Beta04/exo.portal.component.identity-3.0.0-Beta04.jar.sha1
maven2/org/exoplatform/portal/exo.portal.component.identity/3.0.0-Beta04/exo.portal.component.identity-3.0.0-Beta04.pom
maven2/org/exoplatform/portal/exo.portal.component.identity/3.0.0-Beta04/exo.portal.component.identity-3.0.0-Beta04.pom.md5
maven2/org/exoplatform/portal/exo.portal.component.identity/3.0.0-Beta04/exo.portal.component.identity-3.0.0-Beta04.pom.sha1
maven2/org/exoplatform/portal/exo.portal.component.pc/3.0.0-Beta04/
maven2/org/exoplatform/portal/exo.portal.component.pc/3.0.0-Beta04/exo.portal.component.pc-3.0.0-Beta04-sources.jar
maven2/org/exoplatform/portal/exo.portal.component.pc/3.0.0-Beta04/exo.portal.component.pc-3.0.0-Beta04-sources.jar.md5
maven2/org/exoplatform/portal/exo.portal.component.pc/3.0.0-Beta04/exo.portal.component.pc-3.0.0-Beta04-sources.jar.sha1
maven2/org/exoplatform/portal/exo.portal.component.pc/3.0.0-Beta04/exo.portal.component.pc-3.0.0-Beta04.jar
maven2/org/exoplatform/portal/exo.portal.component.pc/3.0.0-Beta04/exo.portal.component.pc-3.0.0-Beta04.jar.md5
maven2/org/exoplatform/portal/exo.portal.component.pc/3.0.0-Beta04/exo.portal.component.pc-3.0.0-Beta04.jar.sha1
maven2/org/exoplatform/portal/exo.portal.component.pc/3.0.0-Beta04/exo.portal.component.pc-3.0.0-Beta04.pom
maven2/org/exoplatform/portal/exo.portal.component.pc/3.0.0-Beta04/exo.portal.component.pc-3.0.0-Beta04.pom.md5
maven2/org/exoplatform/portal/exo.portal.component.pc/3.0.0-Beta04/exo.portal.component.pc-3.0.0-Beta04.pom.sha1
maven2/org/exoplatform/portal/exo.portal.component.portal/3.0.0-Beta04/
maven2/org/exoplatform/portal/exo.portal.component.portal/3.0.0-Beta04/exo.portal.component.portal-3.0.0-Beta04-sources.jar
maven2/org/exoplatform/portal/exo.portal.component.portal/3.0.0-Beta04/exo.portal.component.portal-3.0.0-Beta04-sources.jar.md5
maven2/org/exoplatform/portal/exo.portal.component.portal/3.0.0-Beta04/exo.portal.component.portal-3.0.0-Beta04-sources.jar.sha1
maven2/org/exoplatform/portal/exo.portal.component.portal/3.0.0-Beta04/exo.portal.component.portal-3.0.0-Beta04.jar
maven2/org/exoplatform/portal/exo.portal.component.portal/3.0.0-Beta04/exo.portal.component.portal-3.0.0-Beta04.jar.md5
maven2/org/exoplatform/portal/exo.portal.component.portal/3.0.0-Beta04/exo.portal.component.portal-3.0.0-Beta04.jar.sha1
maven2/org/exoplatform/portal/exo.portal.component.portal/3.0.0-Beta04/exo.portal.component.portal-3.0.0-Beta04.pom
maven2/org/exoplatform/portal/exo.portal.component.portal/3.0.0-Beta04/exo.portal.component.portal-3.0.0-Beta04.pom.md5
maven2/org/exoplatform/portal/exo.portal.component.portal/3.0.0-Beta04/exo.portal.component.portal-3.0.0-Beta04.pom.sha1
maven2/org/exoplatform/portal/exo.portal.component.resources/3.0.0-Beta04/
maven2/org/exoplatform/portal/exo.portal.component.resources/3.0.0-Beta04/exo.portal.component.resources-3.0.0-Beta04-sources.jar
maven2/org/exoplatform/portal/exo.portal.component.resources/3.0.0-Beta04/exo.portal.component.resources-3.0.0-Beta04-sources.jar.md5
maven2/org/exoplatform/portal/exo.portal.component.resources/3.0.0-Beta04/exo.portal.component.resources-3.0.0-Beta04-sources.jar.sha1
maven2/org/exoplatform/portal/exo.portal.component.resources/3.0.0-Beta04/exo.portal.component.resources-3.0.0-Beta04.jar
maven2/org/exoplatform/portal/exo.portal.component.resources/3.0.0-Beta04/exo.portal.component.resources-3.0.0-Beta04.jar.md5
maven2/org/exoplatform/portal/exo.portal.component.resources/3.0.0-Beta04/exo.portal.component.resources-3.0.0-Beta04.jar.sha1
maven2/org/exoplatform/portal/exo.portal.component.resources/3.0.0-Beta04/exo.portal.component.resources-3.0.0-Beta04.pom
maven2/org/exoplatform/portal/exo.portal.component.resources/3.0.0-Beta04/exo.portal.component.resources-3.0.0-Beta04.pom.md5
maven2/org/exoplatform/portal/exo.portal.component.resources/3.0.0-Beta04/exo.portal.component.resources-3.0.0-Beta04.pom.sha1
maven2/org/exoplatform/portal/exo.portal.component.scripting/3.0.0-Beta04/
maven2/org/exoplatform/portal/exo.portal.component.scripting/3.0.0-Beta04/exo.portal.component.scripting-3.0.0-Beta04-sources.jar
maven2/org/exoplatform/portal/exo.portal.component.scripting/3.0.0-Beta04/exo.portal.component.scripting-3.0.0-Beta04-sources.jar.md5
maven2/org/exoplatform/portal/exo.portal.component.scripting/3.0.0-Beta04/exo.portal.component.scripting-3.0.0-Beta04-sources.jar.sha1
maven2/org/exoplatform/portal/exo.portal.component.scripting/3.0.0-Beta04/exo.portal.component.scripting-3.0.0-Beta04.jar
maven2/org/exoplatform/portal/exo.portal.component.scripting/3.0.0-Beta04/exo.portal.component.scripting-3.0.0-Beta04.jar.md5
maven2/org/exoplatform/portal/exo.portal.component.scripting/3.0.0-Beta04/exo.portal.component.scripting-3.0.0-Beta04.jar.sha1
maven2/org/exoplatform/portal/exo.portal.component.scripting/3.0.0-Beta04/exo.portal.component.scripting-3.0.0-Beta04.pom
maven2/org/exoplatform/portal/exo.portal.component.scripting/3.0.0-Beta04/exo.portal.component.scripting-3.0.0-Beta04.pom.md5
maven2/org/exoplatform/portal/exo.portal.component.scripting/3.0.0-Beta04/exo.portal.component.scripting-3.0.0-Beta04.pom.sha1
maven2/org/exoplatform/portal/exo.portal.component.test.core/
maven2/org/exoplatform/portal/exo.portal.component.test.core/3.0.0-Beta04/
maven2/org/exoplatform/portal/exo.portal.component.test.core/3.0.0-Beta04/exo.portal.component.test.core-3.0.0-Beta04-sources.jar
maven2/org/exoplatform/portal/exo.portal.component.test.core/3.0.0-Beta04/exo.portal.component.test.core-3.0.0-Beta04-sources.jar.md5
maven2/org/exoplatform/portal/exo.portal.component.test.core/3.0.0-Beta04/exo.portal.component.test.core-3.0.0-Beta04-sources.jar.sha1
maven2/org/exoplatform/portal/exo.portal.component.test.core/3.0.0-Beta04/exo.portal.component.test.core-3.0.0-Beta04.jar
maven2/org/exoplatform/portal/exo.portal.component.test.core/3.0.0-Beta04/exo.portal.component.test.core-3.0.0-Beta04.jar.md5
maven2/org/exoplatform/portal/exo.portal.component.test.core/3.0.0-Beta04/exo.portal.component.test.core-3.0.0-Beta04.jar.sha1
maven2/org/exoplatform/portal/exo.portal.component.test.core/3.0.0-Beta04/exo.portal.component.test.core-3.0.0-Beta04.pom
maven2/org/exoplatform/portal/exo.portal.component.test.core/3.0.0-Beta04/exo.portal.component.test.core-3.0.0-Beta04.pom.md5
maven2/org/exoplatform/portal/exo.portal.component.test.core/3.0.0-Beta04/exo.portal.component.test.core-3.0.0-Beta04.pom.sha1
maven2/org/exoplatform/portal/exo.portal.component.test.core/maven-metadata.xml
maven2/org/exoplatform/portal/exo.portal.component.test.core/maven-metadata.xml.md5
maven2/org/exoplatform/portal/exo.portal.component.test.core/maven-metadata.xml.sha1
maven2/org/exoplatform/portal/exo.portal.component.test.jcr/
maven2/org/exoplatform/portal/exo.portal.component.test.jcr/3.0.0-Beta04/
maven2/org/exoplatform/portal/exo.portal.component.test.jcr/3.0.0-Beta04/exo.portal.component.test.jcr-3.0.0-Beta04-sources.jar
maven2/org/exoplatform/portal/exo.portal.component.test.jcr/3.0.0-Beta04/exo.portal.component.test.jcr-3.0.0-Beta04-sources.jar.md5
maven2/org/exoplatform/portal/exo.portal.component.test.jcr/3.0.0-Beta04/exo.portal.component.test.jcr-3.0.0-Beta04-sources.jar.sha1
maven2/org/exoplatform/portal/exo.portal.component.test.jcr/3.0.0-Beta04/exo.portal.component.test.jcr-3.0.0-Beta04.jar
maven2/org/exoplatform/portal/exo.portal.component.test.jcr/3.0.0-Beta04/exo.portal.component.test.jcr-3.0.0-Beta04.jar.md5
maven2/org/exoplatform/portal/exo.portal.component.test.jcr/3.0.0-Beta04/exo.portal.component.test.jcr-3.0.0-Beta04.jar.sha1
maven2/org/exoplatform/portal/exo.portal.component.test.jcr/3.0.0-Beta04/exo.portal.component.test.jcr-3.0.0-Beta04.pom
maven2/org/exoplatform/portal/exo.portal.component.test.jcr/3.0.0-Beta04/exo.portal.component.test.jcr-3.0.0-Beta04.pom.md5
maven2/org/exoplatform/portal/exo.portal.component.test.jcr/3.0.0-Beta04/exo.portal.component.test.jcr-3.0.0-Beta04.pom.sha1
maven2/org/exoplatform/portal/exo.portal.component.test.jcr/maven-metadata.xml
maven2/org/exoplatform/portal/exo.portal.component.test.jcr/maven-metadata.xml.md5
maven2/org/exoplatform/portal/exo.portal.component.test.jcr/maven-metadata.xml.sha1
maven2/org/exoplatform/portal/exo.portal.component.test.organization/
maven2/org/exoplatform/portal/exo.portal.component.test.organization/3.0.0-Beta04/
maven2/org/exoplatform/portal/exo.portal.component.test.organization/3.0.0-Beta04/exo.portal.component.test.organization-3.0.0-Beta04-sources.jar
maven2/org/exoplatform/portal/exo.portal.component.test.organization/3.0.0-Beta04/exo.portal.component.test.organization-3.0.0-Beta04-sources.jar.md5
maven2/org/exoplatform/portal/exo.portal.component.test.organization/3.0.0-Beta04/exo.portal.component.test.organization-3.0.0-Beta04-sources.jar.sha1
maven2/org/exoplatform/portal/exo.portal.component.test.organization/3.0.0-Beta04/exo.portal.component.test.organization-3.0.0-Beta04.jar
maven2/org/exoplatform/portal/exo.portal.component.test.organization/3.0.0-Beta04/exo.portal.component.test.organization-3.0.0-Beta04.jar.md5
maven2/org/exoplatform/portal/exo.portal.component.test.organization/3.0.0-Beta04/exo.portal.component.test.organization-3.0.0-Beta04.jar.sha1
maven2/org/exoplatform/portal/exo.portal.component.test.organization/3.0.0-Beta04/exo.portal.component.test.organization-3.0.0-Beta04.pom
maven2/org/exoplatform/portal/exo.portal.component.test.organization/3.0.0-Beta04/exo.portal.component.test.organization-3.0.0-Beta04.pom.md5
maven2/org/exoplatform/portal/exo.portal.component.test.organization/3.0.0-Beta04/exo.portal.component.test.organization-3.0.0-Beta04.pom.sha1
maven2/org/exoplatform/portal/exo.portal.component.test.organization/maven-metadata.xml
maven2/org/exoplatform/portal/exo.portal.component.test.organization/maven-metadata.xml.md5
maven2/org/exoplatform/portal/exo.portal.component.test.organization/maven-metadata.xml.sha1
maven2/org/exoplatform/portal/exo.portal.component.test/
maven2/org/exoplatform/portal/exo.portal.component.test/3.0.0-Beta04/
maven2/org/exoplatform/portal/exo.portal.component.test/3.0.0-Beta04/exo.portal.component.test-3.0.0-Beta04.pom
maven2/org/exoplatform/portal/exo.portal.component.test/3.0.0-Beta04/exo.portal.component.test-3.0.0-Beta04.pom.md5
maven2/org/exoplatform/portal/exo.portal.component.test/3.0.0-Beta04/exo.portal.component.test-3.0.0-Beta04.pom.sha1
maven2/org/exoplatform/portal/exo.portal.component.test/maven-metadata.xml
maven2/org/exoplatform/portal/exo.portal.component.test/maven-metadata.xml.md5
maven2/org/exoplatform/portal/exo.portal.component.test/maven-metadata.xml.sha1
maven2/org/exoplatform/portal/exo.portal.component.web/3.0.0-Beta04/
maven2/org/exoplatform/portal/exo.portal.component.web/3.0.0-Beta04/exo.portal.component.web-3.0.0-Beta04-sources.jar
maven2/org/exoplatform/portal/exo.portal.component.web/3.0.0-Beta04/exo.portal.component.web-3.0.0-Beta04-sources.jar.md5
maven2/org/exoplatform/portal/exo.portal.component.web/3.0.0-Beta04/exo.portal.component.web-3.0.0-Beta04-sources.jar.sha1
maven2/org/exoplatform/portal/exo.portal.component.web/3.0.0-Beta04/exo.portal.component.web-3.0.0-Beta04.jar
maven2/org/exoplatform/portal/exo.portal.component.web/3.0.0-Beta04/exo.portal.component.web-3.0.0-Beta04.jar.md5
maven2/org/exoplatform/portal/exo.portal.component.web/3.0.0-Beta04/exo.portal.component.web-3.0.0-Beta04.jar.sha1
maven2/org/exoplatform/portal/exo.portal.component.web/3.0.0-Beta04/exo.portal.component.web-3.0.0-Beta04.pom
maven2/org/exoplatform/portal/exo.portal.component.web/3.0.0-Beta04/exo.portal.component.web-3.0.0-Beta04.pom.md5
maven2/org/exoplatform/portal/exo.portal.component.web/3.0.0-Beta04/exo.portal.component.web-3.0.0-Beta04.pom.sha1
maven2/org/exoplatform/portal/exo.portal.component.wsrp/3.0.0-Beta04/
maven2/org/exoplatform/portal/exo.portal.component.wsrp/3.0.0-Beta04/exo.portal.component.wsrp-3.0.0-Beta04-sources.jar
maven2/org/exoplatform/portal/exo.portal.component.wsrp/3.0.0-Beta04/exo.portal.component.wsrp-3.0.0-Beta04-sources.jar.md5
maven2/org/exoplatform/portal/exo.portal.component.wsrp/3.0.0-Beta04/exo.portal.component.wsrp-3.0.0-Beta04-sources.jar.sha1
maven2/org/exoplatform/portal/exo.portal.component.wsrp/3.0.0-Beta04/exo.portal.component.wsrp-3.0.0-Beta04.jar
maven2/org/exoplatform/portal/exo.portal.component.wsrp/3.0.0-Beta04/exo.portal.component.wsrp-3.0.0-Beta04.jar.md5
maven2/org/exoplatform/portal/exo.portal.component.wsrp/3.0.0-Beta04/exo.portal.component.wsrp-3.0.0-Beta04.jar.sha1
maven2/org/exoplatform/portal/exo.portal.component.wsrp/3.0.0-Beta04/exo.portal.component.wsrp-3.0.0-Beta04.pom
maven2/org/exoplatform/portal/exo.portal.component.wsrp/3.0.0-Beta04/exo.portal.component.wsrp-3.0.0-Beta04.pom.md5
maven2/org/exoplatform/portal/exo.portal.component.wsrp/3.0.0-Beta04/exo.portal.component.wsrp-3.0.0-Beta04.pom.sha1
maven2/org/exoplatform/portal/exo.portal.component.xml-parser/3.0.0-Beta04/
maven2/org/exoplatform/portal/exo.portal.component.xml-parser/3.0.0-Beta04/exo.portal.component.xml-parser-3.0.0-Beta04-sources.jar
maven2/org/exoplatform/portal/exo.portal.component.xml-parser/3.0.0-Beta04/exo.portal.component.xml-parser-3.0.0-Beta04-sources.jar.md5
maven2/org/exoplatform/portal/exo.portal.component.xml-parser/3.0.0-Beta04/exo.portal.component.xml-parser-3.0.0-Beta04-sources.jar.sha1
maven2/org/exoplatform/portal/exo.portal.component.xml-parser/3.0.0-Beta04/exo.portal.component.xml-parser-3.0.0-Beta04.jar
maven2/org/exoplatform/portal/exo.portal.component.xml-parser/3.0.0-Beta04/exo.portal.component.xml-parser-3.0.0-Beta04.jar.md5
maven2/org/exoplatform/portal/exo.portal.component.xml-parser/3.0.0-Beta04/exo.portal.component.xml-parser-3.0.0-Beta04.jar.sha1
maven2/org/exoplatform/portal/exo.portal.component.xml-parser/3.0.0-Beta04/exo.portal.component.xml-parser-3.0.0-Beta04.pom
maven2/org/exoplatform/portal/exo.portal.component.xml-parser/3.0.0-Beta04/exo.portal.component.xml-parser-3.0.0-Beta04.pom.md5
maven2/org/exoplatform/portal/exo.portal.component.xml-parser/3.0.0-Beta04/exo.portal.component.xml-parser-3.0.0-Beta04.pom.sha1
maven2/org/exoplatform/portal/exo.portal.component/3.0.0-Beta04/
maven2/org/exoplatform/portal/exo.portal.component/3.0.0-Beta04/exo.portal.component-3.0.0-Beta04.pom
maven2/org/exoplatform/portal/exo.portal.component/3.0.0-Beta04/exo.portal.component-3.0.0-Beta04.pom.md5
maven2/org/exoplatform/portal/exo.portal.component/3.0.0-Beta04/exo.portal.component-3.0.0-Beta04.pom.sha1
maven2/org/exoplatform/portal/exo.portal.eXoGadgets/3.0.0-Beta04/
maven2/org/exoplatform/portal/exo.portal.eXoGadgets/3.0.0-Beta04/exo.portal.eXoGadgets-3.0.0-Beta04.pom
maven2/org/exoplatform/portal/exo.portal.eXoGadgets/3.0.0-Beta04/exo.portal.eXoGadgets-3.0.0-Beta04.pom.md5
maven2/org/exoplatform/portal/exo.portal.eXoGadgets/3.0.0-Beta04/exo.portal.eXoGadgets-3.0.0-Beta04.pom.sha1
maven2/org/exoplatform/portal/exo.portal.eXoGadgets/3.0.0-Beta04/exo.portal.eXoGadgets-3.0.0-Beta04.war
maven2/org/exoplatform/portal/exo.portal.eXoGadgets/3.0.0-Beta04/exo.portal.eXoGadgets-3.0.0-Beta04.war.md5
maven2/org/exoplatform/portal/exo.portal.eXoGadgets/3.0.0-Beta04/exo.portal.eXoGadgets-3.0.0-Beta04.war.sha1
maven2/org/exoplatform/portal/exo.portal.gadgets-core/3.0.0-Beta04/
maven2/org/exoplatform/portal/exo.portal.gadgets-core/3.0.0-Beta04/exo.portal.gadgets-core-3.0.0-Beta04-sources.jar
maven2/org/exoplatform/portal/exo.portal.gadgets-core/3.0.0-Beta04/exo.portal.gadgets-core-3.0.0-Beta04-sources.jar.md5
maven2/org/exoplatform/portal/exo.portal.gadgets-core/3.0.0-Beta04/exo.portal.gadgets-core-3.0.0-Beta04-sources.jar.sha1
maven2/org/exoplatform/portal/exo.portal.gadgets-core/3.0.0-Beta04/exo.portal.gadgets-core-3.0.0-Beta04.jar
maven2/org/exoplatform/portal/exo.portal.gadgets-core/3.0.0-Beta04/exo.portal.gadgets-core-3.0.0-Beta04.jar.md5
maven2/org/exoplatform/portal/exo.portal.gadgets-core/3.0.0-Beta04/exo.portal.gadgets-core-3.0.0-Beta04.jar.sha1
maven2/org/exoplatform/portal/exo.portal.gadgets-core/3.0.0-Beta04/exo.portal.gadgets-core-3.0.0-Beta04.pom
maven2/org/exoplatform/portal/exo.portal.gadgets-core/3.0.0-Beta04/exo.portal.gadgets-core-3.0.0-Beta04.pom.md5
maven2/org/exoplatform/portal/exo.portal.gadgets-core/3.0.0-Beta04/exo.portal.gadgets-core-3.0.0-Beta04.pom.sha1
maven2/org/exoplatform/portal/exo.portal.gadgets-server/3.0.0-Beta04/
maven2/org/exoplatform/portal/exo.portal.gadgets-server/3.0.0-Beta04/exo.portal.gadgets-server-3.0.0-Beta04.pom
maven2/org/exoplatform/portal/exo.portal.gadgets-server/3.0.0-Beta04/exo.portal.gadgets-server-3.0.0-Beta04.pom.md5
maven2/org/exoplatform/portal/exo.portal.gadgets-server/3.0.0-Beta04/exo.portal.gadgets-server-3.0.0-Beta04.pom.sha1
maven2/org/exoplatform/portal/exo.portal.gadgets-server/3.0.0-Beta04/exo.portal.gadgets-server-3.0.0-Beta04.war
maven2/org/exoplatform/portal/exo.portal.gadgets-server/3.0.0-Beta04/exo.portal.gadgets-server-3.0.0-Beta04.war.md5
maven2/org/exoplatform/portal/exo.portal.gadgets-server/3.0.0-Beta04/exo.portal.gadgets-server-3.0.0-Beta04.war.sha1
maven2/org/exoplatform/portal/exo.portal.gadgets/3.0.0-Beta04/
maven2/org/exoplatform/portal/exo.portal.gadgets/3.0.0-Beta04/exo.portal.gadgets-3.0.0-Beta04.pom
maven2/org/exoplatform/portal/exo.portal.gadgets/3.0.0-Beta04/exo.portal.gadgets-3.0.0-Beta04.pom.md5
maven2/org/exoplatform/portal/exo.portal.gadgets/3.0.0-Beta04/exo.portal.gadgets-3.0.0-Beta04.pom.sha1
maven2/org/exoplatform/portal/exo.portal.packaging.assembly/3.0.0-Beta04/
maven2/org/exoplatform/portal/exo.portal.packaging.assembly/3.0.0-Beta04/exo.portal.packaging.assembly-3.0.0-Beta04.pom
maven2/org/exoplatform/portal/exo.portal.packaging.assembly/3.0.0-Beta04/exo.portal.packaging.assembly-3.0.0-Beta04.pom.md5
maven2/org/exoplatform/portal/exo.portal.packaging.assembly/3.0.0-Beta04/exo.portal.packaging.assembly-3.0.0-Beta04.pom.sha1
maven2/org/exoplatform/portal/exo.portal.packaging.reports/3.0.0-Beta04/
maven2/org/exoplatform/portal/exo.portal.packaging.reports/3.0.0-Beta04/exo.portal.packaging.reports-3.0.0-Beta04.pom
maven2/org/exoplatform/portal/exo.portal.packaging.reports/3.0.0-Beta04/exo.portal.packaging.reports-3.0.0-Beta04.pom.md5
maven2/org/exoplatform/portal/exo.portal.packaging.reports/3.0.0-Beta04/exo.portal.packaging.reports-3.0.0-Beta04.pom.sha1
maven2/org/exoplatform/portal/exo.portal.packaging/3.0.0-Beta04/
maven2/org/exoplatform/portal/exo.portal.packaging/3.0.0-Beta04/exo.portal.packaging-3.0.0-Beta04.pom
maven2/org/exoplatform/portal/exo.portal.packaging/3.0.0-Beta04/exo.portal.packaging-3.0.0-Beta04.pom.md5
maven2/org/exoplatform/portal/exo.portal.packaging/3.0.0-Beta04/exo.portal.packaging-3.0.0-Beta04.pom.sha1
maven2/org/exoplatform/portal/exo.portal.parent/3.0.0-Beta04/
maven2/org/exoplatform/portal/exo.portal.parent/3.0.0-Beta04/exo.portal.parent-3.0.0-Beta04.pom
maven2/org/exoplatform/portal/exo.portal.parent/3.0.0-Beta04/exo.portal.parent-3.0.0-Beta04.pom.md5
maven2/org/exoplatform/portal/exo.portal.parent/3.0.0-Beta04/exo.portal.parent-3.0.0-Beta04.pom.sha1
maven2/org/exoplatform/portal/exo.portal.portlet.dashboard/3.0.0-Beta04/
maven2/org/exoplatform/portal/exo.portal.portlet.dashboard/3.0.0-Beta04/exo.portal.portlet.dashboard-3.0.0-Beta04-sources.jar
maven2/org/exoplatform/portal/exo.portal.portlet.dashboard/3.0.0-Beta04/exo.portal.portlet.dashboard-3.0.0-Beta04-sources.jar.md5
maven2/org/exoplatform/portal/exo.portal.portlet.dashboard/3.0.0-Beta04/exo.portal.portlet.dashboard-3.0.0-Beta04-sources.jar.sha1
maven2/org/exoplatform/portal/exo.portal.portlet.dashboard/3.0.0-Beta04/exo.portal.portlet.dashboard-3.0.0-Beta04.pom
maven2/org/exoplatform/portal/exo.portal.portlet.dashboard/3.0.0-Beta04/exo.portal.portlet.dashboard-3.0.0-Beta04.pom.md5
maven2/org/exoplatform/portal/exo.portal.portlet.dashboard/3.0.0-Beta04/exo.portal.portlet.dashboard-3.0.0-Beta04.pom.sha1
maven2/org/exoplatform/portal/exo.portal.portlet.dashboard/3.0.0-Beta04/exo.portal.portlet.dashboard-3.0.0-Beta04.war
maven2/org/exoplatform/portal/exo.portal.portlet.dashboard/3.0.0-Beta04/exo.portal.portlet.dashboard-3.0.0-Beta04.war.md5
maven2/org/exoplatform/portal/exo.portal.portlet.dashboard/3.0.0-Beta04/exo.portal.portlet.dashboard-3.0.0-Beta04.war.sha1
maven2/org/exoplatform/portal/exo.portal.portlet.exoadmin/3.0.0-Beta04/
maven2/org/exoplatform/portal/exo.portal.portlet.exoadmin/3.0.0-Beta04/exo.portal.portlet.exoadmin-3.0.0-Beta04-sources.jar
maven2/org/exoplatform/portal/exo.portal.portlet.exoadmin/3.0.0-Beta04/exo.portal.portlet.exoadmin-3.0.0-Beta04-sources.jar.md5
maven2/org/exoplatform/portal/exo.portal.portlet.exoadmin/3.0.0-Beta04/exo.portal.portlet.exoadmin-3.0.0-Beta04-sources.jar.sha1
maven2/org/exoplatform/portal/exo.portal.portlet.exoadmin/3.0.0-Beta04/exo.portal.portlet.exoadmin-3.0.0-Beta04.pom
maven2/org/exoplatform/portal/exo.portal.portlet.exoadmin/3.0.0-Beta04/exo.portal.portlet.exoadmin-3.0.0-Beta04.pom.md5
maven2/org/exoplatform/portal/exo.portal.portlet.exoadmin/3.0.0-Beta04/exo.portal.portlet.exoadmin-3.0.0-Beta04.pom.sha1
maven2/org/exoplatform/portal/exo.portal.portlet.exoadmin/3.0.0-Beta04/exo.portal.portlet.exoadmin-3.0.0-Beta04.war
maven2/org/exoplatform/portal/exo.portal.portlet.exoadmin/3.0.0-Beta04/exo.portal.portlet.exoadmin-3.0.0-Beta04.war.md5
maven2/org/exoplatform/portal/exo.portal.portlet.exoadmin/3.0.0-Beta04/exo.portal.portlet.exoadmin-3.0.0-Beta04.war.sha1
maven2/org/exoplatform/portal/exo.portal.portlet.web/3.0.0-Beta04/
maven2/org/exoplatform/portal/exo.portal.portlet.web/3.0.0-Beta04/exo.portal.portlet.web-3.0.0-Beta04-sources.jar
maven2/org/exoplatform/portal/exo.portal.portlet.web/3.0.0-Beta04/exo.portal.portlet.web-3.0.0-Beta04-sources.jar.md5
maven2/org/exoplatform/portal/exo.portal.portlet.web/3.0.0-Beta04/exo.portal.portlet.web-3.0.0-Beta04-sources.jar.sha1
maven2/org/exoplatform/portal/exo.portal.portlet.web/3.0.0-Beta04/exo.portal.portlet.web-3.0.0-Beta04.pom
maven2/org/exoplatform/portal/exo.portal.portlet.web/3.0.0-Beta04/exo.portal.portlet.web-3.0.0-Beta04.pom.md5
maven2/org/exoplatform/portal/exo.portal.portlet.web/3.0.0-Beta04/exo.portal.portlet.web-3.0.0-Beta04.pom.sha1
maven2/org/exoplatform/portal/exo.portal.portlet.web/3.0.0-Beta04/exo.portal.portlet.web-3.0.0-Beta04.war
maven2/org/exoplatform/portal/exo.portal.portlet.web/3.0.0-Beta04/exo.portal.portlet.web-3.0.0-Beta04.war.md5
maven2/org/exoplatform/portal/exo.portal.portlet.web/3.0.0-Beta04/exo.portal.portlet.web-3.0.0-Beta04.war.sha1
maven2/org/exoplatform/portal/exo.portal.portlet/3.0.0-Beta04/
maven2/org/exoplatform/portal/exo.portal.portlet/3.0.0-Beta04/exo.portal.portlet-3.0.0-Beta04.pom
maven2/org/exoplatform/portal/exo.portal.portlet/3.0.0-Beta04/exo.portal.portlet-3.0.0-Beta04.pom.md5
maven2/org/exoplatform/portal/exo.portal.portlet/3.0.0-Beta04/exo.portal.portlet-3.0.0-Beta04.pom.sha1
maven2/org/exoplatform/portal/exo.portal.sample.extension.config/3.0.0-Beta04/
maven2/org/exoplatform/portal/exo.portal.sample.extension.config/3.0.0-Beta04/exo.portal.sample.extension.config-3.0.0-Beta04-sources.jar
maven2/org/exoplatform/portal/exo.portal.sample.extension.config/3.0.0-Beta04/exo.portal.sample.extension.config-3.0.0-Beta04-sources.jar.md5
maven2/org/exoplatform/portal/exo.portal.sample.extension.config/3.0.0-Beta04/exo.portal.sample.extension.config-3.0.0-Beta04-sources.jar.sha1
maven2/org/exoplatform/portal/exo.portal.sample.extension.config/3.0.0-Beta04/exo.portal.sample.extension.config-3.0.0-Beta04.jar
maven2/org/exoplatform/portal/exo.portal.sample.extension.config/3.0.0-Beta04/exo.portal.sample.extension.config-3.0.0-Beta04.jar.md5
maven2/org/exoplatform/portal/exo.portal.sample.extension.config/3.0.0-Beta04/exo.portal.sample.extension.config-3.0.0-Beta04.jar.sha1
maven2/org/exoplatform/portal/exo.portal.sample.extension.config/3.0.0-Beta04/exo.portal.sample.extension.config-3.0.0-Beta04.pom
maven2/org/exoplatform/portal/exo.portal.sample.extension.config/3.0.0-Beta04/exo.portal.sample.extension.config-3.0.0-Beta04.pom.md5
maven2/org/exoplatform/portal/exo.portal.sample.extension.config/3.0.0-Beta04/exo.portal.sample.extension.config-3.0.0-Beta04.pom.sha1
maven2/org/exoplatform/portal/exo.portal.sample.extension.jar/3.0.0-Beta04/
maven2/org/exoplatform/portal/exo.portal.sample.extension.jar/3.0.0-Beta04/exo.portal.sample.extension.jar-3.0.0-Beta04-sources.jar
maven2/org/exoplatform/portal/exo.portal.sample.extension.jar/3.0.0-Beta04/exo.portal.sample.extension.jar-3.0.0-Beta04-sources.jar.md5
maven2/org/exoplatform/portal/exo.portal.sample.extension.jar/3.0.0-Beta04/exo.portal.sample.extension.jar-3.0.0-Beta04-sources.jar.sha1
maven2/org/exoplatform/portal/exo.portal.sample.extension.jar/3.0.0-Beta04/exo.portal.sample.extension.jar-3.0.0-Beta04.jar
maven2/org/exoplatform/portal/exo.portal.sample.extension.jar/3.0.0-Beta04/exo.portal.sample.extension.jar-3.0.0-Beta04.jar.md5
maven2/org/exoplatform/portal/exo.portal.sample.extension.jar/3.0.0-Beta04/exo.portal.sample.extension.jar-3.0.0-Beta04.jar.sha1
maven2/org/exoplatform/portal/exo.portal.sample.extension.jar/3.0.0-Beta04/exo.portal.sample.extension.jar-3.0.0-Beta04.pom
maven2/org/exoplatform/portal/exo.portal.sample.extension.jar/3.0.0-Beta04/exo.portal.sample.extension.jar-3.0.0-Beta04.pom.md5
maven2/org/exoplatform/portal/exo.portal.sample.extension.jar/3.0.0-Beta04/exo.portal.sample.extension.jar-3.0.0-Beta04.pom.sha1
maven2/org/exoplatform/portal/exo.portal.sample.extension.root/3.0.0-Beta04/
maven2/org/exoplatform/portal/exo.portal.sample.extension.root/3.0.0-Beta04/exo.portal.sample.extension.root-3.0.0-Beta04.pom
maven2/org/exoplatform/portal/exo.portal.sample.extension.root/3.0.0-Beta04/exo.portal.sample.extension.root-3.0.0-Beta04.pom.md5
maven2/org/exoplatform/portal/exo.portal.sample.extension.root/3.0.0-Beta04/exo.portal.sample.extension.root-3.0.0-Beta04.pom.sha1
maven2/org/exoplatform/portal/exo.portal.sample.extension.war/3.0.0-Beta04/
maven2/org/exoplatform/portal/exo.portal.sample.extension.war/3.0.0-Beta04/exo.portal.sample.extension.war-3.0.0-Beta04.pom
maven2/org/exoplatform/portal/exo.portal.sample.extension.war/3.0.0-Beta04/exo.portal.sample.extension.war-3.0.0-Beta04.pom.md5
maven2/org/exoplatform/portal/exo.portal.sample.extension.war/3.0.0-Beta04/exo.portal.sample.extension.war-3.0.0-Beta04.pom.sha1
maven2/org/exoplatform/portal/exo.portal.sample.extension.war/3.0.0-Beta04/exo.portal.sample.extension.war-3.0.0-Beta04.war
maven2/org/exoplatform/portal/exo.portal.sample.extension.war/3.0.0-Beta04/exo.portal.sample.extension.war-3.0.0-Beta04.war.md5
maven2/org/exoplatform/portal/exo.portal.sample.extension.war/3.0.0-Beta04/exo.portal.sample.extension.war-3.0.0-Beta04.war.sha1
maven2/org/exoplatform/portal/exo.portal.sample.portal.config/3.0.0-Beta04/
maven2/org/exoplatform/portal/exo.portal.sample.portal.config/3.0.0-Beta04/exo.portal.sample.portal.config-3.0.0-Beta04-sources.jar
maven2/org/exoplatform/portal/exo.portal.sample.portal.config/3.0.0-Beta04/exo.portal.sample.portal.config-3.0.0-Beta04-sources.jar.md5
maven2/org/exoplatform/portal/exo.portal.sample.portal.config/3.0.0-Beta04/exo.portal.sample.portal.config-3.0.0-Beta04-sources.jar.sha1
maven2/org/exoplatform/portal/exo.portal.sample.portal.config/3.0.0-Beta04/exo.portal.sample.portal.config-3.0.0-Beta04.jar
maven2/org/exoplatform/portal/exo.portal.sample.portal.config/3.0.0-Beta04/exo.portal.sample.portal.config-3.0.0-Beta04.jar.md5
maven2/org/exoplatform/portal/exo.portal.sample.portal.config/3.0.0-Beta04/exo.portal.sample.portal.config-3.0.0-Beta04.jar.sha1
maven2/org/exoplatform/portal/exo.portal.sample.portal.config/3.0.0-Beta04/exo.portal.sample.portal.config-3.0.0-Beta04.pom
maven2/org/exoplatform/portal/exo.portal.sample.portal.config/3.0.0-Beta04/exo.portal.sample.portal.config-3.0.0-Beta04.pom.md5
maven2/org/exoplatform/portal/exo.portal.sample.portal.config/3.0.0-Beta04/exo.portal.sample.portal.config-3.0.0-Beta04.pom.sha1
maven2/org/exoplatform/portal/exo.portal.sample.portal.jar/3.0.0-Beta04/
maven2/org/exoplatform/portal/exo.portal.sample.portal.jar/3.0.0-Beta04/exo.portal.sample.portal.jar-3.0.0-Beta04-sources.jar
maven2/org/exoplatform/portal/exo.portal.sample.portal.jar/3.0.0-Beta04/exo.portal.sample.portal.jar-3.0.0-Beta04-sources.jar.md5
maven2/org/exoplatform/portal/exo.portal.sample.portal.jar/3.0.0-Beta04/exo.portal.sample.portal.jar-3.0.0-Beta04-sources.jar.sha1
maven2/org/exoplatform/portal/exo.portal.sample.portal.jar/3.0.0-Beta04/exo.portal.sample.portal.jar-3.0.0-Beta04.jar
maven2/org/exoplatform/portal/exo.portal.sample.portal.jar/3.0.0-Beta04/exo.portal.sample.portal.jar-3.0.0-Beta04.jar.md5
maven2/org/exoplatform/portal/exo.portal.sample.portal.jar/3.0.0-Beta04/exo.portal.sample.portal.jar-3.0.0-Beta04.jar.sha1
maven2/org/exoplatform/portal/exo.portal.sample.portal.jar/3.0.0-Beta04/exo.portal.sample.portal.jar-3.0.0-Beta04.pom
maven2/org/exoplatform/portal/exo.portal.sample.portal.jar/3.0.0-Beta04/exo.portal.sample.portal.jar-3.0.0-Beta04.pom.md5
maven2/org/exoplatform/portal/exo.portal.sample.portal.jar/3.0.0-Beta04/exo.portal.sample.portal.jar-3.0.0-Beta04.pom.sha1
maven2/org/exoplatform/portal/exo.portal.sample.portal.rest-war/3.0.0-Beta04/
maven2/org/exoplatform/portal/exo.portal.sample.portal.rest-war/3.0.0-Beta04/exo.portal.sample.portal.rest-war-3.0.0-Beta04.pom
maven2/org/exoplatform/portal/exo.portal.sample.portal.rest-war/3.0.0-Beta04/exo.portal.sample.portal.rest-war-3.0.0-Beta04.pom.md5
maven2/org/exoplatform/portal/exo.portal.sample.portal.rest-war/3.0.0-Beta04/exo.portal.sample.portal.rest-war-3.0.0-Beta04.pom.sha1
maven2/org/exoplatform/portal/exo.portal.sample.portal.rest-war/3.0.0-Beta04/exo.portal.sample.portal.rest-war-3.0.0-Beta04.war
maven2/org/exoplatform/portal/exo.portal.sample.portal.rest-war/3.0.0-Beta04/exo.portal.sample.portal.rest-war-3.0.0-Beta04.war.md5
maven2/org/exoplatform/portal/exo.portal.sample.portal.rest-war/3.0.0-Beta04/exo.portal.sample.portal.rest-war-3.0.0-Beta04.war.sha1
maven2/org/exoplatform/portal/exo.portal.sample.portal.root/3.0.0-Beta04/
maven2/org/exoplatform/portal/exo.portal.sample.portal.root/3.0.0-Beta04/exo.portal.sample.portal.root-3.0.0-Beta04.pom
maven2/org/exoplatform/portal/exo.portal.sample.portal.root/3.0.0-Beta04/exo.portal.sample.portal.root-3.0.0-Beta04.pom.md5
maven2/org/exoplatform/portal/exo.portal.sample.portal.root/3.0.0-Beta04/exo.portal.sample.portal.root-3.0.0-Beta04.pom.sha1
maven2/org/exoplatform/portal/exo.portal.sample.portal.war/3.0.0-Beta04/
maven2/org/exoplatform/portal/exo.portal.sample.portal.war/3.0.0-Beta04/exo.portal.sample.portal.war-3.0.0-Beta04.pom
maven2/org/exoplatform/portal/exo.portal.sample.portal.war/3.0.0-Beta04/exo.portal.sample.portal.war-3.0.0-Beta04.pom.md5
maven2/org/exoplatform/portal/exo.portal.sample.portal.war/3.0.0-Beta04/exo.portal.sample.portal.war-3.0.0-Beta04.pom.sha1
maven2/org/exoplatform/portal/exo.portal.sample.portal.war/3.0.0-Beta04/exo.portal.sample.portal.war-3.0.0-Beta04.war
maven2/org/exoplatform/portal/exo.portal.sample.portal.war/3.0.0-Beta04/exo.portal.sample.portal.war-3.0.0-Beta04.war.md5
maven2/org/exoplatform/portal/exo.portal.sample.portal.war/3.0.0-Beta04/exo.portal.sample.portal.war-3.0.0-Beta04.war.sha1
maven2/org/exoplatform/portal/exo.portal.sample/3.0.0-Beta04/
maven2/org/exoplatform/portal/exo.portal.sample/3.0.0-Beta04/exo.portal.sample-3.0.0-Beta04.pom
maven2/org/exoplatform/portal/exo.portal.sample/3.0.0-Beta04/exo.portal.sample-3.0.0-Beta04.pom.md5
maven2/org/exoplatform/portal/exo.portal.sample/3.0.0-Beta04/exo.portal.sample-3.0.0-Beta04.pom.sha1
maven2/org/exoplatform/portal/exo.portal.server.jboss.patch-ear/3.0.0-Beta04/
maven2/org/exoplatform/portal/exo.portal.server.jboss.patch-ear/3.0.0-Beta04/exo.portal.server.jboss.patch-ear-3.0.0-Beta04.jar
maven2/org/exoplatform/portal/exo.portal.server.jboss.patch-ear/3.0.0-Beta04/exo.portal.server.jboss.patch-ear-3.0.0-Beta04.jar.md5
maven2/org/exoplatform/portal/exo.portal.server.jboss.patch-ear/3.0.0-Beta04/exo.portal.server.jboss.patch-ear-3.0.0-Beta04.jar.sha1
maven2/org/exoplatform/portal/exo.portal.server.jboss.patch-ear/3.0.0-Beta04/exo.portal.server.jboss.patch-ear-3.0.0-Beta04.pom
maven2/org/exoplatform/portal/exo.portal.server.jboss.patch-ear/3.0.0-Beta04/exo.portal.server.jboss.patch-ear-3.0.0-Beta04.pom.md5
maven2/org/exoplatform/portal/exo.portal.server.jboss.patch-ear/3.0.0-Beta04/exo.portal.server.jboss.patch-ear-3.0.0-Beta04.pom.sha1
maven2/org/exoplatform/portal/exo.portal.server.jboss.plugin/3.0.0-Beta04/
maven2/org/exoplatform/portal/exo.portal.server.jboss.plugin/3.0.0-Beta04/exo.portal.server.jboss.plugin-3.0.0-Beta04-sources.jar
maven2/org/exoplatform/portal/exo.portal.server.jboss.plugin/3.0.0-Beta04/exo.portal.server.jboss.plugin-3.0.0-Beta04-sources.jar.md5
maven2/org/exoplatform/portal/exo.portal.server.jboss.plugin/3.0.0-Beta04/exo.portal.server.jboss.plugin-3.0.0-Beta04-sources.jar.sha1
maven2/org/exoplatform/portal/exo.portal.server.jboss.plugin/3.0.0-Beta04/exo.portal.server.jboss.plugin-3.0.0-Beta04.jar
maven2/org/exoplatform/portal/exo.portal.server.jboss.plugin/3.0.0-Beta04/exo.portal.server.jboss.plugin-3.0.0-Beta04.jar.md5
maven2/org/exoplatform/portal/exo.portal.server.jboss.plugin/3.0.0-Beta04/exo.portal.server.jboss.plugin-3.0.0-Beta04.jar.sha1
maven2/org/exoplatform/portal/exo.portal.server.jboss.plugin/3.0.0-Beta04/exo.portal.server.jboss.plugin-3.0.0-Beta04.pom
maven2/org/exoplatform/portal/exo.portal.server.jboss.plugin/3.0.0-Beta04/exo.portal.server.jboss.plugin-3.0.0-Beta04.pom.md5
maven2/org/exoplatform/portal/exo.portal.server.jboss.plugin/3.0.0-Beta04/exo.portal.server.jboss.plugin-3.0.0-Beta04.pom.sha1
maven2/org/exoplatform/portal/exo.portal.server.jboss/3.0.0-Beta04/
maven2/org/exoplatform/portal/exo.portal.server.jboss/3.0.0-Beta04/exo.portal.server.jboss-3.0.0-Beta04.pom
maven2/org/exoplatform/portal/exo.portal.server.jboss/3.0.0-Beta04/exo.portal.server.jboss-3.0.0-Beta04.pom.md5
maven2/org/exoplatform/portal/exo.portal.server.jboss/3.0.0-Beta04/exo.portal.server.jboss-3.0.0-Beta04.pom.sha1
maven2/org/exoplatform/portal/exo.portal.server.tomcat.patch/3.0.0-Beta04/
maven2/org/exoplatform/portal/exo.portal.server.tomcat.patch/3.0.0-Beta04/exo.portal.server.tomcat.patch-3.0.0-Beta04-sources.jar
maven2/org/exoplatform/portal/exo.portal.server.tomcat.patch/3.0.0-Beta04/exo.portal.server.tomcat.patch-3.0.0-Beta04-sources.jar.md5
maven2/org/exoplatform/portal/exo.portal.server.tomcat.patch/3.0.0-Beta04/exo.portal.server.tomcat.patch-3.0.0-Beta04-sources.jar.sha1
maven2/org/exoplatform/portal/exo.portal.server.tomcat.patch/3.0.0-Beta04/exo.portal.server.tomcat.patch-3.0.0-Beta04.jar
maven2/org/exoplatform/portal/exo.portal.server.tomcat.patch/3.0.0-Beta04/exo.portal.server.tomcat.patch-3.0.0-Beta04.jar.md5
maven2/org/exoplatform/portal/exo.portal.server.tomcat.patch/3.0.0-Beta04/exo.portal.server.tomcat.patch-3.0.0-Beta04.jar.sha1
maven2/org/exoplatform/portal/exo.portal.server.tomcat.patch/3.0.0-Beta04/exo.portal.server.tomcat.patch-3.0.0-Beta04.pom
maven2/org/exoplatform/portal/exo.portal.server.tomcat.patch/3.0.0-Beta04/exo.portal.server.tomcat.patch-3.0.0-Beta04.pom.md5
maven2/org/exoplatform/portal/exo.portal.server.tomcat.patch/3.0.0-Beta04/exo.portal.server.tomcat.patch-3.0.0-Beta04.pom.sha1
maven2/org/exoplatform/portal/exo.portal.server.tomcat.plugin/3.0.0-Beta04/
maven2/org/exoplatform/portal/exo.portal.server.tomcat.plugin/3.0.0-Beta04/exo.portal.server.tomcat.plugin-3.0.0-Beta04-sources.jar
maven2/org/exoplatform/portal/exo.portal.server.tomcat.plugin/3.0.0-Beta04/exo.portal.server.tomcat.plugin-3.0.0-Beta04-sources.jar.md5
maven2/org/exoplatform/portal/exo.portal.server.tomcat.plugin/3.0.0-Beta04/exo.portal.server.tomcat.plugin-3.0.0-Beta04-sources.jar.sha1
maven2/org/exoplatform/portal/exo.portal.server.tomcat.plugin/3.0.0-Beta04/exo.portal.server.tomcat.plugin-3.0.0-Beta04.jar
maven2/org/exoplatform/portal/exo.portal.server.tomcat.plugin/3.0.0-Beta04/exo.portal.server.tomcat.plugin-3.0.0-Beta04.jar.md5
maven2/org/exoplatform/portal/exo.portal.server.tomcat.plugin/3.0.0-Beta04/exo.portal.server.tomcat.plugin-3.0.0-Beta04.jar.sha1
maven2/org/exoplatform/portal/exo.portal.server.tomcat.plugin/3.0.0-Beta04/exo.portal.server.tomcat.plugin-3.0.0-Beta04.pom
maven2/org/exoplatform/portal/exo.portal.server.tomcat.plugin/3.0.0-Beta04/exo.portal.server.tomcat.plugin-3.0.0-Beta04.pom.md5
maven2/org/exoplatform/portal/exo.portal.server.tomcat.plugin/3.0.0-Beta04/exo.portal.server.tomcat.plugin-3.0.0-Beta04.pom.sha1
maven2/org/exoplatform/portal/exo.portal.server.tomcat/3.0.0-Beta04/
maven2/org/exoplatform/portal/exo.portal.server.tomcat/3.0.0-Beta04/exo.portal.server.tomcat-3.0.0-Beta04.pom
maven2/org/exoplatform/portal/exo.portal.server.tomcat/3.0.0-Beta04/exo.portal.server.tomcat-3.0.0-Beta04.pom.md5
maven2/org/exoplatform/portal/exo.portal.server.tomcat/3.0.0-Beta04/exo.portal.server.tomcat-3.0.0-Beta04.pom.sha1
maven2/org/exoplatform/portal/exo.portal.server/3.0.0-Beta04/
maven2/org/exoplatform/portal/exo.portal.server/3.0.0-Beta04/exo.portal.server-3.0.0-Beta04.pom
maven2/org/exoplatform/portal/exo.portal.server/3.0.0-Beta04/exo.portal.server-3.0.0-Beta04.pom.md5
maven2/org/exoplatform/portal/exo.portal.server/3.0.0-Beta04/exo.portal.server-3.0.0-Beta04.pom.sha1
maven2/org/exoplatform/portal/exo.portal.starter.root/3.0.0-Beta04/
maven2/org/exoplatform/portal/exo.portal.starter.root/3.0.0-Beta04/exo.portal.starter.root-3.0.0-Beta04.pom
maven2/org/exoplatform/portal/exo.portal.starter.root/3.0.0-Beta04/exo.portal.starter.root-3.0.0-Beta04.pom.md5
maven2/org/exoplatform/portal/exo.portal.starter.root/3.0.0-Beta04/exo.portal.starter.root-3.0.0-Beta04.pom.sha1
maven2/org/exoplatform/portal/exo.portal.starter.war/3.0.0-Beta04/
maven2/org/exoplatform/portal/exo.portal.starter.war/3.0.0-Beta04/exo.portal.starter.war-3.0.0-Beta04.pom
maven2/org/exoplatform/portal/exo.portal.starter.war/3.0.0-Beta04/exo.portal.starter.war-3.0.0-Beta04.pom.md5
maven2/org/exoplatform/portal/exo.portal.starter.war/3.0.0-Beta04/exo.portal.starter.war-3.0.0-Beta04.pom.sha1
maven2/org/exoplatform/portal/exo.portal.starter.war/3.0.0-Beta04/exo.portal.starter.war-3.0.0-Beta04.war
maven2/org/exoplatform/portal/exo.portal.starter.war/3.0.0-Beta04/exo.portal.starter.war-3.0.0-Beta04.war.md5
maven2/org/exoplatform/portal/exo.portal.starter.war/3.0.0-Beta04/exo.portal.starter.war-3.0.0-Beta04.war.sha1
maven2/org/exoplatform/portal/exo.portal.web.eXoResources/3.0.0-Beta04/
maven2/org/exoplatform/portal/exo.portal.web.eXoResources/3.0.0-Beta04/exo.portal.web.eXoResources-3.0.0-Beta04.pom
maven2/org/exoplatform/portal/exo.portal.web.eXoResources/3.0.0-Beta04/exo.portal.web.eXoResources-3.0.0-Beta04.pom.md5
maven2/org/exoplatform/portal/exo.portal.web.eXoResources/3.0.0-Beta04/exo.portal.web.eXoResources-3.0.0-Beta04.pom.sha1
maven2/org/exoplatform/portal/exo.portal.web.eXoResources/3.0.0-Beta04/exo.portal.web.eXoResources-3.0.0-Beta04.war
maven2/org/exoplatform/portal/exo.portal.web.eXoResources/3.0.0-Beta04/exo.portal.web.eXoResources-3.0.0-Beta04.war.md5
maven2/org/exoplatform/portal/exo.portal.web.eXoResources/3.0.0-Beta04/exo.portal.web.eXoResources-3.0.0-Beta04.war.sha1
maven2/org/exoplatform/portal/exo.portal.web.portal/3.0.0-Beta04/
maven2/org/exoplatform/portal/exo.portal.web.portal/3.0.0-Beta04/exo.portal.web.portal-3.0.0-Beta04.pom
maven2/org/exoplatform/portal/exo.portal.web.portal/3.0.0-Beta04/exo.portal.web.portal-3.0.0-Beta04.pom.md5
maven2/org/exoplatform/portal/exo.portal.web.portal/3.0.0-Beta04/exo.portal.web.portal-3.0.0-Beta04.pom.sha1
maven2/org/exoplatform/portal/exo.portal.web.portal/3.0.0-Beta04/exo.portal.web.portal-3.0.0-Beta04.war
maven2/org/exoplatform/portal/exo.portal.web.portal/3.0.0-Beta04/exo.portal.web.portal-3.0.0-Beta04.war.md5
maven2/org/exoplatform/portal/exo.portal.web.portal/3.0.0-Beta04/exo.portal.web.portal-3.0.0-Beta04.war.sha1
maven2/org/exoplatform/portal/exo.portal.web.rest/3.0.0-Beta04/
maven2/org/exoplatform/portal/exo.portal.web.rest/3.0.0-Beta04/exo.portal.web.rest-3.0.0-Beta04.pom
maven2/org/exoplatform/portal/exo.portal.web.rest/3.0.0-Beta04/exo.portal.web.rest-3.0.0-Beta04.pom.md5
maven2/org/exoplatform/portal/exo.portal.web.rest/3.0.0-Beta04/exo.portal.web.rest-3.0.0-Beta04.pom.sha1
maven2/org/exoplatform/portal/exo.portal.web.rest/3.0.0-Beta04/exo.portal.web.rest-3.0.0-Beta04.war
maven2/org/exoplatform/portal/exo.portal.web.rest/3.0.0-Beta04/exo.portal.web.rest-3.0.0-Beta04.war.md5
maven2/org/exoplatform/portal/exo.portal.web.rest/3.0.0-Beta04/exo.portal.web.rest-3.0.0-Beta04.war.sha1
maven2/org/exoplatform/portal/exo.portal.web/3.0.0-Beta04/
maven2/org/exoplatform/portal/exo.portal.web/3.0.0-Beta04/exo.portal.web-3.0.0-Beta04.pom
maven2/org/exoplatform/portal/exo.portal.web/3.0.0-Beta04/exo.portal.web-3.0.0-Beta04.pom.md5
maven2/org/exoplatform/portal/exo.portal.web/3.0.0-Beta04/exo.portal.web-3.0.0-Beta04.pom.sha1
maven2/org/exoplatform/portal/exo.portal.webui.core/3.0.0-Beta04/
maven2/org/exoplatform/portal/exo.portal.webui.core/3.0.0-Beta04/exo.portal.webui.core-3.0.0-Beta04-sources.jar
maven2/org/exoplatform/portal/exo.portal.webui.core/3.0.0-Beta04/exo.portal.webui.core-3.0.0-Beta04-sources.jar.md5
maven2/org/exoplatform/portal/exo.portal.webui.core/3.0.0-Beta04/exo.portal.webui.core-3.0.0-Beta04-sources.jar.sha1
maven2/org/exoplatform/portal/exo.portal.webui.core/3.0.0-Beta04/exo.portal.webui.core-3.0.0-Beta04.jar
maven2/org/exoplatform/portal/exo.portal.webui.core/3.0.0-Beta04/exo.portal.webui.core-3.0.0-Beta04.jar.md5
maven2/org/exoplatform/portal/exo.portal.webui.core/3.0.0-Beta04/exo.portal.webui.core-3.0.0-Beta04.jar.sha1
maven2/org/exoplatform/portal/exo.portal.webui.core/3.0.0-Beta04/exo.portal.webui.core-3.0.0-Beta04.pom
maven2/org/exoplatform/portal/exo.portal.webui.core/3.0.0-Beta04/exo.portal.webui.core-3.0.0-Beta04.pom.md5
maven2/org/exoplatform/portal/exo.portal.webui.core/3.0.0-Beta04/exo.portal.webui.core-3.0.0-Beta04.pom.sha1
maven2/org/exoplatform/portal/exo.portal.webui.eXo/3.0.0-Beta04/
maven2/org/exoplatform/portal/exo.portal.webui.eXo/3.0.0-Beta04/exo.portal.webui.eXo-3.0.0-Beta04-sources.jar
maven2/org/exoplatform/portal/exo.portal.webui.eXo/3.0.0-Beta04/exo.portal.webui.eXo-3.0.0-Beta04-sources.jar.md5
maven2/org/exoplatform/portal/exo.portal.webui.eXo/3.0.0-Beta04/exo.portal.webui.eXo-3.0.0-Beta04-sources.jar.sha1
maven2/org/exoplatform/portal/exo.portal.webui.eXo/3.0.0-Beta04/exo.portal.webui.eXo-3.0.0-Beta04.jar
maven2/org/exoplatform/portal/exo.portal.webui.eXo/3.0.0-Beta04/exo.portal.webui.eXo-3.0.0-Beta04.jar.md5
maven2/org/exoplatform/portal/exo.portal.webui.eXo/3.0.0-Beta04/exo.portal.webui.eXo-3.0.0-Beta04.jar.sha1
maven2/org/exoplatform/portal/exo.portal.webui.eXo/3.0.0-Beta04/exo.portal.webui.eXo-3.0.0-Beta04.pom
maven2/org/exoplatform/portal/exo.portal.webui.eXo/3.0.0-Beta04/exo.portal.webui.eXo-3.0.0-Beta04.pom.md5
maven2/org/exoplatform/portal/exo.portal.webui.eXo/3.0.0-Beta04/exo.portal.webui.eXo-3.0.0-Beta04.pom.sha1
maven2/org/exoplatform/portal/exo.portal.webui.portal/3.0.0-Beta04/
maven2/org/exoplatform/portal/exo.portal.webui.portal/3.0.0-Beta04/exo.portal.webui.portal-3.0.0-Beta04-sources.jar
maven2/org/exoplatform/portal/exo.portal.webui.portal/3.0.0-Beta04/exo.portal.webui.portal-3.0.0-Beta04-sources.jar.md5
maven2/org/exoplatform/portal/exo.portal.webui.portal/3.0.0-Beta04/exo.portal.webui.portal-3.0.0-Beta04-sources.jar.sha1
maven2/org/exoplatform/portal/exo.portal.webui.portal/3.0.0-Beta04/exo.portal.webui.portal-3.0.0-Beta04.jar
maven2/org/exoplatform/portal/exo.portal.webui.portal/3.0.0-Beta04/exo.portal.webui.portal-3.0.0-Beta04.jar.md5
maven2/org/exoplatform/portal/exo.portal.webui.portal/3.0.0-Beta04/exo.portal.webui.portal-3.0.0-Beta04.jar.sha1
maven2/org/exoplatform/portal/exo.portal.webui.portal/3.0.0-Beta04/exo.portal.webui.portal-3.0.0-Beta04.pom
maven2/org/exoplatform/portal/exo.portal.webui.portal/3.0.0-Beta04/exo.portal.webui.portal-3.0.0-Beta04.pom.md5
maven2/org/exoplatform/portal/exo.portal.webui.portal/3.0.0-Beta04/exo.portal.webui.portal-3.0.0-Beta04.pom.sha1
maven2/org/exoplatform/portal/exo.portal.webui/3.0.0-Beta04/
maven2/org/exoplatform/portal/exo.portal.webui/3.0.0-Beta04/exo.portal.webui-3.0.0-Beta04.pom
maven2/org/exoplatform/portal/exo.portal.webui/3.0.0-Beta04/exo.portal.webui-3.0.0-Beta04.pom.md5
maven2/org/exoplatform/portal/exo.portal.webui/3.0.0-Beta04/exo.portal.webui-3.0.0-Beta04.pom.sha1
maven2/org/exoplatform/portal/gatein-sample-extension/3.0.0-Beta04/
maven2/org/exoplatform/portal/gatein-sample-extension/3.0.0-Beta04/gatein-sample-extension-3.0.0-Beta04.ear
maven2/org/exoplatform/portal/gatein-sample-extension/3.0.0-Beta04/gatein-sample-extension-3.0.0-Beta04.ear.md5
maven2/org/exoplatform/portal/gatein-sample-extension/3.0.0-Beta04/gatein-sample-extension-3.0.0-Beta04.ear.sha1
maven2/org/exoplatform/portal/gatein-sample-extension/3.0.0-Beta04/gatein-sample-extension-3.0.0-Beta04.pom
maven2/org/exoplatform/portal/gatein-sample-extension/3.0.0-Beta04/gatein-sample-extension-3.0.0-Beta04.pom.md5
maven2/org/exoplatform/portal/gatein-sample-extension/3.0.0-Beta04/gatein-sample-extension-3.0.0-Beta04.pom.sha1
maven2/org/exoplatform/portal/gatein-sample-portal/3.0.0-Beta04/
maven2/org/exoplatform/portal/gatein-sample-portal/3.0.0-Beta04/gatein-sample-portal-3.0.0-Beta04.ear
maven2/org/exoplatform/portal/gatein-sample-portal/3.0.0-Beta04/gatein-sample-portal-3.0.0-Beta04.ear.md5
maven2/org/exoplatform/portal/gatein-sample-portal/3.0.0-Beta04/gatein-sample-portal-3.0.0-Beta04.ear.sha1
maven2/org/exoplatform/portal/gatein-sample-portal/3.0.0-Beta04/gatein-sample-portal-3.0.0-Beta04.pom
maven2/org/exoplatform/portal/gatein-sample-portal/3.0.0-Beta04/gatein-sample-portal-3.0.0-Beta04.pom.md5
maven2/org/exoplatform/portal/gatein-sample-portal/3.0.0-Beta04/gatein-sample-portal-3.0.0-Beta04.pom.sha1
maven2/org/exoplatform/portal/portal.packaging.module/3.0.0-Beta04/
maven2/org/exoplatform/portal/portal.packaging.module/3.0.0-Beta04/portal.packaging.module-3.0.0-Beta04.js
maven2/org/exoplatform/portal/portal.packaging.module/3.0.0-Beta04/portal.packaging.module-3.0.0-Beta04.js.md5
maven2/org/exoplatform/portal/portal.packaging.module/3.0.0-Beta04/portal.packaging.module-3.0.0-Beta04.js.sha1
maven2/org/exoplatform/portal/portal.packaging.module/3.0.0-Beta04/portal.packaging.module-3.0.0-Beta04.pom
maven2/org/exoplatform/portal/portal.packaging.module/3.0.0-Beta04/portal.packaging.module-3.0.0-Beta04.pom.md5
maven2/org/exoplatform/portal/portal.packaging.module/3.0.0-Beta04/portal.packaging.module-3.0.0-Beta04.pom.sha1
maven2/org/exoplatform/portal/portal.packaging.product/3.0.0-Beta04/
maven2/org/exoplatform/portal/portal.packaging.product/3.0.0-Beta04/portal.packaging.product-3.0.0-Beta04.js
maven2/org/exoplatform/portal/portal.packaging.product/3.0.0-Beta04/portal.packaging.product-3.0.0-Beta04.js.md5
maven2/org/exoplatform/portal/portal.packaging.product/3.0.0-Beta04/portal.packaging.product-3.0.0-Beta04.js.sha1
maven2/org/exoplatform/portal/portal.packaging.product/3.0.0-Beta04/portal.packaging.product-3.0.0-Beta04.pom
maven2/org/exoplatform/portal/portal.packaging.product/3.0.0-Beta04/portal.packaging.product-3.0.0-Beta04.pom.md5
maven2/org/exoplatform/portal/portal.packaging.product/3.0.0-Beta04/portal.packaging.product-3.0.0-Beta04.pom.sha1
maven2/org/exoplatform/portal/starter-gatein/3.0.0-Beta04/
maven2/org/exoplatform/portal/starter-gatein/3.0.0-Beta04/starter-gatein-3.0.0-Beta04.ear
maven2/org/exoplatform/portal/starter-gatein/3.0.0-Beta04/starter-gatein-3.0.0-Beta04.ear.md5
maven2/org/exoplatform/portal/starter-gatein/3.0.0-Beta04/starter-gatein-3.0.0-Beta04.ear.sha1
maven2/org/exoplatform/portal/starter-gatein/3.0.0-Beta04/starter-gatein-3.0.0-Beta04.pom
maven2/org/exoplatform/portal/starter-gatein/3.0.0-Beta04/starter-gatein-3.0.0-Beta04.pom.md5
maven2/org/exoplatform/portal/starter-gatein/3.0.0-Beta04/starter-gatein-3.0.0-Beta04.pom.sha1
maven2/org/gatein/portal/examples/portlets/gatein-jsf-hellouser/3.0.0-Beta04/
maven2/org/gatein/portal/examples/portlets/gatein-jsf-hellouser/3.0.0-Beta04/gatein-jsf-hellouser-3.0.0-Beta04-sources.jar
maven2/org/gatein/portal/examples/portlets/gatein-jsf-hellouser/3.0.0-Beta04/gatein-jsf-hellouser-3.0.0-Beta04-sources.jar.md5
maven2/org/gatein/portal/examples/portlets/gatein-jsf-hellouser/3.0.0-Beta04/gatein-jsf-hellouser-3.0.0-Beta04-sources.jar.sha1
maven2/org/gatein/portal/examples/portlets/gatein-jsf-hellouser/3.0.0-Beta04/gatein-jsf-hellouser-3.0.0-Beta04.pom
maven2/org/gatein/portal/examples/portlets/gatein-jsf-hellouser/3.0.0-Beta04/gatein-jsf-hellouser-3.0.0-Beta04.pom.md5
maven2/org/gatein/portal/examples/portlets/gatein-jsf-hellouser/3.0.0-Beta04/gatein-jsf-hellouser-3.0.0-Beta04.pom.sha1
maven2/org/gatein/portal/examples/portlets/gatein-jsf-hellouser/3.0.0-Beta04/gatein-jsf-hellouser-3.0.0-Beta04.war
maven2/org/gatein/portal/examples/portlets/gatein-jsf-hellouser/3.0.0-Beta04/gatein-jsf-hellouser-3.0.0-Beta04.war.md5
maven2/org/gatein/portal/examples/portlets/gatein-jsf-hellouser/3.0.0-Beta04/gatein-jsf-hellouser-3.0.0-Beta04.war.sha1
maven2/org/gatein/portal/examples/portlets/gatein-jsp-hellouser/3.0.0-Beta04/
maven2/org/gatein/portal/examples/portlets/gatein-jsp-hellouser/3.0.0-Beta04/gatein-jsp-hellouser-3.0.0-Beta04-sources.jar
maven2/org/gatein/portal/examples/portlets/gatein-jsp-hellouser/3.0.0-Beta04/gatein-jsp-hellouser-3.0.0-Beta04-sources.jar.md5
maven2/org/gatein/portal/examples/portlets/gatein-jsp-hellouser/3.0.0-Beta04/gatein-jsp-hellouser-3.0.0-Beta04-sources.jar.sha1
maven2/org/gatein/portal/examples/portlets/gatein-jsp-hellouser/3.0.0-Beta04/gatein-jsp-hellouser-3.0.0-Beta04.pom
maven2/org/gatein/portal/examples/portlets/gatein-jsp-hellouser/3.0.0-Beta04/gatein-jsp-hellouser-3.0.0-Beta04.pom.md5
maven2/org/gatein/portal/examples/portlets/gatein-jsp-hellouser/3.0.0-Beta04/gatein-jsp-hellouser-3.0.0-Beta04.pom.sha1
maven2/org/gatein/portal/examples/portlets/gatein-jsp-hellouser/3.0.0-Beta04/gatein-jsp-hellouser-3.0.0-Beta04.war
maven2/org/gatein/portal/examples/portlets/gatein-jsp-hellouser/3.0.0-Beta04/gatein-jsp-hellouser-3.0.0-Beta04.war.md5
maven2/org/gatein/portal/examples/portlets/gatein-jsp-hellouser/3.0.0-Beta04/gatein-jsp-hellouser-3.0.0-Beta04.war.sha1
maven2/org/gatein/portal/examples/portlets/gatein-simplest-helloworld/3.0.0-Beta04/
maven2/org/gatein/portal/examples/portlets/gatein-simplest-helloworld/3.0.0-Beta04/gatein-simplest-helloworld-3.0.0-Beta04-sources.jar
maven2/org/gatein/portal/examples/portlets/gatein-simplest-helloworld/3.0.0-Beta04/gatein-simplest-helloworld-3.0.0-Beta04-sources.jar.md5
maven2/org/gatein/portal/examples/portlets/gatein-simplest-helloworld/3.0.0-Beta04/gatein-simplest-helloworld-3.0.0-Beta04-sources.jar.sha1
maven2/org/gatein/portal/examples/portlets/gatein-simplest-helloworld/3.0.0-Beta04/gatein-simplest-helloworld-3.0.0-Beta04.pom
maven2/org/gatein/portal/examples/portlets/gatein-simplest-helloworld/3.0.0-Beta04/gatein-simplest-helloworld-3.0.0-Beta04.pom.md5
maven2/org/gatein/portal/examples/portlets/gatein-simplest-helloworld/3.0.0-Beta04/gatein-simplest-helloworld-3.0.0-Beta04.pom.sha1
maven2/org/gatein/portal/examples/portlets/gatein-simplest-helloworld/3.0.0-Beta04/gatein-simplest-helloworld-3.0.0-Beta04.war
maven2/org/gatein/portal/examples/portlets/gatein-simplest-helloworld/3.0.0-Beta04/gatein-simplest-helloworld-3.0.0-Beta04.war.md5
maven2/org/gatein/portal/examples/portlets/gatein-simplest-helloworld/3.0.0-Beta04/gatein-simplest-helloworld-3.0.0-Beta04.war.sha1
maven2/org/gatein/portal/examples/portlets/parent/3.0.0-Beta04/
maven2/org/gatein/portal/examples/portlets/parent/3.0.0-Beta04/parent-3.0.0-Beta04.pom
maven2/org/gatein/portal/examples/portlets/parent/3.0.0-Beta04/parent-3.0.0-Beta04.pom.md5
maven2/org/gatein/portal/examples/portlets/parent/3.0.0-Beta04/parent-3.0.0-Beta04.pom.sha1
Modified:
maven2/org/exoplatform/portal/exo.portal.component.application-registry/maven-metadata.xml
maven2/org/exoplatform/portal/exo.portal.component.application-registry/maven-metadata.xml.md5
maven2/org/exoplatform/portal/exo.portal.component.application-registry/maven-metadata.xml.sha1
maven2/org/exoplatform/portal/exo.portal.component.common/maven-metadata.xml
maven2/org/exoplatform/portal/exo.portal.component.common/maven-metadata.xml.md5
maven2/org/exoplatform/portal/exo.portal.component.common/maven-metadata.xml.sha1
maven2/org/exoplatform/portal/exo.portal.component.dashboard/maven-metadata.xml
maven2/org/exoplatform/portal/exo.portal.component.dashboard/maven-metadata.xml.md5
maven2/org/exoplatform/portal/exo.portal.component.dashboard/maven-metadata.xml.sha1
maven2/org/exoplatform/portal/exo.portal.component.identity/maven-metadata.xml
maven2/org/exoplatform/portal/exo.portal.component.identity/maven-metadata.xml.md5
maven2/org/exoplatform/portal/exo.portal.component.identity/maven-metadata.xml.sha1
maven2/org/exoplatform/portal/exo.portal.component.pc/maven-metadata.xml
maven2/org/exoplatform/portal/exo.portal.component.pc/maven-metadata.xml.md5
maven2/org/exoplatform/portal/exo.portal.component.pc/maven-metadata.xml.sha1
maven2/org/exoplatform/portal/exo.portal.component.portal/maven-metadata.xml
maven2/org/exoplatform/portal/exo.portal.component.portal/maven-metadata.xml.md5
maven2/org/exoplatform/portal/exo.portal.component.portal/maven-metadata.xml.sha1
maven2/org/exoplatform/portal/exo.portal.component.resources/maven-metadata.xml
maven2/org/exoplatform/portal/exo.portal.component.resources/maven-metadata.xml.md5
maven2/org/exoplatform/portal/exo.portal.component.resources/maven-metadata.xml.sha1
maven2/org/exoplatform/portal/exo.portal.component.scripting/maven-metadata.xml
maven2/org/exoplatform/portal/exo.portal.component.scripting/maven-metadata.xml.md5
maven2/org/exoplatform/portal/exo.portal.component.scripting/maven-metadata.xml.sha1
maven2/org/exoplatform/portal/exo.portal.component.web/maven-metadata.xml
maven2/org/exoplatform/portal/exo.portal.component.web/maven-metadata.xml.md5
maven2/org/exoplatform/portal/exo.portal.component.web/maven-metadata.xml.sha1
maven2/org/exoplatform/portal/exo.portal.component.wsrp/maven-metadata.xml
maven2/org/exoplatform/portal/exo.portal.component.wsrp/maven-metadata.xml.md5
maven2/org/exoplatform/portal/exo.portal.component.wsrp/maven-metadata.xml.sha1
maven2/org/exoplatform/portal/exo.portal.component.xml-parser/maven-metadata.xml
maven2/org/exoplatform/portal/exo.portal.component.xml-parser/maven-metadata.xml.md5
maven2/org/exoplatform/portal/exo.portal.component.xml-parser/maven-metadata.xml.sha1
maven2/org/exoplatform/portal/exo.portal.component/maven-metadata.xml
maven2/org/exoplatform/portal/exo.portal.component/maven-metadata.xml.md5
maven2/org/exoplatform/portal/exo.portal.component/maven-metadata.xml.sha1
maven2/org/exoplatform/portal/exo.portal.eXoGadgets/maven-metadata.xml
maven2/org/exoplatform/portal/exo.portal.eXoGadgets/maven-metadata.xml.md5
maven2/org/exoplatform/portal/exo.portal.eXoGadgets/maven-metadata.xml.sha1
maven2/org/exoplatform/portal/exo.portal.gadgets-core/maven-metadata.xml
maven2/org/exoplatform/portal/exo.portal.gadgets-core/maven-metadata.xml.md5
maven2/org/exoplatform/portal/exo.portal.gadgets-core/maven-metadata.xml.sha1
maven2/org/exoplatform/portal/exo.portal.gadgets-server/maven-metadata.xml
maven2/org/exoplatform/portal/exo.portal.gadgets-server/maven-metadata.xml.md5
maven2/org/exoplatform/portal/exo.portal.gadgets-server/maven-metadata.xml.sha1
maven2/org/exoplatform/portal/exo.portal.gadgets/maven-metadata.xml
maven2/org/exoplatform/portal/exo.portal.gadgets/maven-metadata.xml.md5
maven2/org/exoplatform/portal/exo.portal.gadgets/maven-metadata.xml.sha1
maven2/org/exoplatform/portal/exo.portal.packaging.assembly/maven-metadata.xml
maven2/org/exoplatform/portal/exo.portal.packaging.assembly/maven-metadata.xml.md5
maven2/org/exoplatform/portal/exo.portal.packaging.assembly/maven-metadata.xml.sha1
maven2/org/exoplatform/portal/exo.portal.packaging.reports/maven-metadata.xml
maven2/org/exoplatform/portal/exo.portal.packaging.reports/maven-metadata.xml.md5
maven2/org/exoplatform/portal/exo.portal.packaging.reports/maven-metadata.xml.sha1
maven2/org/exoplatform/portal/exo.portal.packaging/maven-metadata.xml
maven2/org/exoplatform/portal/exo.portal.packaging/maven-metadata.xml.md5
maven2/org/exoplatform/portal/exo.portal.packaging/maven-metadata.xml.sha1
maven2/org/exoplatform/portal/exo.portal.parent/maven-metadata.xml
maven2/org/exoplatform/portal/exo.portal.parent/maven-metadata.xml.md5
maven2/org/exoplatform/portal/exo.portal.parent/maven-metadata.xml.sha1
maven2/org/exoplatform/portal/exo.portal.portlet.dashboard/maven-metadata.xml
maven2/org/exoplatform/portal/exo.portal.portlet.dashboard/maven-metadata.xml.md5
maven2/org/exoplatform/portal/exo.portal.portlet.dashboard/maven-metadata.xml.sha1
maven2/org/exoplatform/portal/exo.portal.portlet.exoadmin/maven-metadata.xml
maven2/org/exoplatform/portal/exo.portal.portlet.exoadmin/maven-metadata.xml.md5
maven2/org/exoplatform/portal/exo.portal.portlet.exoadmin/maven-metadata.xml.sha1
maven2/org/exoplatform/portal/exo.portal.portlet.web/maven-metadata.xml
maven2/org/exoplatform/portal/exo.portal.portlet.web/maven-metadata.xml.md5
maven2/org/exoplatform/portal/exo.portal.portlet.web/maven-metadata.xml.sha1
maven2/org/exoplatform/portal/exo.portal.portlet/maven-metadata.xml
maven2/org/exoplatform/portal/exo.portal.portlet/maven-metadata.xml.md5
maven2/org/exoplatform/portal/exo.portal.portlet/maven-metadata.xml.sha1
maven2/org/exoplatform/portal/exo.portal.sample.extension.config/maven-metadata.xml
maven2/org/exoplatform/portal/exo.portal.sample.extension.config/maven-metadata.xml.md5
maven2/org/exoplatform/portal/exo.portal.sample.extension.config/maven-metadata.xml.sha1
maven2/org/exoplatform/portal/exo.portal.sample.extension.jar/maven-metadata.xml
maven2/org/exoplatform/portal/exo.portal.sample.extension.jar/maven-metadata.xml.md5
maven2/org/exoplatform/portal/exo.portal.sample.extension.jar/maven-metadata.xml.sha1
maven2/org/exoplatform/portal/exo.portal.sample.extension.root/maven-metadata.xml
maven2/org/exoplatform/portal/exo.portal.sample.extension.root/maven-metadata.xml.md5
maven2/org/exoplatform/portal/exo.portal.sample.extension.root/maven-metadata.xml.sha1
maven2/org/exoplatform/portal/exo.portal.sample.extension.war/maven-metadata.xml
maven2/org/exoplatform/portal/exo.portal.sample.extension.war/maven-metadata.xml.md5
maven2/org/exoplatform/portal/exo.portal.sample.extension.war/maven-metadata.xml.sha1
maven2/org/exoplatform/portal/exo.portal.sample.portal.config/maven-metadata.xml
maven2/org/exoplatform/portal/exo.portal.sample.portal.config/maven-metadata.xml.md5
maven2/org/exoplatform/portal/exo.portal.sample.portal.config/maven-metadata.xml.sha1
maven2/org/exoplatform/portal/exo.portal.sample.portal.jar/maven-metadata.xml
maven2/org/exoplatform/portal/exo.portal.sample.portal.jar/maven-metadata.xml.md5
maven2/org/exoplatform/portal/exo.portal.sample.portal.jar/maven-metadata.xml.sha1
maven2/org/exoplatform/portal/exo.portal.sample.portal.rest-war/maven-metadata.xml
maven2/org/exoplatform/portal/exo.portal.sample.portal.rest-war/maven-metadata.xml.md5
maven2/org/exoplatform/portal/exo.portal.sample.portal.rest-war/maven-metadata.xml.sha1
maven2/org/exoplatform/portal/exo.portal.sample.portal.root/maven-metadata.xml
maven2/org/exoplatform/portal/exo.portal.sample.portal.root/maven-metadata.xml.md5
maven2/org/exoplatform/portal/exo.portal.sample.portal.root/maven-metadata.xml.sha1
maven2/org/exoplatform/portal/exo.portal.sample.portal.war/maven-metadata.xml
maven2/org/exoplatform/portal/exo.portal.sample.portal.war/maven-metadata.xml.md5
maven2/org/exoplatform/portal/exo.portal.sample.portal.war/maven-metadata.xml.sha1
maven2/org/exoplatform/portal/exo.portal.sample/maven-metadata.xml
maven2/org/exoplatform/portal/exo.portal.sample/maven-metadata.xml.md5
maven2/org/exoplatform/portal/exo.portal.sample/maven-metadata.xml.sha1
maven2/org/exoplatform/portal/exo.portal.server.jboss.patch-ear/maven-metadata.xml
maven2/org/exoplatform/portal/exo.portal.server.jboss.patch-ear/maven-metadata.xml.md5
maven2/org/exoplatform/portal/exo.portal.server.jboss.patch-ear/maven-metadata.xml.sha1
maven2/org/exoplatform/portal/exo.portal.server.jboss.plugin/maven-metadata.xml
maven2/org/exoplatform/portal/exo.portal.server.jboss.plugin/maven-metadata.xml.md5
maven2/org/exoplatform/portal/exo.portal.server.jboss.plugin/maven-metadata.xml.sha1
maven2/org/exoplatform/portal/exo.portal.server.jboss/maven-metadata.xml
maven2/org/exoplatform/portal/exo.portal.server.jboss/maven-metadata.xml.md5
maven2/org/exoplatform/portal/exo.portal.server.jboss/maven-metadata.xml.sha1
maven2/org/exoplatform/portal/exo.portal.server.tomcat.patch/maven-metadata.xml
maven2/org/exoplatform/portal/exo.portal.server.tomcat.patch/maven-metadata.xml.md5
maven2/org/exoplatform/portal/exo.portal.server.tomcat.patch/maven-metadata.xml.sha1
maven2/org/exoplatform/portal/exo.portal.server.tomcat.plugin/maven-metadata.xml
maven2/org/exoplatform/portal/exo.portal.server.tomcat.plugin/maven-metadata.xml.md5
maven2/org/exoplatform/portal/exo.portal.server.tomcat.plugin/maven-metadata.xml.sha1
maven2/org/exoplatform/portal/exo.portal.server.tomcat/maven-metadata.xml
maven2/org/exoplatform/portal/exo.portal.server.tomcat/maven-metadata.xml.md5
maven2/org/exoplatform/portal/exo.portal.server.tomcat/maven-metadata.xml.sha1
maven2/org/exoplatform/portal/exo.portal.server/maven-metadata.xml
maven2/org/exoplatform/portal/exo.portal.server/maven-metadata.xml.md5
maven2/org/exoplatform/portal/exo.portal.server/maven-metadata.xml.sha1
maven2/org/exoplatform/portal/exo.portal.starter.root/maven-metadata.xml
maven2/org/exoplatform/portal/exo.portal.starter.root/maven-metadata.xml.md5
maven2/org/exoplatform/portal/exo.portal.starter.root/maven-metadata.xml.sha1
maven2/org/exoplatform/portal/exo.portal.starter.war/maven-metadata.xml
maven2/org/exoplatform/portal/exo.portal.starter.war/maven-metadata.xml.md5
maven2/org/exoplatform/portal/exo.portal.starter.war/maven-metadata.xml.sha1
maven2/org/exoplatform/portal/exo.portal.web.eXoResources/maven-metadata.xml
maven2/org/exoplatform/portal/exo.portal.web.eXoResources/maven-metadata.xml.md5
maven2/org/exoplatform/portal/exo.portal.web.eXoResources/maven-metadata.xml.sha1
maven2/org/exoplatform/portal/exo.portal.web.portal/maven-metadata.xml
maven2/org/exoplatform/portal/exo.portal.web.portal/maven-metadata.xml.md5
maven2/org/exoplatform/portal/exo.portal.web.portal/maven-metadata.xml.sha1
maven2/org/exoplatform/portal/exo.portal.web.rest/maven-metadata.xml
maven2/org/exoplatform/portal/exo.portal.web.rest/maven-metadata.xml.md5
maven2/org/exoplatform/portal/exo.portal.web.rest/maven-metadata.xml.sha1
maven2/org/exoplatform/portal/exo.portal.web/maven-metadata.xml
maven2/org/exoplatform/portal/exo.portal.web/maven-metadata.xml.md5
maven2/org/exoplatform/portal/exo.portal.web/maven-metadata.xml.sha1
maven2/org/exoplatform/portal/exo.portal.webui.core/maven-metadata.xml
maven2/org/exoplatform/portal/exo.portal.webui.core/maven-metadata.xml.md5
maven2/org/exoplatform/portal/exo.portal.webui.core/maven-metadata.xml.sha1
maven2/org/exoplatform/portal/exo.portal.webui.eXo/maven-metadata.xml
maven2/org/exoplatform/portal/exo.portal.webui.eXo/maven-metadata.xml.md5
maven2/org/exoplatform/portal/exo.portal.webui.eXo/maven-metadata.xml.sha1
maven2/org/exoplatform/portal/exo.portal.webui.portal/maven-metadata.xml
maven2/org/exoplatform/portal/exo.portal.webui.portal/maven-metadata.xml.md5
maven2/org/exoplatform/portal/exo.portal.webui.portal/maven-metadata.xml.sha1
maven2/org/exoplatform/portal/exo.portal.webui/maven-metadata.xml
maven2/org/exoplatform/portal/exo.portal.webui/maven-metadata.xml.md5
maven2/org/exoplatform/portal/exo.portal.webui/maven-metadata.xml.sha1
maven2/org/exoplatform/portal/gatein-sample-extension/maven-metadata.xml
maven2/org/exoplatform/portal/gatein-sample-extension/maven-metadata.xml.md5
maven2/org/exoplatform/portal/gatein-sample-extension/maven-metadata.xml.sha1
maven2/org/exoplatform/portal/gatein-sample-portal/maven-metadata.xml
maven2/org/exoplatform/portal/gatein-sample-portal/maven-metadata.xml.md5
maven2/org/exoplatform/portal/gatein-sample-portal/maven-metadata.xml.sha1
maven2/org/exoplatform/portal/portal.packaging.module/maven-metadata.xml
maven2/org/exoplatform/portal/portal.packaging.module/maven-metadata.xml.md5
maven2/org/exoplatform/portal/portal.packaging.module/maven-metadata.xml.sha1
maven2/org/exoplatform/portal/portal.packaging.product/maven-metadata.xml
maven2/org/exoplatform/portal/portal.packaging.product/maven-metadata.xml.md5
maven2/org/exoplatform/portal/portal.packaging.product/maven-metadata.xml.sha1
maven2/org/exoplatform/portal/starter-gatein/maven-metadata.xml
maven2/org/exoplatform/portal/starter-gatein/maven-metadata.xml.md5
maven2/org/exoplatform/portal/starter-gatein/maven-metadata.xml.sha1
maven2/org/gatein/portal/examples/portlets/gatein-jsf-hellouser/maven-metadata.xml
maven2/org/gatein/portal/examples/portlets/gatein-jsf-hellouser/maven-metadata.xml.md5
maven2/org/gatein/portal/examples/portlets/gatein-jsf-hellouser/maven-metadata.xml.sha1
maven2/org/gatein/portal/examples/portlets/gatein-jsp-hellouser/maven-metadata.xml
maven2/org/gatein/portal/examples/portlets/gatein-jsp-hellouser/maven-metadata.xml.md5
maven2/org/gatein/portal/examples/portlets/gatein-jsp-hellouser/maven-metadata.xml.sha1
maven2/org/gatein/portal/examples/portlets/gatein-simplest-helloworld/maven-metadata.xml
maven2/org/gatein/portal/examples/portlets/gatein-simplest-helloworld/maven-metadata.xml.md5
maven2/org/gatein/portal/examples/portlets/gatein-simplest-helloworld/maven-metadata.xml.sha1
maven2/org/gatein/portal/examples/portlets/parent/maven-metadata.xml
maven2/org/gatein/portal/examples/portlets/parent/maven-metadata.xml.md5
maven2/org/gatein/portal/examples/portlets/parent/maven-metadata.xml.sha1
Log:
Releasing GateIn 3.0.0-Beta04
Added: maven2/org/exoplatform/portal/exo.portal.component/3.0.0-Beta04/exo.portal.component-3.0.0-Beta04.pom
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.component/3.0.0-Beta04/exo.portal.component-3.0.0-Beta04.pom (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.component/3.0.0-Beta04/exo.portal.component-3.0.0-Beta04.pom 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1,52 @@
+<!--
+
+ 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.
+
+-->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.parent</artifactId>
+ <version>3.0.0-Beta04</version>
+ </parent>
+
+ <artifactId>exo.portal.component</artifactId>
+ <packaging>pom</packaging>
+
+ <name>GateIn Portal Component</name>
+
+ <modules>
+ <module>test</module>
+ <module>common</module>
+ <module>pc</module>
+ <module>xml-parser</module>
+ <module>wsrp</module>
+ <module>resources</module>
+ <module>application-registry</module>
+ <module>portal</module>
+ <module>web</module>
+ <module>scripting</module>
+ <module>identity</module>
+ <module>dashboard</module>
+ </modules>
+
+</project>
Added: maven2/org/exoplatform/portal/exo.portal.component/3.0.0-Beta04/exo.portal.component-3.0.0-Beta04.pom.md5
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.component/3.0.0-Beta04/exo.portal.component-3.0.0-Beta04.pom.md5 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.component/3.0.0-Beta04/exo.portal.component-3.0.0-Beta04.pom.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+cba935698d72da14ef22f6cc6e1d8638
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.component/3.0.0-Beta04/exo.portal.component-3.0.0-Beta04.pom.sha1
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.component/3.0.0-Beta04/exo.portal.component-3.0.0-Beta04.pom.sha1 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.component/3.0.0-Beta04/exo.portal.component-3.0.0-Beta04.pom.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+69a3c3a8a5a91706dfa9b14475c00421cfb378db
\ No newline at end of file
Modified: maven2/org/exoplatform/portal/exo.portal.component/maven-metadata.xml
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.component/maven-metadata.xml 2009-12-22 15:18:31 UTC (rev 33183)
+++ maven2/org/exoplatform/portal/exo.portal.component/maven-metadata.xml 2009-12-22 20:29:02 UTC (rev 33184)
@@ -4,11 +4,12 @@
<artifactId>exo.portal.component</artifactId>
<version>3.0.0-Beta02</version>
<versioning>
- <release>3.0.0-Beta03</release>
+ <release>3.0.0-Beta04</release>
<versions>
<version>3.0.0-Beta02</version>
<version>3.0.0-Beta03</version>
+ <version>3.0.0-Beta04</version>
</versions>
- <lastUpdated>20091128085143</lastUpdated>
+ <lastUpdated>20091222195225</lastUpdated>
</versioning>
</metadata>
Modified: maven2/org/exoplatform/portal/exo.portal.component/maven-metadata.xml.md5
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.component/maven-metadata.xml.md5 2009-12-22 15:18:31 UTC (rev 33183)
+++ maven2/org/exoplatform/portal/exo.portal.component/maven-metadata.xml.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -1 +1 @@
-4310d684bbe5065de08ea0ee5f387108
\ No newline at end of file
+cad42e06d067317af39c155653a8022a
\ No newline at end of file
Modified: maven2/org/exoplatform/portal/exo.portal.component/maven-metadata.xml.sha1
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.component/maven-metadata.xml.sha1 2009-12-22 15:18:31 UTC (rev 33183)
+++ maven2/org/exoplatform/portal/exo.portal.component/maven-metadata.xml.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -1 +1 @@
-d5b55c47ef471021097a731022e6f2447a4e9fac
\ No newline at end of file
+b5312b2813f51ef120a309007c8c69d2ae174454
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.component.application-registry/3.0.0-Beta04/exo.portal.component.application-registry-3.0.0-Beta04-sources.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/exoplatform/portal/exo.portal.component.application-registry/3.0.0-Beta04/exo.portal.component.application-registry-3.0.0-Beta04-sources.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/exoplatform/portal/exo.portal.component.application-registry/3.0.0-Beta04/exo.portal.component.application-registry-3.0.0-Beta04-sources.jar.md5
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.component.application-registry/3.0.0-Beta04/exo.portal.component.application-registry-3.0.0-Beta04-sources.jar.md5 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.component.application-registry/3.0.0-Beta04/exo.portal.component.application-registry-3.0.0-Beta04-sources.jar.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+d62bf50a0a9b3cadfac9afbd9abf6ad7
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.component.application-registry/3.0.0-Beta04/exo.portal.component.application-registry-3.0.0-Beta04-sources.jar.sha1
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.component.application-registry/3.0.0-Beta04/exo.portal.component.application-registry-3.0.0-Beta04-sources.jar.sha1 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.component.application-registry/3.0.0-Beta04/exo.portal.component.application-registry-3.0.0-Beta04-sources.jar.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+54a92a728f656a21012c350b8f499a75b8daaaec
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.component.application-registry/3.0.0-Beta04/exo.portal.component.application-registry-3.0.0-Beta04.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/exoplatform/portal/exo.portal.component.application-registry/3.0.0-Beta04/exo.portal.component.application-registry-3.0.0-Beta04.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/exoplatform/portal/exo.portal.component.application-registry/3.0.0-Beta04/exo.portal.component.application-registry-3.0.0-Beta04.jar.md5
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.component.application-registry/3.0.0-Beta04/exo.portal.component.application-registry-3.0.0-Beta04.jar.md5 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.component.application-registry/3.0.0-Beta04/exo.portal.component.application-registry-3.0.0-Beta04.jar.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+9abc511a4a7b47d0131a8e38c4e3740b
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.component.application-registry/3.0.0-Beta04/exo.portal.component.application-registry-3.0.0-Beta04.jar.sha1
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.component.application-registry/3.0.0-Beta04/exo.portal.component.application-registry-3.0.0-Beta04.jar.sha1 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.component.application-registry/3.0.0-Beta04/exo.portal.component.application-registry-3.0.0-Beta04.jar.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+2b5d709135edbf1df7d3fb337d7fc16968a75a16
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.component.application-registry/3.0.0-Beta04/exo.portal.component.application-registry-3.0.0-Beta04.pom
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.component.application-registry/3.0.0-Beta04/exo.portal.component.application-registry-3.0.0-Beta04.pom (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.component.application-registry/3.0.0-Beta04/exo.portal.component.application-registry-3.0.0-Beta04.pom 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1,107 @@
+<!--
+
+ 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.
+
+-->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <parent>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.component</artifactId>
+ <version>3.0.0-Beta04</version>
+ </parent>
+
+ <modelVersion>4.0.0</modelVersion>
+ <artifactId>exo.portal.component.application-registry</artifactId>
+ <name>GateIn Portal Component Application Registry</name>
+ <packaging>jar</packaging>
+
+ <dependencies>
+ <dependency>
+ <groupId>org.exoplatform.jcr</groupId>
+ <artifactId>exo.jcr.component.ext</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>org.exoplatform.core</groupId>
+ <artifactId>exo.core.component.organization.api</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.component.portal</artifactId>
+ <version>3.0.0-Beta04</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.chromattic</groupId>
+ <artifactId>chromattic.ntdef</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.component.test.core</artifactId>
+ <version>3.0.0-Beta04</version>
+ <scope>test</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.component.test.jcr</artifactId>
+ <version>3.0.0-Beta04</version>
+ <scope>test</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.component.test.organization</artifactId>
+ <version>3.0.0-Beta04</version>
+ <scope>test</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.component.portal</artifactId>
+ <version>3.0.0-Beta04</version>
+ <type>test-jar</type>
+ <scope>test</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.chromattic</groupId>
+ <artifactId>chromattic.core</artifactId>
+ <version>${version.chromattic}</version>
+ <scope>test</scope>
+ </dependency>
+
+ <!--
+ <dependency>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.component.portal</artifactId>
+ <version>3.0.0-Beta04-SNAPSHOT</version>
+ <classifier>testconf</classifier>
+ <scope>test</scope>
+ </dependency>
+-->
+
+ <dependency>
+ <groupId>org.gatein.pc</groupId>
+ <artifactId>pc-api</artifactId>
+ </dependency>
+ </dependencies>
+</project>
Added: maven2/org/exoplatform/portal/exo.portal.component.application-registry/3.0.0-Beta04/exo.portal.component.application-registry-3.0.0-Beta04.pom.md5
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.component.application-registry/3.0.0-Beta04/exo.portal.component.application-registry-3.0.0-Beta04.pom.md5 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.component.application-registry/3.0.0-Beta04/exo.portal.component.application-registry-3.0.0-Beta04.pom.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+eb2b4f9521a08b1e71a3cc00f214b417
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.component.application-registry/3.0.0-Beta04/exo.portal.component.application-registry-3.0.0-Beta04.pom.sha1
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.component.application-registry/3.0.0-Beta04/exo.portal.component.application-registry-3.0.0-Beta04.pom.sha1 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.component.application-registry/3.0.0-Beta04/exo.portal.component.application-registry-3.0.0-Beta04.pom.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+a46ae6b82d4fff8f31a5ab83779e08293a95485d
\ No newline at end of file
Modified: maven2/org/exoplatform/portal/exo.portal.component.application-registry/maven-metadata.xml
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.component.application-registry/maven-metadata.xml 2009-12-22 15:18:31 UTC (rev 33183)
+++ maven2/org/exoplatform/portal/exo.portal.component.application-registry/maven-metadata.xml 2009-12-22 20:29:02 UTC (rev 33184)
@@ -4,11 +4,12 @@
<artifactId>exo.portal.component.application-registry</artifactId>
<version>3.0.0-Beta02</version>
<versioning>
- <release>3.0.0-Beta03</release>
+ <release>3.0.0-Beta04</release>
<versions>
<version>3.0.0-Beta02</version>
<version>3.0.0-Beta03</version>
+ <version>3.0.0-Beta04</version>
</versions>
- <lastUpdated>20091128085344</lastUpdated>
+ <lastUpdated>20091222195336</lastUpdated>
</versioning>
</metadata>
Modified: maven2/org/exoplatform/portal/exo.portal.component.application-registry/maven-metadata.xml.md5
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.component.application-registry/maven-metadata.xml.md5 2009-12-22 15:18:31 UTC (rev 33183)
+++ maven2/org/exoplatform/portal/exo.portal.component.application-registry/maven-metadata.xml.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -1 +1 @@
-b232d16213c8a12aee6bf6e9d748f611
\ No newline at end of file
+93006eb753eb74488589a25be53d59a6
\ No newline at end of file
Modified: maven2/org/exoplatform/portal/exo.portal.component.application-registry/maven-metadata.xml.sha1
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.component.application-registry/maven-metadata.xml.sha1 2009-12-22 15:18:31 UTC (rev 33183)
+++ maven2/org/exoplatform/portal/exo.portal.component.application-registry/maven-metadata.xml.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -1 +1 @@
-09f2392e28ec66e186e7cf0ee34f4d8802322749
\ No newline at end of file
+d6383fe393f7fa43b91fb16c36c82ba436cc2af7
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.component.common/3.0.0-Beta04/exo.portal.component.common-3.0.0-Beta04-sources.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/exoplatform/portal/exo.portal.component.common/3.0.0-Beta04/exo.portal.component.common-3.0.0-Beta04-sources.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/exoplatform/portal/exo.portal.component.common/3.0.0-Beta04/exo.portal.component.common-3.0.0-Beta04-sources.jar.md5
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.component.common/3.0.0-Beta04/exo.portal.component.common-3.0.0-Beta04-sources.jar.md5 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.component.common/3.0.0-Beta04/exo.portal.component.common-3.0.0-Beta04-sources.jar.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+15e83b2afeea05cecc62e3ce068e28ab
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.component.common/3.0.0-Beta04/exo.portal.component.common-3.0.0-Beta04-sources.jar.sha1
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.component.common/3.0.0-Beta04/exo.portal.component.common-3.0.0-Beta04-sources.jar.sha1 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.component.common/3.0.0-Beta04/exo.portal.component.common-3.0.0-Beta04-sources.jar.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+c13dcaf154b5583b90340602b85aeac4b992374e
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.component.common/3.0.0-Beta04/exo.portal.component.common-3.0.0-Beta04.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/exoplatform/portal/exo.portal.component.common/3.0.0-Beta04/exo.portal.component.common-3.0.0-Beta04.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/exoplatform/portal/exo.portal.component.common/3.0.0-Beta04/exo.portal.component.common-3.0.0-Beta04.jar.md5
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.component.common/3.0.0-Beta04/exo.portal.component.common-3.0.0-Beta04.jar.md5 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.component.common/3.0.0-Beta04/exo.portal.component.common-3.0.0-Beta04.jar.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+71c2e841e191275969e6533835f63220
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.component.common/3.0.0-Beta04/exo.portal.component.common-3.0.0-Beta04.jar.sha1
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.component.common/3.0.0-Beta04/exo.portal.component.common-3.0.0-Beta04.jar.sha1 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.component.common/3.0.0-Beta04/exo.portal.component.common-3.0.0-Beta04.jar.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+421fcad6a7081e9bcf80b669bd66e44893a62931
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.component.common/3.0.0-Beta04/exo.portal.component.common-3.0.0-Beta04.pom
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.component.common/3.0.0-Beta04/exo.portal.component.common-3.0.0-Beta04.pom (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.component.common/3.0.0-Beta04/exo.portal.component.common-3.0.0-Beta04.pom 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1,97 @@
+<!--
+
+ 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.
+
+-->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <parent>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.component</artifactId>
+ <version>3.0.0-Beta04</version>
+ </parent>
+ <modelVersion>4.0.0</modelVersion>
+ <artifactId>exo.portal.component.common</artifactId>
+ <packaging>jar</packaging>
+ <name>GateIn Portal Component Common</name>
+ <dependencies>
+
+ <dependency>
+ <groupId>org.gatein.common</groupId>
+ <artifactId>common-logging</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.gatein.common</groupId>
+ <artifactId>common-common</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.exoplatform.kernel</groupId>
+ <artifactId>exo.kernel.commons</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.exoplatform.core</groupId>
+ <artifactId>exo.core.component.database</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.exoplatform.jcr</groupId>
+ <artifactId>exo.jcr.component.core</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.exoplatform.jcr</groupId>
+ <artifactId>exo.jcr.component.ext</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.chromattic</groupId>
+ <artifactId>chromattic.api</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.chromattic</groupId>
+ <artifactId>chromattic.spi</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.component.test.core</artifactId>
+ <version>3.0.0-Beta04</version>
+ <scope>test</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.component.test.jcr</artifactId>
+ <version>3.0.0-Beta04</version>
+ <scope>test</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.chromattic</groupId>
+ <artifactId>chromattic.core</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.chromattic</groupId>
+ <artifactId>chromattic.apt</artifactId>
+ <scope>test</scope>
+ </dependency>
+ </dependencies>
+</project>
Added: maven2/org/exoplatform/portal/exo.portal.component.common/3.0.0-Beta04/exo.portal.component.common-3.0.0-Beta04.pom.md5
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.component.common/3.0.0-Beta04/exo.portal.component.common-3.0.0-Beta04.pom.md5 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.component.common/3.0.0-Beta04/exo.portal.component.common-3.0.0-Beta04.pom.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+76576ad4a59960a50576620c1069807d
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.component.common/3.0.0-Beta04/exo.portal.component.common-3.0.0-Beta04.pom.sha1
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.component.common/3.0.0-Beta04/exo.portal.component.common-3.0.0-Beta04.pom.sha1 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.component.common/3.0.0-Beta04/exo.portal.component.common-3.0.0-Beta04.pom.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+a8a1ccb43c08ed392ec2cc8cc023f0ab6c83cb2a
\ No newline at end of file
Modified: maven2/org/exoplatform/portal/exo.portal.component.common/maven-metadata.xml
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.component.common/maven-metadata.xml 2009-12-22 15:18:31 UTC (rev 33183)
+++ maven2/org/exoplatform/portal/exo.portal.component.common/maven-metadata.xml 2009-12-22 20:29:02 UTC (rev 33184)
@@ -4,11 +4,12 @@
<artifactId>exo.portal.component.common</artifactId>
<version>3.0.0-Beta02</version>
<versioning>
- <release>3.0.0-Beta03</release>
+ <release>3.0.0-Beta04</release>
<versions>
<version>3.0.0-Beta02</version>
<version>3.0.0-Beta03</version>
+ <version>3.0.0-Beta04</version>
</versions>
- <lastUpdated>20091128085145</lastUpdated>
+ <lastUpdated>20091222195245</lastUpdated>
</versioning>
</metadata>
Modified: maven2/org/exoplatform/portal/exo.portal.component.common/maven-metadata.xml.md5
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.component.common/maven-metadata.xml.md5 2009-12-22 15:18:31 UTC (rev 33183)
+++ maven2/org/exoplatform/portal/exo.portal.component.common/maven-metadata.xml.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -1 +1 @@
-66756639665d670a1526ee782636835a
\ No newline at end of file
+b796a9486b61236820c2183c60bc6b69
\ No newline at end of file
Modified: maven2/org/exoplatform/portal/exo.portal.component.common/maven-metadata.xml.sha1
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.component.common/maven-metadata.xml.sha1 2009-12-22 15:18:31 UTC (rev 33183)
+++ maven2/org/exoplatform/portal/exo.portal.component.common/maven-metadata.xml.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -1 +1 @@
-7ea1292c1ea2416dd9ecf59b6d8550327cfe902e
\ No newline at end of file
+1ed85ad66a2bcfc44c5f5413f6fd6e288b9355e9
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.component.dashboard/3.0.0-Beta04/exo.portal.component.dashboard-3.0.0-Beta04-sources.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/exoplatform/portal/exo.portal.component.dashboard/3.0.0-Beta04/exo.portal.component.dashboard-3.0.0-Beta04-sources.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/exoplatform/portal/exo.portal.component.dashboard/3.0.0-Beta04/exo.portal.component.dashboard-3.0.0-Beta04-sources.jar.md5
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.component.dashboard/3.0.0-Beta04/exo.portal.component.dashboard-3.0.0-Beta04-sources.jar.md5 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.component.dashboard/3.0.0-Beta04/exo.portal.component.dashboard-3.0.0-Beta04-sources.jar.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+a83ceec55d119ba0d7f2180aa0948ca2
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.component.dashboard/3.0.0-Beta04/exo.portal.component.dashboard-3.0.0-Beta04-sources.jar.sha1
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.component.dashboard/3.0.0-Beta04/exo.portal.component.dashboard-3.0.0-Beta04-sources.jar.sha1 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.component.dashboard/3.0.0-Beta04/exo.portal.component.dashboard-3.0.0-Beta04-sources.jar.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+6ceba94519a15deb80ed7706ad051790ec9b21f1
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.component.dashboard/3.0.0-Beta04/exo.portal.component.dashboard-3.0.0-Beta04.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/exoplatform/portal/exo.portal.component.dashboard/3.0.0-Beta04/exo.portal.component.dashboard-3.0.0-Beta04.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/exoplatform/portal/exo.portal.component.dashboard/3.0.0-Beta04/exo.portal.component.dashboard-3.0.0-Beta04.jar.md5
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.component.dashboard/3.0.0-Beta04/exo.portal.component.dashboard-3.0.0-Beta04.jar.md5 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.component.dashboard/3.0.0-Beta04/exo.portal.component.dashboard-3.0.0-Beta04.jar.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+cbc8f188bc15012d03d2e4908a607280
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.component.dashboard/3.0.0-Beta04/exo.portal.component.dashboard-3.0.0-Beta04.jar.sha1
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.component.dashboard/3.0.0-Beta04/exo.portal.component.dashboard-3.0.0-Beta04.jar.sha1 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.component.dashboard/3.0.0-Beta04/exo.portal.component.dashboard-3.0.0-Beta04.jar.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+47898619ee4cfcb19d5a8cc125264a8eec0a5f96
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.component.dashboard/3.0.0-Beta04/exo.portal.component.dashboard-3.0.0-Beta04.pom
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.component.dashboard/3.0.0-Beta04/exo.portal.component.dashboard-3.0.0-Beta04.pom (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.component.dashboard/3.0.0-Beta04/exo.portal.component.dashboard-3.0.0-Beta04.pom 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1,87 @@
+<!--
+
+ 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.
+
+-->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <parent>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.component</artifactId>
+ <version>3.0.0-Beta04</version>
+ </parent>
+
+ <modelVersion>4.0.0</modelVersion>
+ <artifactId>exo.portal.component.dashboard</artifactId>
+ <packaging>jar</packaging>
+ <name>GateIn Portal Component Dashboard Portlet</name>
+
+ <dependencies>
+ <dependency>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.webui.portal</artifactId>
+ <version>3.0.0-Beta04</version>
+ <scope>provided</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.webui.eXo</artifactId>
+ <version>3.0.0-Beta04</version>
+ <scope>provided</scope>
+ </dependency>
+ </dependencies>
+
+ <build>
+ <sourceDirectory>src/main/java</sourceDirectory>
+ <outputDirectory>target/classes</outputDirectory>
+ <resources>
+ <resource>
+ <directory>src/main/resources</directory>
+ <includes>
+ <include>**/*.properties</include>
+ <include>**/*.xml</include>
+ <include>**/*.drl</include>
+ <include>**/*.vm</include>
+ <include>**/*.doc</include>
+ <include>**/*.xls</include>
+ <include>**/*.ppt</include>
+ <include>**/*.txt</include>
+ <include>**/*.jar</include>
+ <include>**/*.pom</include>
+ <include>**/*.sha1</include>
+ <include>**/*.conf</include>
+ <include>**/*.gtmpl</include>
+ <include>**/*.groovy</include>
+ </includes>
+ </resource>
+ </resources>
+ </build>
+ <reporting>
+ <plugins>
+ <plugin>
+ <!-- Apply the Checkstyle configurations defined in the top level pom.xml file -->
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-checkstyle-plugin</artifactId>
+ <configuration>
+ <suppressionsLocation>${basedir}/src/main/resources/suppressions.xml</suppressionsLocation>
+ </configuration>
+ </plugin>
+ </plugins>
+ </reporting>
+</project>
Added: maven2/org/exoplatform/portal/exo.portal.component.dashboard/3.0.0-Beta04/exo.portal.component.dashboard-3.0.0-Beta04.pom.md5
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.component.dashboard/3.0.0-Beta04/exo.portal.component.dashboard-3.0.0-Beta04.pom.md5 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.component.dashboard/3.0.0-Beta04/exo.portal.component.dashboard-3.0.0-Beta04.pom.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+27a4f0d4b2ded0cceb6d37624555df22
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.component.dashboard/3.0.0-Beta04/exo.portal.component.dashboard-3.0.0-Beta04.pom.sha1
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.component.dashboard/3.0.0-Beta04/exo.portal.component.dashboard-3.0.0-Beta04.pom.sha1 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.component.dashboard/3.0.0-Beta04/exo.portal.component.dashboard-3.0.0-Beta04.pom.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+a34bc1c3c9c2a9b665a55b0c95aa9dc6e7f53ef1
\ No newline at end of file
Modified: maven2/org/exoplatform/portal/exo.portal.component.dashboard/maven-metadata.xml
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.component.dashboard/maven-metadata.xml 2009-12-22 15:18:31 UTC (rev 33183)
+++ maven2/org/exoplatform/portal/exo.portal.component.dashboard/maven-metadata.xml 2009-12-22 20:29:02 UTC (rev 33184)
@@ -4,11 +4,12 @@
<artifactId>exo.portal.component.dashboard</artifactId>
<version>3.0.0-Beta02</version>
<versioning>
- <release>3.0.0-Beta03</release>
+ <release>3.0.0-Beta04</release>
<versions>
<version>3.0.0-Beta02</version>
<version>3.0.0-Beta03</version>
+ <version>3.0.0-Beta04</version>
</versions>
- <lastUpdated>20091128085350</lastUpdated>
+ <lastUpdated>20091222195416</lastUpdated>
</versioning>
</metadata>
Modified: maven2/org/exoplatform/portal/exo.portal.component.dashboard/maven-metadata.xml.md5
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.component.dashboard/maven-metadata.xml.md5 2009-12-22 15:18:31 UTC (rev 33183)
+++ maven2/org/exoplatform/portal/exo.portal.component.dashboard/maven-metadata.xml.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -1 +1 @@
-de714f9fa5fd903484ef816c9718d0f0
\ No newline at end of file
+c6103c031564e218edbef0042770e286
\ No newline at end of file
Modified: maven2/org/exoplatform/portal/exo.portal.component.dashboard/maven-metadata.xml.sha1
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.component.dashboard/maven-metadata.xml.sha1 2009-12-22 15:18:31 UTC (rev 33183)
+++ maven2/org/exoplatform/portal/exo.portal.component.dashboard/maven-metadata.xml.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -1 +1 @@
-2f5c4fdc045babe09affb8d8642cf32975016ee4
\ No newline at end of file
+94fe1403a7d579e28f08efa3bda43f394376ed5d
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.component.identity/3.0.0-Beta04/exo.portal.component.identity-3.0.0-Beta04-sources.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/exoplatform/portal/exo.portal.component.identity/3.0.0-Beta04/exo.portal.component.identity-3.0.0-Beta04-sources.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/exoplatform/portal/exo.portal.component.identity/3.0.0-Beta04/exo.portal.component.identity-3.0.0-Beta04-sources.jar.md5
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.component.identity/3.0.0-Beta04/exo.portal.component.identity-3.0.0-Beta04-sources.jar.md5 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.component.identity/3.0.0-Beta04/exo.portal.component.identity-3.0.0-Beta04-sources.jar.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+90991349c7358b0f4f28a5a6cb053790
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.component.identity/3.0.0-Beta04/exo.portal.component.identity-3.0.0-Beta04-sources.jar.sha1
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.component.identity/3.0.0-Beta04/exo.portal.component.identity-3.0.0-Beta04-sources.jar.sha1 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.component.identity/3.0.0-Beta04/exo.portal.component.identity-3.0.0-Beta04-sources.jar.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+a0748395d953853866278f6c9add6a582a40ad11
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.component.identity/3.0.0-Beta04/exo.portal.component.identity-3.0.0-Beta04.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/exoplatform/portal/exo.portal.component.identity/3.0.0-Beta04/exo.portal.component.identity-3.0.0-Beta04.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/exoplatform/portal/exo.portal.component.identity/3.0.0-Beta04/exo.portal.component.identity-3.0.0-Beta04.jar.md5
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.component.identity/3.0.0-Beta04/exo.portal.component.identity-3.0.0-Beta04.jar.md5 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.component.identity/3.0.0-Beta04/exo.portal.component.identity-3.0.0-Beta04.jar.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+a7faceeb2c8d9bac9e443e5dce2f6b94
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.component.identity/3.0.0-Beta04/exo.portal.component.identity-3.0.0-Beta04.jar.sha1
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.component.identity/3.0.0-Beta04/exo.portal.component.identity-3.0.0-Beta04.jar.sha1 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.component.identity/3.0.0-Beta04/exo.portal.component.identity-3.0.0-Beta04.jar.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+e9e4dc8f8198f32ae1231d02919770b82e059c11
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.component.identity/3.0.0-Beta04/exo.portal.component.identity-3.0.0-Beta04.pom
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.component.identity/3.0.0-Beta04/exo.portal.component.identity-3.0.0-Beta04.pom (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.component.identity/3.0.0-Beta04/exo.portal.component.identity-3.0.0-Beta04.pom 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1,85 @@
+<!--
+
+ 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.
+
+-->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <parent>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.component</artifactId>
+ <version>3.0.0-Beta04</version>
+ </parent>
+
+ <modelVersion>4.0.0</modelVersion>
+ <artifactId>exo.portal.component.identity</artifactId>
+ <packaging>jar</packaging>
+ <name>GateIn Portal Component JBoss IDM integration</name>
+
+ <dependencies>
+ <dependency>
+ <groupId>org.exoplatform.core</groupId>
+ <artifactId>exo.core.component.database</artifactId>
+ <exclusions>
+ <exclusion>
+ <groupId>org.hibernate</groupId>
+ <artifactId>hibernate-core</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.hibernate</groupId>
+ <artifactId>hibernate-annotations</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+
+ <dependency>
+ <groupId>org.exoplatform.core</groupId>
+ <artifactId>exo.core.component.organization.api</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>org.picketlink.idm</groupId>
+ <artifactId>picketlink-idm-core</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.picketlink.idm</groupId>
+ <artifactId>picketlink-idm-hibernate</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.picketlink.idm</groupId>
+ <artifactId>picketlink-idm-ldap</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.picketlink.idm</groupId>
+ <artifactId>picketlink-idm-cache</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>hsqldb</groupId>
+ <artifactId>hsqldb</artifactId>
+ <scope>test</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>javax.resource</groupId>
+ <artifactId>connector-api</artifactId>
+ <scope>test</scope>
+ </dependency>
+
+ </dependencies>
+</project>
Added: maven2/org/exoplatform/portal/exo.portal.component.identity/3.0.0-Beta04/exo.portal.component.identity-3.0.0-Beta04.pom.md5
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.component.identity/3.0.0-Beta04/exo.portal.component.identity-3.0.0-Beta04.pom.md5 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.component.identity/3.0.0-Beta04/exo.portal.component.identity-3.0.0-Beta04.pom.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+566f1d8aef806576cb358e9cefc69282
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.component.identity/3.0.0-Beta04/exo.portal.component.identity-3.0.0-Beta04.pom.sha1
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.component.identity/3.0.0-Beta04/exo.portal.component.identity-3.0.0-Beta04.pom.sha1 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.component.identity/3.0.0-Beta04/exo.portal.component.identity-3.0.0-Beta04.pom.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+27a8f64813a60483cc9237325d7d0e0fe4cf43bf
\ No newline at end of file
Modified: maven2/org/exoplatform/portal/exo.portal.component.identity/maven-metadata.xml
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.component.identity/maven-metadata.xml 2009-12-22 15:18:31 UTC (rev 33183)
+++ maven2/org/exoplatform/portal/exo.portal.component.identity/maven-metadata.xml 2009-12-22 20:29:02 UTC (rev 33184)
@@ -4,11 +4,12 @@
<artifactId>exo.portal.component.identity</artifactId>
<version>3.0.0-Beta02</version>
<versioning>
- <release>3.0.0-Beta03</release>
+ <release>3.0.0-Beta04</release>
<versions>
<version>3.0.0-Beta02</version>
<version>3.0.0-Beta03</version>
+ <version>3.0.0-Beta04</version>
</versions>
- <lastUpdated>20091128085215</lastUpdated>
+ <lastUpdated>20091222195238</lastUpdated>
</versioning>
</metadata>
Modified: maven2/org/exoplatform/portal/exo.portal.component.identity/maven-metadata.xml.md5
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.component.identity/maven-metadata.xml.md5 2009-12-22 15:18:31 UTC (rev 33183)
+++ maven2/org/exoplatform/portal/exo.portal.component.identity/maven-metadata.xml.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -1 +1 @@
-2f4fedbec9564bf0b5843b90e768b5f4
\ No newline at end of file
+68e0969ef54bcd830ded6607bd8c7699
\ No newline at end of file
Modified: maven2/org/exoplatform/portal/exo.portal.component.identity/maven-metadata.xml.sha1
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.component.identity/maven-metadata.xml.sha1 2009-12-22 15:18:31 UTC (rev 33183)
+++ maven2/org/exoplatform/portal/exo.portal.component.identity/maven-metadata.xml.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -1 +1 @@
-c02d8e6c901e4dfa5e696bf273a248ea7eec9059
\ No newline at end of file
+547c119e99e689ff498acc218435cc5d83550e9b
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.component.pc/3.0.0-Beta04/exo.portal.component.pc-3.0.0-Beta04-sources.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/exoplatform/portal/exo.portal.component.pc/3.0.0-Beta04/exo.portal.component.pc-3.0.0-Beta04-sources.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/exoplatform/portal/exo.portal.component.pc/3.0.0-Beta04/exo.portal.component.pc-3.0.0-Beta04-sources.jar.md5
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.component.pc/3.0.0-Beta04/exo.portal.component.pc-3.0.0-Beta04-sources.jar.md5 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.component.pc/3.0.0-Beta04/exo.portal.component.pc-3.0.0-Beta04-sources.jar.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+38b52998356c2e1831e3d05288608039
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.component.pc/3.0.0-Beta04/exo.portal.component.pc-3.0.0-Beta04-sources.jar.sha1
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.component.pc/3.0.0-Beta04/exo.portal.component.pc-3.0.0-Beta04-sources.jar.sha1 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.component.pc/3.0.0-Beta04/exo.portal.component.pc-3.0.0-Beta04-sources.jar.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+8ae38f8b8eabec0a43cf9a53ff69f5fbecc7e96f
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.component.pc/3.0.0-Beta04/exo.portal.component.pc-3.0.0-Beta04.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/exoplatform/portal/exo.portal.component.pc/3.0.0-Beta04/exo.portal.component.pc-3.0.0-Beta04.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/exoplatform/portal/exo.portal.component.pc/3.0.0-Beta04/exo.portal.component.pc-3.0.0-Beta04.jar.md5
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.component.pc/3.0.0-Beta04/exo.portal.component.pc-3.0.0-Beta04.jar.md5 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.component.pc/3.0.0-Beta04/exo.portal.component.pc-3.0.0-Beta04.jar.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+5a836bcec27db80dd955e34fde1aeecd
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.component.pc/3.0.0-Beta04/exo.portal.component.pc-3.0.0-Beta04.jar.sha1
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.component.pc/3.0.0-Beta04/exo.portal.component.pc-3.0.0-Beta04.jar.sha1 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.component.pc/3.0.0-Beta04/exo.portal.component.pc-3.0.0-Beta04.jar.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+fdd8eb2634f80466019d11aa113637e1fc2e8427
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.component.pc/3.0.0-Beta04/exo.portal.component.pc-3.0.0-Beta04.pom
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.component.pc/3.0.0-Beta04/exo.portal.component.pc-3.0.0-Beta04.pom (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.component.pc/3.0.0-Beta04/exo.portal.component.pc-3.0.0-Beta04.pom 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1,79 @@
+<!--
+
+ 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.
+
+-->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <parent>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.component</artifactId>
+ <version>3.0.0-Beta04</version>
+ </parent>
+
+ <modelVersion>4.0.0</modelVersion>
+ <artifactId>exo.portal.component.pc</artifactId>
+ <packaging>jar</packaging>
+ <version>3.0.0-Beta04</version>
+ <name>GateIn Portal Component PC integration</name>
+
+ <dependencies>
+
+ <dependency>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.component.resources</artifactId>
+ <version>3.0.0-Beta04</version>
+ </dependency>
+ <dependency>
+ <groupId>org.gatein.common</groupId>
+ <artifactId>common-common</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.gatein.pc</groupId>
+ <artifactId>pc-api</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.gatein.pc</groupId>
+ <artifactId>pc-portlet</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.gatein.pc</groupId>
+ <artifactId>pc-mc</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.gatein.pc</groupId>
+ <artifactId>pc-federation</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.gatein.pc</groupId>
+ <artifactId>pc-bridge</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.gatein.wci</groupId>
+ <artifactId>wci-wci</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.exoplatform.kernel</groupId>
+ <artifactId>exo.kernel.container</artifactId>
+ </dependency>
+
+ </dependencies>
+
+ <build>
+ </build>
+</project>
Added: maven2/org/exoplatform/portal/exo.portal.component.pc/3.0.0-Beta04/exo.portal.component.pc-3.0.0-Beta04.pom.md5
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.component.pc/3.0.0-Beta04/exo.portal.component.pc-3.0.0-Beta04.pom.md5 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.component.pc/3.0.0-Beta04/exo.portal.component.pc-3.0.0-Beta04.pom.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+18e6a19a35c09846b5facf41ae1e8fc3
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.component.pc/3.0.0-Beta04/exo.portal.component.pc-3.0.0-Beta04.pom.sha1
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.component.pc/3.0.0-Beta04/exo.portal.component.pc-3.0.0-Beta04.pom.sha1 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.component.pc/3.0.0-Beta04/exo.portal.component.pc-3.0.0-Beta04.pom.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+7240c1f875d019f4e008722b2acaed2b4ebf8592
\ No newline at end of file
Modified: maven2/org/exoplatform/portal/exo.portal.component.pc/maven-metadata.xml
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.component.pc/maven-metadata.xml 2009-12-22 15:18:31 UTC (rev 33183)
+++ maven2/org/exoplatform/portal/exo.portal.component.pc/maven-metadata.xml 2009-12-22 20:29:02 UTC (rev 33184)
@@ -4,11 +4,12 @@
<artifactId>exo.portal.component.pc</artifactId>
<version>3.0.0-Beta02</version>
<versioning>
- <release>3.0.0-Beta03</release>
+ <release>3.0.0-Beta04</release>
<versions>
<version>3.0.0-Beta02</version>
<version>3.0.0-Beta03</version>
+ <version>3.0.0-Beta04</version>
</versions>
- <lastUpdated>20091128085156</lastUpdated>
+ <lastUpdated>20091222195255</lastUpdated>
</versioning>
</metadata>
Modified: maven2/org/exoplatform/portal/exo.portal.component.pc/maven-metadata.xml.md5
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.component.pc/maven-metadata.xml.md5 2009-12-22 15:18:31 UTC (rev 33183)
+++ maven2/org/exoplatform/portal/exo.portal.component.pc/maven-metadata.xml.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -1 +1 @@
-9b6ad7ccebef5267ed7b8358ece2e1fb
\ No newline at end of file
+7e7ff8838a6a6265087e000868ba3d0c
\ No newline at end of file
Modified: maven2/org/exoplatform/portal/exo.portal.component.pc/maven-metadata.xml.sha1
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.component.pc/maven-metadata.xml.sha1 2009-12-22 15:18:31 UTC (rev 33183)
+++ maven2/org/exoplatform/portal/exo.portal.component.pc/maven-metadata.xml.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -1 +1 @@
-4fc19add8246a3f1def62c3bbce45efea07c2d57
\ No newline at end of file
+80c5f318b8aa7fd796c664a38376dbf525701c89
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.component.portal/3.0.0-Beta04/exo.portal.component.portal-3.0.0-Beta04-sources.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/exoplatform/portal/exo.portal.component.portal/3.0.0-Beta04/exo.portal.component.portal-3.0.0-Beta04-sources.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/exoplatform/portal/exo.portal.component.portal/3.0.0-Beta04/exo.portal.component.portal-3.0.0-Beta04-sources.jar.md5
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.component.portal/3.0.0-Beta04/exo.portal.component.portal-3.0.0-Beta04-sources.jar.md5 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.component.portal/3.0.0-Beta04/exo.portal.component.portal-3.0.0-Beta04-sources.jar.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+54379794ae9832aadfd9081de3898481
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.component.portal/3.0.0-Beta04/exo.portal.component.portal-3.0.0-Beta04-sources.jar.sha1
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.component.portal/3.0.0-Beta04/exo.portal.component.portal-3.0.0-Beta04-sources.jar.sha1 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.component.portal/3.0.0-Beta04/exo.portal.component.portal-3.0.0-Beta04-sources.jar.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+1296de03fe7ced2bac56588984bbcf4fec01d637
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.component.portal/3.0.0-Beta04/exo.portal.component.portal-3.0.0-Beta04.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/exoplatform/portal/exo.portal.component.portal/3.0.0-Beta04/exo.portal.component.portal-3.0.0-Beta04.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/exoplatform/portal/exo.portal.component.portal/3.0.0-Beta04/exo.portal.component.portal-3.0.0-Beta04.jar.md5
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.component.portal/3.0.0-Beta04/exo.portal.component.portal-3.0.0-Beta04.jar.md5 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.component.portal/3.0.0-Beta04/exo.portal.component.portal-3.0.0-Beta04.jar.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+caac31aa7091c378c6f4afa60a2229dc
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.component.portal/3.0.0-Beta04/exo.portal.component.portal-3.0.0-Beta04.jar.sha1
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.component.portal/3.0.0-Beta04/exo.portal.component.portal-3.0.0-Beta04.jar.sha1 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.component.portal/3.0.0-Beta04/exo.portal.component.portal-3.0.0-Beta04.jar.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+b24ddac26b3a7a23fed4bd249090ca14d37ee976
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.component.portal/3.0.0-Beta04/exo.portal.component.portal-3.0.0-Beta04.pom
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.component.portal/3.0.0-Beta04/exo.portal.component.portal-3.0.0-Beta04.pom (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.component.portal/3.0.0-Beta04/exo.portal.component.portal-3.0.0-Beta04.pom 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1,161 @@
+<!--
+
+ 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.
+
+-->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <parent>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.component</artifactId>
+ <version>3.0.0-Beta04</version>
+ </parent>
+
+ <modelVersion>4.0.0</modelVersion>
+ <artifactId>exo.portal.component.portal</artifactId>
+ <packaging>jar</packaging>
+ <name>GateIn Portal Component Portal Data</name>
+
+ <dependencies>
+ <dependency>
+ <groupId>org.exoplatform.core</groupId>
+ <artifactId>exo.core.component.organization.jdbc</artifactId>
+ <scope>compile</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.exoplatform.jcr</groupId>
+ <artifactId>exo.jcr.component.ext</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.component.common</artifactId>
+ <version>3.0.0-Beta04</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.component.web</artifactId>
+ <version>3.0.0-Beta04</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.component.pc</artifactId>
+ <version>3.0.0-Beta04</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.component.identity</artifactId>
+ <version>3.0.0-Beta04</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.gatein.mop</groupId>
+ <artifactId>mop-api</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>org.gatein.mop</groupId>
+ <artifactId>mop-spi</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>org.gatein.mop</groupId>
+ <artifactId>mop-core</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>org.picketlink.idm</groupId>
+ <artifactId>picketlink-idm-core</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>javax.servlet</groupId>
+ <artifactId>servlet-api</artifactId>
+ <scope>provided</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.chromattic</groupId>
+ <artifactId>chromattic.core</artifactId>
+ <scope>test</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.component.test.core</artifactId>
+ <version>3.0.0-Beta04</version>
+ <scope>test</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.component.test.jcr</artifactId>
+ <version>3.0.0-Beta04</version>
+ <scope>test</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.component.test.organization</artifactId>
+ <version>3.0.0-Beta04</version>
+ <scope>test</scope>
+ </dependency>
+
+ </dependencies>
+
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.jibx</groupId>
+ <artifactId>maven-jibx-plugin</artifactId>
+ <version>${org.jibx.version}</version>
+ <configuration>
+ <directory>src/main/resources</directory>
+ <includes>
+ <includes>binding.xml</includes>
+ </includes>
+ </configuration>
+ <executions>
+ <execution>
+ <goals>
+ <goal>bind</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-jar-plugin</artifactId>
+ <executions>
+ <execution>
+ <phase>package</phase>
+ <goals>
+ <goal>test-jar</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+
+ </plugins>
+ </build>
+</project>
Added: maven2/org/exoplatform/portal/exo.portal.component.portal/3.0.0-Beta04/exo.portal.component.portal-3.0.0-Beta04.pom.md5
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.component.portal/3.0.0-Beta04/exo.portal.component.portal-3.0.0-Beta04.pom.md5 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.component.portal/3.0.0-Beta04/exo.portal.component.portal-3.0.0-Beta04.pom.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+878b6ce72d4fba5f2ab024ca5a9231d4
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.component.portal/3.0.0-Beta04/exo.portal.component.portal-3.0.0-Beta04.pom.sha1
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.component.portal/3.0.0-Beta04/exo.portal.component.portal-3.0.0-Beta04.pom.sha1 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.component.portal/3.0.0-Beta04/exo.portal.component.portal-3.0.0-Beta04.pom.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+e910f16ee5a659c6497a42e4900fa777cc8ba88a
\ No newline at end of file
Modified: maven2/org/exoplatform/portal/exo.portal.component.portal/maven-metadata.xml
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.component.portal/maven-metadata.xml 2009-12-22 15:18:31 UTC (rev 33183)
+++ maven2/org/exoplatform/portal/exo.portal.component.portal/maven-metadata.xml 2009-12-22 20:29:02 UTC (rev 33184)
@@ -4,11 +4,12 @@
<artifactId>exo.portal.component.portal</artifactId>
<version>3.0.0-Beta02</version>
<versioning>
- <release>3.0.0-Beta03</release>
+ <release>3.0.0-Beta04</release>
<versions>
<version>3.0.0-Beta02</version>
<version>3.0.0-Beta03</version>
+ <version>3.0.0-Beta04</version>
</versions>
- <lastUpdated>20091128085344</lastUpdated>
+ <lastUpdated>20091222195329</lastUpdated>
</versioning>
</metadata>
Modified: maven2/org/exoplatform/portal/exo.portal.component.portal/maven-metadata.xml.md5
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.component.portal/maven-metadata.xml.md5 2009-12-22 15:18:31 UTC (rev 33183)
+++ maven2/org/exoplatform/portal/exo.portal.component.portal/maven-metadata.xml.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -1 +1 @@
-a08ffde01efc82e93b2fdf7b39fb00ac
\ No newline at end of file
+eb14c7a725b27448ed4351867f51da0d
\ No newline at end of file
Modified: maven2/org/exoplatform/portal/exo.portal.component.portal/maven-metadata.xml.sha1
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.component.portal/maven-metadata.xml.sha1 2009-12-22 15:18:31 UTC (rev 33183)
+++ maven2/org/exoplatform/portal/exo.portal.component.portal/maven-metadata.xml.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -1 +1 @@
-005c0025980fe573eac92e02ba424b063537af52
\ No newline at end of file
+1304878d8c5de92501b39384bd8913cb727a2170
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.component.resources/3.0.0-Beta04/exo.portal.component.resources-3.0.0-Beta04-sources.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/exoplatform/portal/exo.portal.component.resources/3.0.0-Beta04/exo.portal.component.resources-3.0.0-Beta04-sources.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/exoplatform/portal/exo.portal.component.resources/3.0.0-Beta04/exo.portal.component.resources-3.0.0-Beta04-sources.jar.md5
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.component.resources/3.0.0-Beta04/exo.portal.component.resources-3.0.0-Beta04-sources.jar.md5 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.component.resources/3.0.0-Beta04/exo.portal.component.resources-3.0.0-Beta04-sources.jar.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+bfb6d1a929520dbaa92c4dc5d16c8f40
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.component.resources/3.0.0-Beta04/exo.portal.component.resources-3.0.0-Beta04-sources.jar.sha1
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.component.resources/3.0.0-Beta04/exo.portal.component.resources-3.0.0-Beta04-sources.jar.sha1 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.component.resources/3.0.0-Beta04/exo.portal.component.resources-3.0.0-Beta04-sources.jar.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+f563d2fcc3d295e2cda968bd6353bfc95a476e81
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.component.resources/3.0.0-Beta04/exo.portal.component.resources-3.0.0-Beta04.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/exoplatform/portal/exo.portal.component.resources/3.0.0-Beta04/exo.portal.component.resources-3.0.0-Beta04.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/exoplatform/portal/exo.portal.component.resources/3.0.0-Beta04/exo.portal.component.resources-3.0.0-Beta04.jar.md5
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.component.resources/3.0.0-Beta04/exo.portal.component.resources-3.0.0-Beta04.jar.md5 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.component.resources/3.0.0-Beta04/exo.portal.component.resources-3.0.0-Beta04.jar.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+ed430fe99f16ce226f9f3b1c7c9358bf
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.component.resources/3.0.0-Beta04/exo.portal.component.resources-3.0.0-Beta04.jar.sha1
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.component.resources/3.0.0-Beta04/exo.portal.component.resources-3.0.0-Beta04.jar.sha1 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.component.resources/3.0.0-Beta04/exo.portal.component.resources-3.0.0-Beta04.jar.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+3e7124019d905a4ac79f603c1d7fe01936fc38c6
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.component.resources/3.0.0-Beta04/exo.portal.component.resources-3.0.0-Beta04.pom
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.component.resources/3.0.0-Beta04/exo.portal.component.resources-3.0.0-Beta04.pom (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.component.resources/3.0.0-Beta04/exo.portal.component.resources-3.0.0-Beta04.pom 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1,88 @@
+<!--
+
+ 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.
+
+-->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <parent>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.component</artifactId>
+ <version>3.0.0-Beta04</version>
+ </parent>
+
+ <modelVersion>4.0.0</modelVersion>
+ <artifactId>exo.portal.component.resources</artifactId>
+ <packaging>jar</packaging>
+ <name>GateIn Portal Component Resources</name>
+ <description>resources data service...</description>
+
+ <dependencies>
+ <dependency>
+ <groupId>org.exoplatform.kernel</groupId>
+ <artifactId>exo.kernel.commons</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>org.exoplatform.kernel</groupId>
+ <artifactId>exo.kernel.component.common</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>org.exoplatform.kernel</groupId>
+ <artifactId>exo.kernel.component.command</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>org.exoplatform.core</groupId>
+ <artifactId>exo.core.component.database</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>org.exoplatform.core</groupId>
+ <artifactId>exo.core.component.security.core</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>org.exoplatform.core</groupId>
+ <artifactId>exo.core.component.document</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>org.exoplatform.jcr</groupId>
+ <artifactId>exo.jcr.component.core</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>org.exoplatform.jcr</groupId>
+ <artifactId>exo.jcr.component.ext</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.component.common</artifactId>
+ <version>3.0.0-Beta04</version>
+ </dependency>
+
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <scope>test</scope>
+ </dependency>
+ </dependencies>
+</project>
Added: maven2/org/exoplatform/portal/exo.portal.component.resources/3.0.0-Beta04/exo.portal.component.resources-3.0.0-Beta04.pom.md5
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.component.resources/3.0.0-Beta04/exo.portal.component.resources-3.0.0-Beta04.pom.md5 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.component.resources/3.0.0-Beta04/exo.portal.component.resources-3.0.0-Beta04.pom.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+5bf600474faff55c83011c0e8eaf8ca0
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.component.resources/3.0.0-Beta04/exo.portal.component.resources-3.0.0-Beta04.pom.sha1
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.component.resources/3.0.0-Beta04/exo.portal.component.resources-3.0.0-Beta04.pom.sha1 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.component.resources/3.0.0-Beta04/exo.portal.component.resources-3.0.0-Beta04.pom.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+a55908a6aeeb61b50b510ff80bed80dd258571aa
\ No newline at end of file
Modified: maven2/org/exoplatform/portal/exo.portal.component.resources/maven-metadata.xml
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.component.resources/maven-metadata.xml 2009-12-22 15:18:31 UTC (rev 33183)
+++ maven2/org/exoplatform/portal/exo.portal.component.resources/maven-metadata.xml 2009-12-22 20:29:02 UTC (rev 33184)
@@ -4,11 +4,12 @@
<artifactId>exo.portal.component.resources</artifactId>
<version>3.0.0-Beta02</version>
<versioning>
- <release>3.0.0-Beta03</release>
+ <release>3.0.0-Beta04</release>
<versions>
<version>3.0.0-Beta02</version>
<version>3.0.0-Beta03</version>
+ <version>3.0.0-Beta04</version>
</versions>
- <lastUpdated>20091128085154</lastUpdated>
+ <lastUpdated>20091222195250</lastUpdated>
</versioning>
</metadata>
Modified: maven2/org/exoplatform/portal/exo.portal.component.resources/maven-metadata.xml.md5
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.component.resources/maven-metadata.xml.md5 2009-12-22 15:18:31 UTC (rev 33183)
+++ maven2/org/exoplatform/portal/exo.portal.component.resources/maven-metadata.xml.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -1 +1 @@
-777f0d47b0d730fd13a2a82b2a01b735
\ No newline at end of file
+a1c29b1da91fcd8ac533ccb118384d8a
\ No newline at end of file
Modified: maven2/org/exoplatform/portal/exo.portal.component.resources/maven-metadata.xml.sha1
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.component.resources/maven-metadata.xml.sha1 2009-12-22 15:18:31 UTC (rev 33183)
+++ maven2/org/exoplatform/portal/exo.portal.component.resources/maven-metadata.xml.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -1 +1 @@
-f500353b6a982858a1fe370b1ccad43b20e6c7e4
\ No newline at end of file
+ca93c66b34836af4ea826412a55a182dcf99f590
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.component.scripting/3.0.0-Beta04/exo.portal.component.scripting-3.0.0-Beta04-sources.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/exoplatform/portal/exo.portal.component.scripting/3.0.0-Beta04/exo.portal.component.scripting-3.0.0-Beta04-sources.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/exoplatform/portal/exo.portal.component.scripting/3.0.0-Beta04/exo.portal.component.scripting-3.0.0-Beta04-sources.jar.md5
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.component.scripting/3.0.0-Beta04/exo.portal.component.scripting-3.0.0-Beta04-sources.jar.md5 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.component.scripting/3.0.0-Beta04/exo.portal.component.scripting-3.0.0-Beta04-sources.jar.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+fb08eaeea77bc835c51fbff57e6c3ddb
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.component.scripting/3.0.0-Beta04/exo.portal.component.scripting-3.0.0-Beta04-sources.jar.sha1
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.component.scripting/3.0.0-Beta04/exo.portal.component.scripting-3.0.0-Beta04-sources.jar.sha1 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.component.scripting/3.0.0-Beta04/exo.portal.component.scripting-3.0.0-Beta04-sources.jar.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+dc49b8edcb4d85243c11cd04eaba045ea063d183
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.component.scripting/3.0.0-Beta04/exo.portal.component.scripting-3.0.0-Beta04.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/exoplatform/portal/exo.portal.component.scripting/3.0.0-Beta04/exo.portal.component.scripting-3.0.0-Beta04.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/exoplatform/portal/exo.portal.component.scripting/3.0.0-Beta04/exo.portal.component.scripting-3.0.0-Beta04.jar.md5
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.component.scripting/3.0.0-Beta04/exo.portal.component.scripting-3.0.0-Beta04.jar.md5 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.component.scripting/3.0.0-Beta04/exo.portal.component.scripting-3.0.0-Beta04.jar.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+853303255bc60c59a2d9c541bbcc3fbc
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.component.scripting/3.0.0-Beta04/exo.portal.component.scripting-3.0.0-Beta04.jar.sha1
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.component.scripting/3.0.0-Beta04/exo.portal.component.scripting-3.0.0-Beta04.jar.sha1 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.component.scripting/3.0.0-Beta04/exo.portal.component.scripting-3.0.0-Beta04.jar.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+9719df673c36832103151410caee38b38bd6bc68
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.component.scripting/3.0.0-Beta04/exo.portal.component.scripting-3.0.0-Beta04.pom
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.component.scripting/3.0.0-Beta04/exo.portal.component.scripting-3.0.0-Beta04.pom (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.component.scripting/3.0.0-Beta04/exo.portal.component.scripting-3.0.0-Beta04.pom 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1,62 @@
+<!--
+
+ 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.
+
+-->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <parent>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.component</artifactId>
+ <version>3.0.0-Beta04</version>
+ </parent>
+
+ <modelVersion>4.0.0</modelVersion>
+ <artifactId>exo.portal.component.scripting</artifactId>
+ <packaging>jar</packaging>
+ <name>GateIn Portal Component Scripting</name>
+
+ <dependencies>
+ <dependency>
+ <groupId>org.exoplatform.kernel</groupId>
+ <artifactId>exo.kernel.component.cache</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.component.common</artifactId>
+ <version>3.0.0-Beta04</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.component.xml-parser</artifactId>
+ <version>3.0.0-Beta04</version>
+ </dependency>
+
+ <dependency>
+ <groupId>rhino</groupId>
+ <artifactId>js</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>org.codehaus.groovy</groupId>
+ <artifactId>groovy-all</artifactId>
+ </dependency>
+ </dependencies>
+</project>
Added: maven2/org/exoplatform/portal/exo.portal.component.scripting/3.0.0-Beta04/exo.portal.component.scripting-3.0.0-Beta04.pom.md5
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.component.scripting/3.0.0-Beta04/exo.portal.component.scripting-3.0.0-Beta04.pom.md5 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.component.scripting/3.0.0-Beta04/exo.portal.component.scripting-3.0.0-Beta04.pom.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+3b3d6260401edf61534d26949a09d8b0
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.component.scripting/3.0.0-Beta04/exo.portal.component.scripting-3.0.0-Beta04.pom.sha1
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.component.scripting/3.0.0-Beta04/exo.portal.component.scripting-3.0.0-Beta04.pom.sha1 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.component.scripting/3.0.0-Beta04/exo.portal.component.scripting-3.0.0-Beta04.pom.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+35d7cfdfb7c3cf3833009df259b77f69ba0711da
\ No newline at end of file
Modified: maven2/org/exoplatform/portal/exo.portal.component.scripting/maven-metadata.xml
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.component.scripting/maven-metadata.xml 2009-12-22 15:18:31 UTC (rev 33183)
+++ maven2/org/exoplatform/portal/exo.portal.component.scripting/maven-metadata.xml 2009-12-22 20:29:02 UTC (rev 33184)
@@ -4,11 +4,12 @@
<artifactId>exo.portal.component.scripting</artifactId>
<version>3.0.0-Beta02</version>
<versioning>
- <release>3.0.0-Beta03</release>
+ <release>3.0.0-Beta04</release>
<versions>
<version>3.0.0-Beta02</version>
<version>3.0.0-Beta03</version>
+ <version>3.0.0-Beta04</version>
</versions>
- <lastUpdated>20091128085202</lastUpdated>
+ <lastUpdated>20091222195311</lastUpdated>
</versioning>
</metadata>
Modified: maven2/org/exoplatform/portal/exo.portal.component.scripting/maven-metadata.xml.md5
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.component.scripting/maven-metadata.xml.md5 2009-12-22 15:18:31 UTC (rev 33183)
+++ maven2/org/exoplatform/portal/exo.portal.component.scripting/maven-metadata.xml.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -1 +1 @@
-aa0f6857638d5e98e5afe0429d9ef349
\ No newline at end of file
+0d889d32b57244ccbe0cfed86f45a998
\ No newline at end of file
Modified: maven2/org/exoplatform/portal/exo.portal.component.scripting/maven-metadata.xml.sha1
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.component.scripting/maven-metadata.xml.sha1 2009-12-22 15:18:31 UTC (rev 33183)
+++ maven2/org/exoplatform/portal/exo.portal.component.scripting/maven-metadata.xml.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -1 +1 @@
-1977cfb0393a31ddb53fe28baba1f263a0333fd1
\ No newline at end of file
+49a42da4235ff6d78ec86a7a5cd3b8459d468c46
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.component.test/3.0.0-Beta04/exo.portal.component.test-3.0.0-Beta04.pom
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.component.test/3.0.0-Beta04/exo.portal.component.test-3.0.0-Beta04.pom (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.component.test/3.0.0-Beta04/exo.portal.component.test-3.0.0-Beta04.pom 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1,39 @@
+<!--
+ ~ 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.
+ -->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+
+ <parent>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.component</artifactId>
+ <version>3.0.0-Beta04</version>
+ </parent>
+
+ <modelVersion>4.0.0</modelVersion>
+ <artifactId>exo.portal.component.test</artifactId>
+ <packaging>pom</packaging>
+ <name>GateIn Portal Test Component</name>
+
+ <modules>
+ <module>core</module>
+ <module>jcr</module>
+ <module>organization</module>
+ </modules>
+
+</project>
Added: maven2/org/exoplatform/portal/exo.portal.component.test/3.0.0-Beta04/exo.portal.component.test-3.0.0-Beta04.pom.md5
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.component.test/3.0.0-Beta04/exo.portal.component.test-3.0.0-Beta04.pom.md5 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.component.test/3.0.0-Beta04/exo.portal.component.test-3.0.0-Beta04.pom.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+a39bb5cefde391480efd6503f9372d26
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.component.test/3.0.0-Beta04/exo.portal.component.test-3.0.0-Beta04.pom.sha1
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.component.test/3.0.0-Beta04/exo.portal.component.test-3.0.0-Beta04.pom.sha1 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.component.test/3.0.0-Beta04/exo.portal.component.test-3.0.0-Beta04.pom.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+b422f16471e1a333c5e1422665568d7daf1953bd
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.component.test/maven-metadata.xml
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.component.test/maven-metadata.xml (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.component.test/maven-metadata.xml 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.component.test</artifactId>
+ <version>3.0.0-Beta04</version>
+ <versioning>
+ <release>3.0.0-Beta04</release>
+ <versions>
+ <version>3.0.0-Beta04</version>
+ </versions>
+ <lastUpdated>20091222195226</lastUpdated>
+ </versioning>
+</metadata>
Added: maven2/org/exoplatform/portal/exo.portal.component.test/maven-metadata.xml.md5
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.component.test/maven-metadata.xml.md5 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.component.test/maven-metadata.xml.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+8e2db0ab92bdefb87407f94d79684ed0
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.component.test/maven-metadata.xml.sha1
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.component.test/maven-metadata.xml.sha1 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.component.test/maven-metadata.xml.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+a49f69f382b575c64220413e2c38244a49401803
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.component.test.core/3.0.0-Beta04/exo.portal.component.test.core-3.0.0-Beta04-sources.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/exoplatform/portal/exo.portal.component.test.core/3.0.0-Beta04/exo.portal.component.test.core-3.0.0-Beta04-sources.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/exoplatform/portal/exo.portal.component.test.core/3.0.0-Beta04/exo.portal.component.test.core-3.0.0-Beta04-sources.jar.md5
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.component.test.core/3.0.0-Beta04/exo.portal.component.test.core-3.0.0-Beta04-sources.jar.md5 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.component.test.core/3.0.0-Beta04/exo.portal.component.test.core-3.0.0-Beta04-sources.jar.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+b52f6306da75d780205fb5e0add562c8
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.component.test.core/3.0.0-Beta04/exo.portal.component.test.core-3.0.0-Beta04-sources.jar.sha1
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.component.test.core/3.0.0-Beta04/exo.portal.component.test.core-3.0.0-Beta04-sources.jar.sha1 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.component.test.core/3.0.0-Beta04/exo.portal.component.test.core-3.0.0-Beta04-sources.jar.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+22cd762def85b130ec09ffc791edc82086d0ca2a
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.component.test.core/3.0.0-Beta04/exo.portal.component.test.core-3.0.0-Beta04.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/exoplatform/portal/exo.portal.component.test.core/3.0.0-Beta04/exo.portal.component.test.core-3.0.0-Beta04.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/exoplatform/portal/exo.portal.component.test.core/3.0.0-Beta04/exo.portal.component.test.core-3.0.0-Beta04.jar.md5
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.component.test.core/3.0.0-Beta04/exo.portal.component.test.core-3.0.0-Beta04.jar.md5 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.component.test.core/3.0.0-Beta04/exo.portal.component.test.core-3.0.0-Beta04.jar.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+004e7441a75d111bc137453d565338ff
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.component.test.core/3.0.0-Beta04/exo.portal.component.test.core-3.0.0-Beta04.jar.sha1
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.component.test.core/3.0.0-Beta04/exo.portal.component.test.core-3.0.0-Beta04.jar.sha1 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.component.test.core/3.0.0-Beta04/exo.portal.component.test.core-3.0.0-Beta04.jar.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+3fb174fddfe5d5dba5a8cee0a280d8b7cc09b5a0
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.component.test.core/3.0.0-Beta04/exo.portal.component.test.core-3.0.0-Beta04.pom
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.component.test.core/3.0.0-Beta04/exo.portal.component.test.core-3.0.0-Beta04.pom (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.component.test.core/3.0.0-Beta04/exo.portal.component.test.core-3.0.0-Beta04.pom 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1,75 @@
+<!--
+ ~ 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.
+ -->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+
+ <parent>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.component.test</artifactId>
+ <version>3.0.0-Beta04</version>
+ </parent>
+
+ <modelVersion>4.0.0</modelVersion>
+ <artifactId>exo.portal.component.test.core</artifactId>
+ <packaging>jar</packaging>
+ <name>GateIn Portal Component Core Test</name>
+
+ <dependencies>
+
+ <dependency>
+ <groupId>org.gatein.common</groupId>
+ <artifactId>common-logging</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>org.exoplatform.kernel</groupId>
+ <artifactId>exo.kernel.commons</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>org.exoplatform.kernel</groupId>
+ <artifactId>exo.kernel.component.common</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>org.exoplatform.kernel</groupId>
+ <artifactId>exo.kernel.container</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>commons-dbcp</groupId>
+ <artifactId>commons-dbcp</artifactId>
+ </dependency>
+
+ </dependencies>
+
+ <build>
+ <resources>
+ <resource>
+ <directory>src/main/resources</directory>
+ </resource>
+ </resources>
+ </build>
+
+</project>
Added: maven2/org/exoplatform/portal/exo.portal.component.test.core/3.0.0-Beta04/exo.portal.component.test.core-3.0.0-Beta04.pom.md5
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.component.test.core/3.0.0-Beta04/exo.portal.component.test.core-3.0.0-Beta04.pom.md5 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.component.test.core/3.0.0-Beta04/exo.portal.component.test.core-3.0.0-Beta04.pom.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+69685ad7674091d236c3bb4958578d5e
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.component.test.core/3.0.0-Beta04/exo.portal.component.test.core-3.0.0-Beta04.pom.sha1
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.component.test.core/3.0.0-Beta04/exo.portal.component.test.core-3.0.0-Beta04.pom.sha1 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.component.test.core/3.0.0-Beta04/exo.portal.component.test.core-3.0.0-Beta04.pom.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+f93d5ea139b282b454e56e4e7a382f3f81e929d3
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.component.test.core/maven-metadata.xml
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.component.test.core/maven-metadata.xml (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.component.test.core/maven-metadata.xml 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.component.test.core</artifactId>
+ <version>3.0.0-Beta04</version>
+ <versioning>
+ <release>3.0.0-Beta04</release>
+ <versions>
+ <version>3.0.0-Beta04</version>
+ </versions>
+ <lastUpdated>20091222195229</lastUpdated>
+ </versioning>
+</metadata>
Added: maven2/org/exoplatform/portal/exo.portal.component.test.core/maven-metadata.xml.md5
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.component.test.core/maven-metadata.xml.md5 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.component.test.core/maven-metadata.xml.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+434ec3931bacf8d2fe0716a31f27d673
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.component.test.core/maven-metadata.xml.sha1
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.component.test.core/maven-metadata.xml.sha1 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.component.test.core/maven-metadata.xml.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+96a1b67d07f311d4c90f39c1562eba69fdc1cc91
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.component.test.jcr/3.0.0-Beta04/exo.portal.component.test.jcr-3.0.0-Beta04-sources.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/exoplatform/portal/exo.portal.component.test.jcr/3.0.0-Beta04/exo.portal.component.test.jcr-3.0.0-Beta04-sources.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/exoplatform/portal/exo.portal.component.test.jcr/3.0.0-Beta04/exo.portal.component.test.jcr-3.0.0-Beta04-sources.jar.md5
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.component.test.jcr/3.0.0-Beta04/exo.portal.component.test.jcr-3.0.0-Beta04-sources.jar.md5 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.component.test.jcr/3.0.0-Beta04/exo.portal.component.test.jcr-3.0.0-Beta04-sources.jar.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+086c6fdc778263fb6eb0b5abcf05320f
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.component.test.jcr/3.0.0-Beta04/exo.portal.component.test.jcr-3.0.0-Beta04-sources.jar.sha1
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.component.test.jcr/3.0.0-Beta04/exo.portal.component.test.jcr-3.0.0-Beta04-sources.jar.sha1 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.component.test.jcr/3.0.0-Beta04/exo.portal.component.test.jcr-3.0.0-Beta04-sources.jar.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+600b83af94b4ec7477ab23b74bb3c0615b49cb11
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.component.test.jcr/3.0.0-Beta04/exo.portal.component.test.jcr-3.0.0-Beta04.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/exoplatform/portal/exo.portal.component.test.jcr/3.0.0-Beta04/exo.portal.component.test.jcr-3.0.0-Beta04.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/exoplatform/portal/exo.portal.component.test.jcr/3.0.0-Beta04/exo.portal.component.test.jcr-3.0.0-Beta04.jar.md5
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.component.test.jcr/3.0.0-Beta04/exo.portal.component.test.jcr-3.0.0-Beta04.jar.md5 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.component.test.jcr/3.0.0-Beta04/exo.portal.component.test.jcr-3.0.0-Beta04.jar.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+2d7581e781ebf504ac7eea301a3900b9
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.component.test.jcr/3.0.0-Beta04/exo.portal.component.test.jcr-3.0.0-Beta04.jar.sha1
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.component.test.jcr/3.0.0-Beta04/exo.portal.component.test.jcr-3.0.0-Beta04.jar.sha1 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.component.test.jcr/3.0.0-Beta04/exo.portal.component.test.jcr-3.0.0-Beta04.jar.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+bb1b7258e25a56fd8e2f8006dcb93e870bbb042f
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.component.test.jcr/3.0.0-Beta04/exo.portal.component.test.jcr-3.0.0-Beta04.pom
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.component.test.jcr/3.0.0-Beta04/exo.portal.component.test.jcr-3.0.0-Beta04.pom (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.component.test.jcr/3.0.0-Beta04/exo.portal.component.test.jcr-3.0.0-Beta04.pom 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1,65 @@
+<!--
+ ~ 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.
+ -->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+
+ <parent>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.component.test</artifactId>
+ <version>3.0.0-Beta04</version>
+ </parent>
+
+ <modelVersion>4.0.0</modelVersion>
+ <artifactId>exo.portal.component.test.jcr</artifactId>
+ <packaging>jar</packaging>
+ <name>GateIn Portal Component Core Test JCR</name>
+
+ <dependencies>
+
+ <dependency>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.component.test.core</artifactId>
+ <version>3.0.0-Beta04</version>
+ </dependency>
+
+ <dependency>
+ <groupId>commons-collections</groupId>
+ <artifactId>commons-collections</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>org.exoplatform.jcr</groupId>
+ <artifactId>exo.jcr.component.ext</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>org.exoplatform.core</groupId>
+ <artifactId>exo.core.component.organization.jdbc</artifactId>
+ </dependency>
+ </dependencies>
+
+ <build>
+ <resources>
+ <resource>
+ <directory>src/main/resources</directory>
+ </resource>
+ </resources>
+ </build>
+
+</project>
Added: maven2/org/exoplatform/portal/exo.portal.component.test.jcr/3.0.0-Beta04/exo.portal.component.test.jcr-3.0.0-Beta04.pom.md5
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.component.test.jcr/3.0.0-Beta04/exo.portal.component.test.jcr-3.0.0-Beta04.pom.md5 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.component.test.jcr/3.0.0-Beta04/exo.portal.component.test.jcr-3.0.0-Beta04.pom.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+9a6aec5db4644f3d9f43044964e7c65d
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.component.test.jcr/3.0.0-Beta04/exo.portal.component.test.jcr-3.0.0-Beta04.pom.sha1
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.component.test.jcr/3.0.0-Beta04/exo.portal.component.test.jcr-3.0.0-Beta04.pom.sha1 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.component.test.jcr/3.0.0-Beta04/exo.portal.component.test.jcr-3.0.0-Beta04.pom.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+5edd46fdd7569f04464a8e3ff4c9008a20c7d3f8
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.component.test.jcr/maven-metadata.xml
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.component.test.jcr/maven-metadata.xml (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.component.test.jcr/maven-metadata.xml 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.component.test.jcr</artifactId>
+ <version>3.0.0-Beta04</version>
+ <versioning>
+ <release>3.0.0-Beta04</release>
+ <versions>
+ <version>3.0.0-Beta04</version>
+ </versions>
+ <lastUpdated>20091222195234</lastUpdated>
+ </versioning>
+</metadata>
Added: maven2/org/exoplatform/portal/exo.portal.component.test.jcr/maven-metadata.xml.md5
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.component.test.jcr/maven-metadata.xml.md5 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.component.test.jcr/maven-metadata.xml.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+54ddbb47486f701ffbb3f3e37303f079
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.component.test.jcr/maven-metadata.xml.sha1
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.component.test.jcr/maven-metadata.xml.sha1 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.component.test.jcr/maven-metadata.xml.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+6dd9a089cf9c3db8d2340dda76746753c2eaa191
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.component.test.organization/3.0.0-Beta04/exo.portal.component.test.organization-3.0.0-Beta04-sources.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/exoplatform/portal/exo.portal.component.test.organization/3.0.0-Beta04/exo.portal.component.test.organization-3.0.0-Beta04-sources.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/exoplatform/portal/exo.portal.component.test.organization/3.0.0-Beta04/exo.portal.component.test.organization-3.0.0-Beta04-sources.jar.md5
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.component.test.organization/3.0.0-Beta04/exo.portal.component.test.organization-3.0.0-Beta04-sources.jar.md5 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.component.test.organization/3.0.0-Beta04/exo.portal.component.test.organization-3.0.0-Beta04-sources.jar.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+5b9f0acf26c9912074b0b66fba60d31d
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.component.test.organization/3.0.0-Beta04/exo.portal.component.test.organization-3.0.0-Beta04-sources.jar.sha1
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.component.test.organization/3.0.0-Beta04/exo.portal.component.test.organization-3.0.0-Beta04-sources.jar.sha1 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.component.test.organization/3.0.0-Beta04/exo.portal.component.test.organization-3.0.0-Beta04-sources.jar.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+889613a1d3173c9a135534040e4ee479794b9528
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.component.test.organization/3.0.0-Beta04/exo.portal.component.test.organization-3.0.0-Beta04.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/exoplatform/portal/exo.portal.component.test.organization/3.0.0-Beta04/exo.portal.component.test.organization-3.0.0-Beta04.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/exoplatform/portal/exo.portal.component.test.organization/3.0.0-Beta04/exo.portal.component.test.organization-3.0.0-Beta04.jar.md5
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.component.test.organization/3.0.0-Beta04/exo.portal.component.test.organization-3.0.0-Beta04.jar.md5 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.component.test.organization/3.0.0-Beta04/exo.portal.component.test.organization-3.0.0-Beta04.jar.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+0d005e8765c3f9a90211b4a1fe4f7e1b
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.component.test.organization/3.0.0-Beta04/exo.portal.component.test.organization-3.0.0-Beta04.jar.sha1
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.component.test.organization/3.0.0-Beta04/exo.portal.component.test.organization-3.0.0-Beta04.jar.sha1 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.component.test.organization/3.0.0-Beta04/exo.portal.component.test.organization-3.0.0-Beta04.jar.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+6dba4f97aebdd7feac59320cdb47d0525abb8964
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.component.test.organization/3.0.0-Beta04/exo.portal.component.test.organization-3.0.0-Beta04.pom
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.component.test.organization/3.0.0-Beta04/exo.portal.component.test.organization-3.0.0-Beta04.pom (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.component.test.organization/3.0.0-Beta04/exo.portal.component.test.organization-3.0.0-Beta04.pom 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1,62 @@
+<!--
+ ~ 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.
+ -->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+
+ <parent>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.component.test</artifactId>
+ <version>3.0.0-Beta04</version>
+ </parent>
+
+ <modelVersion>4.0.0</modelVersion>
+ <artifactId>exo.portal.component.test.organization</artifactId>
+ <packaging>jar</packaging>
+ <name>GateIn Portal Component Core Test Organization</name>
+
+ <dependencies>
+
+ <dependency>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.component.test.core</artifactId>
+ <version>3.0.0-Beta04</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.component.identity</artifactId>
+ <version>3.0.0-Beta04</version>
+ </dependency>
+
+ <dependency>
+ <groupId>commons-collections</groupId>
+ <artifactId>commons-collections</artifactId>
+ </dependency>
+
+ </dependencies>
+
+ <build>
+ <resources>
+ <resource>
+ <directory>src/main/resources</directory>
+ </resource>
+ </resources>
+ </build>
+
+</project>
Added: maven2/org/exoplatform/portal/exo.portal.component.test.organization/3.0.0-Beta04/exo.portal.component.test.organization-3.0.0-Beta04.pom.md5
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.component.test.organization/3.0.0-Beta04/exo.portal.component.test.organization-3.0.0-Beta04.pom.md5 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.component.test.organization/3.0.0-Beta04/exo.portal.component.test.organization-3.0.0-Beta04.pom.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+957df60df98e3553866f70c0cbd57e8f
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.component.test.organization/3.0.0-Beta04/exo.portal.component.test.organization-3.0.0-Beta04.pom.sha1
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.component.test.organization/3.0.0-Beta04/exo.portal.component.test.organization-3.0.0-Beta04.pom.sha1 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.component.test.organization/3.0.0-Beta04/exo.portal.component.test.organization-3.0.0-Beta04.pom.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+176870ebb990e3054c51e6c3a13b089e56a531f5
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.component.test.organization/maven-metadata.xml
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.component.test.organization/maven-metadata.xml (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.component.test.organization/maven-metadata.xml 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.component.test.organization</artifactId>
+ <version>3.0.0-Beta04</version>
+ <versioning>
+ <release>3.0.0-Beta04</release>
+ <versions>
+ <version>3.0.0-Beta04</version>
+ </versions>
+ <lastUpdated>20091222195241</lastUpdated>
+ </versioning>
+</metadata>
Added: maven2/org/exoplatform/portal/exo.portal.component.test.organization/maven-metadata.xml.md5
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.component.test.organization/maven-metadata.xml.md5 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.component.test.organization/maven-metadata.xml.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+42e0ae628355fab558e8b8dbf3ab140e
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.component.test.organization/maven-metadata.xml.sha1
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.component.test.organization/maven-metadata.xml.sha1 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.component.test.organization/maven-metadata.xml.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+6004b029442400015202a8b253ac5203de659d8e
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.component.web/3.0.0-Beta04/exo.portal.component.web-3.0.0-Beta04-sources.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/exoplatform/portal/exo.portal.component.web/3.0.0-Beta04/exo.portal.component.web-3.0.0-Beta04-sources.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/exoplatform/portal/exo.portal.component.web/3.0.0-Beta04/exo.portal.component.web-3.0.0-Beta04-sources.jar.md5
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.component.web/3.0.0-Beta04/exo.portal.component.web-3.0.0-Beta04-sources.jar.md5 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.component.web/3.0.0-Beta04/exo.portal.component.web-3.0.0-Beta04-sources.jar.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+729fb99d4a7bcbdb55c278861fd34af8
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.component.web/3.0.0-Beta04/exo.portal.component.web-3.0.0-Beta04-sources.jar.sha1
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.component.web/3.0.0-Beta04/exo.portal.component.web-3.0.0-Beta04-sources.jar.sha1 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.component.web/3.0.0-Beta04/exo.portal.component.web-3.0.0-Beta04-sources.jar.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+0161db32caa862f728648a387a0705149d3c83b6
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.component.web/3.0.0-Beta04/exo.portal.component.web-3.0.0-Beta04.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/exoplatform/portal/exo.portal.component.web/3.0.0-Beta04/exo.portal.component.web-3.0.0-Beta04.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/exoplatform/portal/exo.portal.component.web/3.0.0-Beta04/exo.portal.component.web-3.0.0-Beta04.jar.md5
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.component.web/3.0.0-Beta04/exo.portal.component.web-3.0.0-Beta04.jar.md5 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.component.web/3.0.0-Beta04/exo.portal.component.web-3.0.0-Beta04.jar.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+dce5a66cacb5594201db6fe7cdb7703e
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.component.web/3.0.0-Beta04/exo.portal.component.web-3.0.0-Beta04.jar.sha1
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.component.web/3.0.0-Beta04/exo.portal.component.web-3.0.0-Beta04.jar.sha1 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.component.web/3.0.0-Beta04/exo.portal.component.web-3.0.0-Beta04.jar.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+9355fbbaabcf035a9f9972fb73ad64393d63d64a
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.component.web/3.0.0-Beta04/exo.portal.component.web-3.0.0-Beta04.pom
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.component.web/3.0.0-Beta04/exo.portal.component.web-3.0.0-Beta04.pom (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.component.web/3.0.0-Beta04/exo.portal.component.web-3.0.0-Beta04.pom 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1,101 @@
+<!--
+
+ 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.
+
+-->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <parent>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.component</artifactId>
+ <version>3.0.0-Beta04</version>
+ </parent>
+
+ <modelVersion>4.0.0</modelVersion>
+ <artifactId>exo.portal.component.web</artifactId>
+ <packaging>jar</packaging>
+ <name>GateIn Portal Component Web</name>
+
+ <properties>
+ <maven.test.skip>true</maven.test.skip>
+ </properties>
+
+ <dependencies>
+ <dependency>
+ <groupId>org.exoplatform.kernel</groupId>
+ <artifactId>exo.kernel.container</artifactId>
+ <version>${org.exoplatform.kernel.version}</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.exoplatform.core</groupId>
+ <artifactId>exo.core.component.organization.api</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>org.exoplatform.jcr</groupId>
+ <artifactId>exo.jcr.component.ext</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.component.common</artifactId>
+ <version>3.0.0-Beta04</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.component.resources</artifactId>
+ <version>3.0.0-Beta04</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.gatein.wci</groupId>
+ <artifactId>wci-wci</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>org.chromattic</groupId>
+ <artifactId>chromattic.apt</artifactId>
+ <scope>compile</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.component.scripting</artifactId>
+ <version>3.0.0-Beta04</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.shindig</groupId>
+ <artifactId>shindig-gadgets</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>commons-io</groupId>
+ <artifactId>commons-io</artifactId>
+ <type>jar</type>
+ </dependency>
+
+ <dependency>
+ <groupId>org.json</groupId>
+ <artifactId>json</artifactId>
+ <type>jar</type>
+ </dependency>
+ </dependencies>
+</project>
Added: maven2/org/exoplatform/portal/exo.portal.component.web/3.0.0-Beta04/exo.portal.component.web-3.0.0-Beta04.pom.md5
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.component.web/3.0.0-Beta04/exo.portal.component.web-3.0.0-Beta04.pom.md5 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.component.web/3.0.0-Beta04/exo.portal.component.web-3.0.0-Beta04.pom.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+21ffa639c5332fa8dc6911b763aaec75
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.component.web/3.0.0-Beta04/exo.portal.component.web-3.0.0-Beta04.pom.sha1
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.component.web/3.0.0-Beta04/exo.portal.component.web-3.0.0-Beta04.pom.sha1 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.component.web/3.0.0-Beta04/exo.portal.component.web-3.0.0-Beta04.pom.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+5515f6798465a8b61786db24510ec95b291d7f9d
\ No newline at end of file
Modified: maven2/org/exoplatform/portal/exo.portal.component.web/maven-metadata.xml
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.component.web/maven-metadata.xml 2009-12-22 15:18:31 UTC (rev 33183)
+++ maven2/org/exoplatform/portal/exo.portal.component.web/maven-metadata.xml 2009-12-22 20:29:02 UTC (rev 33184)
@@ -4,11 +4,12 @@
<artifactId>exo.portal.component.web</artifactId>
<version>3.0.0-Beta02</version>
<versioning>
- <release>3.0.0-Beta03</release>
+ <release>3.0.0-Beta04</release>
<versions>
<version>3.0.0-Beta02</version>
<version>3.0.0-Beta03</version>
+ <version>3.0.0-Beta04</version>
</versions>
- <lastUpdated>20091128085203</lastUpdated>
+ <lastUpdated>20091222195318</lastUpdated>
</versioning>
</metadata>
Modified: maven2/org/exoplatform/portal/exo.portal.component.web/maven-metadata.xml.md5
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.component.web/maven-metadata.xml.md5 2009-12-22 15:18:31 UTC (rev 33183)
+++ maven2/org/exoplatform/portal/exo.portal.component.web/maven-metadata.xml.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -1 +1 @@
-0c26add11a60e35f13327d779b83a410
\ No newline at end of file
+84ec827f1108833e7be4f242bf3a00b3
\ No newline at end of file
Modified: maven2/org/exoplatform/portal/exo.portal.component.web/maven-metadata.xml.sha1
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.component.web/maven-metadata.xml.sha1 2009-12-22 15:18:31 UTC (rev 33183)
+++ maven2/org/exoplatform/portal/exo.portal.component.web/maven-metadata.xml.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -1 +1 @@
-1786e162b75dd2dcde79d9ef6a27e37c6f3da574
\ No newline at end of file
+0cbbda01bd902cecbe8f8ce2bb6085102d1befb3
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.component.wsrp/3.0.0-Beta04/exo.portal.component.wsrp-3.0.0-Beta04-sources.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/exoplatform/portal/exo.portal.component.wsrp/3.0.0-Beta04/exo.portal.component.wsrp-3.0.0-Beta04-sources.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/exoplatform/portal/exo.portal.component.wsrp/3.0.0-Beta04/exo.portal.component.wsrp-3.0.0-Beta04-sources.jar.md5
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.component.wsrp/3.0.0-Beta04/exo.portal.component.wsrp-3.0.0-Beta04-sources.jar.md5 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.component.wsrp/3.0.0-Beta04/exo.portal.component.wsrp-3.0.0-Beta04-sources.jar.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+5dce2be54e87699fba565cfd46bbc48c
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.component.wsrp/3.0.0-Beta04/exo.portal.component.wsrp-3.0.0-Beta04-sources.jar.sha1
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.component.wsrp/3.0.0-Beta04/exo.portal.component.wsrp-3.0.0-Beta04-sources.jar.sha1 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.component.wsrp/3.0.0-Beta04/exo.portal.component.wsrp-3.0.0-Beta04-sources.jar.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+a7666fea19c034df56f644c9895edf32f4e9801f
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.component.wsrp/3.0.0-Beta04/exo.portal.component.wsrp-3.0.0-Beta04.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/exoplatform/portal/exo.portal.component.wsrp/3.0.0-Beta04/exo.portal.component.wsrp-3.0.0-Beta04.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/exoplatform/portal/exo.portal.component.wsrp/3.0.0-Beta04/exo.portal.component.wsrp-3.0.0-Beta04.jar.md5
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.component.wsrp/3.0.0-Beta04/exo.portal.component.wsrp-3.0.0-Beta04.jar.md5 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.component.wsrp/3.0.0-Beta04/exo.portal.component.wsrp-3.0.0-Beta04.jar.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+c3f88a2f673a07f4d6cbd4bc7daa8d40
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.component.wsrp/3.0.0-Beta04/exo.portal.component.wsrp-3.0.0-Beta04.jar.sha1
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.component.wsrp/3.0.0-Beta04/exo.portal.component.wsrp-3.0.0-Beta04.jar.sha1 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.component.wsrp/3.0.0-Beta04/exo.portal.component.wsrp-3.0.0-Beta04.jar.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+2659c6fe76f91d26c97e22f43292198b8a58dcad
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.component.wsrp/3.0.0-Beta04/exo.portal.component.wsrp-3.0.0-Beta04.pom
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.component.wsrp/3.0.0-Beta04/exo.portal.component.wsrp-3.0.0-Beta04.pom (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.component.wsrp/3.0.0-Beta04/exo.portal.component.wsrp-3.0.0-Beta04.pom 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1,128 @@
+<!--
+ ~ JBoss, a division of Red Hat
+ ~ Copyright 2009, Red Hat Middleware, LLC, and individual
+ ~ contributors as indicated by the @authors tag. See the
+ ~ copyright.txt in the distribution for a full listing of
+ ~ individual contributors.
+ ~
+ ~ This is free software; you can redistribute it and/or modify it
+ ~ under the terms of the GNU Lesser General Public License as
+ ~ published by the Free Software Foundation; either version 2.1 of
+ ~ the License, or (at your option) any later version.
+ ~
+ ~ This software is distributed in the hope that it will be useful,
+ ~ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ ~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ ~ Lesser General Public License for more details.
+ ~
+ ~ You should have received a copy of the GNU Lesser General Public
+ ~ License along with this software; if not, write to the Free
+ ~ Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ ~ 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+ -->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <parent>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.component</artifactId>
+ <version>3.0.0-Beta04</version>
+ </parent>
+
+ <modelVersion>4.0.0</modelVersion>
+ <artifactId>exo.portal.component.wsrp</artifactId>
+ <packaging>jar</packaging>
+ <version>3.0.0-Beta04</version>
+ <name>GateIn Portal Component WSRP integration</name>
+
+ <dependencies>
+ <!-- WSRP jars are in packaging/module.js -->
+ <dependency>
+ <groupId>org.gatein.wsrp</groupId>
+ <artifactId>wsrp-producer-lib</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.gatein.wsrp</groupId>
+ <artifactId>wsrp-consumer</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.gatein.wsrp</groupId>
+ <artifactId>wsrp-integration-api</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.gatein.pc</groupId>
+ <artifactId>pc-api</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.gatein.pc</groupId>
+ <artifactId>pc-portlet</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.exoplatform.kernel</groupId>
+ <artifactId>exo.kernel.container</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.component.pc</artifactId>
+ <version>${project.version}</version>
+ <scope>provided</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.exoplatform.jcr</groupId>
+ <artifactId>exo.jcr.component.ext</artifactId>
+ <version>${org.exoplatform.jcr.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.chromattic</groupId>
+ <artifactId>chromattic.api</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.chromattic</groupId>
+ <artifactId>chromattic.core</artifactId>
+ <version>${version.chromattic}</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.chromattic</groupId>
+ <artifactId>chromattic.spi</artifactId>
+ <version>${version.chromattic}</version>
+ </dependency>
+
+ <!-- Required to process Chromattic annotations -->
+ <dependency>
+ <groupId>org.chromattic</groupId>
+ <artifactId>chromattic.apt</artifactId>
+ <version>${version.chromattic}</version>
+ <scope>provided</scope>
+ </dependency>
+
+ <!-- tests -->
+ <dependency>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.component.test.jcr</artifactId>
+ <version>${project.version}</version>
+ <scope>test</scope>
+ </dependency>
+ </dependencies>
+
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <excludes>
+ <exclude>org/gatein/portal/wsrp/**</exclude>
+ </excludes>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+</project>
Added: maven2/org/exoplatform/portal/exo.portal.component.wsrp/3.0.0-Beta04/exo.portal.component.wsrp-3.0.0-Beta04.pom.md5
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.component.wsrp/3.0.0-Beta04/exo.portal.component.wsrp-3.0.0-Beta04.pom.md5 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.component.wsrp/3.0.0-Beta04/exo.portal.component.wsrp-3.0.0-Beta04.pom.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+61783e99d898ce32f66478c5a62fda31
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.component.wsrp/3.0.0-Beta04/exo.portal.component.wsrp-3.0.0-Beta04.pom.sha1
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.component.wsrp/3.0.0-Beta04/exo.portal.component.wsrp-3.0.0-Beta04.pom.sha1 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.component.wsrp/3.0.0-Beta04/exo.portal.component.wsrp-3.0.0-Beta04.pom.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+b18051b105af4c5015b8446a31ded23671011c64
\ No newline at end of file
Modified: maven2/org/exoplatform/portal/exo.portal.component.wsrp/maven-metadata.xml
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.component.wsrp/maven-metadata.xml 2009-12-22 15:18:31 UTC (rev 33183)
+++ maven2/org/exoplatform/portal/exo.portal.component.wsrp/maven-metadata.xml 2009-12-22 20:29:02 UTC (rev 33184)
@@ -4,11 +4,12 @@
<artifactId>exo.portal.component.wsrp</artifactId>
<version>3.0.0-Beta02</version>
<versioning>
- <release>3.0.0-Beta03</release>
+ <release>3.0.0-Beta04</release>
<versions>
<version>3.0.0-Beta02</version>
<version>3.0.0-Beta03</version>
+ <version>3.0.0-Beta04</version>
</versions>
- <lastUpdated>20091128085157</lastUpdated>
+ <lastUpdated>20091222195306</lastUpdated>
</versioning>
</metadata>
Modified: maven2/org/exoplatform/portal/exo.portal.component.wsrp/maven-metadata.xml.md5
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.component.wsrp/maven-metadata.xml.md5 2009-12-22 15:18:31 UTC (rev 33183)
+++ maven2/org/exoplatform/portal/exo.portal.component.wsrp/maven-metadata.xml.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -1 +1 @@
-2ef0f5ce6cb24a023507f81413a7d7e4
\ No newline at end of file
+0ddb0033e342d8812a079de601bb5156
\ No newline at end of file
Modified: maven2/org/exoplatform/portal/exo.portal.component.wsrp/maven-metadata.xml.sha1
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.component.wsrp/maven-metadata.xml.sha1 2009-12-22 15:18:31 UTC (rev 33183)
+++ maven2/org/exoplatform/portal/exo.portal.component.wsrp/maven-metadata.xml.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -1 +1 @@
-9cc843d485e74d97616cdc17956eb2112ecac5e8
\ No newline at end of file
+c025b56d96215a3ee898dda2ed4368491a330500
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.component.xml-parser/3.0.0-Beta04/exo.portal.component.xml-parser-3.0.0-Beta04-sources.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/exoplatform/portal/exo.portal.component.xml-parser/3.0.0-Beta04/exo.portal.component.xml-parser-3.0.0-Beta04-sources.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/exoplatform/portal/exo.portal.component.xml-parser/3.0.0-Beta04/exo.portal.component.xml-parser-3.0.0-Beta04-sources.jar.md5
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.component.xml-parser/3.0.0-Beta04/exo.portal.component.xml-parser-3.0.0-Beta04-sources.jar.md5 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.component.xml-parser/3.0.0-Beta04/exo.portal.component.xml-parser-3.0.0-Beta04-sources.jar.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+4ac83dbd0bd4061f954272ed6a0bda30
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.component.xml-parser/3.0.0-Beta04/exo.portal.component.xml-parser-3.0.0-Beta04-sources.jar.sha1
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.component.xml-parser/3.0.0-Beta04/exo.portal.component.xml-parser-3.0.0-Beta04-sources.jar.sha1 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.component.xml-parser/3.0.0-Beta04/exo.portal.component.xml-parser-3.0.0-Beta04-sources.jar.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+0e0acb5947ec93bb86dd32edc7b125f3510cad61
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.component.xml-parser/3.0.0-Beta04/exo.portal.component.xml-parser-3.0.0-Beta04.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/exoplatform/portal/exo.portal.component.xml-parser/3.0.0-Beta04/exo.portal.component.xml-parser-3.0.0-Beta04.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/exoplatform/portal/exo.portal.component.xml-parser/3.0.0-Beta04/exo.portal.component.xml-parser-3.0.0-Beta04.jar.md5
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.component.xml-parser/3.0.0-Beta04/exo.portal.component.xml-parser-3.0.0-Beta04.jar.md5 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.component.xml-parser/3.0.0-Beta04/exo.portal.component.xml-parser-3.0.0-Beta04.jar.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+89db2ec1df54b99b98ede51bea1eec86
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.component.xml-parser/3.0.0-Beta04/exo.portal.component.xml-parser-3.0.0-Beta04.jar.sha1
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.component.xml-parser/3.0.0-Beta04/exo.portal.component.xml-parser-3.0.0-Beta04.jar.sha1 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.component.xml-parser/3.0.0-Beta04/exo.portal.component.xml-parser-3.0.0-Beta04.jar.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+5e5df760880ce40fedfcf3ee52366b27ef7dd5d0
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.component.xml-parser/3.0.0-Beta04/exo.portal.component.xml-parser-3.0.0-Beta04.pom
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.component.xml-parser/3.0.0-Beta04/exo.portal.component.xml-parser-3.0.0-Beta04.pom (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.component.xml-parser/3.0.0-Beta04/exo.portal.component.xml-parser-3.0.0-Beta04.pom 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1,72 @@
+<!--
+
+ 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.
+
+-->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <parent>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.component</artifactId>
+ <version>3.0.0-Beta04</version>
+ </parent>
+
+ <modelVersion>4.0.0</modelVersion>
+ <artifactId>exo.portal.component.xml-parser</artifactId>
+ <packaging>jar</packaging>
+ <name>GateIn Portal Component XML Parser</name>
+
+ <properties>
+ <maven.test.skip>true</maven.test.skip>
+ </properties>
+
+ <dependencies>
+ <dependency>
+ <groupId>org.exoplatform.kernel</groupId>
+ <artifactId>exo.kernel.component.common</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>commons-httpclient</groupId>
+ <artifactId>commons-httpclient</artifactId>
+ <scope>compile</scope>
+ </dependency>
+ </dependencies>
+ <build>
+ <testResources>
+ <testResource>
+ <directory>src/test/java</directory>
+ <includes>
+ <include>**/*.properties</include>
+ <include>**/*.xml</include>
+ <include>**/*.jstmpl</include>
+ <include>**/*.html</include>
+ </includes>
+ </testResource>
+ <testResource>
+ <directory>src/test/resources</directory>
+ <includes>
+ <include>**/*.properties</include>
+ <include>**/*.xml</include>
+ <include>**/*.jstmpl</include>
+ <include>**/*.html</include>
+ </includes>
+ </testResource>
+ </testResources>
+ </build>
+</project>
Added: maven2/org/exoplatform/portal/exo.portal.component.xml-parser/3.0.0-Beta04/exo.portal.component.xml-parser-3.0.0-Beta04.pom.md5
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.component.xml-parser/3.0.0-Beta04/exo.portal.component.xml-parser-3.0.0-Beta04.pom.md5 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.component.xml-parser/3.0.0-Beta04/exo.portal.component.xml-parser-3.0.0-Beta04.pom.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+f93f5e4cdf57588af02e215f736287b3
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.component.xml-parser/3.0.0-Beta04/exo.portal.component.xml-parser-3.0.0-Beta04.pom.sha1
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.component.xml-parser/3.0.0-Beta04/exo.portal.component.xml-parser-3.0.0-Beta04.pom.sha1 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.component.xml-parser/3.0.0-Beta04/exo.portal.component.xml-parser-3.0.0-Beta04.pom.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+59bdbde8a03418d1f79f3b2ef40f3aaeff1777bf
\ No newline at end of file
Modified: maven2/org/exoplatform/portal/exo.portal.component.xml-parser/maven-metadata.xml
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.component.xml-parser/maven-metadata.xml 2009-12-22 15:18:31 UTC (rev 33183)
+++ maven2/org/exoplatform/portal/exo.portal.component.xml-parser/maven-metadata.xml 2009-12-22 20:29:02 UTC (rev 33184)
@@ -4,11 +4,12 @@
<artifactId>exo.portal.component.xml-parser</artifactId>
<version>3.0.0-Beta02</version>
<versioning>
- <release>3.0.0-Beta03</release>
+ <release>3.0.0-Beta04</release>
<versions>
<version>3.0.0-Beta02</version>
<version>3.0.0-Beta03</version>
+ <version>3.0.0-Beta04</version>
</versions>
- <lastUpdated>20091128085156</lastUpdated>
+ <lastUpdated>20091222195259</lastUpdated>
</versioning>
</metadata>
Modified: maven2/org/exoplatform/portal/exo.portal.component.xml-parser/maven-metadata.xml.md5
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.component.xml-parser/maven-metadata.xml.md5 2009-12-22 15:18:31 UTC (rev 33183)
+++ maven2/org/exoplatform/portal/exo.portal.component.xml-parser/maven-metadata.xml.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -1 +1 @@
-2af24357e4552e9edc0279bbd3d10c56
\ No newline at end of file
+92445b6678ae6790b7b634137cdbce73
\ No newline at end of file
Modified: maven2/org/exoplatform/portal/exo.portal.component.xml-parser/maven-metadata.xml.sha1
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.component.xml-parser/maven-metadata.xml.sha1 2009-12-22 15:18:31 UTC (rev 33183)
+++ maven2/org/exoplatform/portal/exo.portal.component.xml-parser/maven-metadata.xml.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -1 +1 @@
-792ea11bc646fc29a66ef587c76189429213b4fc
\ No newline at end of file
+81d192850d50928a780b8a6d83a9a2bacae0cbbb
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.eXoGadgets/3.0.0-Beta04/exo.portal.eXoGadgets-3.0.0-Beta04.pom
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.eXoGadgets/3.0.0-Beta04/exo.portal.eXoGadgets-3.0.0-Beta04.pom (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.eXoGadgets/3.0.0-Beta04/exo.portal.eXoGadgets-3.0.0-Beta04.pom 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1,59 @@
+<!--
+
+ 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.
+
+-->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <parent>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.gadgets</artifactId>
+ <version>3.0.0-Beta04</version>
+ </parent>
+
+ <modelVersion>4.0.0</modelVersion>
+ <artifactId>exo.portal.eXoGadgets</artifactId>
+ <packaging>war</packaging>
+ <name>GateIn Portal eXo Gadgets Application</name>
+
+ <build>
+ <finalName>eXoGadgets</finalName>
+ </build>
+
+ <dependencies>
+ <dependency>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.component.web</artifactId>
+ <version>3.0.0-Beta04</version>
+ <scope>provided</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.webui.portal</artifactId>
+ <version>3.0.0-Beta04</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.shindig</groupId>
+ <artifactId>shindig-common</artifactId>
+ <scope>provided</scope>
+ </dependency>
+
+ </dependencies>
+</project>
Added: maven2/org/exoplatform/portal/exo.portal.eXoGadgets/3.0.0-Beta04/exo.portal.eXoGadgets-3.0.0-Beta04.pom.md5
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.eXoGadgets/3.0.0-Beta04/exo.portal.eXoGadgets-3.0.0-Beta04.pom.md5 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.eXoGadgets/3.0.0-Beta04/exo.portal.eXoGadgets-3.0.0-Beta04.pom.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+28e1c07ff9cc34cb951b38c9e4c8f8bd
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.eXoGadgets/3.0.0-Beta04/exo.portal.eXoGadgets-3.0.0-Beta04.pom.sha1
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.eXoGadgets/3.0.0-Beta04/exo.portal.eXoGadgets-3.0.0-Beta04.pom.sha1 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.eXoGadgets/3.0.0-Beta04/exo.portal.eXoGadgets-3.0.0-Beta04.pom.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+9b1d72808925aae5e21e1640d0c18b26b2d466dc
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.eXoGadgets/3.0.0-Beta04/exo.portal.eXoGadgets-3.0.0-Beta04.war
===================================================================
(Binary files differ)
Property changes on: maven2/org/exoplatform/portal/exo.portal.eXoGadgets/3.0.0-Beta04/exo.portal.eXoGadgets-3.0.0-Beta04.war
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/exoplatform/portal/exo.portal.eXoGadgets/3.0.0-Beta04/exo.portal.eXoGadgets-3.0.0-Beta04.war.md5
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.eXoGadgets/3.0.0-Beta04/exo.portal.eXoGadgets-3.0.0-Beta04.war.md5 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.eXoGadgets/3.0.0-Beta04/exo.portal.eXoGadgets-3.0.0-Beta04.war.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+cc4569916a0dad4d4476a67fd4f032af
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.eXoGadgets/3.0.0-Beta04/exo.portal.eXoGadgets-3.0.0-Beta04.war.sha1
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.eXoGadgets/3.0.0-Beta04/exo.portal.eXoGadgets-3.0.0-Beta04.war.sha1 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.eXoGadgets/3.0.0-Beta04/exo.portal.eXoGadgets-3.0.0-Beta04.war.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+88959eccb0d0e3d10774d62b8d4dfb5d68f51fc9
\ No newline at end of file
Modified: maven2/org/exoplatform/portal/exo.portal.eXoGadgets/maven-metadata.xml
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.eXoGadgets/maven-metadata.xml 2009-12-22 15:18:31 UTC (rev 33183)
+++ maven2/org/exoplatform/portal/exo.portal.eXoGadgets/maven-metadata.xml 2009-12-22 20:29:02 UTC (rev 33184)
@@ -4,11 +4,12 @@
<artifactId>exo.portal.eXoGadgets</artifactId>
<version>3.0.0-Beta02</version>
<versioning>
- <release>3.0.0-Beta03</release>
+ <release>3.0.0-Beta04</release>
<versions>
<version>3.0.0-Beta02</version>
<version>3.0.0-Beta03</version>
+ <version>3.0.0-Beta04</version>
</versions>
- <lastUpdated>20091128085352</lastUpdated>
+ <lastUpdated>20091222195424</lastUpdated>
</versioning>
</metadata>
Modified: maven2/org/exoplatform/portal/exo.portal.eXoGadgets/maven-metadata.xml.md5
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.eXoGadgets/maven-metadata.xml.md5 2009-12-22 15:18:31 UTC (rev 33183)
+++ maven2/org/exoplatform/portal/exo.portal.eXoGadgets/maven-metadata.xml.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -1 +1 @@
-dbd1fea86a5a0cdadad9a15108ee1bc2
\ No newline at end of file
+f6854d74a858bd7d8e608ab6489be6c5
\ No newline at end of file
Modified: maven2/org/exoplatform/portal/exo.portal.eXoGadgets/maven-metadata.xml.sha1
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.eXoGadgets/maven-metadata.xml.sha1 2009-12-22 15:18:31 UTC (rev 33183)
+++ maven2/org/exoplatform/portal/exo.portal.eXoGadgets/maven-metadata.xml.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -1 +1 @@
-8709f2b06d55af9c0e63480bc18b5817e7de6f4e
\ No newline at end of file
+642335120ac86b88527eb7cbc79fe1bb5c193f65
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.gadgets/3.0.0-Beta04/exo.portal.gadgets-3.0.0-Beta04.pom
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.gadgets/3.0.0-Beta04/exo.portal.gadgets-3.0.0-Beta04.pom (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.gadgets/3.0.0-Beta04/exo.portal.gadgets-3.0.0-Beta04.pom 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1,39 @@
+<!--
+
+ 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.
+
+-->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.parent</artifactId>
+ <version>3.0.0-Beta04</version>
+ </parent>
+
+ <artifactId>exo.portal.gadgets</artifactId>
+ <name>GateIn Portal eXo Gadgets</name>
+ <packaging>pom</packaging>
+
+ <modules>
+ <module>core</module>
+ <module>server</module>
+ <module>eXoGadgets</module>
+ </modules>
+</project>
Added: maven2/org/exoplatform/portal/exo.portal.gadgets/3.0.0-Beta04/exo.portal.gadgets-3.0.0-Beta04.pom.md5
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.gadgets/3.0.0-Beta04/exo.portal.gadgets-3.0.0-Beta04.pom.md5 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.gadgets/3.0.0-Beta04/exo.portal.gadgets-3.0.0-Beta04.pom.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+55e1d4b211b8fa7ed4e17eafd877eadc
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.gadgets/3.0.0-Beta04/exo.portal.gadgets-3.0.0-Beta04.pom.sha1
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.gadgets/3.0.0-Beta04/exo.portal.gadgets-3.0.0-Beta04.pom.sha1 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.gadgets/3.0.0-Beta04/exo.portal.gadgets-3.0.0-Beta04.pom.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+d8d3cf5e7ceacf8370c1df8737babd005be4b706
\ No newline at end of file
Modified: maven2/org/exoplatform/portal/exo.portal.gadgets/maven-metadata.xml
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.gadgets/maven-metadata.xml 2009-12-22 15:18:31 UTC (rev 33183)
+++ maven2/org/exoplatform/portal/exo.portal.gadgets/maven-metadata.xml 2009-12-22 20:29:02 UTC (rev 33184)
@@ -4,11 +4,12 @@
<artifactId>exo.portal.gadgets</artifactId>
<version>3.0.0-Beta02</version>
<versioning>
- <release>3.0.0-Beta03</release>
+ <release>3.0.0-Beta04</release>
<versions>
<version>3.0.0-Beta02</version>
<version>3.0.0-Beta03</version>
+ <version>3.0.0-Beta04</version>
</versions>
- <lastUpdated>20091128085346</lastUpdated>
+ <lastUpdated>20091222195353</lastUpdated>
</versioning>
</metadata>
Modified: maven2/org/exoplatform/portal/exo.portal.gadgets/maven-metadata.xml.md5
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.gadgets/maven-metadata.xml.md5 2009-12-22 15:18:31 UTC (rev 33183)
+++ maven2/org/exoplatform/portal/exo.portal.gadgets/maven-metadata.xml.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -1 +1 @@
-ec44759b6ef61e70dac85f09d01a84ff
\ No newline at end of file
+5181aaa365c9a421bc17680b91956b69
\ No newline at end of file
Modified: maven2/org/exoplatform/portal/exo.portal.gadgets/maven-metadata.xml.sha1
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.gadgets/maven-metadata.xml.sha1 2009-12-22 15:18:31 UTC (rev 33183)
+++ maven2/org/exoplatform/portal/exo.portal.gadgets/maven-metadata.xml.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -1 +1 @@
-4e2e12ffde4eb5cbd31972a2e2c38e1b8dee125c
\ No newline at end of file
+1e3cecd22eea7e9b62bbdfebbc9ae249c1c2c99d
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.gadgets-core/3.0.0-Beta04/exo.portal.gadgets-core-3.0.0-Beta04-sources.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/exoplatform/portal/exo.portal.gadgets-core/3.0.0-Beta04/exo.portal.gadgets-core-3.0.0-Beta04-sources.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/exoplatform/portal/exo.portal.gadgets-core/3.0.0-Beta04/exo.portal.gadgets-core-3.0.0-Beta04-sources.jar.md5
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.gadgets-core/3.0.0-Beta04/exo.portal.gadgets-core-3.0.0-Beta04-sources.jar.md5 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.gadgets-core/3.0.0-Beta04/exo.portal.gadgets-core-3.0.0-Beta04-sources.jar.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+c8c1dab76afeb9ca2121b9c514835687
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.gadgets-core/3.0.0-Beta04/exo.portal.gadgets-core-3.0.0-Beta04-sources.jar.sha1
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.gadgets-core/3.0.0-Beta04/exo.portal.gadgets-core-3.0.0-Beta04-sources.jar.sha1 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.gadgets-core/3.0.0-Beta04/exo.portal.gadgets-core-3.0.0-Beta04-sources.jar.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+410fcb18cdbea5391ffe4c64a0de0c238bce3eca
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.gadgets-core/3.0.0-Beta04/exo.portal.gadgets-core-3.0.0-Beta04.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/exoplatform/portal/exo.portal.gadgets-core/3.0.0-Beta04/exo.portal.gadgets-core-3.0.0-Beta04.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/exoplatform/portal/exo.portal.gadgets-core/3.0.0-Beta04/exo.portal.gadgets-core-3.0.0-Beta04.jar.md5
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.gadgets-core/3.0.0-Beta04/exo.portal.gadgets-core-3.0.0-Beta04.jar.md5 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.gadgets-core/3.0.0-Beta04/exo.portal.gadgets-core-3.0.0-Beta04.jar.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+fa8342f98912839fe3e11c77bed8cf19
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.gadgets-core/3.0.0-Beta04/exo.portal.gadgets-core-3.0.0-Beta04.jar.sha1
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.gadgets-core/3.0.0-Beta04/exo.portal.gadgets-core-3.0.0-Beta04.jar.sha1 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.gadgets-core/3.0.0-Beta04/exo.portal.gadgets-core-3.0.0-Beta04.jar.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+78cbca9230f3c12449fd90a5039b49e857b62d7e
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.gadgets-core/3.0.0-Beta04/exo.portal.gadgets-core-3.0.0-Beta04.pom
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.gadgets-core/3.0.0-Beta04/exo.portal.gadgets-core-3.0.0-Beta04.pom (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.gadgets-core/3.0.0-Beta04/exo.portal.gadgets-core-3.0.0-Beta04.pom 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1,93 @@
+<?xml version="1.0" encoding="UTF-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.
+
+-->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.gadgets</artifactId>
+ <version>3.0.0-Beta04</version>
+ </parent>
+
+ <artifactId>exo.portal.gadgets-core</artifactId>
+ <packaging>jar</packaging>
+ <name>GateIn Portal eXo Gadgets Core</name>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-dependency-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>unpack</id>
+ <phase>compile</phase>
+ <goals>
+ <goal>unpack</goal>
+ </goals>
+ <configuration>
+ <artifactItems>
+ <artifactItem>
+ <groupId>org.apache.shindig</groupId>
+ <artifactId>shindig-gadgets</artifactId>
+ <version>${org.shindig.version}</version>
+ <type>jar</type>
+ <overWrite>false</overWrite>
+ <outputDirectory>${project.build.directory}/classes</outputDirectory>
+ <excludes>config/oauth.json,containers/default/container.js</excludes>
+ </artifactItem>
+ </artifactItems>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+
+ </plugins>
+ <resources>
+ <resource>
+ <directory>src/main/java</directory>
+ <includes>
+ <include>**/container.js</include>
+ <include>**/oauth.json</include>
+ <include>**/*.xml</include>
+ </includes>
+ </resource>
+ </resources>
+ </build>
+ <dependencies>
+ <dependency>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.component.web</artifactId>
+ <version>3.0.0-Beta04</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.shindig</groupId>
+ <artifactId>shindig-common</artifactId>
+ <type>jar</type>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.shindig</groupId>
+ <artifactId>shindig-features</artifactId>
+ <type>jar</type>
+ </dependency>
+ </dependencies>
+</project>
Added: maven2/org/exoplatform/portal/exo.portal.gadgets-core/3.0.0-Beta04/exo.portal.gadgets-core-3.0.0-Beta04.pom.md5
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.gadgets-core/3.0.0-Beta04/exo.portal.gadgets-core-3.0.0-Beta04.pom.md5 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.gadgets-core/3.0.0-Beta04/exo.portal.gadgets-core-3.0.0-Beta04.pom.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+797d4e0fbac59b46907c276e8dcb8d8c
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.gadgets-core/3.0.0-Beta04/exo.portal.gadgets-core-3.0.0-Beta04.pom.sha1
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.gadgets-core/3.0.0-Beta04/exo.portal.gadgets-core-3.0.0-Beta04.pom.sha1 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.gadgets-core/3.0.0-Beta04/exo.portal.gadgets-core-3.0.0-Beta04.pom.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+78b401dc01983e4dd9213c24c81ce73787d18e1a
\ No newline at end of file
Modified: maven2/org/exoplatform/portal/exo.portal.gadgets-core/maven-metadata.xml
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.gadgets-core/maven-metadata.xml 2009-12-22 15:18:31 UTC (rev 33183)
+++ maven2/org/exoplatform/portal/exo.portal.gadgets-core/maven-metadata.xml 2009-12-22 20:29:02 UTC (rev 33184)
@@ -4,11 +4,12 @@
<artifactId>exo.portal.gadgets-core</artifactId>
<version>3.0.0-Beta02</version>
<versioning>
- <release>3.0.0-Beta03</release>
+ <release>3.0.0-Beta04</release>
<versions>
<version>3.0.0-Beta02</version>
<version>3.0.0-Beta03</version>
+ <version>3.0.0-Beta04</version>
</versions>
- <lastUpdated>20091128085348</lastUpdated>
+ <lastUpdated>20091222195400</lastUpdated>
</versioning>
</metadata>
Modified: maven2/org/exoplatform/portal/exo.portal.gadgets-core/maven-metadata.xml.md5
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.gadgets-core/maven-metadata.xml.md5 2009-12-22 15:18:31 UTC (rev 33183)
+++ maven2/org/exoplatform/portal/exo.portal.gadgets-core/maven-metadata.xml.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -1 +1 @@
-8a4eb662ac0a97604edab399921ba165
\ No newline at end of file
+a413a7a50f30b92d98ea39e8b62b07ca
\ No newline at end of file
Modified: maven2/org/exoplatform/portal/exo.portal.gadgets-core/maven-metadata.xml.sha1
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.gadgets-core/maven-metadata.xml.sha1 2009-12-22 15:18:31 UTC (rev 33183)
+++ maven2/org/exoplatform/portal/exo.portal.gadgets-core/maven-metadata.xml.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -1 +1 @@
-599b43a711a3fb799799da2d010cf9e1a191e3e8
\ No newline at end of file
+0eb62f0005690a0661b2b43cfca772216a2ff9c3
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.gadgets-server/3.0.0-Beta04/exo.portal.gadgets-server-3.0.0-Beta04.pom
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.gadgets-server/3.0.0-Beta04/exo.portal.gadgets-server-3.0.0-Beta04.pom (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.gadgets-server/3.0.0-Beta04/exo.portal.gadgets-server-3.0.0-Beta04.pom 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1,143 @@
+<?xml version="1.0" encoding="UTF-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.
+
+-->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.gadgets</artifactId>
+ <version>3.0.0-Beta04</version>
+ </parent>
+
+ <artifactId>exo.portal.gadgets-server</artifactId>
+ <packaging>war</packaging>
+ <name>GateIn Portal eXo Gadgets Server</name>
+
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-war-plugin</artifactId>
+ <configuration>
+ <dependentWarExcludes>gadgets/**</dependentWarExcludes>
+ <dependentWarExcludes>WEB-INF/web**</dependentWarExcludes>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+
+ <dependencies>
+ <!-- project dependencies -->
+ <dependency>
+ <groupId>org.apache.shindig</groupId>
+ <artifactId>shindig-server</artifactId>
+ <type>war</type>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.shindig</groupId>
+ <artifactId>shindig-features</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.shindig</groupId>
+ <artifactId>shindig-social-api</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <!-- external dependencies -->
+
+ <dependency>
+ <groupId>org.json</groupId>
+ <artifactId>json</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>caja</groupId>
+ <artifactId>caja</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>caja</groupId>
+ <artifactId>json_simple</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>net.oauth</groupId>
+ <artifactId>core</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>com.google.collections</groupId>
+ <artifactId>google-collections</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>com.google.code.guice</groupId>
+ <artifactId>guice</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>commons-lang</groupId>
+ <artifactId>commons-lang</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>rome</groupId>
+ <artifactId>rome</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>com.ibm.icu</groupId>
+ <artifactId>icu4j</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>net.sourceforge.nekohtml</groupId>
+ <artifactId>nekohtml</artifactId>
+ <scope>provided</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>xerces</groupId>
+ <artifactId>xercesImpl</artifactId>
+ <scope>provided</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>jaxen</groupId>
+ <artifactId>jaxen</artifactId>
+ <scope>provided</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>nu.validator.htmlparser</groupId>
+ <artifactId>htmlparser</artifactId>
+ <scope>provided</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>commons-digester</groupId>
+ <artifactId>commons-digester</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ </dependencies>
+</project>
Added: maven2/org/exoplatform/portal/exo.portal.gadgets-server/3.0.0-Beta04/exo.portal.gadgets-server-3.0.0-Beta04.pom.md5
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.gadgets-server/3.0.0-Beta04/exo.portal.gadgets-server-3.0.0-Beta04.pom.md5 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.gadgets-server/3.0.0-Beta04/exo.portal.gadgets-server-3.0.0-Beta04.pom.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+a10b430cb4c8a2ad0a125994bb79bd99
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.gadgets-server/3.0.0-Beta04/exo.portal.gadgets-server-3.0.0-Beta04.pom.sha1
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.gadgets-server/3.0.0-Beta04/exo.portal.gadgets-server-3.0.0-Beta04.pom.sha1 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.gadgets-server/3.0.0-Beta04/exo.portal.gadgets-server-3.0.0-Beta04.pom.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+fe70138543c58cab0384ad8a9c79048bf20e2077
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.gadgets-server/3.0.0-Beta04/exo.portal.gadgets-server-3.0.0-Beta04.war
===================================================================
(Binary files differ)
Property changes on: maven2/org/exoplatform/portal/exo.portal.gadgets-server/3.0.0-Beta04/exo.portal.gadgets-server-3.0.0-Beta04.war
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/exoplatform/portal/exo.portal.gadgets-server/3.0.0-Beta04/exo.portal.gadgets-server-3.0.0-Beta04.war.md5
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.gadgets-server/3.0.0-Beta04/exo.portal.gadgets-server-3.0.0-Beta04.war.md5 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.gadgets-server/3.0.0-Beta04/exo.portal.gadgets-server-3.0.0-Beta04.war.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+7c53978e5979f233432c9ce1b1f86a47
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.gadgets-server/3.0.0-Beta04/exo.portal.gadgets-server-3.0.0-Beta04.war.sha1
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.gadgets-server/3.0.0-Beta04/exo.portal.gadgets-server-3.0.0-Beta04.war.sha1 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.gadgets-server/3.0.0-Beta04/exo.portal.gadgets-server-3.0.0-Beta04.war.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+45e072140e3bbf0b27986af680dedce2ab31c237
\ No newline at end of file
Modified: maven2/org/exoplatform/portal/exo.portal.gadgets-server/maven-metadata.xml
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.gadgets-server/maven-metadata.xml 2009-12-22 15:18:31 UTC (rev 33183)
+++ maven2/org/exoplatform/portal/exo.portal.gadgets-server/maven-metadata.xml 2009-12-22 20:29:02 UTC (rev 33184)
@@ -4,11 +4,12 @@
<artifactId>exo.portal.gadgets-server</artifactId>
<version>3.0.0-Beta02</version>
<versioning>
- <release>3.0.0-Beta03</release>
+ <release>3.0.0-Beta04</release>
<versions>
<version>3.0.0-Beta02</version>
<version>3.0.0-Beta03</version>
+ <version>3.0.0-Beta04</version>
</versions>
- <lastUpdated>20091128085351</lastUpdated>
+ <lastUpdated>20091222195418</lastUpdated>
</versioning>
</metadata>
Modified: maven2/org/exoplatform/portal/exo.portal.gadgets-server/maven-metadata.xml.md5
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.gadgets-server/maven-metadata.xml.md5 2009-12-22 15:18:31 UTC (rev 33183)
+++ maven2/org/exoplatform/portal/exo.portal.gadgets-server/maven-metadata.xml.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -1 +1 @@
-23bdb1d0b4e21729afec4e92ae9f79ff
\ No newline at end of file
+ec011f5f9e1f7acd9a2adb4cc6fececd
\ No newline at end of file
Modified: maven2/org/exoplatform/portal/exo.portal.gadgets-server/maven-metadata.xml.sha1
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.gadgets-server/maven-metadata.xml.sha1 2009-12-22 15:18:31 UTC (rev 33183)
+++ maven2/org/exoplatform/portal/exo.portal.gadgets-server/maven-metadata.xml.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -1 +1 @@
-4e4b915a3d4c7407059ba44384a0e7f182a814fa
\ No newline at end of file
+d4fbdf54e2e4afaba5773d023e6b9b1e81debfe4
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.packaging/3.0.0-Beta04/exo.portal.packaging-3.0.0-Beta04.pom
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.packaging/3.0.0-Beta04/exo.portal.packaging-3.0.0-Beta04.pom (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.packaging/3.0.0-Beta04/exo.portal.packaging-3.0.0-Beta04.pom 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1,41 @@
+<!--
+
+ 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.
+
+-->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <parent>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.parent</artifactId>
+ <version>3.0.0-Beta04</version>
+ </parent>
+
+ <modelVersion>4.0.0</modelVersion>
+ <artifactId>exo.portal.packaging</artifactId>
+ <packaging>pom</packaging>
+ <name>GateIn Portal Packaging</name>
+
+ <modules>
+ <module>module</module>
+ <module>product</module>
+ <module>pkg</module>
+ <module>reports</module>
+ </modules>
+
+</project>
Added: maven2/org/exoplatform/portal/exo.portal.packaging/3.0.0-Beta04/exo.portal.packaging-3.0.0-Beta04.pom.md5
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.packaging/3.0.0-Beta04/exo.portal.packaging-3.0.0-Beta04.pom.md5 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.packaging/3.0.0-Beta04/exo.portal.packaging-3.0.0-Beta04.pom.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+2822c862353c21659eca80aba823bb76
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.packaging/3.0.0-Beta04/exo.portal.packaging-3.0.0-Beta04.pom.sha1
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.packaging/3.0.0-Beta04/exo.portal.packaging-3.0.0-Beta04.pom.sha1 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.packaging/3.0.0-Beta04/exo.portal.packaging-3.0.0-Beta04.pom.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+028845ed6c165a14d63485bfd7d461d92e0630af
\ No newline at end of file
Modified: maven2/org/exoplatform/portal/exo.portal.packaging/maven-metadata.xml
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.packaging/maven-metadata.xml 2009-12-22 15:18:31 UTC (rev 33183)
+++ maven2/org/exoplatform/portal/exo.portal.packaging/maven-metadata.xml 2009-12-22 20:29:02 UTC (rev 33184)
@@ -4,10 +4,12 @@
<artifactId>exo.portal.packaging</artifactId>
<version>3.0.0-Beta02</version>
<versioning>
+ <release>3.0.0-Beta04</release>
<versions>
<version>3.0.0-Beta02</version>
<version>3.0.0-Beta03</version>
+ <version>3.0.0-Beta04</version>
</versions>
- <lastUpdated>20091128085401</lastUpdated>
+ <lastUpdated>20091222195538</lastUpdated>
</versioning>
</metadata>
Modified: maven2/org/exoplatform/portal/exo.portal.packaging/maven-metadata.xml.md5
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.packaging/maven-metadata.xml.md5 2009-12-22 15:18:31 UTC (rev 33183)
+++ maven2/org/exoplatform/portal/exo.portal.packaging/maven-metadata.xml.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -1 +1 @@
-f8a4a586626d4dc1774c1ff8d51c0dbe
\ No newline at end of file
+42ace7630104d0a74e84974f4f6fe346
\ No newline at end of file
Modified: maven2/org/exoplatform/portal/exo.portal.packaging/maven-metadata.xml.sha1
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.packaging/maven-metadata.xml.sha1 2009-12-22 15:18:31 UTC (rev 33183)
+++ maven2/org/exoplatform/portal/exo.portal.packaging/maven-metadata.xml.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -1 +1 @@
-c27cf6562e90bb924340919b3339b801d04b193e
\ No newline at end of file
+f7bda427027400c92872842071c92af355b44e49
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.packaging.assembly/3.0.0-Beta04/exo.portal.packaging.assembly-3.0.0-Beta04.pom
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.packaging.assembly/3.0.0-Beta04/exo.portal.packaging.assembly-3.0.0-Beta04.pom (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.packaging.assembly/3.0.0-Beta04/exo.portal.packaging.assembly-3.0.0-Beta04.pom 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1,542 @@
+<!--
+
+ 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.
+
+-->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <parent>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.packaging</artifactId>
+ <version>3.0.0-Beta04</version>
+ </parent>
+
+ <modelVersion>4.0.0</modelVersion>
+ <artifactId>exo.portal.packaging.assembly</artifactId>
+ <packaging>pom</packaging>
+ <name>GateIn Portal Packaging Assemblies</name>
+
+ <dependencies>
+
+ <dependency>
+ <groupId>org.gatein.tools</groupId>
+ <artifactId>packager</artifactId>
+ <type>zip</type>
+ <version>1.0.0-Beta05</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.exoplatform.kernel</groupId>
+ <artifactId>kernel.packaging.module</artifactId>
+ <version>${org.exoplatform.kernel.version}</version>
+ <type>js</type>
+ </dependency>
+ <dependency>
+ <groupId>org.exoplatform.core</groupId>
+ <artifactId>core.packaging.module</artifactId>
+ <version>${org.exoplatform.core.version}</version>
+ <type>js</type>
+ </dependency>
+ <dependency>
+ <groupId>org.exoplatform.ws</groupId>
+ <artifactId>ws.packaging.module</artifactId>
+ <version>${org.exoplatform.ws.version}</version>
+ <type>js</type>
+ </dependency>
+ <dependency>
+ <groupId>org.exoplatform.jcr</groupId>
+ <artifactId>jcr.packaging.module</artifactId>
+ <version>${org.exoplatform.jcr.version}</version>
+ <type>js</type>
+ </dependency>
+ <dependency>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>portal.packaging.module</artifactId>
+ <version>3.0.0-Beta04</version>
+ <type>js</type>
+ </dependency>
+ <dependency>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>portal.packaging.product</artifactId>
+ <version>3.0.0-Beta04</version>
+ <type>js</type>
+ </dependency>
+ </dependencies>
+
+ <build>
+ <plugins>
+ <!-- needed for exobuild to call maven dependency:get -->
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-dependency-plugin</artifactId>
+ <version>2.1</version>
+ <configuration>
+ <repositoryUrl>xxx</repositoryUrl>
+ </configuration>
+ </plugin>
+ <!-- check-out exobuild -->
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-dependency-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>unpack-dependencies</id>
+ <phase>generate-resources</phase>
+ <goals>
+ <goal>unpack</goal>
+ </goals>
+ <configuration>
+ <overWriteSnapshots>true</overWriteSnapshots>
+ <artifactItems>
+ <artifactItem>
+ <groupId>org.gatein.tools</groupId>
+ <artifactId>packager</artifactId>
+ <type>zip</type>
+ <outputDirectory>target/packager</outputDirectory>
+ </artifactItem>
+ </artifactItems>
+ </configuration>
+ </execution>
+ <execution>
+ <id>copy-dependencies</id>
+ <phase>compile</phase>
+ <goals>
+ <goal>copy-dependencies</goal>
+ </goals>
+ <configuration>
+ <includeTypes>js</includeTypes>
+ <stripVersion>true</stripVersion>
+ <outputDirectory>${project.build.directory}/packager-conf</outputDirectory>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+
+ <properties>
+ <gatein.working.dir>${basedir}/target</gatein.working.dir><!-- Default value for server installation dir -->
+ </properties>
+
+ <profiles>
+ <profile>
+ <id>pkg-tomcat</id>
+ <build>
+ <finalName>GateIn-${project.version}</finalName>
+ <plugins>
+ <!-- Ensure your environment is correctly setup -->
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-enforcer-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>tomcat-check-environment-ready</id>
+ <goals>
+ <goal>enforce</goal>
+ </goals>
+ <configuration>
+ <rules>
+ <requireProperty>
+ <property>exo.projects.directory.dependencies</property>
+ <message>"You must define the property exo.projects.directory.dependencies to give the path to the directory where you store your applications servers"</message>
+ </requireProperty>
+ <requireProperty>
+ <property>exo.projects.app.tomcat.version</property>
+ <message>"You must define the property exo.projects.app.tomcat.version to give the name of the directory where is stored tomcat"</message>
+ </requireProperty>
+ <requireFilesExist>
+ <files>
+ <file>${exo.projects.directory.dependencies}/${exo.projects.app.tomcat.version}/</file>
+ </files>
+ <message>"The following Tomcat directory doesn't exist : ${exo.projects.directory.dependencies}/${exo.projects.app.tomcat.version}"</message>
+ </requireFilesExist>
+ </rules>
+ <fail>true</fail>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ <!-- run exo build -->
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>exec-maven-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>tomcat-packaging</id>
+ <phase>package</phase>
+ <configuration>
+ <executable>java</executable>
+ <workingDirectory>${basedir}</workingDirectory>
+ <arguments>
+ <argument>-Dexo.package.home=${basedir}/target/packager</argument>
+ <argument>-Dexo.current.dir=${basedir}</argument>
+ <argument>-Dexo.base.dir=${exo.projects.directory.base}</argument>
+ <argument>-Dexo.conf.dir=${basedir}/target/packager-conf</argument>
+ <argument>-Dexo.working.dir=${gatein.working.dir}/</argument>
+ <!--argument>-Dexo.src.dir=NONE</argument-->
+ <argument>-Dexo.dep.dir=${exo.projects.directory.dependencies}</argument><!-- to get the server ref install -->
+ <argument>-Dexo.m2.repos=file:${settings.localRepository}</argument>
+ <argument>-Dclean.server=${exo.projects.app.tomcat.version}</argument>
+ <argument>-Dexo.m2.home=${maven.home}</argument>
+ <argument>-Xshare:auto</argument>
+ <argument>-Xms128m</argument>
+ <argument>-Xmx512m</argument>
+ <argument>-classpath</argument>
+ <argument>${basedir}/target/packager/lib/js.jar</argument>
+ <argument>org.mozilla.javascript.tools.shell.Main</argument>
+ <argument>${basedir}/target/packager/javascript/eXo/eXo.js</argument>
+ <argument>exobuild</argument>
+ <argument>--product=portal</argument>
+ <argument>--deploy=tomcat</argument>
+ </arguments>
+ </configuration>
+ <goals>
+ <goal>exec</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+<!--
+ <plugin>
+ <artifactId>maven-assembly-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>tomcat-assembly</id>
+ <phase>package</phase>
+ <goals>
+ <goal>single</goal>
+ </goals>
+ <configuration>
+ <descriptors>
+ <descriptor>src/main/assembly/tomcat-zip.xml</descriptor>
+ </descriptors>
+ <attach>false</attach>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+-->
+ </plugins>
+ </build>
+ </profile>
+
+ <profile>
+ <id>pkg-jbossas</id>
+ <build>
+ <finalName>GateIn-${project.version}</finalName>
+ <plugins>
+ <!-- Ensure your environment is correctly setup -->
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-enforcer-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>jbossas-check-environment-ready</id>
+ <goals>
+ <goal>enforce</goal>
+ </goals>
+ <configuration>
+ <rules>
+ <requireProperty>
+ <property>exo.projects.directory.dependencies</property>
+ <message>"You must define the property exo.projects.directory.dependencies to give the path to the directory where you store your applications servers"</message>
+ </requireProperty>
+ <requireProperty>
+ <property>exo.projects.app.jboss.version</property>
+ <message>"You must define the property exo.projects.app.jboss.version to give the name of the directory where is stored JBossAS"</message>
+ </requireProperty>
+ <requireFilesExist>
+ <files>
+ <file>${exo.projects.directory.dependencies}/${exo.projects.app.jboss.version}/</file>
+ </files>
+ <message>"The following JBossAS directory doesn't exist : ${exo.projects.directory.dependencies}/${exo.projects.app.tomcat.version}"</message>
+ </requireFilesExist>
+ </rules>
+ <fail>true</fail>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ <!-- run exo buils -->
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>exec-maven-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>jbossas-packaging</id>
+ <phase>package</phase>
+ <configuration>
+ <executable>java</executable>
+ <workingDirectory>${basedir}</workingDirectory>
+ <arguments>
+ <argument>-Dexo.package.home=${basedir}/target/packager</argument>
+ <argument>-Dexo.current.dir=${basedir}</argument>
+ <argument>-Dexo.base.dir=${exo.projects.directory.base}</argument>
+ <argument>-Dexo.conf.dir=${basedir}/target/packager-conf</argument>
+ <argument>-Dexo.working.dir=${gatein.working.dir}</argument>
+ <!--argument>-Dexo.src.dir=NONE</argument-->
+ <argument>-Dexo.dep.dir=${exo.projects.directory.dependencies}</argument><!-- to get the server ref install -->
+ <argument>-Dexo.m2.repos=file:${settings.localRepository},http://maven2.exoplatform.org/rest/maven2,http://repository.jboss.org/maven2</argument>
+ <argument>-Dclean.server=${exo.projects.app.jboss.version}</argument>
+ <argument>-Dexo.m2.home=${maven.home}</argument>
+ <argument>-Xshare:auto</argument>
+ <argument>-Xms128m</argument>
+ <argument>-Xmx512m</argument>
+ <argument>-classpath</argument>
+ <argument>${basedir}/target/packager/lib/js.jar</argument>
+ <argument>org.mozilla.javascript.tools.shell.Main</argument>
+ <argument>${basedir}/target/packager/javascript/eXo/eXo.js</argument>
+ <argument>exobuild</argument>
+ <argument>--product=portal</argument>
+ <argument>--deploy=jbossear</argument>
+ </arguments>
+ </configuration>
+ <goals>
+ <goal>exec</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+<!--
+ <plugin>
+ <artifactId>maven-assembly-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>jbossas-assembly</id>
+ <phase>package</phase>
+ <goals>
+ <goal>single</goal>
+ </goals>
+ <configuration>
+ <descriptors>
+ <descriptor>src/main/assembly/jbossear-zip.xml</descriptor>
+ </descriptors>
+ <attach>false</attach>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+-->
+ </plugins>
+ </build>
+ </profile>
+ <profile>
+ <id>pkg-tomcat-tests</id>
+ <build>
+ <finalName>GateIn-${project.version}</finalName>
+ <plugins>
+ <!-- Ensure your environment is correctly setup -->
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-enforcer-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>tomcat-check-environment-ready</id>
+ <goals>
+ <goal>enforce</goal>
+ </goals>
+ <configuration>
+ <rules>
+ <requireProperty>
+ <property>exo.projects.directory.dependencies</property>
+ <message>"You must define the property exo.projects.directory.dependencies to give the path to the directory where you store your applications servers"</message>
+ </requireProperty>
+ <requireProperty>
+ <property>exo.projects.app.tomcat.version</property>
+ <message>"You must define the property exo.projects.app.tomcat.version to give the name of the directory where is stored tomcat"</message>
+ </requireProperty>
+ <requireFilesExist>
+ <files>
+ <file>${exo.projects.directory.dependencies}/${exo.projects.app.tomcat.version}/</file>
+ </files>
+ <message>"The following Tomcat directory doesn't exist : ${exo.projects.directory.dependencies}/${exo.projects.app.tomcat.version}"</message>
+ </requireFilesExist>
+ </rules>
+ <fail>true</fail>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ <!-- run exo build -->
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>exec-maven-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>tomcat-packaging</id>
+ <phase>package</phase>
+ <configuration>
+ <executable>java</executable>
+ <workingDirectory>${basedir}</workingDirectory>
+ <arguments>
+ <argument>-Dexo.package.home=${basedir}/target/packager</argument>
+ <argument>-Dexo.current.dir=${basedir}</argument>
+ <argument>-Dexo.base.dir=${exo.projects.directory.base}</argument>
+ <argument>-Dexo.conf.dir=${basedir}/target/packager-conf</argument>
+ <argument>-Dexo.working.dir=${gatein.working.dir}/</argument>
+ <!--argument>-Dexo.src.dir=NONE</argument-->
+ <argument>-Dexo.dep.dir=${exo.projects.directory.dependencies}</argument><!-- to get the server ref install -->
+ <argument>-Dexo.m2.repos=file:${settings.localRepository}</argument>
+ <argument>-Dclean.server=${exo.projects.app.tomcat.version}</argument>
+ <argument>-Dexo.m2.home=${maven.home}</argument>
+ <argument>-Xshare:auto</argument>
+ <argument>-Xms128m</argument>
+ <argument>-Xmx512m</argument>
+ <argument>-classpath</argument>
+ <argument>${basedir}/target/packager/lib/js.jar</argument>
+ <argument>org.mozilla.javascript.tools.shell.Main</argument>
+ <argument>${basedir}/target/packager/javascript/eXo/eXo.js</argument>
+ <argument>exobuild</argument>
+ <argument>--product=portal</argument>
+ <argument>--deploy=tomcat</argument>
+ <argument>--integration-test</argument>
+ </arguments>
+ </configuration>
+ <goals>
+ <goal>exec</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+<!--
+ <plugin>
+ <artifactId>maven-assembly-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>tomcat-assembly</id>
+ <phase>package</phase>
+ <goals>
+ <goal>single</goal>
+ </goals>
+ <configuration>
+ <descriptors>
+ <descriptor>src/main/assembly/tomcat-zip.xml</descriptor>
+ </descriptors>
+ <attach>false</attach>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+-->
+ </plugins>
+ </build>
+
+ </profile>
+ <profile>
+ <id>pkg-jbossas-tests</id>
+ <build>
+ <finalName>GateIn-${project.version}</finalName>
+ <plugins>
+ <!-- Ensure your environment is correctly setup -->
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-enforcer-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>jbossas-check-environment-ready</id>
+ <goals>
+ <goal>enforce</goal>
+ </goals>
+ <configuration>
+ <rules>
+ <requireProperty>
+ <property>exo.projects.directory.dependencies</property>
+ <message>"You must define the property exo.projects.directory.dependencies to give the path to the directory where you store your applications servers"</message>
+ </requireProperty>
+ <requireProperty>
+ <property>exo.projects.app.jboss.version</property>
+ <message>"You must define the property exo.projects.app.jboss.version to give the name of the directory where is stored JBossAS"</message>
+ </requireProperty>
+ <requireFilesExist>
+ <files>
+ <file>${exo.projects.directory.dependencies}/${exo.projects.app.jboss.version}/</file>
+ </files>
+ <message>"The following JBossAS directory doesn't exist : ${exo.projects.directory.dependencies}/${exo.projects.app.tomcat.version}"</message>
+ </requireFilesExist>
+ </rules>
+ <fail>true</fail>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ <!-- run exo buils -->
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>exec-maven-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>jbossas-packaging</id>
+ <phase>package</phase>
+ <configuration>
+ <executable>java</executable>
+ <workingDirectory>${basedir}</workingDirectory>
+ <arguments>
+ <argument>-Dexo.package.home=${basedir}/target/packager</argument>
+ <argument>-Dexo.current.dir=${basedir}</argument>
+ <argument>-Dexo.base.dir=${exo.projects.directory.base}</argument>
+ <argument>-Dexo.conf.dir=${basedir}/target/packager-conf</argument>
+ <argument>-Dexo.working.dir=${gatein.working.dir}</argument>
+ <!--argument>-Dexo.src.dir=NONE</argument-->
+ <argument>-Dexo.dep.dir=${exo.projects.directory.dependencies}</argument><!-- to get the server ref install -->
+ <argument>-Dexo.m2.repos=file:${settings.localRepository},http://maven2.exoplatform.org/rest/maven2,http://repository.jboss.org/maven2</argument>
+ <argument>-Dclean.server=${exo.projects.app.jboss.version}</argument>
+ <argument>-Dexo.m2.home=${maven.home}</argument>
+ <argument>-Xshare:auto</argument>
+ <argument>-Xms128m</argument>
+ <argument>-Xmx512m</argument>
+ <argument>-classpath</argument>
+ <argument>${basedir}/target/packager/lib/js.jar</argument>
+ <argument>org.mozilla.javascript.tools.shell.Main</argument>
+ <argument>${basedir}/target/packager/javascript/eXo/eXo.js</argument>
+ <argument>exobuild</argument>
+ <argument>--product=portal</argument>
+ <argument>--deploy=jbossear</argument>
+ <argument>--integration-test</argument>
+ </arguments>
+ </configuration>
+ <goals>
+ <goal>exec</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+<!--
+ <plugin>
+ <artifactId>maven-assembly-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>jbossas-assembly</id>
+ <phase>package</phase>
+ <goals>
+ <goal>single</goal>
+ </goals>
+ <configuration>
+ <descriptors>
+ <descriptor>src/main/assembly/jbossear-zip.xml</descriptor>
+ </descriptors>
+ <attach>false</attach>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+-->
+ </plugins>
+ </build>
+ </profile>
+ </profiles>
+</project>
Added: maven2/org/exoplatform/portal/exo.portal.packaging.assembly/3.0.0-Beta04/exo.portal.packaging.assembly-3.0.0-Beta04.pom.md5
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.packaging.assembly/3.0.0-Beta04/exo.portal.packaging.assembly-3.0.0-Beta04.pom.md5 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.packaging.assembly/3.0.0-Beta04/exo.portal.packaging.assembly-3.0.0-Beta04.pom.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+6bb6f9ed5ba2c6e79f5e5c7f7267cbda
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.packaging.assembly/3.0.0-Beta04/exo.portal.packaging.assembly-3.0.0-Beta04.pom.sha1
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.packaging.assembly/3.0.0-Beta04/exo.portal.packaging.assembly-3.0.0-Beta04.pom.sha1 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.packaging.assembly/3.0.0-Beta04/exo.portal.packaging.assembly-3.0.0-Beta04.pom.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+c905db04eca8bb58baf986f90aceabe8739f37cb
\ No newline at end of file
Modified: maven2/org/exoplatform/portal/exo.portal.packaging.assembly/maven-metadata.xml
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.packaging.assembly/maven-metadata.xml 2009-12-22 15:18:31 UTC (rev 33183)
+++ maven2/org/exoplatform/portal/exo.portal.packaging.assembly/maven-metadata.xml 2009-12-22 20:29:02 UTC (rev 33184)
@@ -4,10 +4,12 @@
<artifactId>exo.portal.packaging.assembly</artifactId>
<version>3.0.0-Beta02</version>
<versioning>
+ <release>3.0.0-Beta04</release>
<versions>
<version>3.0.0-Beta02</version>
<version>3.0.0-Beta03</version>
+ <version>3.0.0-Beta04</version>
</versions>
- <lastUpdated>20091128085402</lastUpdated>
+ <lastUpdated>20091222195619</lastUpdated>
</versioning>
</metadata>
Modified: maven2/org/exoplatform/portal/exo.portal.packaging.assembly/maven-metadata.xml.md5
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.packaging.assembly/maven-metadata.xml.md5 2009-12-22 15:18:31 UTC (rev 33183)
+++ maven2/org/exoplatform/portal/exo.portal.packaging.assembly/maven-metadata.xml.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -1 +1 @@
-40ee965542264dab747f4c7f7f2c3106
\ No newline at end of file
+74ef25e0f05e0d82e8ab544dc9f5a412
\ No newline at end of file
Modified: maven2/org/exoplatform/portal/exo.portal.packaging.assembly/maven-metadata.xml.sha1
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.packaging.assembly/maven-metadata.xml.sha1 2009-12-22 15:18:31 UTC (rev 33183)
+++ maven2/org/exoplatform/portal/exo.portal.packaging.assembly/maven-metadata.xml.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -1 +1 @@
-47570bcb260d9e2e6f0b1dc0614746b0b7616d97
\ No newline at end of file
+cb51391bb9fdc068df3bcad24748ce2744c211b3
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.packaging.reports/3.0.0-Beta04/exo.portal.packaging.reports-3.0.0-Beta04.pom
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.packaging.reports/3.0.0-Beta04/exo.portal.packaging.reports-3.0.0-Beta04.pom (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.packaging.reports/3.0.0-Beta04/exo.portal.packaging.reports-3.0.0-Beta04.pom 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1,89 @@
+<!--
+
+ 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.
+
+-->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <parent>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.packaging</artifactId>
+ <version>3.0.0-Beta04</version>
+ </parent>
+
+ <modelVersion>4.0.0</modelVersion>
+ <artifactId>exo.portal.packaging.reports</artifactId>
+ <packaging>pom</packaging>
+ <name>GateIn Portal Tattletale reports</name>
+
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.jvnet.maven-antrun-extended-plugin</groupId>
+ <artifactId>maven-antrun-extended-plugin</artifactId>
+ <version>1.13</version>
+
+ <dependencies>
+ <dependency>
+ <groupId>javassist</groupId>
+ <artifactId>javassist</artifactId>
+ <version>3.8.0.GA</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.ant</groupId>
+ <artifactId>ant</artifactId>
+ <version>1.7.0</version>
+ </dependency>
+ <dependency>
+ <groupId>ant-contrib</groupId>
+ <artifactId>ant-contrib</artifactId>
+ <version>1.0b3</version>
+ </dependency>
+ <dependency>
+ <groupId>jboss-tattletale</groupId>
+ <artifactId>jboss-tattletale</artifactId>
+ <version>1.0.1</version>
+ </dependency>
+ </dependencies>
+
+ <executions>
+ <execution>
+ <id>Tattletale report</id>
+ <phase>site</phase>
+ <configuration>
+ <tasks>
+ <property name="jboss_output_dir" value="${project.build.directory}/jboss-tattletale" />
+ <property name="tomcat_output_dir" value="${project.build.directory}/tomcat-tattletale" />
+ <property name="jboss_scan_dir" value="${basedir}/../pkg/target/jboss/server/default/deploy/gatein.ear/lib" />
+ <property name="tomcat_scan_dir" value="${basedir}/../pkg/target/tomcat/lib" />
+
+ <ant antfile="build.xml">
+ <target name="generate-report" />
+ </ant>
+
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+</project>
Added: maven2/org/exoplatform/portal/exo.portal.packaging.reports/3.0.0-Beta04/exo.portal.packaging.reports-3.0.0-Beta04.pom.md5
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.packaging.reports/3.0.0-Beta04/exo.portal.packaging.reports-3.0.0-Beta04.pom.md5 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.packaging.reports/3.0.0-Beta04/exo.portal.packaging.reports-3.0.0-Beta04.pom.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+5e20b262044747f51d635526d6da7c53
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.packaging.reports/3.0.0-Beta04/exo.portal.packaging.reports-3.0.0-Beta04.pom.sha1
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.packaging.reports/3.0.0-Beta04/exo.portal.packaging.reports-3.0.0-Beta04.pom.sha1 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.packaging.reports/3.0.0-Beta04/exo.portal.packaging.reports-3.0.0-Beta04.pom.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+2ec4aa578a61e163088e2af62d491c60118cecfc
\ No newline at end of file
Modified: maven2/org/exoplatform/portal/exo.portal.packaging.reports/maven-metadata.xml
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.packaging.reports/maven-metadata.xml 2009-12-22 15:18:31 UTC (rev 33183)
+++ maven2/org/exoplatform/portal/exo.portal.packaging.reports/maven-metadata.xml 2009-12-22 20:29:02 UTC (rev 33184)
@@ -4,10 +4,12 @@
<artifactId>exo.portal.packaging.reports</artifactId>
<version>3.0.0-Beta02</version>
<versioning>
+ <release>3.0.0-Beta04</release>
<versions>
<version>3.0.0-Beta02</version>
<version>3.0.0-Beta03</version>
+ <version>3.0.0-Beta04</version>
</versions>
- <lastUpdated>20091128085402</lastUpdated>
+ <lastUpdated>20091222195620</lastUpdated>
</versioning>
</metadata>
Modified: maven2/org/exoplatform/portal/exo.portal.packaging.reports/maven-metadata.xml.md5
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.packaging.reports/maven-metadata.xml.md5 2009-12-22 15:18:31 UTC (rev 33183)
+++ maven2/org/exoplatform/portal/exo.portal.packaging.reports/maven-metadata.xml.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -1 +1 @@
-4880b8893f8e466116ecca733d88b929
\ No newline at end of file
+1ec6ba41c4f144c4f8f6b099c877caa9
\ No newline at end of file
Modified: maven2/org/exoplatform/portal/exo.portal.packaging.reports/maven-metadata.xml.sha1
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.packaging.reports/maven-metadata.xml.sha1 2009-12-22 15:18:31 UTC (rev 33183)
+++ maven2/org/exoplatform/portal/exo.portal.packaging.reports/maven-metadata.xml.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -1 +1 @@
-7985a4696b5f9cae9c4832dcadfb99cc14e325a9
\ No newline at end of file
+8a4bedd68553fb7034f2dfa79968fcb096c6ce18
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.parent/3.0.0-Beta04/exo.portal.parent-3.0.0-Beta04.pom
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.parent/3.0.0-Beta04/exo.portal.parent-3.0.0-Beta04.pom (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.parent/3.0.0-Beta04/exo.portal.parent-3.0.0-Beta04.pom 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1,646 @@
+<!--
+
+ 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.
+
+-->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.gatein</groupId>
+ <artifactId>gatein-parent</artifactId>
+ <version>1.0.0-Beta04</version>
+ </parent>
+
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.parent</artifactId>
+ <version>3.0.0-Beta04</version>
+ <packaging>pom</packaging>
+
+ <name>GateIn - Portal</name>
+
+ <properties>
+ <org.exoplatform.kernel.version>2.2.0-Beta05</org.exoplatform.kernel.version>
+ <org.exoplatform.core.version>2.3.0-Beta05</org.exoplatform.core.version>
+ <org.exoplatform.ws.version>2.1.0-Beta05</org.exoplatform.ws.version>
+ <org.exoplatform.jcr.version>1.12.0-Beta05</org.exoplatform.jcr.version>
+ <org.jibx.version>1.2.1</org.jibx.version>
+ <org.shindig.version>SNAPSHOT-r790473</org.shindig.version>
+ <org.gatein.common.version>2.0.0-CR02</org.gatein.common.version>
+ <org.gatein.wci.version>2.0.0-CR02</org.gatein.wci.version>
+ <org.gatein.pc.version>2.1.0-CR01</org.gatein.pc.version>
+ <org.picketlink.idm>1.0.0.CR1</org.picketlink.idm>
+ <org.gatein.wsrp.version>1.0.0-Beta03</org.gatein.wsrp.version>
+ <org.gatein.mop.version>1.0.0-Beta12</org.gatein.mop.version>
+ <org.slf4j.version>1.5.6</org.slf4j.version>
+ <rhino.version>1.6R5</rhino.version>
+ <org.codehaus.groovy.version>1.6.5</org.codehaus.groovy.version>
+ <javax.servlet.version>2.5</javax.servlet.version>
+ <version.chromattic>1.0.0-beta11</version.chromattic>
+ <version.reflect>1.0.0-beta4</version.reflect>
+
+ <!-- ************** -->
+ <!-- Build settings -->
+ <!-- ************** -->
+
+ <!-- maven-enforcer-plugin -->
+ <jdk.min.version>1.6</jdk.min.version>
+
+ <!-- maven-release-plugin -->
+ <arguments>-Prelease,pkg-tomcat,pkg-jbossas -Dmaven.test.skip=true</arguments>
+
+ </properties>
+
+ <scm>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/gatein/portal/tags/3.0.0-Beta04</connection>
+ <developerConnection>scm:svn:http://svn.jboss.org/repos/gatein/portal/tags/3.0.0-Beta04</developerConnection>
+ <url>http://fisheye.jboss.org/browse/gatein/portal/tags/3.0.0-Beta04</url>
+ </scm>
+
+ <modules>
+ <module>component</module>
+ <module>gadgets</module>
+ <module>webui</module>
+ <module>portlet</module>
+ <module>web</module>
+ <module>server</module>
+ <module>examples</module>
+ <module>starter</module>
+ <module>packaging</module>
+ </modules>
+
+ <dependencyManagement>
+ <dependencies>
+
+ <!-- eXo JCR stack -->
+ <dependency>
+ <groupId>org.exoplatform.kernel</groupId>
+ <artifactId>exo.kernel.commons</artifactId>
+ <version>${org.exoplatform.kernel.version}</version>
+ <exclusions>
+ <exclusion>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-log4j12</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>log4j</groupId>
+ <artifactId>log4j</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>org.exoplatform.kernel</groupId>
+ <artifactId>exo.kernel.commons</artifactId>
+ <version>${org.exoplatform.kernel.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.exoplatform.kernel</groupId>
+ <artifactId>exo.kernel.component.cache</artifactId>
+ <version>${org.exoplatform.kernel.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.exoplatform.kernel</groupId>
+ <artifactId>exo.kernel.component.command</artifactId>
+ <version>${org.exoplatform.kernel.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.exoplatform.kernel</groupId>
+ <artifactId>exo.kernel.component.common</artifactId>
+ <version>${org.exoplatform.kernel.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.exoplatform.kernel</groupId>
+ <artifactId>exo.kernel.container</artifactId>
+ <version>${org.exoplatform.kernel.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.exoplatform.core</groupId>
+ <artifactId>exo.core.component.organization.api</artifactId>
+ <version>${org.exoplatform.core.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.exoplatform.core</groupId>
+ <artifactId>exo.core.component.database</artifactId>
+ <version>${org.exoplatform.core.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.exoplatform.core</groupId>
+ <artifactId>exo.core.component.organization.api</artifactId>
+ <version>${org.exoplatform.core.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.exoplatform.core</groupId>
+ <artifactId>exo.core.component.organization.jdbc</artifactId>
+ <version>${org.exoplatform.core.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.exoplatform.core</groupId>
+ <artifactId>exo.core.component.security.core</artifactId>
+ <version>${org.exoplatform.core.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.exoplatform.core</groupId>
+ <artifactId>exo.core.component.document</artifactId>
+ <version>${org.exoplatform.core.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.exoplatform.jcr</groupId>
+ <artifactId>exo.jcr.component.core</artifactId>
+ <version>${org.exoplatform.jcr.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.exoplatform.jcr</groupId>
+ <artifactId>exo.jcr.component.ext</artifactId>
+ <version>${org.exoplatform.jcr.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.exoplatform.ws</groupId>
+ <artifactId>exo.ws.frameworks.servlet</artifactId>
+ <version>${org.exoplatform.ws.version}</version>
+ </dependency>
+
+ <!-- GateIn components -->
+ <dependency>
+ <groupId>org.gatein.common</groupId>
+ <artifactId>common-logging</artifactId>
+ <version>${org.gatein.common.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.gatein.common</groupId>
+ <artifactId>common-common</artifactId>
+ <version>${org.gatein.common.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.gatein.wci</groupId>
+ <artifactId>wci-wci</artifactId>
+ <version>${org.gatein.wci.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.gatein.pc</groupId>
+ <artifactId>pc-bridge</artifactId>
+ <version>${org.gatein.pc.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.gatein.pc</groupId>
+ <artifactId>pc-federation</artifactId>
+ <version>${org.gatein.pc.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.gatein.pc</groupId>
+ <artifactId>pc-mc</artifactId>
+ <version>${org.gatein.pc.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.gatein.pc</groupId>
+ <artifactId>pc-portlet</artifactId>
+ <version>${org.gatein.pc.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.gatein.pc</groupId>
+ <artifactId>pc-api</artifactId>
+ <version>${org.gatein.pc.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.gatein.wsrp</groupId>
+ <artifactId>wsrp-producer-lib</artifactId>
+ <version>${org.gatein.wsrp.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.gatein.wsrp</groupId>
+ <artifactId>wsrp-consumer</artifactId>
+ <version>${org.gatein.wsrp.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.gatein.wsrp</groupId>
+ <artifactId>wsrp-integration-api</artifactId>
+ <version>${org.gatein.wsrp.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.gatein.mop</groupId>
+ <artifactId>mop-api</artifactId>
+ <version>${org.gatein.mop.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.gatein.mop</groupId>
+ <artifactId>mop-spi</artifactId>
+ <version>${org.gatein.mop.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.gatein.mop</groupId>
+ <artifactId>mop-core</artifactId>
+ <version>${org.gatein.mop.version}</version>
+ </dependency>
+
+ <!-- Chromattic -->
+ <dependency>
+ <groupId>org.chromattic</groupId>
+ <artifactId>chromattic.apt</artifactId>
+ <version>${version.chromattic}</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.chromattic</groupId>
+ <artifactId>chromattic.api</artifactId>
+ <version>${version.chromattic}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.chromattic</groupId>
+ <artifactId>chromattic.spi</artifactId>
+ <version>${version.chromattic}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.chromattic</groupId>
+ <artifactId>chromattic.core</artifactId>
+ <version>${version.chromattic}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.chromattic</groupId>
+ <artifactId>chromattic.ntdef</artifactId>
+ <version>${version.chromattic}</version>
+ </dependency>
+
+ <!-- Picketlink -->
+ <dependency>
+ <groupId>org.picketlink.idm</groupId>
+ <artifactId>picketlink-idm-core</artifactId>
+ <version>${org.picketlink.idm}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.picketlink.idm</groupId>
+ <artifactId>picketlink-idm-hibernate</artifactId>
+ <version>${org.picketlink.idm}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.picketlink.idm</groupId>
+ <artifactId>picketlink-idm-ldap</artifactId>
+ <version>${org.picketlink.idm}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.picketlink.idm</groupId>
+ <artifactId>picketlink-idm-cache</artifactId>
+ <version>${org.picketlink.idm}</version>
+ </dependency>
+
+ <dependency>
+ <groupId>javax.portlet</groupId>
+ <artifactId>portlet-api</artifactId>
+ <version>2.0</version>
+ </dependency>
+
+ <!-- Portlet bridge -->
+ <dependency>
+ <groupId>org.jboss.portletbridge</groupId>
+ <artifactId>portletbridge-api</artifactId>
+ <version>2.0.0.BETA</version>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.portletbridge</groupId>
+ <artifactId>portletbridge-impl</artifactId>
+ <version>2.0.0.BETA</version>
+ </dependency>
+
+ <dependency>
+ <groupId>commons-dbcp</groupId>
+ <artifactId>commons-dbcp</artifactId>
+ <version>1.2.2</version>
+ <exclusions>
+ <exclusion>
+ <groupId>xerces</groupId>
+ <artifactId>xercesImpl</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>commons-io</groupId>
+ <artifactId>commons-io</artifactId>
+ <version>1.4</version>
+ </dependency>
+ <dependency>
+ <groupId>org.json</groupId>
+ <artifactId>json</artifactId>
+ <version>20070829</version>
+ </dependency>
+ <dependency>
+ <groupId>hsqldb</groupId>
+ <artifactId>hsqldb</artifactId>
+ <version>1.8.0.7</version>
+ </dependency>
+ <dependency>
+ <groupId>javax.resource</groupId>
+ <artifactId>connector-api</artifactId>
+ <version>1.5</version>
+ </dependency>
+ <dependency>
+ <groupId>javax.servlet</groupId>
+ <artifactId>servlet-api</artifactId>
+ <version>${javax.servlet.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>rhino</groupId>
+ <artifactId>js</artifactId>
+ <version>${rhino.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.codehaus.groovy</groupId>
+ <artifactId>groovy-all</artifactId>
+ <version>${org.codehaus.groovy.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>3.8.1</version>
+ </dependency>
+ <dependency>
+ <groupId>commons-collections</groupId>
+ <artifactId>commons-collections</artifactId>
+ <version>3.2.1</version>
+ </dependency>
+ <dependency>
+ <groupId>commons-httpclient</groupId>
+ <artifactId>commons-httpclient</artifactId>
+ <version>3.0</version>
+ </dependency>
+
+ <dependency>
+ <groupId>caja</groupId>
+ <artifactId>caja</artifactId>
+ <version>r3375</version>
+ </dependency>
+ <dependency>
+ <groupId>caja</groupId>
+ <artifactId>json_simple</artifactId>
+ <version>r1</version>
+ </dependency>
+ <dependency>
+ <groupId>net.oauth</groupId>
+ <artifactId>core</artifactId>
+ <version>20080621</version>
+ </dependency>
+ <dependency>
+ <groupId>com.google.collections</groupId>
+ <artifactId>google-collections</artifactId>
+ <version>1.0-rc2</version>
+ </dependency>
+ <dependency>
+ <groupId>com.google.code.guice</groupId>
+ <artifactId>guice</artifactId>
+ <version>2.0</version>
+ </dependency>
+ <dependency>
+ <groupId>commons-lang</groupId>
+ <artifactId>commons-lang</artifactId>
+ <version>2.4</version>
+ </dependency>
+ <dependency>
+ <groupId>rome</groupId>
+ <artifactId>rome</artifactId>
+ <version>0.9</version>
+ </dependency>
+ <dependency>
+ <groupId>com.ibm.icu</groupId>
+ <artifactId>icu4j</artifactId>
+ <version>3.8</version>
+ </dependency>
+ <dependency>
+ <groupId>net.sourceforge.nekohtml</groupId>
+ <artifactId>nekohtml</artifactId>
+ <version>1.9.9</version>
+ </dependency>
+ <dependency>
+ <groupId>xerces</groupId>
+ <artifactId>xercesImpl</artifactId>
+ <version>2.9.1</version>
+ </dependency>
+ <dependency>
+ <groupId>jaxen</groupId>
+ <artifactId>jaxen</artifactId>
+ <version>1.1.1</version>
+ </dependency>
+ <dependency>
+ <groupId>nu.validator.htmlparser</groupId>
+ <artifactId>htmlparser</artifactId>
+ <version>1.0.7</version>
+ </dependency>
+ <dependency>
+ <groupId>commons-digester</groupId>
+ <artifactId>commons-digester</artifactId>
+ <version>1.7</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.shindig</groupId>
+ <artifactId>shindig-gadgets</artifactId>
+ <version>${org.shindig.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.shindig</groupId>
+ <artifactId>shindig-features</artifactId>
+ <version>${org.shindig.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.shindig</groupId>
+ <artifactId>shindig-common</artifactId>
+ <version>${org.shindig.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.shindig</groupId>
+ <artifactId>shindig-server</artifactId>
+ <version>${org.shindig.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.shindig</groupId>
+ <artifactId>shindig-server</artifactId>
+ <version>${org.shindig.version}</version>
+ <type>war</type>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.shindig</groupId>
+ <artifactId>shindig-social-api</artifactId>
+ <version>${org.shindig.version}</version>
+ </dependency>
+
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>3.8.1</version>
+ </dependency>
+
+ </dependencies>
+
+ </dependencyManagement>
+
+ <dependencies>
+ <dependency>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-simple</artifactId>
+ <version>${org.slf4j.version}</version>
+ <scope>test</scope>
+ </dependency>
+ </dependencies>
+
+ <build>
+ <resources>
+ <resource>
+ <directory>src/main/java</directory>
+ <includes>
+ <include>**/*.properties</include>
+ <include>**/*.xml</include>
+ </includes>
+ </resource>
+ </resources>
+ <testResources>
+ <testResource>
+ <directory>src/test/java</directory>
+ <includes>
+ <include>**/*.properties</include>
+ <include>**/*.xml</include>
+ <include>**/*.jstmpl</include>
+ </includes>
+ </testResource>
+ <testResource>
+ <directory>src/test/resources</directory>
+ </testResource>
+ </testResources>
+ <pluginManagement>
+ <plugins>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>exec-maven-plugin</artifactId>
+ <version>1.1.1</version>
+ </plugin>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>build-helper-maven-plugin</artifactId>
+ <version>1.4</version>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <systemProperties>
+ <property>
+ <name>org.apache.commons.logging.Log</name>
+ <value>org.apache.commons.logging.impl.SimpleLog</value>
+ </property>
+ <property>
+ <name>org.apache.commons.logging.simplelog.defaultlog</name>
+ <value>info</value>
+ </property>
+ <property>
+ <name>org.apache.commons.logging.simplelog.log.[eXo]</name>
+ <value>debug</value>
+ </property>
+ <property>
+ <name>org.apache.commons.logging.simplelog.log.net.hibernate</name>
+ <value>warn</value>
+ </property>
+ <property>
+ <name>java.naming.factory.initial</name>
+ <value>org.exoplatform.services.naming.SimpleContextFactory</value>
+ </property>
+ </systemProperties>
+ </configuration>
+ </plugin>
+ </plugins>
+ </pluginManagement>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-antrun-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>compile</id>
+ <phase>compile</phase>
+ <configuration>
+ <tasks>
+ <copy failonerror="false" todir="${project.build.directory}/${project.build.finalName}/WEB-INF/classes">
+ <fileset dir="${basedir}/src/main/webapp/WEB-INF/classes">
+ <include name="**/*_en.properties" />
+ </fileset>
+ <globmapper from="*_en.properties" to="*.properties" />
+ </copy>
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+
+ <!-- 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>
+ <enabled>true</enabled>
+ </releases>
+ <snapshots>
+ <enabled>false</enabled>
+ </snapshots>
+ </repository>
+ <repository>
+ <id>caja</id>
+ <url>http://google-caja.googlecode.com/svn/maven</url>
+ <releases>
+ <enabled>true</enabled>
+ </releases>
+ <snapshots>
+ <enabled>false</enabled>
+ </snapshots>
+ </repository>
+ <repository>
+ <id>oauth</id>
+ <url>http://oauth.googlecode.com/svn/code/maven</url>
+ <releases>
+ <enabled>true</enabled>
+ </releases>
+ <snapshots>
+ <enabled>false</enabled>
+ </snapshots>
+ </repository>
+ </repositories>
+ <pluginRepositories>
+ <pluginRepository>
+ <id>exo-int</id>
+ <url>http://maven2.exoplatform.org/rest/maven2</url>
+ <releases>
+ <enabled>true</enabled>
+ </releases>
+ <snapshots>
+ <enabled>false</enabled>
+ </snapshots>
+ </pluginRepository>
+ </pluginRepositories>
+
+</project>
Added: maven2/org/exoplatform/portal/exo.portal.parent/3.0.0-Beta04/exo.portal.parent-3.0.0-Beta04.pom.md5
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.parent/3.0.0-Beta04/exo.portal.parent-3.0.0-Beta04.pom.md5 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.parent/3.0.0-Beta04/exo.portal.parent-3.0.0-Beta04.pom.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+4c535a91f3a343712112276e4e2153b0
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.parent/3.0.0-Beta04/exo.portal.parent-3.0.0-Beta04.pom.sha1
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.parent/3.0.0-Beta04/exo.portal.parent-3.0.0-Beta04.pom.sha1 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.parent/3.0.0-Beta04/exo.portal.parent-3.0.0-Beta04.pom.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+9b3a03b7c97ffc584886a2c1aab1c3f20b2605bc
\ No newline at end of file
Modified: maven2/org/exoplatform/portal/exo.portal.parent/maven-metadata.xml
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.parent/maven-metadata.xml 2009-12-22 15:18:31 UTC (rev 33183)
+++ maven2/org/exoplatform/portal/exo.portal.parent/maven-metadata.xml 2009-12-22 20:29:02 UTC (rev 33184)
@@ -4,11 +4,12 @@
<artifactId>exo.portal.parent</artifactId>
<version>3.0.0-Beta02</version>
<versioning>
- <release>3.0.0-Beta03</release>
+ <release>3.0.0-Beta04</release>
<versions>
<version>3.0.0-Beta02</version>
<version>3.0.0-Beta03</version>
+ <version>3.0.0-Beta04</version>
</versions>
- <lastUpdated>20091128085143</lastUpdated>
+ <lastUpdated>20091222195223</lastUpdated>
</versioning>
</metadata>
Modified: maven2/org/exoplatform/portal/exo.portal.parent/maven-metadata.xml.md5
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.parent/maven-metadata.xml.md5 2009-12-22 15:18:31 UTC (rev 33183)
+++ maven2/org/exoplatform/portal/exo.portal.parent/maven-metadata.xml.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -1 +1 @@
-fb5b87703ad450b6a762494caccca496
\ No newline at end of file
+29ae32459951dfcedd7e460d61332900
\ No newline at end of file
Modified: maven2/org/exoplatform/portal/exo.portal.parent/maven-metadata.xml.sha1
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.parent/maven-metadata.xml.sha1 2009-12-22 15:18:31 UTC (rev 33183)
+++ maven2/org/exoplatform/portal/exo.portal.parent/maven-metadata.xml.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -1 +1 @@
-ea418030c7ca3e6cd4e81e9f43391ad250af6dd2
\ No newline at end of file
+cc0430f99802b7c9d8a3e4b24a01c4fa22b4a52d
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.portlet/3.0.0-Beta04/exo.portal.portlet-3.0.0-Beta04.pom
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.portlet/3.0.0-Beta04/exo.portal.portlet-3.0.0-Beta04.pom (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.portlet/3.0.0-Beta04/exo.portal.portlet-3.0.0-Beta04.pom 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1,43 @@
+<!--
+
+ 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.
+
+-->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.parent</artifactId>
+ <version>3.0.0-Beta04</version>
+ </parent>
+
+ <artifactId>exo.portal.portlet</artifactId>
+ <packaging>pom</packaging>
+
+ <name>GateIn Portal Portlet</name>
+
+ <modules>
+ <module>dashboard</module>
+ <module>exoadmin</module>
+ <module>web</module>
+ </modules>
+
+</project>
Added: maven2/org/exoplatform/portal/exo.portal.portlet/3.0.0-Beta04/exo.portal.portlet-3.0.0-Beta04.pom.md5
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.portlet/3.0.0-Beta04/exo.portal.portlet-3.0.0-Beta04.pom.md5 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.portlet/3.0.0-Beta04/exo.portal.portlet-3.0.0-Beta04.pom.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+d6da56000bd630d6df6e6644ea45886a
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.portlet/3.0.0-Beta04/exo.portal.portlet-3.0.0-Beta04.pom.sha1
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.portlet/3.0.0-Beta04/exo.portal.portlet-3.0.0-Beta04.pom.sha1 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.portlet/3.0.0-Beta04/exo.portal.portlet-3.0.0-Beta04.pom.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+0b80612acc9e4cd325a7fcc31ec878c4c50e6740
\ No newline at end of file
Modified: maven2/org/exoplatform/portal/exo.portal.portlet/maven-metadata.xml
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.portlet/maven-metadata.xml 2009-12-22 15:18:31 UTC (rev 33183)
+++ maven2/org/exoplatform/portal/exo.portal.portlet/maven-metadata.xml 2009-12-22 20:29:02 UTC (rev 33184)
@@ -4,11 +4,12 @@
<artifactId>exo.portal.portlet</artifactId>
<version>3.0.0-Beta02</version>
<versioning>
- <release>3.0.0-Beta03</release>
+ <release>3.0.0-Beta04</release>
<versions>
<version>3.0.0-Beta02</version>
<version>3.0.0-Beta03</version>
+ <version>3.0.0-Beta04</version>
</versions>
- <lastUpdated>20091128085352</lastUpdated>
+ <lastUpdated>20091222195425</lastUpdated>
</versioning>
</metadata>
Modified: maven2/org/exoplatform/portal/exo.portal.portlet/maven-metadata.xml.md5
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.portlet/maven-metadata.xml.md5 2009-12-22 15:18:31 UTC (rev 33183)
+++ maven2/org/exoplatform/portal/exo.portal.portlet/maven-metadata.xml.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -1 +1 @@
-8400037c9f8202cd0d7f7631863d45a8
\ No newline at end of file
+75b7699a6cc51cd033c6fbd4aff81b39
\ No newline at end of file
Modified: maven2/org/exoplatform/portal/exo.portal.portlet/maven-metadata.xml.sha1
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.portlet/maven-metadata.xml.sha1 2009-12-22 15:18:31 UTC (rev 33183)
+++ maven2/org/exoplatform/portal/exo.portal.portlet/maven-metadata.xml.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -1 +1 @@
-8d3796a5672e3d565592742b5bf1e8fd1c633816
\ No newline at end of file
+ecd975cfd41ceccd415c04a7c94074c54f75b8fc
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.portlet.dashboard/3.0.0-Beta04/exo.portal.portlet.dashboard-3.0.0-Beta04-sources.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/exoplatform/portal/exo.portal.portlet.dashboard/3.0.0-Beta04/exo.portal.portlet.dashboard-3.0.0-Beta04-sources.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/exoplatform/portal/exo.portal.portlet.dashboard/3.0.0-Beta04/exo.portal.portlet.dashboard-3.0.0-Beta04-sources.jar.md5
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.portlet.dashboard/3.0.0-Beta04/exo.portal.portlet.dashboard-3.0.0-Beta04-sources.jar.md5 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.portlet.dashboard/3.0.0-Beta04/exo.portal.portlet.dashboard-3.0.0-Beta04-sources.jar.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+74fe54ba57cb391aedeb03c04ffc7fa8
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.portlet.dashboard/3.0.0-Beta04/exo.portal.portlet.dashboard-3.0.0-Beta04-sources.jar.sha1
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.portlet.dashboard/3.0.0-Beta04/exo.portal.portlet.dashboard-3.0.0-Beta04-sources.jar.sha1 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.portlet.dashboard/3.0.0-Beta04/exo.portal.portlet.dashboard-3.0.0-Beta04-sources.jar.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+c3f2770f643cc198e039469184050d04128549d4
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.portlet.dashboard/3.0.0-Beta04/exo.portal.portlet.dashboard-3.0.0-Beta04.pom
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.portlet.dashboard/3.0.0-Beta04/exo.portal.portlet.dashboard-3.0.0-Beta04.pom (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.portlet.dashboard/3.0.0-Beta04/exo.portal.portlet.dashboard-3.0.0-Beta04.pom 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1,71 @@
+<!--
+
+ 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.
+
+-->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <parent>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.portlet</artifactId>
+ <version>3.0.0-Beta04</version>
+ </parent>
+
+ <modelVersion>4.0.0</modelVersion>
+ <artifactId>exo.portal.portlet.dashboard</artifactId>
+ <packaging>war</packaging>
+ <name>GateIn Portal Portlet Dashboard</name>
+
+ <dependencies>
+ <dependency>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.webui.portal</artifactId>
+ <version>3.0.0-Beta04</version>
+ <scope>provided</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.webui.eXo</artifactId>
+ <version>3.0.0-Beta04</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.component.dashboard</artifactId>
+ <version>3.0.0-Beta04</version>
+ <scope>provided</scope>
+ </dependency>
+ </dependencies>
+
+ <build>
+ <finalName>dashboard</finalName>
+ </build>
+ <reporting>
+ <plugins>
+ <plugin>
+ <!-- Apply the Checkstyle configurations defined in the top level pom.xml file -->
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-checkstyle-plugin</artifactId>
+ <configuration>
+ <suppressionsLocation>${basedir}/src/main/resources/suppressions.xml</suppressionsLocation>
+ </configuration>
+ </plugin>
+ </plugins>
+ </reporting>
+</project>
Added: maven2/org/exoplatform/portal/exo.portal.portlet.dashboard/3.0.0-Beta04/exo.portal.portlet.dashboard-3.0.0-Beta04.pom.md5
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.portlet.dashboard/3.0.0-Beta04/exo.portal.portlet.dashboard-3.0.0-Beta04.pom.md5 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.portlet.dashboard/3.0.0-Beta04/exo.portal.portlet.dashboard-3.0.0-Beta04.pom.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+83f0334c8fc2bc06f37e9291a76d7a97
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.portlet.dashboard/3.0.0-Beta04/exo.portal.portlet.dashboard-3.0.0-Beta04.pom.sha1
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.portlet.dashboard/3.0.0-Beta04/exo.portal.portlet.dashboard-3.0.0-Beta04.pom.sha1 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.portlet.dashboard/3.0.0-Beta04/exo.portal.portlet.dashboard-3.0.0-Beta04.pom.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+bdf6d25442b7be890f3c08ed799144719538f0b6
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.portlet.dashboard/3.0.0-Beta04/exo.portal.portlet.dashboard-3.0.0-Beta04.war
===================================================================
(Binary files differ)
Property changes on: maven2/org/exoplatform/portal/exo.portal.portlet.dashboard/3.0.0-Beta04/exo.portal.portlet.dashboard-3.0.0-Beta04.war
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/exoplatform/portal/exo.portal.portlet.dashboard/3.0.0-Beta04/exo.portal.portlet.dashboard-3.0.0-Beta04.war.md5
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.portlet.dashboard/3.0.0-Beta04/exo.portal.portlet.dashboard-3.0.0-Beta04.war.md5 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.portlet.dashboard/3.0.0-Beta04/exo.portal.portlet.dashboard-3.0.0-Beta04.war.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+89902da25f26e7a6b1e41027bb37cc26
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.portlet.dashboard/3.0.0-Beta04/exo.portal.portlet.dashboard-3.0.0-Beta04.war.sha1
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.portlet.dashboard/3.0.0-Beta04/exo.portal.portlet.dashboard-3.0.0-Beta04.war.sha1 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.portlet.dashboard/3.0.0-Beta04/exo.portal.portlet.dashboard-3.0.0-Beta04.war.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+7a487d7a33c7208be038dc1274981483c3cd0978
\ No newline at end of file
Modified: maven2/org/exoplatform/portal/exo.portal.portlet.dashboard/maven-metadata.xml
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.portlet.dashboard/maven-metadata.xml 2009-12-22 15:18:31 UTC (rev 33183)
+++ maven2/org/exoplatform/portal/exo.portal.portlet.dashboard/maven-metadata.xml 2009-12-22 20:29:02 UTC (rev 33184)
@@ -4,11 +4,12 @@
<artifactId>exo.portal.portlet.dashboard</artifactId>
<version>3.0.0-Beta02</version>
<versioning>
- <release>3.0.0-Beta03</release>
+ <release>3.0.0-Beta04</release>
<versions>
<version>3.0.0-Beta02</version>
<version>3.0.0-Beta03</version>
+ <version>3.0.0-Beta04</version>
</versions>
- <lastUpdated>20091128085353</lastUpdated>
+ <lastUpdated>20091222195431</lastUpdated>
</versioning>
</metadata>
Modified: maven2/org/exoplatform/portal/exo.portal.portlet.dashboard/maven-metadata.xml.md5
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.portlet.dashboard/maven-metadata.xml.md5 2009-12-22 15:18:31 UTC (rev 33183)
+++ maven2/org/exoplatform/portal/exo.portal.portlet.dashboard/maven-metadata.xml.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -1 +1 @@
-41df9a1ea2b7e941da48965bdbbde019
\ No newline at end of file
+821d0a5be8d017fb221588fd06bb3530
\ No newline at end of file
Modified: maven2/org/exoplatform/portal/exo.portal.portlet.dashboard/maven-metadata.xml.sha1
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.portlet.dashboard/maven-metadata.xml.sha1 2009-12-22 15:18:31 UTC (rev 33183)
+++ maven2/org/exoplatform/portal/exo.portal.portlet.dashboard/maven-metadata.xml.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -1 +1 @@
-de90c57510a81b745c186cf83ca6a38c62df8146
\ No newline at end of file
+bab5df74df4efd99a695aa2e02d956927262d735
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.portlet.exoadmin/3.0.0-Beta04/exo.portal.portlet.exoadmin-3.0.0-Beta04-sources.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/exoplatform/portal/exo.portal.portlet.exoadmin/3.0.0-Beta04/exo.portal.portlet.exoadmin-3.0.0-Beta04-sources.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/exoplatform/portal/exo.portal.portlet.exoadmin/3.0.0-Beta04/exo.portal.portlet.exoadmin-3.0.0-Beta04-sources.jar.md5
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.portlet.exoadmin/3.0.0-Beta04/exo.portal.portlet.exoadmin-3.0.0-Beta04-sources.jar.md5 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.portlet.exoadmin/3.0.0-Beta04/exo.portal.portlet.exoadmin-3.0.0-Beta04-sources.jar.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+d6807105bacac97f38ff9b1b2046e70d
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.portlet.exoadmin/3.0.0-Beta04/exo.portal.portlet.exoadmin-3.0.0-Beta04-sources.jar.sha1
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.portlet.exoadmin/3.0.0-Beta04/exo.portal.portlet.exoadmin-3.0.0-Beta04-sources.jar.sha1 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.portlet.exoadmin/3.0.0-Beta04/exo.portal.portlet.exoadmin-3.0.0-Beta04-sources.jar.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+42515155044fb8331df6601f8a272ca5100ff79c
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.portlet.exoadmin/3.0.0-Beta04/exo.portal.portlet.exoadmin-3.0.0-Beta04.pom
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.portlet.exoadmin/3.0.0-Beta04/exo.portal.portlet.exoadmin-3.0.0-Beta04.pom (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.portlet.exoadmin/3.0.0-Beta04/exo.portal.portlet.exoadmin-3.0.0-Beta04.pom 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1,72 @@
+<!--
+
+ 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.
+
+-->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <parent>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.portlet</artifactId>
+ <version>3.0.0-Beta04</version>
+ </parent>
+
+ <modelVersion>4.0.0</modelVersion>
+ <artifactId>exo.portal.portlet.exoadmin</artifactId>
+ <packaging>war</packaging>
+ <name>GateIn Portal Portlet eXoAdmin</name>
+
+ <dependencies>
+ <dependency>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.webui.portal</artifactId>
+ <version>3.0.0-Beta04</version>
+ <scope>provided</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.webui.eXo</artifactId>
+ <version>3.0.0-Beta04</version>
+ <scope>provided</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.gatein.wsrp</groupId>
+ <artifactId>wsrp-producer-lib</artifactId>
+ <version>${org.gatein.wsrp.version}</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.gatein.wsrp</groupId>
+ <artifactId>wsrp-consumer</artifactId>
+ <version>${org.gatein.wsrp.version}</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.gatein.wsrp</groupId>
+ <artifactId>wsrp-integration-api</artifactId>
+ <version>${org.gatein.wsrp.version}</version>
+ <scope>provided</scope>
+ </dependency>
+ </dependencies>
+
+ <build>
+ <finalName>exoadmin</finalName>
+ </build>
+</project>
Added: maven2/org/exoplatform/portal/exo.portal.portlet.exoadmin/3.0.0-Beta04/exo.portal.portlet.exoadmin-3.0.0-Beta04.pom.md5
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.portlet.exoadmin/3.0.0-Beta04/exo.portal.portlet.exoadmin-3.0.0-Beta04.pom.md5 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.portlet.exoadmin/3.0.0-Beta04/exo.portal.portlet.exoadmin-3.0.0-Beta04.pom.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+651fc9ae68c49b32da5ebef83f70219d
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.portlet.exoadmin/3.0.0-Beta04/exo.portal.portlet.exoadmin-3.0.0-Beta04.pom.sha1
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.portlet.exoadmin/3.0.0-Beta04/exo.portal.portlet.exoadmin-3.0.0-Beta04.pom.sha1 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.portlet.exoadmin/3.0.0-Beta04/exo.portal.portlet.exoadmin-3.0.0-Beta04.pom.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+fe8e541ec15efd162034d35d8e43facc0515b893
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.portlet.exoadmin/3.0.0-Beta04/exo.portal.portlet.exoadmin-3.0.0-Beta04.war
===================================================================
(Binary files differ)
Property changes on: maven2/org/exoplatform/portal/exo.portal.portlet.exoadmin/3.0.0-Beta04/exo.portal.portlet.exoadmin-3.0.0-Beta04.war
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/exoplatform/portal/exo.portal.portlet.exoadmin/3.0.0-Beta04/exo.portal.portlet.exoadmin-3.0.0-Beta04.war.md5
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.portlet.exoadmin/3.0.0-Beta04/exo.portal.portlet.exoadmin-3.0.0-Beta04.war.md5 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.portlet.exoadmin/3.0.0-Beta04/exo.portal.portlet.exoadmin-3.0.0-Beta04.war.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+3d574b60e2ef48082db0538a36429e60
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.portlet.exoadmin/3.0.0-Beta04/exo.portal.portlet.exoadmin-3.0.0-Beta04.war.sha1
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.portlet.exoadmin/3.0.0-Beta04/exo.portal.portlet.exoadmin-3.0.0-Beta04.war.sha1 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.portlet.exoadmin/3.0.0-Beta04/exo.portal.portlet.exoadmin-3.0.0-Beta04.war.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+994c134939d7593e189a242cdb12b471d0c7073b
\ No newline at end of file
Modified: maven2/org/exoplatform/portal/exo.portal.portlet.exoadmin/maven-metadata.xml
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.portlet.exoadmin/maven-metadata.xml 2009-12-22 15:18:31 UTC (rev 33183)
+++ maven2/org/exoplatform/portal/exo.portal.portlet.exoadmin/maven-metadata.xml 2009-12-22 20:29:02 UTC (rev 33184)
@@ -4,11 +4,12 @@
<artifactId>exo.portal.portlet.exoadmin</artifactId>
<version>3.0.0-Beta02</version>
<versioning>
- <release>3.0.0-Beta03</release>
+ <release>3.0.0-Beta04</release>
<versions>
<version>3.0.0-Beta02</version>
<version>3.0.0-Beta03</version>
+ <version>3.0.0-Beta04</version>
</versions>
- <lastUpdated>20091128085354</lastUpdated>
+ <lastUpdated>20091222195440</lastUpdated>
</versioning>
</metadata>
Modified: maven2/org/exoplatform/portal/exo.portal.portlet.exoadmin/maven-metadata.xml.md5
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.portlet.exoadmin/maven-metadata.xml.md5 2009-12-22 15:18:31 UTC (rev 33183)
+++ maven2/org/exoplatform/portal/exo.portal.portlet.exoadmin/maven-metadata.xml.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -1 +1 @@
-d89bf80cdf591e099cc78f8d2205fd84
\ No newline at end of file
+b889164b801c1e8caff49719ec2df5dc
\ No newline at end of file
Modified: maven2/org/exoplatform/portal/exo.portal.portlet.exoadmin/maven-metadata.xml.sha1
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.portlet.exoadmin/maven-metadata.xml.sha1 2009-12-22 15:18:31 UTC (rev 33183)
+++ maven2/org/exoplatform/portal/exo.portal.portlet.exoadmin/maven-metadata.xml.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -1 +1 @@
-4535259aaa882c5e19fbee337c9bb24ba5b3617f
\ No newline at end of file
+5a230fa91bfab26cb1143176d24581ab7bb5416d
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.portlet.web/3.0.0-Beta04/exo.portal.portlet.web-3.0.0-Beta04-sources.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/exoplatform/portal/exo.portal.portlet.web/3.0.0-Beta04/exo.portal.portlet.web-3.0.0-Beta04-sources.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/exoplatform/portal/exo.portal.portlet.web/3.0.0-Beta04/exo.portal.portlet.web-3.0.0-Beta04-sources.jar.md5
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.portlet.web/3.0.0-Beta04/exo.portal.portlet.web-3.0.0-Beta04-sources.jar.md5 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.portlet.web/3.0.0-Beta04/exo.portal.portlet.web-3.0.0-Beta04-sources.jar.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+a7d5907a59d186ba2321b09cba85a751
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.portlet.web/3.0.0-Beta04/exo.portal.portlet.web-3.0.0-Beta04-sources.jar.sha1
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.portlet.web/3.0.0-Beta04/exo.portal.portlet.web-3.0.0-Beta04-sources.jar.sha1 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.portlet.web/3.0.0-Beta04/exo.portal.portlet.web-3.0.0-Beta04-sources.jar.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+3d605f2c7871d13c8230d360b50061c3f74046a6
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.portlet.web/3.0.0-Beta04/exo.portal.portlet.web-3.0.0-Beta04.pom
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.portlet.web/3.0.0-Beta04/exo.portal.portlet.web-3.0.0-Beta04.pom (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.portlet.web/3.0.0-Beta04/exo.portal.portlet.web-3.0.0-Beta04.pom 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1,46 @@
+<!--
+
+ 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.
+
+-->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <parent>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.portlet</artifactId>
+ <version>3.0.0-Beta04</version>
+ </parent>
+
+ <modelVersion>4.0.0</modelVersion>
+ <artifactId>exo.portal.portlet.web</artifactId>
+ <packaging>war</packaging>
+ <name>GateIn Portal Portlet Web</name>
+
+ <dependencies>
+ <dependency>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.webui.portal</artifactId>
+ <version>3.0.0-Beta04</version>
+ <scope>provided</scope>
+ </dependency>
+ </dependencies>
+
+ <build>
+ <finalName>web</finalName>
+ </build>
+</project>
Added: maven2/org/exoplatform/portal/exo.portal.portlet.web/3.0.0-Beta04/exo.portal.portlet.web-3.0.0-Beta04.pom.md5
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.portlet.web/3.0.0-Beta04/exo.portal.portlet.web-3.0.0-Beta04.pom.md5 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.portlet.web/3.0.0-Beta04/exo.portal.portlet.web-3.0.0-Beta04.pom.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+e306c206a3c70d44d5aa43564349d483
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.portlet.web/3.0.0-Beta04/exo.portal.portlet.web-3.0.0-Beta04.pom.sha1
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.portlet.web/3.0.0-Beta04/exo.portal.portlet.web-3.0.0-Beta04.pom.sha1 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.portlet.web/3.0.0-Beta04/exo.portal.portlet.web-3.0.0-Beta04.pom.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+24e8a89b5800bb5015c69a8116b1765a45ccb06e
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.portlet.web/3.0.0-Beta04/exo.portal.portlet.web-3.0.0-Beta04.war
===================================================================
(Binary files differ)
Property changes on: maven2/org/exoplatform/portal/exo.portal.portlet.web/3.0.0-Beta04/exo.portal.portlet.web-3.0.0-Beta04.war
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/exoplatform/portal/exo.portal.portlet.web/3.0.0-Beta04/exo.portal.portlet.web-3.0.0-Beta04.war.md5
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.portlet.web/3.0.0-Beta04/exo.portal.portlet.web-3.0.0-Beta04.war.md5 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.portlet.web/3.0.0-Beta04/exo.portal.portlet.web-3.0.0-Beta04.war.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+1576c0414ebda88a2db30b44ae52164b
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.portlet.web/3.0.0-Beta04/exo.portal.portlet.web-3.0.0-Beta04.war.sha1
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.portlet.web/3.0.0-Beta04/exo.portal.portlet.web-3.0.0-Beta04.war.sha1 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.portlet.web/3.0.0-Beta04/exo.portal.portlet.web-3.0.0-Beta04.war.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+5c879c586a344f8ea110b8bee8fd0e6bccb3d281
\ No newline at end of file
Modified: maven2/org/exoplatform/portal/exo.portal.portlet.web/maven-metadata.xml
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.portlet.web/maven-metadata.xml 2009-12-22 15:18:31 UTC (rev 33183)
+++ maven2/org/exoplatform/portal/exo.portal.portlet.web/maven-metadata.xml 2009-12-22 20:29:02 UTC (rev 33184)
@@ -4,11 +4,12 @@
<artifactId>exo.portal.portlet.web</artifactId>
<version>3.0.0-Beta02</version>
<versioning>
- <release>3.0.0-Beta03</release>
+ <release>3.0.0-Beta04</release>
<versions>
<version>3.0.0-Beta02</version>
<version>3.0.0-Beta03</version>
+ <version>3.0.0-Beta04</version>
</versions>
- <lastUpdated>20091128085355</lastUpdated>
+ <lastUpdated>20091222195447</lastUpdated>
</versioning>
</metadata>
Modified: maven2/org/exoplatform/portal/exo.portal.portlet.web/maven-metadata.xml.md5
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.portlet.web/maven-metadata.xml.md5 2009-12-22 15:18:31 UTC (rev 33183)
+++ maven2/org/exoplatform/portal/exo.portal.portlet.web/maven-metadata.xml.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -1 +1 @@
-8b80bb64ad0463d7922de1b1c3097501
\ No newline at end of file
+97e2a3a7c43f1d6be69f2ba97078e9cf
\ No newline at end of file
Modified: maven2/org/exoplatform/portal/exo.portal.portlet.web/maven-metadata.xml.sha1
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.portlet.web/maven-metadata.xml.sha1 2009-12-22 15:18:31 UTC (rev 33183)
+++ maven2/org/exoplatform/portal/exo.portal.portlet.web/maven-metadata.xml.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -1 +1 @@
-6087a7e0d1e334d9c177b0e3917634914664ff7f
\ No newline at end of file
+ae9b6fc2ce9ed5a028afaf78c8469130bea6bd74
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.sample/3.0.0-Beta04/exo.portal.sample-3.0.0-Beta04.pom
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.sample/3.0.0-Beta04/exo.portal.sample-3.0.0-Beta04.pom (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.sample/3.0.0-Beta04/exo.portal.sample-3.0.0-Beta04.pom 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1,43 @@
+<!--
+
+ 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.
+
+-->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.parent</artifactId>
+ <version>3.0.0-Beta04</version>
+ </parent>
+
+ <artifactId>exo.portal.sample</artifactId>
+ <packaging>pom</packaging>
+
+ <name>GateIn Portal Sample</name>
+
+ <modules>
+ <module>extension</module>
+ <module>portal</module>
+ <module>portlets</module>
+ </modules>
+
+</project>
Added: maven2/org/exoplatform/portal/exo.portal.sample/3.0.0-Beta04/exo.portal.sample-3.0.0-Beta04.pom.md5
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.sample/3.0.0-Beta04/exo.portal.sample-3.0.0-Beta04.pom.md5 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.sample/3.0.0-Beta04/exo.portal.sample-3.0.0-Beta04.pom.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+b2e3c7d4fccd0f7d2e7b42870a2f60c5
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.sample/3.0.0-Beta04/exo.portal.sample-3.0.0-Beta04.pom.sha1
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.sample/3.0.0-Beta04/exo.portal.sample-3.0.0-Beta04.pom.sha1 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.sample/3.0.0-Beta04/exo.portal.sample-3.0.0-Beta04.pom.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+9c5d6c0375e9220f429c9bdf7885b21d0044587b
\ No newline at end of file
Modified: maven2/org/exoplatform/portal/exo.portal.sample/maven-metadata.xml
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.sample/maven-metadata.xml 2009-12-22 15:18:31 UTC (rev 33183)
+++ maven2/org/exoplatform/portal/exo.portal.sample/maven-metadata.xml 2009-12-22 20:29:02 UTC (rev 33184)
@@ -4,10 +4,12 @@
<artifactId>exo.portal.sample</artifactId>
<version>3.0.0-Beta02</version>
<versioning>
+ <release>3.0.0-Beta04</release>
<versions>
<version>3.0.0-Beta02</version>
<version>3.0.0-Beta03</version>
+ <version>3.0.0-Beta04</version>
</versions>
- <lastUpdated>20091128085401</lastUpdated>
+ <lastUpdated>20091222195534</lastUpdated>
</versioning>
</metadata>
Modified: maven2/org/exoplatform/portal/exo.portal.sample/maven-metadata.xml.md5
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.sample/maven-metadata.xml.md5 2009-12-22 15:18:31 UTC (rev 33183)
+++ maven2/org/exoplatform/portal/exo.portal.sample/maven-metadata.xml.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -1 +1 @@
-829aa2b6b92b3225feeb32a82ea4ffb4
\ No newline at end of file
+9cd343f929d6c23c8bb33854bbb21753
\ No newline at end of file
Modified: maven2/org/exoplatform/portal/exo.portal.sample/maven-metadata.xml.sha1
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.sample/maven-metadata.xml.sha1 2009-12-22 15:18:31 UTC (rev 33183)
+++ maven2/org/exoplatform/portal/exo.portal.sample/maven-metadata.xml.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -1 +1 @@
-ad03eedc2e5b0dab0bc2d41b2c8482932d07d113
\ No newline at end of file
+02e1ccf5d6a86d1261442e4c4763385de1699574
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.sample.extension.config/3.0.0-Beta04/exo.portal.sample.extension.config-3.0.0-Beta04-sources.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/exoplatform/portal/exo.portal.sample.extension.config/3.0.0-Beta04/exo.portal.sample.extension.config-3.0.0-Beta04-sources.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/exoplatform/portal/exo.portal.sample.extension.config/3.0.0-Beta04/exo.portal.sample.extension.config-3.0.0-Beta04-sources.jar.md5
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.sample.extension.config/3.0.0-Beta04/exo.portal.sample.extension.config-3.0.0-Beta04-sources.jar.md5 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.sample.extension.config/3.0.0-Beta04/exo.portal.sample.extension.config-3.0.0-Beta04-sources.jar.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+e436252c342e45308ff9d8f73e854834
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.sample.extension.config/3.0.0-Beta04/exo.portal.sample.extension.config-3.0.0-Beta04-sources.jar.sha1
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.sample.extension.config/3.0.0-Beta04/exo.portal.sample.extension.config-3.0.0-Beta04-sources.jar.sha1 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.sample.extension.config/3.0.0-Beta04/exo.portal.sample.extension.config-3.0.0-Beta04-sources.jar.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+d1f9e72958d2d451d86cab1f7c7be4939484f88b
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.sample.extension.config/3.0.0-Beta04/exo.portal.sample.extension.config-3.0.0-Beta04.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/exoplatform/portal/exo.portal.sample.extension.config/3.0.0-Beta04/exo.portal.sample.extension.config-3.0.0-Beta04.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/exoplatform/portal/exo.portal.sample.extension.config/3.0.0-Beta04/exo.portal.sample.extension.config-3.0.0-Beta04.jar.md5
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.sample.extension.config/3.0.0-Beta04/exo.portal.sample.extension.config-3.0.0-Beta04.jar.md5 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.sample.extension.config/3.0.0-Beta04/exo.portal.sample.extension.config-3.0.0-Beta04.jar.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+395692038a5fb3836b07739cdbf328c1
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.sample.extension.config/3.0.0-Beta04/exo.portal.sample.extension.config-3.0.0-Beta04.jar.sha1
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.sample.extension.config/3.0.0-Beta04/exo.portal.sample.extension.config-3.0.0-Beta04.jar.sha1 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.sample.extension.config/3.0.0-Beta04/exo.portal.sample.extension.config-3.0.0-Beta04.jar.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+47f779a71170423c4b3a0852f9e77ef1987286ef
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.sample.extension.config/3.0.0-Beta04/exo.portal.sample.extension.config-3.0.0-Beta04.pom
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.sample.extension.config/3.0.0-Beta04/exo.portal.sample.extension.config-3.0.0-Beta04.pom (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.sample.extension.config/3.0.0-Beta04/exo.portal.sample.extension.config-3.0.0-Beta04.pom 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1,35 @@
+<!--
+
+ 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.
+
+-->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <parent>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.parent</artifactId>
+ <version>3.0.0-Beta04</version>
+ </parent>
+
+ <modelVersion>4.0.0</modelVersion>
+ <artifactId>exo.portal.sample.extension.config</artifactId>
+ <name>GateIn Portal Sample Extension Configuration</name>
+ <packaging>jar</packaging>
+ <url>http://www.exoplatform.org</url>
+ <description>GateIn Sample Extension Configuration</description>
+</project>
Added: maven2/org/exoplatform/portal/exo.portal.sample.extension.config/3.0.0-Beta04/exo.portal.sample.extension.config-3.0.0-Beta04.pom.md5
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.sample.extension.config/3.0.0-Beta04/exo.portal.sample.extension.config-3.0.0-Beta04.pom.md5 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.sample.extension.config/3.0.0-Beta04/exo.portal.sample.extension.config-3.0.0-Beta04.pom.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+dbfac8477dc3da20f1f89854c5460eac
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.sample.extension.config/3.0.0-Beta04/exo.portal.sample.extension.config-3.0.0-Beta04.pom.sha1
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.sample.extension.config/3.0.0-Beta04/exo.portal.sample.extension.config-3.0.0-Beta04.pom.sha1 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.sample.extension.config/3.0.0-Beta04/exo.portal.sample.extension.config-3.0.0-Beta04.pom.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+982e4b6050ca80617a201b1e5f25d6bc25679e95
\ No newline at end of file
Modified: maven2/org/exoplatform/portal/exo.portal.sample.extension.config/maven-metadata.xml
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.sample.extension.config/maven-metadata.xml 2009-12-22 15:18:31 UTC (rev 33183)
+++ maven2/org/exoplatform/portal/exo.portal.sample.extension.config/maven-metadata.xml 2009-12-22 20:29:02 UTC (rev 33184)
@@ -4,11 +4,12 @@
<artifactId>exo.portal.sample.extension.config</artifactId>
<version>3.0.0-Beta02</version>
<versioning>
- <release>3.0.0-Beta03</release>
+ <release>3.0.0-Beta04</release>
<versions>
<version>3.0.0-Beta02</version>
<version>3.0.0-Beta03</version>
+ <version>3.0.0-Beta04</version>
</versions>
- <lastUpdated>20091128085357</lastUpdated>
+ <lastUpdated>20091222195502</lastUpdated>
</versioning>
</metadata>
Modified: maven2/org/exoplatform/portal/exo.portal.sample.extension.config/maven-metadata.xml.md5
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.sample.extension.config/maven-metadata.xml.md5 2009-12-22 15:18:31 UTC (rev 33183)
+++ maven2/org/exoplatform/portal/exo.portal.sample.extension.config/maven-metadata.xml.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -1 +1 @@
-e44ca160b1b158812df6577b08f91102
\ No newline at end of file
+ea2e107290aef2522186418c3237c712
\ No newline at end of file
Modified: maven2/org/exoplatform/portal/exo.portal.sample.extension.config/maven-metadata.xml.sha1
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.sample.extension.config/maven-metadata.xml.sha1 2009-12-22 15:18:31 UTC (rev 33183)
+++ maven2/org/exoplatform/portal/exo.portal.sample.extension.config/maven-metadata.xml.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -1 +1 @@
-41b21fab83a5dbc12233ea86dc09bfc0d5e8ddc5
\ No newline at end of file
+2b016b35900c7e9e8a49d89e35f54eaf95cd3322
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.sample.extension.jar/3.0.0-Beta04/exo.portal.sample.extension.jar-3.0.0-Beta04-sources.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/exoplatform/portal/exo.portal.sample.extension.jar/3.0.0-Beta04/exo.portal.sample.extension.jar-3.0.0-Beta04-sources.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/exoplatform/portal/exo.portal.sample.extension.jar/3.0.0-Beta04/exo.portal.sample.extension.jar-3.0.0-Beta04-sources.jar.md5
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.sample.extension.jar/3.0.0-Beta04/exo.portal.sample.extension.jar-3.0.0-Beta04-sources.jar.md5 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.sample.extension.jar/3.0.0-Beta04/exo.portal.sample.extension.jar-3.0.0-Beta04-sources.jar.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+5ea796a2b01ec7a0aba27fab2575ff0f
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.sample.extension.jar/3.0.0-Beta04/exo.portal.sample.extension.jar-3.0.0-Beta04-sources.jar.sha1
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.sample.extension.jar/3.0.0-Beta04/exo.portal.sample.extension.jar-3.0.0-Beta04-sources.jar.sha1 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.sample.extension.jar/3.0.0-Beta04/exo.portal.sample.extension.jar-3.0.0-Beta04-sources.jar.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+ba885e70017e6ee4bd48854f1d54ba1d6a2b6acf
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.sample.extension.jar/3.0.0-Beta04/exo.portal.sample.extension.jar-3.0.0-Beta04.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/exoplatform/portal/exo.portal.sample.extension.jar/3.0.0-Beta04/exo.portal.sample.extension.jar-3.0.0-Beta04.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/exoplatform/portal/exo.portal.sample.extension.jar/3.0.0-Beta04/exo.portal.sample.extension.jar-3.0.0-Beta04.jar.md5
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.sample.extension.jar/3.0.0-Beta04/exo.portal.sample.extension.jar-3.0.0-Beta04.jar.md5 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.sample.extension.jar/3.0.0-Beta04/exo.portal.sample.extension.jar-3.0.0-Beta04.jar.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+f7203d39ea65db7f364bd9788d655844
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.sample.extension.jar/3.0.0-Beta04/exo.portal.sample.extension.jar-3.0.0-Beta04.jar.sha1
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.sample.extension.jar/3.0.0-Beta04/exo.portal.sample.extension.jar-3.0.0-Beta04.jar.sha1 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.sample.extension.jar/3.0.0-Beta04/exo.portal.sample.extension.jar-3.0.0-Beta04.jar.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+2c7b9bae1781261ad1fe7d643ecc2e467545013f
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.sample.extension.jar/3.0.0-Beta04/exo.portal.sample.extension.jar-3.0.0-Beta04.pom
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.sample.extension.jar/3.0.0-Beta04/exo.portal.sample.extension.jar-3.0.0-Beta04.pom (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.sample.extension.jar/3.0.0-Beta04/exo.portal.sample.extension.jar-3.0.0-Beta04.pom 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1,43 @@
+<!--
+
+ 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.
+
+-->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <parent>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.parent</artifactId>
+ <version>3.0.0-Beta04</version>
+ </parent>
+
+ <modelVersion>4.0.0</modelVersion>
+ <artifactId>exo.portal.sample.extension.jar</artifactId>
+ <name>GateIn Portal Sample Extension Java Classes</name>
+ <packaging>jar</packaging>
+ <url>http://www.exoplatform.org</url>
+ <description>GateIn Sample Extension Java Classes</description>
+
+ <dependencies>
+ <dependency>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.component.web</artifactId>
+ <version>3.0.0-Beta04</version>
+ </dependency>
+ </dependencies>
+</project>
Added: maven2/org/exoplatform/portal/exo.portal.sample.extension.jar/3.0.0-Beta04/exo.portal.sample.extension.jar-3.0.0-Beta04.pom.md5
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.sample.extension.jar/3.0.0-Beta04/exo.portal.sample.extension.jar-3.0.0-Beta04.pom.md5 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.sample.extension.jar/3.0.0-Beta04/exo.portal.sample.extension.jar-3.0.0-Beta04.pom.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+2b42ab577797249b034fc15b6468e76d
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.sample.extension.jar/3.0.0-Beta04/exo.portal.sample.extension.jar-3.0.0-Beta04.pom.sha1
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.sample.extension.jar/3.0.0-Beta04/exo.portal.sample.extension.jar-3.0.0-Beta04.pom.sha1 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.sample.extension.jar/3.0.0-Beta04/exo.portal.sample.extension.jar-3.0.0-Beta04.pom.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+9c4969d0c8c43863f3a7e59a2975e35712814b3d
\ No newline at end of file
Modified: maven2/org/exoplatform/portal/exo.portal.sample.extension.jar/maven-metadata.xml
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.sample.extension.jar/maven-metadata.xml 2009-12-22 15:18:31 UTC (rev 33183)
+++ maven2/org/exoplatform/portal/exo.portal.sample.extension.jar/maven-metadata.xml 2009-12-22 20:29:02 UTC (rev 33184)
@@ -4,11 +4,12 @@
<artifactId>exo.portal.sample.extension.jar</artifactId>
<version>3.0.0-Beta02</version>
<versioning>
- <release>3.0.0-Beta03</release>
+ <release>3.0.0-Beta04</release>
<versions>
<version>3.0.0-Beta02</version>
<version>3.0.0-Beta03</version>
+ <version>3.0.0-Beta04</version>
</versions>
- <lastUpdated>20091128085358</lastUpdated>
+ <lastUpdated>20091222195507</lastUpdated>
</versioning>
</metadata>
Modified: maven2/org/exoplatform/portal/exo.portal.sample.extension.jar/maven-metadata.xml.md5
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.sample.extension.jar/maven-metadata.xml.md5 2009-12-22 15:18:31 UTC (rev 33183)
+++ maven2/org/exoplatform/portal/exo.portal.sample.extension.jar/maven-metadata.xml.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -1 +1 @@
-284782a9c23c74ee8403f2dd056d164d
\ No newline at end of file
+0fdd2021d304780a7167611c6b6754d2
\ No newline at end of file
Modified: maven2/org/exoplatform/portal/exo.portal.sample.extension.jar/maven-metadata.xml.sha1
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.sample.extension.jar/maven-metadata.xml.sha1 2009-12-22 15:18:31 UTC (rev 33183)
+++ maven2/org/exoplatform/portal/exo.portal.sample.extension.jar/maven-metadata.xml.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -1 +1 @@
-a7eeddc396b2a86e10460706c51eae5435815378
\ No newline at end of file
+c3fb0bb9162ae40c1accf5b2bbe092a86655bf0b
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.sample.extension.root/3.0.0-Beta04/exo.portal.sample.extension.root-3.0.0-Beta04.pom
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.sample.extension.root/3.0.0-Beta04/exo.portal.sample.extension.root-3.0.0-Beta04.pom (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.sample.extension.root/3.0.0-Beta04/exo.portal.sample.extension.root-3.0.0-Beta04.pom 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1,41 @@
+<!--
+
+ 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.
+
+-->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.parent</artifactId>
+ <version>3.0.0-Beta04</version>
+ </parent>
+
+ <artifactId>exo.portal.sample.extension.root</artifactId>
+ <name>GateIn Portal Sample Extension</name>
+ <packaging>pom</packaging>
+ <description>GateIn Sample Extension Root Pom</description>
+
+ <modules>
+ <module>config</module>
+ <module>jar</module>
+ <module>war</module>
+ <module>ear</module>
+ </modules>
+</project>
Added: maven2/org/exoplatform/portal/exo.portal.sample.extension.root/3.0.0-Beta04/exo.portal.sample.extension.root-3.0.0-Beta04.pom.md5
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.sample.extension.root/3.0.0-Beta04/exo.portal.sample.extension.root-3.0.0-Beta04.pom.md5 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.sample.extension.root/3.0.0-Beta04/exo.portal.sample.extension.root-3.0.0-Beta04.pom.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+70dcee49e21c362b56eb1c1d85e10349
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.sample.extension.root/3.0.0-Beta04/exo.portal.sample.extension.root-3.0.0-Beta04.pom.sha1
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.sample.extension.root/3.0.0-Beta04/exo.portal.sample.extension.root-3.0.0-Beta04.pom.sha1 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.sample.extension.root/3.0.0-Beta04/exo.portal.sample.extension.root-3.0.0-Beta04.pom.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+69241e7f35ad9c3464db8105bab976fddb91ff2d
\ No newline at end of file
Modified: maven2/org/exoplatform/portal/exo.portal.sample.extension.root/maven-metadata.xml
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.sample.extension.root/maven-metadata.xml 2009-12-22 15:18:31 UTC (rev 33183)
+++ maven2/org/exoplatform/portal/exo.portal.sample.extension.root/maven-metadata.xml 2009-12-22 20:29:02 UTC (rev 33184)
@@ -4,11 +4,12 @@
<artifactId>exo.portal.sample.extension.root</artifactId>
<version>3.0.0-Beta02</version>
<versioning>
- <release>3.0.0-Beta03</release>
+ <release>3.0.0-Beta04</release>
<versions>
<version>3.0.0-Beta02</version>
<version>3.0.0-Beta03</version>
+ <version>3.0.0-Beta04</version>
</versions>
- <lastUpdated>20091128085358</lastUpdated>
+ <lastUpdated>20091222195512</lastUpdated>
</versioning>
</metadata>
Modified: maven2/org/exoplatform/portal/exo.portal.sample.extension.root/maven-metadata.xml.md5
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.sample.extension.root/maven-metadata.xml.md5 2009-12-22 15:18:31 UTC (rev 33183)
+++ maven2/org/exoplatform/portal/exo.portal.sample.extension.root/maven-metadata.xml.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -1 +1 @@
-a6654e08676e13cf3209bba7a738ad23
\ No newline at end of file
+47839e735119c6fa207b19c3f61f7b34
\ No newline at end of file
Modified: maven2/org/exoplatform/portal/exo.portal.sample.extension.root/maven-metadata.xml.sha1
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.sample.extension.root/maven-metadata.xml.sha1 2009-12-22 15:18:31 UTC (rev 33183)
+++ maven2/org/exoplatform/portal/exo.portal.sample.extension.root/maven-metadata.xml.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -1 +1 @@
-5a7e6a99f4c85257c9f79c1bf655b04770fe2a5b
\ No newline at end of file
+752a57668f7d61d962d3525a3c4142531800c378
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.sample.extension.war/3.0.0-Beta04/exo.portal.sample.extension.war-3.0.0-Beta04.pom
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.sample.extension.war/3.0.0-Beta04/exo.portal.sample.extension.war-3.0.0-Beta04.pom (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.sample.extension.war/3.0.0-Beta04/exo.portal.sample.extension.war-3.0.0-Beta04.pom 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1,39 @@
+<!--
+
+ 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.
+
+-->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <parent>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.parent</artifactId>
+ <version>3.0.0-Beta04</version>
+ </parent>
+
+ <modelVersion>4.0.0</modelVersion>
+ <artifactId>exo.portal.sample.extension.war</artifactId>
+ <packaging>war</packaging>
+ <name>GateIn Portal Sample Extension War</name>
+ <url>http://www.exoplatform.org</url>
+ <description>GateIn Sample Extension War</description>
+
+ <build>
+ <finalName>sample-ext</finalName>
+ </build>
+</project>
Added: maven2/org/exoplatform/portal/exo.portal.sample.extension.war/3.0.0-Beta04/exo.portal.sample.extension.war-3.0.0-Beta04.pom.md5
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.sample.extension.war/3.0.0-Beta04/exo.portal.sample.extension.war-3.0.0-Beta04.pom.md5 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.sample.extension.war/3.0.0-Beta04/exo.portal.sample.extension.war-3.0.0-Beta04.pom.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+4b08dbb080243a74e682477e32ff4c6f
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.sample.extension.war/3.0.0-Beta04/exo.portal.sample.extension.war-3.0.0-Beta04.pom.sha1
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.sample.extension.war/3.0.0-Beta04/exo.portal.sample.extension.war-3.0.0-Beta04.pom.sha1 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.sample.extension.war/3.0.0-Beta04/exo.portal.sample.extension.war-3.0.0-Beta04.pom.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+12237969737d25043ab506bc98863420d0a413dd
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.sample.extension.war/3.0.0-Beta04/exo.portal.sample.extension.war-3.0.0-Beta04.war
===================================================================
(Binary files differ)
Property changes on: maven2/org/exoplatform/portal/exo.portal.sample.extension.war/3.0.0-Beta04/exo.portal.sample.extension.war-3.0.0-Beta04.war
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/exoplatform/portal/exo.portal.sample.extension.war/3.0.0-Beta04/exo.portal.sample.extension.war-3.0.0-Beta04.war.md5
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.sample.extension.war/3.0.0-Beta04/exo.portal.sample.extension.war-3.0.0-Beta04.war.md5 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.sample.extension.war/3.0.0-Beta04/exo.portal.sample.extension.war-3.0.0-Beta04.war.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+1c287f9ece13c09b825827e371ec70eb
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.sample.extension.war/3.0.0-Beta04/exo.portal.sample.extension.war-3.0.0-Beta04.war.sha1
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.sample.extension.war/3.0.0-Beta04/exo.portal.sample.extension.war-3.0.0-Beta04.war.sha1 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.sample.extension.war/3.0.0-Beta04/exo.portal.sample.extension.war-3.0.0-Beta04.war.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+7f4b685b771b4ff7abe747e8df74d62948a6c417
\ No newline at end of file
Modified: maven2/org/exoplatform/portal/exo.portal.sample.extension.war/maven-metadata.xml
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.sample.extension.war/maven-metadata.xml 2009-12-22 15:18:31 UTC (rev 33183)
+++ maven2/org/exoplatform/portal/exo.portal.sample.extension.war/maven-metadata.xml 2009-12-22 20:29:02 UTC (rev 33184)
@@ -4,11 +4,12 @@
<artifactId>exo.portal.sample.extension.war</artifactId>
<version>3.0.0-Beta02</version>
<versioning>
- <release>3.0.0-Beta03</release>
+ <release>3.0.0-Beta04</release>
<versions>
<version>3.0.0-Beta02</version>
<version>3.0.0-Beta03</version>
+ <version>3.0.0-Beta04</version>
</versions>
- <lastUpdated>20091128085358</lastUpdated>
+ <lastUpdated>20091222195508</lastUpdated>
</versioning>
</metadata>
Modified: maven2/org/exoplatform/portal/exo.portal.sample.extension.war/maven-metadata.xml.md5
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.sample.extension.war/maven-metadata.xml.md5 2009-12-22 15:18:31 UTC (rev 33183)
+++ maven2/org/exoplatform/portal/exo.portal.sample.extension.war/maven-metadata.xml.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -1 +1 @@
-f6ecc80e7447ce50585e33b96d8613a2
\ No newline at end of file
+c7d7a1b9493a1f8142bbe689569c1b59
\ No newline at end of file
Modified: maven2/org/exoplatform/portal/exo.portal.sample.extension.war/maven-metadata.xml.sha1
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.sample.extension.war/maven-metadata.xml.sha1 2009-12-22 15:18:31 UTC (rev 33183)
+++ maven2/org/exoplatform/portal/exo.portal.sample.extension.war/maven-metadata.xml.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -1 +1 @@
-514c6282406a7da77c76fb0ceb0af8794ef408c2
\ No newline at end of file
+fdcd57c34549966692da50169230a453adb2a5e3
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.sample.portal.config/3.0.0-Beta04/exo.portal.sample.portal.config-3.0.0-Beta04-sources.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/exoplatform/portal/exo.portal.sample.portal.config/3.0.0-Beta04/exo.portal.sample.portal.config-3.0.0-Beta04-sources.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/exoplatform/portal/exo.portal.sample.portal.config/3.0.0-Beta04/exo.portal.sample.portal.config-3.0.0-Beta04-sources.jar.md5
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.sample.portal.config/3.0.0-Beta04/exo.portal.sample.portal.config-3.0.0-Beta04-sources.jar.md5 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.sample.portal.config/3.0.0-Beta04/exo.portal.sample.portal.config-3.0.0-Beta04-sources.jar.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+709d0d2bbe31b68bc76f25ad65818e75
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.sample.portal.config/3.0.0-Beta04/exo.portal.sample.portal.config-3.0.0-Beta04-sources.jar.sha1
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.sample.portal.config/3.0.0-Beta04/exo.portal.sample.portal.config-3.0.0-Beta04-sources.jar.sha1 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.sample.portal.config/3.0.0-Beta04/exo.portal.sample.portal.config-3.0.0-Beta04-sources.jar.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+0ab8856f2acc44b2343c0745e9515ac75b4db471
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.sample.portal.config/3.0.0-Beta04/exo.portal.sample.portal.config-3.0.0-Beta04.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/exoplatform/portal/exo.portal.sample.portal.config/3.0.0-Beta04/exo.portal.sample.portal.config-3.0.0-Beta04.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/exoplatform/portal/exo.portal.sample.portal.config/3.0.0-Beta04/exo.portal.sample.portal.config-3.0.0-Beta04.jar.md5
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.sample.portal.config/3.0.0-Beta04/exo.portal.sample.portal.config-3.0.0-Beta04.jar.md5 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.sample.portal.config/3.0.0-Beta04/exo.portal.sample.portal.config-3.0.0-Beta04.jar.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+fe60e2e69259a31f0c2cb028fd6c03ea
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.sample.portal.config/3.0.0-Beta04/exo.portal.sample.portal.config-3.0.0-Beta04.jar.sha1
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.sample.portal.config/3.0.0-Beta04/exo.portal.sample.portal.config-3.0.0-Beta04.jar.sha1 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.sample.portal.config/3.0.0-Beta04/exo.portal.sample.portal.config-3.0.0-Beta04.jar.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+a4e1f21ff8f0a60d2e1d2df23aa915a14ddc9d56
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.sample.portal.config/3.0.0-Beta04/exo.portal.sample.portal.config-3.0.0-Beta04.pom
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.sample.portal.config/3.0.0-Beta04/exo.portal.sample.portal.config-3.0.0-Beta04.pom (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.sample.portal.config/3.0.0-Beta04/exo.portal.sample.portal.config-3.0.0-Beta04.pom 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1,35 @@
+<!--
+
+ 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.
+
+-->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <parent>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.parent</artifactId>
+ <version>3.0.0-Beta04</version>
+ </parent>
+
+ <modelVersion>4.0.0</modelVersion>
+ <artifactId>exo.portal.sample.portal.config</artifactId>
+ <name>GateIn Portal Sample Portal Configuration</name>
+ <packaging>jar</packaging>
+ <url>http://www.exoplatform.org</url>
+ <description>GateIn Sample Portal Configuration</description>
+</project>
Added: maven2/org/exoplatform/portal/exo.portal.sample.portal.config/3.0.0-Beta04/exo.portal.sample.portal.config-3.0.0-Beta04.pom.md5
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.sample.portal.config/3.0.0-Beta04/exo.portal.sample.portal.config-3.0.0-Beta04.pom.md5 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.sample.portal.config/3.0.0-Beta04/exo.portal.sample.portal.config-3.0.0-Beta04.pom.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+1dac5139d41001c1f18cec669bc6839e
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.sample.portal.config/3.0.0-Beta04/exo.portal.sample.portal.config-3.0.0-Beta04.pom.sha1
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.sample.portal.config/3.0.0-Beta04/exo.portal.sample.portal.config-3.0.0-Beta04.pom.sha1 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.sample.portal.config/3.0.0-Beta04/exo.portal.sample.portal.config-3.0.0-Beta04.pom.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+c4a715e8c7f0c82818879396e600b8ab5b3ad6bc
\ No newline at end of file
Modified: maven2/org/exoplatform/portal/exo.portal.sample.portal.config/maven-metadata.xml
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.sample.portal.config/maven-metadata.xml 2009-12-22 15:18:31 UTC (rev 33183)
+++ maven2/org/exoplatform/portal/exo.portal.sample.portal.config/maven-metadata.xml 2009-12-22 20:29:02 UTC (rev 33184)
@@ -4,11 +4,12 @@
<artifactId>exo.portal.sample.portal.config</artifactId>
<version>3.0.0-Beta02</version>
<versioning>
- <release>3.0.0-Beta03</release>
+ <release>3.0.0-Beta04</release>
<versions>
<version>3.0.0-Beta02</version>
<version>3.0.0-Beta03</version>
+ <version>3.0.0-Beta04</version>
</versions>
- <lastUpdated>20091128085358</lastUpdated>
+ <lastUpdated>20091222195513</lastUpdated>
</versioning>
</metadata>
Modified: maven2/org/exoplatform/portal/exo.portal.sample.portal.config/maven-metadata.xml.md5
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.sample.portal.config/maven-metadata.xml.md5 2009-12-22 15:18:31 UTC (rev 33183)
+++ maven2/org/exoplatform/portal/exo.portal.sample.portal.config/maven-metadata.xml.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -1 +1 @@
-88fda30e389b739d8c20e3ee40697a00
\ No newline at end of file
+b9a95131f1198cc63c25e4b66b573dc8
\ No newline at end of file
Modified: maven2/org/exoplatform/portal/exo.portal.sample.portal.config/maven-metadata.xml.sha1
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.sample.portal.config/maven-metadata.xml.sha1 2009-12-22 15:18:31 UTC (rev 33183)
+++ maven2/org/exoplatform/portal/exo.portal.sample.portal.config/maven-metadata.xml.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -1 +1 @@
-be4a2f13993278d39122bf676af8931c8d9eef17
\ No newline at end of file
+8d9e6012614659938c4e9677a98e3c2966d8cf31
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.sample.portal.jar/3.0.0-Beta04/exo.portal.sample.portal.jar-3.0.0-Beta04-sources.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/exoplatform/portal/exo.portal.sample.portal.jar/3.0.0-Beta04/exo.portal.sample.portal.jar-3.0.0-Beta04-sources.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/exoplatform/portal/exo.portal.sample.portal.jar/3.0.0-Beta04/exo.portal.sample.portal.jar-3.0.0-Beta04-sources.jar.md5
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.sample.portal.jar/3.0.0-Beta04/exo.portal.sample.portal.jar-3.0.0-Beta04-sources.jar.md5 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.sample.portal.jar/3.0.0-Beta04/exo.portal.sample.portal.jar-3.0.0-Beta04-sources.jar.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+65a03884ecbced4194d00b004394f497
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.sample.portal.jar/3.0.0-Beta04/exo.portal.sample.portal.jar-3.0.0-Beta04-sources.jar.sha1
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.sample.portal.jar/3.0.0-Beta04/exo.portal.sample.portal.jar-3.0.0-Beta04-sources.jar.sha1 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.sample.portal.jar/3.0.0-Beta04/exo.portal.sample.portal.jar-3.0.0-Beta04-sources.jar.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+17e8a75981dfb30dec0a8585ae7d0e9d515e6aeb
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.sample.portal.jar/3.0.0-Beta04/exo.portal.sample.portal.jar-3.0.0-Beta04.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/exoplatform/portal/exo.portal.sample.portal.jar/3.0.0-Beta04/exo.portal.sample.portal.jar-3.0.0-Beta04.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/exoplatform/portal/exo.portal.sample.portal.jar/3.0.0-Beta04/exo.portal.sample.portal.jar-3.0.0-Beta04.jar.md5
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.sample.portal.jar/3.0.0-Beta04/exo.portal.sample.portal.jar-3.0.0-Beta04.jar.md5 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.sample.portal.jar/3.0.0-Beta04/exo.portal.sample.portal.jar-3.0.0-Beta04.jar.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+0a6203b96d184789df5b966f7450aafa
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.sample.portal.jar/3.0.0-Beta04/exo.portal.sample.portal.jar-3.0.0-Beta04.jar.sha1
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.sample.portal.jar/3.0.0-Beta04/exo.portal.sample.portal.jar-3.0.0-Beta04.jar.sha1 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.sample.portal.jar/3.0.0-Beta04/exo.portal.sample.portal.jar-3.0.0-Beta04.jar.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+104cdb297e83562c3704b11c07c94990ef838e7e
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.sample.portal.jar/3.0.0-Beta04/exo.portal.sample.portal.jar-3.0.0-Beta04.pom
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.sample.portal.jar/3.0.0-Beta04/exo.portal.sample.portal.jar-3.0.0-Beta04.pom (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.sample.portal.jar/3.0.0-Beta04/exo.portal.sample.portal.jar-3.0.0-Beta04.pom 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1,43 @@
+<!--
+
+ 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.
+
+-->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <parent>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.parent</artifactId>
+ <version>3.0.0-Beta04</version>
+ </parent>
+
+ <modelVersion>4.0.0</modelVersion>
+ <artifactId>exo.portal.sample.portal.jar</artifactId>
+ <name>GateIn Portal Sample Portal Java Classes</name>
+ <packaging>jar</packaging>
+ <url>http://www.exoplatform.org</url>
+ <description>GateIn Sample Portal Java Classes</description>
+
+ <dependencies>
+ <dependency>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.component.web</artifactId>
+ <version>3.0.0-Beta04</version>
+ </dependency>
+ </dependencies>
+</project>
Added: maven2/org/exoplatform/portal/exo.portal.sample.portal.jar/3.0.0-Beta04/exo.portal.sample.portal.jar-3.0.0-Beta04.pom.md5
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.sample.portal.jar/3.0.0-Beta04/exo.portal.sample.portal.jar-3.0.0-Beta04.pom.md5 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.sample.portal.jar/3.0.0-Beta04/exo.portal.sample.portal.jar-3.0.0-Beta04.pom.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+c11b18319e158d4a619248b7a43e6be6
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.sample.portal.jar/3.0.0-Beta04/exo.portal.sample.portal.jar-3.0.0-Beta04.pom.sha1
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.sample.portal.jar/3.0.0-Beta04/exo.portal.sample.portal.jar-3.0.0-Beta04.pom.sha1 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.sample.portal.jar/3.0.0-Beta04/exo.portal.sample.portal.jar-3.0.0-Beta04.pom.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+2f12af61f49f363f078f91feb4929e6ae85fe7a4
\ No newline at end of file
Modified: maven2/org/exoplatform/portal/exo.portal.sample.portal.jar/maven-metadata.xml
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.sample.portal.jar/maven-metadata.xml 2009-12-22 15:18:31 UTC (rev 33183)
+++ maven2/org/exoplatform/portal/exo.portal.sample.portal.jar/maven-metadata.xml 2009-12-22 20:29:02 UTC (rev 33184)
@@ -4,11 +4,12 @@
<artifactId>exo.portal.sample.portal.jar</artifactId>
<version>3.0.0-Beta02</version>
<versioning>
- <release>3.0.0-Beta03</release>
+ <release>3.0.0-Beta04</release>
<versions>
<version>3.0.0-Beta02</version>
<version>3.0.0-Beta03</version>
+ <version>3.0.0-Beta04</version>
</versions>
- <lastUpdated>20091128085359</lastUpdated>
+ <lastUpdated>20091222195518</lastUpdated>
</versioning>
</metadata>
Modified: maven2/org/exoplatform/portal/exo.portal.sample.portal.jar/maven-metadata.xml.md5
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.sample.portal.jar/maven-metadata.xml.md5 2009-12-22 15:18:31 UTC (rev 33183)
+++ maven2/org/exoplatform/portal/exo.portal.sample.portal.jar/maven-metadata.xml.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -1 +1 @@
-daee591908212dceef52628dee0e6526
\ No newline at end of file
+57bd74777eb22bb491a2986a81d5038f
\ No newline at end of file
Modified: maven2/org/exoplatform/portal/exo.portal.sample.portal.jar/maven-metadata.xml.sha1
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.sample.portal.jar/maven-metadata.xml.sha1 2009-12-22 15:18:31 UTC (rev 33183)
+++ maven2/org/exoplatform/portal/exo.portal.sample.portal.jar/maven-metadata.xml.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -1 +1 @@
-2b287b46e2ef19c70a868790dce41c81b01a4edb
\ No newline at end of file
+e9e26bec8697bcba4af10f96866f69e67f7f6cad
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.sample.portal.rest-war/3.0.0-Beta04/exo.portal.sample.portal.rest-war-3.0.0-Beta04.pom
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.sample.portal.rest-war/3.0.0-Beta04/exo.portal.sample.portal.rest-war-3.0.0-Beta04.pom (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.sample.portal.rest-war/3.0.0-Beta04/exo.portal.sample.portal.rest-war-3.0.0-Beta04.pom 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1,39 @@
+<!--
+
+ 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.
+
+-->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <parent>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.parent</artifactId>
+ <version>3.0.0-Beta04</version>
+ </parent>
+
+ <modelVersion>4.0.0</modelVersion>
+ <artifactId>exo.portal.sample.portal.rest-war</artifactId>
+ <packaging>war</packaging>
+ <name>GateIn Portal Sample Portal Rest War</name>
+ <url>http://www.exoplatform.org</url>
+ <description>GateIn Sample Portal Rest War</description>
+
+ <build>
+ <finalName>rest-sample-portal</finalName>
+ </build>
+</project>
Added: maven2/org/exoplatform/portal/exo.portal.sample.portal.rest-war/3.0.0-Beta04/exo.portal.sample.portal.rest-war-3.0.0-Beta04.pom.md5
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.sample.portal.rest-war/3.0.0-Beta04/exo.portal.sample.portal.rest-war-3.0.0-Beta04.pom.md5 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.sample.portal.rest-war/3.0.0-Beta04/exo.portal.sample.portal.rest-war-3.0.0-Beta04.pom.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+60371313e1f0d383522dcbff6cc03dc4
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.sample.portal.rest-war/3.0.0-Beta04/exo.portal.sample.portal.rest-war-3.0.0-Beta04.pom.sha1
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.sample.portal.rest-war/3.0.0-Beta04/exo.portal.sample.portal.rest-war-3.0.0-Beta04.pom.sha1 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.sample.portal.rest-war/3.0.0-Beta04/exo.portal.sample.portal.rest-war-3.0.0-Beta04.pom.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+1b036863d35920c8cb954df5545425cf0a983da3
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.sample.portal.rest-war/3.0.0-Beta04/exo.portal.sample.portal.rest-war-3.0.0-Beta04.war
===================================================================
(Binary files differ)
Property changes on: maven2/org/exoplatform/portal/exo.portal.sample.portal.rest-war/3.0.0-Beta04/exo.portal.sample.portal.rest-war-3.0.0-Beta04.war
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/exoplatform/portal/exo.portal.sample.portal.rest-war/3.0.0-Beta04/exo.portal.sample.portal.rest-war-3.0.0-Beta04.war.md5
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.sample.portal.rest-war/3.0.0-Beta04/exo.portal.sample.portal.rest-war-3.0.0-Beta04.war.md5 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.sample.portal.rest-war/3.0.0-Beta04/exo.portal.sample.portal.rest-war-3.0.0-Beta04.war.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+562b5f0d9cb4c65b13bc0885133ec340
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.sample.portal.rest-war/3.0.0-Beta04/exo.portal.sample.portal.rest-war-3.0.0-Beta04.war.sha1
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.sample.portal.rest-war/3.0.0-Beta04/exo.portal.sample.portal.rest-war-3.0.0-Beta04.war.sha1 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.sample.portal.rest-war/3.0.0-Beta04/exo.portal.sample.portal.rest-war-3.0.0-Beta04.war.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+5ad226a026640ca81e7a130e68afab2ee5169f10
\ No newline at end of file
Modified: maven2/org/exoplatform/portal/exo.portal.sample.portal.rest-war/maven-metadata.xml
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.sample.portal.rest-war/maven-metadata.xml 2009-12-22 15:18:31 UTC (rev 33183)
+++ maven2/org/exoplatform/portal/exo.portal.sample.portal.rest-war/maven-metadata.xml 2009-12-22 20:29:02 UTC (rev 33184)
@@ -4,11 +4,12 @@
<artifactId>exo.portal.sample.portal.rest-war</artifactId>
<version>3.0.0-Beta02</version>
<versioning>
- <release>3.0.0-Beta03</release>
+ <release>3.0.0-Beta04</release>
<versions>
<version>3.0.0-Beta02</version>
<version>3.0.0-Beta03</version>
+ <version>3.0.0-Beta04</version>
</versions>
- <lastUpdated>20091128085359</lastUpdated>
+ <lastUpdated>20091222195520</lastUpdated>
</versioning>
</metadata>
Modified: maven2/org/exoplatform/portal/exo.portal.sample.portal.rest-war/maven-metadata.xml.md5
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.sample.portal.rest-war/maven-metadata.xml.md5 2009-12-22 15:18:31 UTC (rev 33183)
+++ maven2/org/exoplatform/portal/exo.portal.sample.portal.rest-war/maven-metadata.xml.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -1 +1 @@
-bb0b775b835ed331146ac68269ee3c44
\ No newline at end of file
+b99d27e2bf9c83a033b371944cccd266
\ No newline at end of file
Modified: maven2/org/exoplatform/portal/exo.portal.sample.portal.rest-war/maven-metadata.xml.sha1
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.sample.portal.rest-war/maven-metadata.xml.sha1 2009-12-22 15:18:31 UTC (rev 33183)
+++ maven2/org/exoplatform/portal/exo.portal.sample.portal.rest-war/maven-metadata.xml.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -1 +1 @@
-3cda3ab90abec18ae74d0b1588b38f6c92e70264
\ No newline at end of file
+284ee3c50326e8cb2821ffa44d4f7b016c0befb9
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.sample.portal.root/3.0.0-Beta04/exo.portal.sample.portal.root-3.0.0-Beta04.pom
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.sample.portal.root/3.0.0-Beta04/exo.portal.sample.portal.root-3.0.0-Beta04.pom (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.sample.portal.root/3.0.0-Beta04/exo.portal.sample.portal.root-3.0.0-Beta04.pom 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1,42 @@
+<!--
+
+ 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.
+
+-->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.parent</artifactId>
+ <version>3.0.0-Beta04</version>
+ </parent>
+
+ <artifactId>exo.portal.sample.portal.root</artifactId>
+ <name>GateIn Portal Sample Portal</name>
+ <packaging>pom</packaging>
+ <description>GateIn Sample Portal Root Pom</description>
+
+ <modules>
+ <module>config</module>
+ <module>jar</module>
+ <module>war</module>
+ <module>rest-war</module>
+ <module>ear</module>
+ </modules>
+</project>
Added: maven2/org/exoplatform/portal/exo.portal.sample.portal.root/3.0.0-Beta04/exo.portal.sample.portal.root-3.0.0-Beta04.pom.md5
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.sample.portal.root/3.0.0-Beta04/exo.portal.sample.portal.root-3.0.0-Beta04.pom.md5 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.sample.portal.root/3.0.0-Beta04/exo.portal.sample.portal.root-3.0.0-Beta04.pom.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+a328be8f338d5dd58776b10b9802e40a
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.sample.portal.root/3.0.0-Beta04/exo.portal.sample.portal.root-3.0.0-Beta04.pom.sha1
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.sample.portal.root/3.0.0-Beta04/exo.portal.sample.portal.root-3.0.0-Beta04.pom.sha1 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.sample.portal.root/3.0.0-Beta04/exo.portal.sample.portal.root-3.0.0-Beta04.pom.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+f27eeaca944b4c564cf8e8068bea0c93ba942e89
\ No newline at end of file
Modified: maven2/org/exoplatform/portal/exo.portal.sample.portal.root/maven-metadata.xml
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.sample.portal.root/maven-metadata.xml 2009-12-22 15:18:31 UTC (rev 33183)
+++ maven2/org/exoplatform/portal/exo.portal.sample.portal.root/maven-metadata.xml 2009-12-22 20:29:02 UTC (rev 33184)
@@ -4,11 +4,12 @@
<artifactId>exo.portal.sample.portal.root</artifactId>
<version>3.0.0-Beta02</version>
<versioning>
- <release>3.0.0-Beta03</release>
+ <release>3.0.0-Beta04</release>
<versions>
<version>3.0.0-Beta02</version>
<version>3.0.0-Beta03</version>
+ <version>3.0.0-Beta04</version>
</versions>
- <lastUpdated>20091128085359</lastUpdated>
+ <lastUpdated>20091222195524</lastUpdated>
</versioning>
</metadata>
Modified: maven2/org/exoplatform/portal/exo.portal.sample.portal.root/maven-metadata.xml.md5
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.sample.portal.root/maven-metadata.xml.md5 2009-12-22 15:18:31 UTC (rev 33183)
+++ maven2/org/exoplatform/portal/exo.portal.sample.portal.root/maven-metadata.xml.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -1 +1 @@
-ef30d1647442c5603a359ba23faf7be0
\ No newline at end of file
+bbddf92d7424302687ab2d042ff5cdac
\ No newline at end of file
Modified: maven2/org/exoplatform/portal/exo.portal.sample.portal.root/maven-metadata.xml.sha1
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.sample.portal.root/maven-metadata.xml.sha1 2009-12-22 15:18:31 UTC (rev 33183)
+++ maven2/org/exoplatform/portal/exo.portal.sample.portal.root/maven-metadata.xml.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -1 +1 @@
-7b82a70b5c5da1fa781a9de46801522b5ff6498c
\ No newline at end of file
+0d92affe49afe56b296566ef6ef76b02aba0ee24
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.sample.portal.war/3.0.0-Beta04/exo.portal.sample.portal.war-3.0.0-Beta04.pom
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.sample.portal.war/3.0.0-Beta04/exo.portal.sample.portal.war-3.0.0-Beta04.pom (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.sample.portal.war/3.0.0-Beta04/exo.portal.sample.portal.war-3.0.0-Beta04.pom 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1,39 @@
+<!--
+
+ 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.
+
+-->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <parent>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.parent</artifactId>
+ <version>3.0.0-Beta04</version>
+ </parent>
+
+ <modelVersion>4.0.0</modelVersion>
+ <artifactId>exo.portal.sample.portal.war</artifactId>
+ <packaging>war</packaging>
+ <name>GateIn Portal Sample Portal War</name>
+ <url>http://www.exoplatform.org</url>
+ <description>GateIn Sample Portal War</description>
+
+ <build>
+ <finalName>sample-portal</finalName>
+ </build>
+</project>
Added: maven2/org/exoplatform/portal/exo.portal.sample.portal.war/3.0.0-Beta04/exo.portal.sample.portal.war-3.0.0-Beta04.pom.md5
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.sample.portal.war/3.0.0-Beta04/exo.portal.sample.portal.war-3.0.0-Beta04.pom.md5 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.sample.portal.war/3.0.0-Beta04/exo.portal.sample.portal.war-3.0.0-Beta04.pom.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+d8bdea84b595ccaf74183d386483472a
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.sample.portal.war/3.0.0-Beta04/exo.portal.sample.portal.war-3.0.0-Beta04.pom.sha1
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.sample.portal.war/3.0.0-Beta04/exo.portal.sample.portal.war-3.0.0-Beta04.pom.sha1 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.sample.portal.war/3.0.0-Beta04/exo.portal.sample.portal.war-3.0.0-Beta04.pom.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+9884c8b1e24b3b4db5080589b5fd062a545c1f9e
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.sample.portal.war/3.0.0-Beta04/exo.portal.sample.portal.war-3.0.0-Beta04.war
===================================================================
(Binary files differ)
Property changes on: maven2/org/exoplatform/portal/exo.portal.sample.portal.war/3.0.0-Beta04/exo.portal.sample.portal.war-3.0.0-Beta04.war
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/exoplatform/portal/exo.portal.sample.portal.war/3.0.0-Beta04/exo.portal.sample.portal.war-3.0.0-Beta04.war.md5
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.sample.portal.war/3.0.0-Beta04/exo.portal.sample.portal.war-3.0.0-Beta04.war.md5 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.sample.portal.war/3.0.0-Beta04/exo.portal.sample.portal.war-3.0.0-Beta04.war.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+83e1106022a6b1305bd4ffbbe7761e32
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.sample.portal.war/3.0.0-Beta04/exo.portal.sample.portal.war-3.0.0-Beta04.war.sha1
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.sample.portal.war/3.0.0-Beta04/exo.portal.sample.portal.war-3.0.0-Beta04.war.sha1 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.sample.portal.war/3.0.0-Beta04/exo.portal.sample.portal.war-3.0.0-Beta04.war.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+84ca845403ce62e23cc45b05d31b3a61fcb16262
\ No newline at end of file
Modified: maven2/org/exoplatform/portal/exo.portal.sample.portal.war/maven-metadata.xml
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.sample.portal.war/maven-metadata.xml 2009-12-22 15:18:31 UTC (rev 33183)
+++ maven2/org/exoplatform/portal/exo.portal.sample.portal.war/maven-metadata.xml 2009-12-22 20:29:02 UTC (rev 33184)
@@ -4,11 +4,12 @@
<artifactId>exo.portal.sample.portal.war</artifactId>
<version>3.0.0-Beta02</version>
<versioning>
- <release>3.0.0-Beta03</release>
+ <release>3.0.0-Beta04</release>
<versions>
<version>3.0.0-Beta02</version>
<version>3.0.0-Beta03</version>
+ <version>3.0.0-Beta04</version>
</versions>
- <lastUpdated>20091128085359</lastUpdated>
+ <lastUpdated>20091222195519</lastUpdated>
</versioning>
</metadata>
Modified: maven2/org/exoplatform/portal/exo.portal.sample.portal.war/maven-metadata.xml.md5
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.sample.portal.war/maven-metadata.xml.md5 2009-12-22 15:18:31 UTC (rev 33183)
+++ maven2/org/exoplatform/portal/exo.portal.sample.portal.war/maven-metadata.xml.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -1 +1 @@
-5c0d44fbbabad9c5b4103091cfa06851
\ No newline at end of file
+3805db9be4ccdbba98d52456abd5a98b
\ No newline at end of file
Modified: maven2/org/exoplatform/portal/exo.portal.sample.portal.war/maven-metadata.xml.sha1
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.sample.portal.war/maven-metadata.xml.sha1 2009-12-22 15:18:31 UTC (rev 33183)
+++ maven2/org/exoplatform/portal/exo.portal.sample.portal.war/maven-metadata.xml.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -1 +1 @@
-e431dbf424ae029dc65376102f1855d50119652f
\ No newline at end of file
+71ec802cd54805c3ec5fdc416fdf8c7b3c2f949e
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.server/3.0.0-Beta04/exo.portal.server-3.0.0-Beta04.pom
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.server/3.0.0-Beta04/exo.portal.server-3.0.0-Beta04.pom (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.server/3.0.0-Beta04/exo.portal.server-3.0.0-Beta04.pom 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1,42 @@
+<!--
+
+ 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.
+
+-->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.parent</artifactId>
+ <version>3.0.0-Beta04</version>
+ </parent>
+
+ <artifactId>exo.portal.server</artifactId>
+ <packaging>pom</packaging>
+
+ <name>GateIn Portal Server</name>
+
+ <modules>
+ <module>tomcat</module>
+ <module>jboss</module>
+ </modules>
+
+</project>
Added: maven2/org/exoplatform/portal/exo.portal.server/3.0.0-Beta04/exo.portal.server-3.0.0-Beta04.pom.md5
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.server/3.0.0-Beta04/exo.portal.server-3.0.0-Beta04.pom.md5 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.server/3.0.0-Beta04/exo.portal.server-3.0.0-Beta04.pom.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+d0d8dabac75c6c0bc851bd0671437361
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.server/3.0.0-Beta04/exo.portal.server-3.0.0-Beta04.pom.sha1
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.server/3.0.0-Beta04/exo.portal.server-3.0.0-Beta04.pom.sha1 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.server/3.0.0-Beta04/exo.portal.server-3.0.0-Beta04.pom.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+fd8a2942ae6fcd56545d352fbf64e94f8bc12dae
\ No newline at end of file
Modified: maven2/org/exoplatform/portal/exo.portal.server/maven-metadata.xml
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.server/maven-metadata.xml 2009-12-22 15:18:31 UTC (rev 33183)
+++ maven2/org/exoplatform/portal/exo.portal.server/maven-metadata.xml 2009-12-22 20:29:02 UTC (rev 33184)
@@ -4,11 +4,12 @@
<artifactId>exo.portal.server</artifactId>
<version>3.0.0-Beta02</version>
<versioning>
- <release>3.0.0-Beta03</release>
+ <release>3.0.0-Beta04</release>
<versions>
<version>3.0.0-Beta02</version>
<version>3.0.0-Beta03</version>
+ <version>3.0.0-Beta04</version>
</versions>
- <lastUpdated>20091128085357</lastUpdated>
+ <lastUpdated>20091222195455</lastUpdated>
</versioning>
</metadata>
Modified: maven2/org/exoplatform/portal/exo.portal.server/maven-metadata.xml.md5
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.server/maven-metadata.xml.md5 2009-12-22 15:18:31 UTC (rev 33183)
+++ maven2/org/exoplatform/portal/exo.portal.server/maven-metadata.xml.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -1 +1 @@
-0a604a07f1d0a637768f52308858f360
\ No newline at end of file
+96b43f9169d585f7d940bae981ccb1ce
\ No newline at end of file
Modified: maven2/org/exoplatform/portal/exo.portal.server/maven-metadata.xml.sha1
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.server/maven-metadata.xml.sha1 2009-12-22 15:18:31 UTC (rev 33183)
+++ maven2/org/exoplatform/portal/exo.portal.server/maven-metadata.xml.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -1 +1 @@
-5cea7498241467711866986442f706329233ca65
\ No newline at end of file
+b28673767d2024282703eaadf1229ea5bc37ca67
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.server.jboss/3.0.0-Beta04/exo.portal.server.jboss-3.0.0-Beta04.pom
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.server.jboss/3.0.0-Beta04/exo.portal.server.jboss-3.0.0-Beta04.pom (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.server.jboss/3.0.0-Beta04/exo.portal.server.jboss-3.0.0-Beta04.pom 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1,42 @@
+<!--
+
+ 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.
+
+-->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.server</artifactId>
+ <version>3.0.0-Beta04</version>
+ </parent>
+
+ <artifactId>exo.portal.server.jboss</artifactId>
+ <packaging>pom</packaging>
+
+ <name>GateIn Portal Server JBoss</name>
+
+ <modules>
+ <module>patch-ear</module>
+ <module>plugin</module>
+ </modules>
+
+</project>
Added: maven2/org/exoplatform/portal/exo.portal.server.jboss/3.0.0-Beta04/exo.portal.server.jboss-3.0.0-Beta04.pom.md5
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.server.jboss/3.0.0-Beta04/exo.portal.server.jboss-3.0.0-Beta04.pom.md5 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.server.jboss/3.0.0-Beta04/exo.portal.server.jboss-3.0.0-Beta04.pom.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+2e6cabc1ba791e81bf88e7793c9b960d
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.server.jboss/3.0.0-Beta04/exo.portal.server.jboss-3.0.0-Beta04.pom.sha1
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.server.jboss/3.0.0-Beta04/exo.portal.server.jboss-3.0.0-Beta04.pom.sha1 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.server.jboss/3.0.0-Beta04/exo.portal.server.jboss-3.0.0-Beta04.pom.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+5493a789c9e19ce9f148ffbf9416489ab6bc4fa9
\ No newline at end of file
Modified: maven2/org/exoplatform/portal/exo.portal.server.jboss/maven-metadata.xml
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.server.jboss/maven-metadata.xml 2009-12-22 15:18:31 UTC (rev 33183)
+++ maven2/org/exoplatform/portal/exo.portal.server.jboss/maven-metadata.xml 2009-12-22 20:29:02 UTC (rev 33184)
@@ -4,11 +4,12 @@
<artifactId>exo.portal.server.jboss</artifactId>
<version>3.0.0-Beta02</version>
<versioning>
- <release>3.0.0-Beta03</release>
+ <release>3.0.0-Beta04</release>
<versions>
<version>3.0.0-Beta02</version>
<version>3.0.0-Beta03</version>
+ <version>3.0.0-Beta04</version>
</versions>
- <lastUpdated>20091128085357</lastUpdated>
+ <lastUpdated>20091222195459</lastUpdated>
</versioning>
</metadata>
Modified: maven2/org/exoplatform/portal/exo.portal.server.jboss/maven-metadata.xml.md5
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.server.jboss/maven-metadata.xml.md5 2009-12-22 15:18:31 UTC (rev 33183)
+++ maven2/org/exoplatform/portal/exo.portal.server.jboss/maven-metadata.xml.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -1 +1 @@
-79e4336c9c17b559f1e03e9e26ad41b3
\ No newline at end of file
+fb48e5d9b39b0c2db2d090ed880d9f1c
\ No newline at end of file
Modified: maven2/org/exoplatform/portal/exo.portal.server.jboss/maven-metadata.xml.sha1
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.server.jboss/maven-metadata.xml.sha1 2009-12-22 15:18:31 UTC (rev 33183)
+++ maven2/org/exoplatform/portal/exo.portal.server.jboss/maven-metadata.xml.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -1 +1 @@
-d95bac6f4e52cb135cd32ade64df58652d7f00f3
\ No newline at end of file
+a5a396b727017e19188ae3c7fcc0fb0ab01d96f4
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.server.jboss.patch-ear/3.0.0-Beta04/exo.portal.server.jboss.patch-ear-3.0.0-Beta04.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/exoplatform/portal/exo.portal.server.jboss.patch-ear/3.0.0-Beta04/exo.portal.server.jboss.patch-ear-3.0.0-Beta04.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/exoplatform/portal/exo.portal.server.jboss.patch-ear/3.0.0-Beta04/exo.portal.server.jboss.patch-ear-3.0.0-Beta04.jar.md5
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.server.jboss.patch-ear/3.0.0-Beta04/exo.portal.server.jboss.patch-ear-3.0.0-Beta04.jar.md5 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.server.jboss.patch-ear/3.0.0-Beta04/exo.portal.server.jboss.patch-ear-3.0.0-Beta04.jar.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+fc8f8c1d7b313ed79884e71de7c18bc1
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.server.jboss.patch-ear/3.0.0-Beta04/exo.portal.server.jboss.patch-ear-3.0.0-Beta04.jar.sha1
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.server.jboss.patch-ear/3.0.0-Beta04/exo.portal.server.jboss.patch-ear-3.0.0-Beta04.jar.sha1 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.server.jboss.patch-ear/3.0.0-Beta04/exo.portal.server.jboss.patch-ear-3.0.0-Beta04.jar.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+4431cd1ac4a51a17d0301c6c7b1fdd1a8e8fd383
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.server.jboss.patch-ear/3.0.0-Beta04/exo.portal.server.jboss.patch-ear-3.0.0-Beta04.pom
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.server.jboss.patch-ear/3.0.0-Beta04/exo.portal.server.jboss.patch-ear-3.0.0-Beta04.pom (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.server.jboss.patch-ear/3.0.0-Beta04/exo.portal.server.jboss.patch-ear-3.0.0-Beta04.pom 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1,65 @@
+<!--
+
+ 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.
+
+-->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <parent>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.server.jboss</artifactId>
+ <version>3.0.0-Beta04</version>
+ </parent>
+
+ <modelVersion>4.0.0</modelVersion>
+ <artifactId>exo.portal.server.jboss.patch-ear</artifactId>
+ <packaging>jar</packaging>
+ <name>GateIn Portal Server JBoss EAR Patch</name>
+
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-resources-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>prepare</id>
+ <phase>compile</phase>
+ <goals>
+ <goal>copy-resources</goal>
+ </goals>
+ <configuration>
+ <outputDirectory>${project.build.outputDirectory}</outputDirectory>
+ <!-- using non default delimiter because of http://jira.codehaus.org/browse/MRESOURCES-104 -->
+ <delimiters>
+ <delimiter>@{*}</delimiter>
+ </delimiters>
+ <useDefaultDelimiters>false</useDefaultDelimiters>
+ <resources>
+ <resource>
+ <directory>src/main/jboss</directory>
+ <filtering>true</filtering>
+ </resource>
+ </resources>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+</project>
Added: maven2/org/exoplatform/portal/exo.portal.server.jboss.patch-ear/3.0.0-Beta04/exo.portal.server.jboss.patch-ear-3.0.0-Beta04.pom.md5
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.server.jboss.patch-ear/3.0.0-Beta04/exo.portal.server.jboss.patch-ear-3.0.0-Beta04.pom.md5 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.server.jboss.patch-ear/3.0.0-Beta04/exo.portal.server.jboss.patch-ear-3.0.0-Beta04.pom.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+2baba250bbd43076f68f4b685cabc3b2
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.server.jboss.patch-ear/3.0.0-Beta04/exo.portal.server.jboss.patch-ear-3.0.0-Beta04.pom.sha1
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.server.jboss.patch-ear/3.0.0-Beta04/exo.portal.server.jboss.patch-ear-3.0.0-Beta04.pom.sha1 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.server.jboss.patch-ear/3.0.0-Beta04/exo.portal.server.jboss.patch-ear-3.0.0-Beta04.pom.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+b816e8b824636c30f5d1a4280476b27166aea338
\ No newline at end of file
Modified: maven2/org/exoplatform/portal/exo.portal.server.jboss.patch-ear/maven-metadata.xml
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.server.jboss.patch-ear/maven-metadata.xml 2009-12-22 15:18:31 UTC (rev 33183)
+++ maven2/org/exoplatform/portal/exo.portal.server.jboss.patch-ear/maven-metadata.xml 2009-12-22 20:29:02 UTC (rev 33184)
@@ -4,11 +4,12 @@
<artifactId>exo.portal.server.jboss.patch-ear</artifactId>
<version>3.0.0-Beta02</version>
<versioning>
- <release>3.0.0-Beta03</release>
+ <release>3.0.0-Beta04</release>
<versions>
<version>3.0.0-Beta02</version>
<version>3.0.0-Beta03</version>
+ <version>3.0.0-Beta04</version>
</versions>
- <lastUpdated>20091128085357</lastUpdated>
+ <lastUpdated>20091222195500</lastUpdated>
</versioning>
</metadata>
Modified: maven2/org/exoplatform/portal/exo.portal.server.jboss.patch-ear/maven-metadata.xml.md5
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.server.jboss.patch-ear/maven-metadata.xml.md5 2009-12-22 15:18:31 UTC (rev 33183)
+++ maven2/org/exoplatform/portal/exo.portal.server.jboss.patch-ear/maven-metadata.xml.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -1 +1 @@
-4ef86f3e8dccecc107f9adfbdf00e500
\ No newline at end of file
+97644f85977d04f4bce3add839509280
\ No newline at end of file
Modified: maven2/org/exoplatform/portal/exo.portal.server.jboss.patch-ear/maven-metadata.xml.sha1
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.server.jboss.patch-ear/maven-metadata.xml.sha1 2009-12-22 15:18:31 UTC (rev 33183)
+++ maven2/org/exoplatform/portal/exo.portal.server.jboss.patch-ear/maven-metadata.xml.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -1 +1 @@
-13b4dc079a393a1432de0949538b6c2ba9d8661f
\ No newline at end of file
+0487a5559ee49fd105dba35faf0f1cc24defc503
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.server.jboss.plugin/3.0.0-Beta04/exo.portal.server.jboss.plugin-3.0.0-Beta04-sources.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/exoplatform/portal/exo.portal.server.jboss.plugin/3.0.0-Beta04/exo.portal.server.jboss.plugin-3.0.0-Beta04-sources.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/exoplatform/portal/exo.portal.server.jboss.plugin/3.0.0-Beta04/exo.portal.server.jboss.plugin-3.0.0-Beta04-sources.jar.md5
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.server.jboss.plugin/3.0.0-Beta04/exo.portal.server.jboss.plugin-3.0.0-Beta04-sources.jar.md5 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.server.jboss.plugin/3.0.0-Beta04/exo.portal.server.jboss.plugin-3.0.0-Beta04-sources.jar.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+2713520a0c9976a8c63ca919ce4184ee
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.server.jboss.plugin/3.0.0-Beta04/exo.portal.server.jboss.plugin-3.0.0-Beta04-sources.jar.sha1
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.server.jboss.plugin/3.0.0-Beta04/exo.portal.server.jboss.plugin-3.0.0-Beta04-sources.jar.sha1 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.server.jboss.plugin/3.0.0-Beta04/exo.portal.server.jboss.plugin-3.0.0-Beta04-sources.jar.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+806e7e4e287a26ccfd716ef9527751f408f8902d
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.server.jboss.plugin/3.0.0-Beta04/exo.portal.server.jboss.plugin-3.0.0-Beta04.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/exoplatform/portal/exo.portal.server.jboss.plugin/3.0.0-Beta04/exo.portal.server.jboss.plugin-3.0.0-Beta04.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/exoplatform/portal/exo.portal.server.jboss.plugin/3.0.0-Beta04/exo.portal.server.jboss.plugin-3.0.0-Beta04.jar.md5
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.server.jboss.plugin/3.0.0-Beta04/exo.portal.server.jboss.plugin-3.0.0-Beta04.jar.md5 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.server.jboss.plugin/3.0.0-Beta04/exo.portal.server.jboss.plugin-3.0.0-Beta04.jar.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+8b983ef5c6d53f7a040887e43eaaa618
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.server.jboss.plugin/3.0.0-Beta04/exo.portal.server.jboss.plugin-3.0.0-Beta04.jar.sha1
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.server.jboss.plugin/3.0.0-Beta04/exo.portal.server.jboss.plugin-3.0.0-Beta04.jar.sha1 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.server.jboss.plugin/3.0.0-Beta04/exo.portal.server.jboss.plugin-3.0.0-Beta04.jar.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+bd6924a305ea4e72c21494bcf2049be129116785
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.server.jboss.plugin/3.0.0-Beta04/exo.portal.server.jboss.plugin-3.0.0-Beta04.pom
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.server.jboss.plugin/3.0.0-Beta04/exo.portal.server.jboss.plugin-3.0.0-Beta04.pom (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.server.jboss.plugin/3.0.0-Beta04/exo.portal.server.jboss.plugin-3.0.0-Beta04.pom 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1,33 @@
+<!--
+
+ 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.
+
+-->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <parent>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.server.jboss</artifactId>
+ <version>3.0.0-Beta04</version>
+ </parent>
+
+ <modelVersion>4.0.0</modelVersion>
+ <artifactId>exo.portal.server.jboss.plugin</artifactId>
+ <packaging>jar</packaging>
+ <name>GateIn Portal Server JBoss Plugin</name>
+</project>
Added: maven2/org/exoplatform/portal/exo.portal.server.jboss.plugin/3.0.0-Beta04/exo.portal.server.jboss.plugin-3.0.0-Beta04.pom.md5
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.server.jboss.plugin/3.0.0-Beta04/exo.portal.server.jboss.plugin-3.0.0-Beta04.pom.md5 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.server.jboss.plugin/3.0.0-Beta04/exo.portal.server.jboss.plugin-3.0.0-Beta04.pom.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+f0211381b048a664c42e325f944dcc73
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.server.jboss.plugin/3.0.0-Beta04/exo.portal.server.jboss.plugin-3.0.0-Beta04.pom.sha1
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.server.jboss.plugin/3.0.0-Beta04/exo.portal.server.jboss.plugin-3.0.0-Beta04.pom.sha1 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.server.jboss.plugin/3.0.0-Beta04/exo.portal.server.jboss.plugin-3.0.0-Beta04.pom.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+7f15f884f346340661d3ec871e1df2d481f7cd88
\ No newline at end of file
Modified: maven2/org/exoplatform/portal/exo.portal.server.jboss.plugin/maven-metadata.xml
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.server.jboss.plugin/maven-metadata.xml 2009-12-22 15:18:31 UTC (rev 33183)
+++ maven2/org/exoplatform/portal/exo.portal.server.jboss.plugin/maven-metadata.xml 2009-12-22 20:29:02 UTC (rev 33184)
@@ -4,11 +4,12 @@
<artifactId>exo.portal.server.jboss.plugin</artifactId>
<version>3.0.0-Beta02</version>
<versioning>
- <release>3.0.0-Beta03</release>
+ <release>3.0.0-Beta04</release>
<versions>
<version>3.0.0-Beta02</version>
<version>3.0.0-Beta03</version>
+ <version>3.0.0-Beta04</version>
</versions>
- <lastUpdated>20091128085357</lastUpdated>
+ <lastUpdated>20091222195501</lastUpdated>
</versioning>
</metadata>
Modified: maven2/org/exoplatform/portal/exo.portal.server.jboss.plugin/maven-metadata.xml.md5
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.server.jboss.plugin/maven-metadata.xml.md5 2009-12-22 15:18:31 UTC (rev 33183)
+++ maven2/org/exoplatform/portal/exo.portal.server.jboss.plugin/maven-metadata.xml.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -1 +1 @@
-91f05ce89f22be3ce549460544f01757
\ No newline at end of file
+f845509cbf397a1208af023b1608a227
\ No newline at end of file
Modified: maven2/org/exoplatform/portal/exo.portal.server.jboss.plugin/maven-metadata.xml.sha1
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.server.jboss.plugin/maven-metadata.xml.sha1 2009-12-22 15:18:31 UTC (rev 33183)
+++ maven2/org/exoplatform/portal/exo.portal.server.jboss.plugin/maven-metadata.xml.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -1 +1 @@
-6fee56fe845080172b119bb30390af726a867637
\ No newline at end of file
+13661ee639653e28ad03c6281e6ef7fc8f029133
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.server.tomcat/3.0.0-Beta04/exo.portal.server.tomcat-3.0.0-Beta04.pom
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.server.tomcat/3.0.0-Beta04/exo.portal.server.tomcat-3.0.0-Beta04.pom (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.server.tomcat/3.0.0-Beta04/exo.portal.server.tomcat-3.0.0-Beta04.pom 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1,42 @@
+<!--
+
+ 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.
+
+-->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.server</artifactId>
+ <version>3.0.0-Beta04</version>
+ </parent>
+
+ <artifactId>exo.portal.server.tomcat</artifactId>
+ <packaging>pom</packaging>
+
+ <name>GateIn Portal Server Tomcat</name>
+
+ <modules>
+ <module>patch</module>
+ <module>plugin</module>
+ </modules>
+
+</project>
Added: maven2/org/exoplatform/portal/exo.portal.server.tomcat/3.0.0-Beta04/exo.portal.server.tomcat-3.0.0-Beta04.pom.md5
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.server.tomcat/3.0.0-Beta04/exo.portal.server.tomcat-3.0.0-Beta04.pom.md5 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.server.tomcat/3.0.0-Beta04/exo.portal.server.tomcat-3.0.0-Beta04.pom.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+e49e90656adfc1b31ab3d72578e83976
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.server.tomcat/3.0.0-Beta04/exo.portal.server.tomcat-3.0.0-Beta04.pom.sha1
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.server.tomcat/3.0.0-Beta04/exo.portal.server.tomcat-3.0.0-Beta04.pom.sha1 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.server.tomcat/3.0.0-Beta04/exo.portal.server.tomcat-3.0.0-Beta04.pom.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+f36d6fbf86e0550c058d681a565f3be44e05ea6c
\ No newline at end of file
Modified: maven2/org/exoplatform/portal/exo.portal.server.tomcat/maven-metadata.xml
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.server.tomcat/maven-metadata.xml 2009-12-22 15:18:31 UTC (rev 33183)
+++ maven2/org/exoplatform/portal/exo.portal.server.tomcat/maven-metadata.xml 2009-12-22 20:29:02 UTC (rev 33184)
@@ -4,11 +4,12 @@
<artifactId>exo.portal.server.tomcat</artifactId>
<version>3.0.0-Beta02</version>
<versioning>
- <release>3.0.0-Beta03</release>
+ <release>3.0.0-Beta04</release>
<versions>
<version>3.0.0-Beta02</version>
<version>3.0.0-Beta03</version>
+ <version>3.0.0-Beta04</version>
</versions>
- <lastUpdated>20091128085357</lastUpdated>
+ <lastUpdated>20091222195456</lastUpdated>
</versioning>
</metadata>
Modified: maven2/org/exoplatform/portal/exo.portal.server.tomcat/maven-metadata.xml.md5
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.server.tomcat/maven-metadata.xml.md5 2009-12-22 15:18:31 UTC (rev 33183)
+++ maven2/org/exoplatform/portal/exo.portal.server.tomcat/maven-metadata.xml.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -1 +1 @@
-b67e6b571cf12113ca76e7aad8816ea3
\ No newline at end of file
+cf4863a5e14483f6d1e142861a9602da
\ No newline at end of file
Modified: maven2/org/exoplatform/portal/exo.portal.server.tomcat/maven-metadata.xml.sha1
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.server.tomcat/maven-metadata.xml.sha1 2009-12-22 15:18:31 UTC (rev 33183)
+++ maven2/org/exoplatform/portal/exo.portal.server.tomcat/maven-metadata.xml.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -1 +1 @@
-7bcbb4e25dbdef0504cc718ad7fc66e21721bc53
\ No newline at end of file
+4c31f9e18250ba16e3c49ef2d5ab0dec142b3afe
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.server.tomcat.patch/3.0.0-Beta04/exo.portal.server.tomcat.patch-3.0.0-Beta04-sources.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/exoplatform/portal/exo.portal.server.tomcat.patch/3.0.0-Beta04/exo.portal.server.tomcat.patch-3.0.0-Beta04-sources.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/exoplatform/portal/exo.portal.server.tomcat.patch/3.0.0-Beta04/exo.portal.server.tomcat.patch-3.0.0-Beta04-sources.jar.md5
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.server.tomcat.patch/3.0.0-Beta04/exo.portal.server.tomcat.patch-3.0.0-Beta04-sources.jar.md5 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.server.tomcat.patch/3.0.0-Beta04/exo.portal.server.tomcat.patch-3.0.0-Beta04-sources.jar.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+7f98992edb17f8ac0ca7868c2535b721
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.server.tomcat.patch/3.0.0-Beta04/exo.portal.server.tomcat.patch-3.0.0-Beta04-sources.jar.sha1
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.server.tomcat.patch/3.0.0-Beta04/exo.portal.server.tomcat.patch-3.0.0-Beta04-sources.jar.sha1 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.server.tomcat.patch/3.0.0-Beta04/exo.portal.server.tomcat.patch-3.0.0-Beta04-sources.jar.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+78e6f36ae849f31a308fac3d3920e779278b35b1
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.server.tomcat.patch/3.0.0-Beta04/exo.portal.server.tomcat.patch-3.0.0-Beta04.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/exoplatform/portal/exo.portal.server.tomcat.patch/3.0.0-Beta04/exo.portal.server.tomcat.patch-3.0.0-Beta04.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/exoplatform/portal/exo.portal.server.tomcat.patch/3.0.0-Beta04/exo.portal.server.tomcat.patch-3.0.0-Beta04.jar.md5
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.server.tomcat.patch/3.0.0-Beta04/exo.portal.server.tomcat.patch-3.0.0-Beta04.jar.md5 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.server.tomcat.patch/3.0.0-Beta04/exo.portal.server.tomcat.patch-3.0.0-Beta04.jar.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+b1dfeb61c576007016741668d701ea51
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.server.tomcat.patch/3.0.0-Beta04/exo.portal.server.tomcat.patch-3.0.0-Beta04.jar.sha1
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.server.tomcat.patch/3.0.0-Beta04/exo.portal.server.tomcat.patch-3.0.0-Beta04.jar.sha1 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.server.tomcat.patch/3.0.0-Beta04/exo.portal.server.tomcat.patch-3.0.0-Beta04.jar.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+7b05cd825319d1b48445d1b71d1be72e2df9a791
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.server.tomcat.patch/3.0.0-Beta04/exo.portal.server.tomcat.patch-3.0.0-Beta04.pom
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.server.tomcat.patch/3.0.0-Beta04/exo.portal.server.tomcat.patch-3.0.0-Beta04.pom (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.server.tomcat.patch/3.0.0-Beta04/exo.portal.server.tomcat.patch-3.0.0-Beta04.pom 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1,42 @@
+<!--
+
+ 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.
+
+-->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <parent>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.server.tomcat</artifactId>
+ <version>3.0.0-Beta04</version>
+ </parent>
+
+ <modelVersion>4.0.0</modelVersion>
+ <artifactId>exo.portal.server.tomcat.patch</artifactId>
+ <packaging>jar</packaging>
+ <name>GateIn Portal Server Tomcat Patch</name>
+
+ <build>
+ <resources>
+ <resource>
+ <directory>src/main/tomcat</directory>
+ <includes><include>**/*</include></includes>
+ </resource>
+ </resources>
+ </build>
+</project>
Added: maven2/org/exoplatform/portal/exo.portal.server.tomcat.patch/3.0.0-Beta04/exo.portal.server.tomcat.patch-3.0.0-Beta04.pom.md5
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.server.tomcat.patch/3.0.0-Beta04/exo.portal.server.tomcat.patch-3.0.0-Beta04.pom.md5 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.server.tomcat.patch/3.0.0-Beta04/exo.portal.server.tomcat.patch-3.0.0-Beta04.pom.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+67b33a91c5de3deddfc3e3aae2a11b61
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.server.tomcat.patch/3.0.0-Beta04/exo.portal.server.tomcat.patch-3.0.0-Beta04.pom.sha1
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.server.tomcat.patch/3.0.0-Beta04/exo.portal.server.tomcat.patch-3.0.0-Beta04.pom.sha1 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.server.tomcat.patch/3.0.0-Beta04/exo.portal.server.tomcat.patch-3.0.0-Beta04.pom.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+8a203803f21dfabe89f675eefd4cbe55c2b0a591
\ No newline at end of file
Modified: maven2/org/exoplatform/portal/exo.portal.server.tomcat.patch/maven-metadata.xml
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.server.tomcat.patch/maven-metadata.xml 2009-12-22 15:18:31 UTC (rev 33183)
+++ maven2/org/exoplatform/portal/exo.portal.server.tomcat.patch/maven-metadata.xml 2009-12-22 20:29:02 UTC (rev 33184)
@@ -4,11 +4,12 @@
<artifactId>exo.portal.server.tomcat.patch</artifactId>
<version>3.0.0-Beta02</version>
<versioning>
- <release>3.0.0-Beta03</release>
+ <release>3.0.0-Beta04</release>
<versions>
<version>3.0.0-Beta02</version>
<version>3.0.0-Beta03</version>
+ <version>3.0.0-Beta04</version>
</versions>
- <lastUpdated>20091128085357</lastUpdated>
+ <lastUpdated>20091222195457</lastUpdated>
</versioning>
</metadata>
Modified: maven2/org/exoplatform/portal/exo.portal.server.tomcat.patch/maven-metadata.xml.md5
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.server.tomcat.patch/maven-metadata.xml.md5 2009-12-22 15:18:31 UTC (rev 33183)
+++ maven2/org/exoplatform/portal/exo.portal.server.tomcat.patch/maven-metadata.xml.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -1 +1 @@
-1f489d82eaad4fbb143a9f86f322b60a
\ No newline at end of file
+0ea666170662991f65af70157d9fc6ed
\ No newline at end of file
Modified: maven2/org/exoplatform/portal/exo.portal.server.tomcat.patch/maven-metadata.xml.sha1
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.server.tomcat.patch/maven-metadata.xml.sha1 2009-12-22 15:18:31 UTC (rev 33183)
+++ maven2/org/exoplatform/portal/exo.portal.server.tomcat.patch/maven-metadata.xml.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -1 +1 @@
-e9c40be7af44f552cce4dca265bbd17fb217d7cb
\ No newline at end of file
+01335e62b7182220d155539bcdeed6149a358304
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.server.tomcat.plugin/3.0.0-Beta04/exo.portal.server.tomcat.plugin-3.0.0-Beta04-sources.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/exoplatform/portal/exo.portal.server.tomcat.plugin/3.0.0-Beta04/exo.portal.server.tomcat.plugin-3.0.0-Beta04-sources.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/exoplatform/portal/exo.portal.server.tomcat.plugin/3.0.0-Beta04/exo.portal.server.tomcat.plugin-3.0.0-Beta04-sources.jar.md5
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.server.tomcat.plugin/3.0.0-Beta04/exo.portal.server.tomcat.plugin-3.0.0-Beta04-sources.jar.md5 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.server.tomcat.plugin/3.0.0-Beta04/exo.portal.server.tomcat.plugin-3.0.0-Beta04-sources.jar.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+f48aeeda9dc8df2eb9ec6132a2904dd7
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.server.tomcat.plugin/3.0.0-Beta04/exo.portal.server.tomcat.plugin-3.0.0-Beta04-sources.jar.sha1
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.server.tomcat.plugin/3.0.0-Beta04/exo.portal.server.tomcat.plugin-3.0.0-Beta04-sources.jar.sha1 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.server.tomcat.plugin/3.0.0-Beta04/exo.portal.server.tomcat.plugin-3.0.0-Beta04-sources.jar.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+0b988daf59df94f61109332e0a9483b34443105a
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.server.tomcat.plugin/3.0.0-Beta04/exo.portal.server.tomcat.plugin-3.0.0-Beta04.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/exoplatform/portal/exo.portal.server.tomcat.plugin/3.0.0-Beta04/exo.portal.server.tomcat.plugin-3.0.0-Beta04.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/exoplatform/portal/exo.portal.server.tomcat.plugin/3.0.0-Beta04/exo.portal.server.tomcat.plugin-3.0.0-Beta04.jar.md5
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.server.tomcat.plugin/3.0.0-Beta04/exo.portal.server.tomcat.plugin-3.0.0-Beta04.jar.md5 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.server.tomcat.plugin/3.0.0-Beta04/exo.portal.server.tomcat.plugin-3.0.0-Beta04.jar.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+2a1e4fd5bd2c150e3091d0aaa602c3d3
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.server.tomcat.plugin/3.0.0-Beta04/exo.portal.server.tomcat.plugin-3.0.0-Beta04.jar.sha1
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.server.tomcat.plugin/3.0.0-Beta04/exo.portal.server.tomcat.plugin-3.0.0-Beta04.jar.sha1 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.server.tomcat.plugin/3.0.0-Beta04/exo.portal.server.tomcat.plugin-3.0.0-Beta04.jar.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+562e2977b35c8d7bef93953c9a441a5a15d8aaa6
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.server.tomcat.plugin/3.0.0-Beta04/exo.portal.server.tomcat.plugin-3.0.0-Beta04.pom
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.server.tomcat.plugin/3.0.0-Beta04/exo.portal.server.tomcat.plugin-3.0.0-Beta04.pom (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.server.tomcat.plugin/3.0.0-Beta04/exo.portal.server.tomcat.plugin-3.0.0-Beta04.pom 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1,33 @@
+<!--
+
+ 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.
+
+-->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <parent>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.server.tomcat</artifactId>
+ <version>3.0.0-Beta04</version>
+ </parent>
+
+ <modelVersion>4.0.0</modelVersion>
+ <artifactId>exo.portal.server.tomcat.plugin</artifactId>
+ <packaging>jar</packaging>
+ <name>GateIn Portal Server Tomcat Plugin</name>
+</project>
Added: maven2/org/exoplatform/portal/exo.portal.server.tomcat.plugin/3.0.0-Beta04/exo.portal.server.tomcat.plugin-3.0.0-Beta04.pom.md5
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.server.tomcat.plugin/3.0.0-Beta04/exo.portal.server.tomcat.plugin-3.0.0-Beta04.pom.md5 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.server.tomcat.plugin/3.0.0-Beta04/exo.portal.server.tomcat.plugin-3.0.0-Beta04.pom.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+8e0c9a40eba723e7717cf3159991a53d
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.server.tomcat.plugin/3.0.0-Beta04/exo.portal.server.tomcat.plugin-3.0.0-Beta04.pom.sha1
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.server.tomcat.plugin/3.0.0-Beta04/exo.portal.server.tomcat.plugin-3.0.0-Beta04.pom.sha1 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.server.tomcat.plugin/3.0.0-Beta04/exo.portal.server.tomcat.plugin-3.0.0-Beta04.pom.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+0117315ec1dbbfe66c14191ce092de6277abcb05
\ No newline at end of file
Modified: maven2/org/exoplatform/portal/exo.portal.server.tomcat.plugin/maven-metadata.xml
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.server.tomcat.plugin/maven-metadata.xml 2009-12-22 15:18:31 UTC (rev 33183)
+++ maven2/org/exoplatform/portal/exo.portal.server.tomcat.plugin/maven-metadata.xml 2009-12-22 20:29:02 UTC (rev 33184)
@@ -4,11 +4,12 @@
<artifactId>exo.portal.server.tomcat.plugin</artifactId>
<version>3.0.0-Beta02</version>
<versioning>
- <release>3.0.0-Beta03</release>
+ <release>3.0.0-Beta04</release>
<versions>
<version>3.0.0-Beta02</version>
<version>3.0.0-Beta03</version>
+ <version>3.0.0-Beta04</version>
</versions>
- <lastUpdated>20091128085357</lastUpdated>
+ <lastUpdated>20091222195458</lastUpdated>
</versioning>
</metadata>
Modified: maven2/org/exoplatform/portal/exo.portal.server.tomcat.plugin/maven-metadata.xml.md5
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.server.tomcat.plugin/maven-metadata.xml.md5 2009-12-22 15:18:31 UTC (rev 33183)
+++ maven2/org/exoplatform/portal/exo.portal.server.tomcat.plugin/maven-metadata.xml.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -1 +1 @@
-717d1506e085c09fb79a8300e222d76d
\ No newline at end of file
+92c6fb004e9a8d2c6f02e7a1f4791193
\ No newline at end of file
Modified: maven2/org/exoplatform/portal/exo.portal.server.tomcat.plugin/maven-metadata.xml.sha1
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.server.tomcat.plugin/maven-metadata.xml.sha1 2009-12-22 15:18:31 UTC (rev 33183)
+++ maven2/org/exoplatform/portal/exo.portal.server.tomcat.plugin/maven-metadata.xml.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -1 +1 @@
-b1e44e04d878491afd396e789e2d433b20abd381
\ No newline at end of file
+d6e28779efdcd688b97c4403bb6e3c2fdad6b98b
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.starter.root/3.0.0-Beta04/exo.portal.starter.root-3.0.0-Beta04.pom
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.starter.root/3.0.0-Beta04/exo.portal.starter.root-3.0.0-Beta04.pom (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.starter.root/3.0.0-Beta04/exo.portal.starter.root-3.0.0-Beta04.pom 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1,39 @@
+<!--
+
+ 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.
+
+-->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.parent</artifactId>
+ <version>3.0.0-Beta04</version>
+ </parent>
+
+ <artifactId>exo.portal.starter.root</artifactId>
+ <name>GateIn Portal Starter</name>
+ <packaging>pom</packaging>
+ <description>GateIn Portal Starter Root Pom</description>
+
+ <modules>
+ <module>war</module>
+ <module>ear</module>
+ </modules>
+</project>
Added: maven2/org/exoplatform/portal/exo.portal.starter.root/3.0.0-Beta04/exo.portal.starter.root-3.0.0-Beta04.pom.md5
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.starter.root/3.0.0-Beta04/exo.portal.starter.root-3.0.0-Beta04.pom.md5 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.starter.root/3.0.0-Beta04/exo.portal.starter.root-3.0.0-Beta04.pom.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+e876e8bb4de84125f22c5be938a30b5c
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.starter.root/3.0.0-Beta04/exo.portal.starter.root-3.0.0-Beta04.pom.sha1
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.starter.root/3.0.0-Beta04/exo.portal.starter.root-3.0.0-Beta04.pom.sha1 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.starter.root/3.0.0-Beta04/exo.portal.starter.root-3.0.0-Beta04.pom.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+509d39aaddb9dffb381b10867ee3632c906e1645
\ No newline at end of file
Modified: maven2/org/exoplatform/portal/exo.portal.starter.root/maven-metadata.xml
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.starter.root/maven-metadata.xml 2009-12-22 15:18:31 UTC (rev 33183)
+++ maven2/org/exoplatform/portal/exo.portal.starter.root/maven-metadata.xml 2009-12-22 20:29:02 UTC (rev 33184)
@@ -4,10 +4,12 @@
<artifactId>exo.portal.starter.root</artifactId>
<version>3.0.0-Beta02</version>
<versioning>
+ <release>3.0.0-Beta04</release>
<versions>
<version>3.0.0-Beta02</version>
<version>3.0.0-Beta03</version>
+ <version>3.0.0-Beta04</version>
</versions>
- <lastUpdated>20091128085401</lastUpdated>
+ <lastUpdated>20091222195537</lastUpdated>
</versioning>
</metadata>
Modified: maven2/org/exoplatform/portal/exo.portal.starter.root/maven-metadata.xml.md5
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.starter.root/maven-metadata.xml.md5 2009-12-22 15:18:31 UTC (rev 33183)
+++ maven2/org/exoplatform/portal/exo.portal.starter.root/maven-metadata.xml.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -1 +1 @@
-935b204924ba6c948cf981a935c875e4
\ No newline at end of file
+f6018fe81f23bfbf05f93ad4743d58af
\ No newline at end of file
Modified: maven2/org/exoplatform/portal/exo.portal.starter.root/maven-metadata.xml.sha1
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.starter.root/maven-metadata.xml.sha1 2009-12-22 15:18:31 UTC (rev 33183)
+++ maven2/org/exoplatform/portal/exo.portal.starter.root/maven-metadata.xml.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -1 +1 @@
-d0d476204ccad1b030650ff6e81778510cc35c6c
\ No newline at end of file
+22275840d3207d344c9105497a1a0a23fe53d9b6
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.starter.war/3.0.0-Beta04/exo.portal.starter.war-3.0.0-Beta04.pom
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.starter.war/3.0.0-Beta04/exo.portal.starter.war-3.0.0-Beta04.pom (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.starter.war/3.0.0-Beta04/exo.portal.starter.war-3.0.0-Beta04.pom 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1,39 @@
+<!--
+
+ 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.
+
+-->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <parent>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.parent</artifactId>
+ <version>3.0.0-Beta04</version>
+ </parent>
+
+ <modelVersion>4.0.0</modelVersion>
+ <artifactId>exo.portal.starter.war</artifactId>
+ <packaging>war</packaging>
+ <name>GateIn Portal Starter War</name>
+ <url>http://www.exoplatform.org</url>
+ <description>GateIn Portal Starter War</description>
+
+ <build>
+ <finalName>starter</finalName>
+ </build>
+</project>
Added: maven2/org/exoplatform/portal/exo.portal.starter.war/3.0.0-Beta04/exo.portal.starter.war-3.0.0-Beta04.pom.md5
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.starter.war/3.0.0-Beta04/exo.portal.starter.war-3.0.0-Beta04.pom.md5 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.starter.war/3.0.0-Beta04/exo.portal.starter.war-3.0.0-Beta04.pom.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+1e973efd77880516b5d976f4c6350c7a
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.starter.war/3.0.0-Beta04/exo.portal.starter.war-3.0.0-Beta04.pom.sha1
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.starter.war/3.0.0-Beta04/exo.portal.starter.war-3.0.0-Beta04.pom.sha1 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.starter.war/3.0.0-Beta04/exo.portal.starter.war-3.0.0-Beta04.pom.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+17aa31c6a7de4e49699bf5145ecf104f66958d8e
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.starter.war/3.0.0-Beta04/exo.portal.starter.war-3.0.0-Beta04.war
===================================================================
(Binary files differ)
Property changes on: maven2/org/exoplatform/portal/exo.portal.starter.war/3.0.0-Beta04/exo.portal.starter.war-3.0.0-Beta04.war
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/exoplatform/portal/exo.portal.starter.war/3.0.0-Beta04/exo.portal.starter.war-3.0.0-Beta04.war.md5
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.starter.war/3.0.0-Beta04/exo.portal.starter.war-3.0.0-Beta04.war.md5 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.starter.war/3.0.0-Beta04/exo.portal.starter.war-3.0.0-Beta04.war.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+50c58c072732196bae27e3c93a41d6c2
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.starter.war/3.0.0-Beta04/exo.portal.starter.war-3.0.0-Beta04.war.sha1
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.starter.war/3.0.0-Beta04/exo.portal.starter.war-3.0.0-Beta04.war.sha1 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.starter.war/3.0.0-Beta04/exo.portal.starter.war-3.0.0-Beta04.war.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+8287333c413750f82dcd6617bfcd12c0b1501c82
\ No newline at end of file
Modified: maven2/org/exoplatform/portal/exo.portal.starter.war/maven-metadata.xml
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.starter.war/maven-metadata.xml 2009-12-22 15:18:31 UTC (rev 33183)
+++ maven2/org/exoplatform/portal/exo.portal.starter.war/maven-metadata.xml 2009-12-22 20:29:02 UTC (rev 33184)
@@ -4,10 +4,12 @@
<artifactId>exo.portal.starter.war</artifactId>
<version>3.0.0-Beta02</version>
<versioning>
+ <release>3.0.0-Beta04</release>
<versions>
<version>3.0.0-Beta02</version>
<version>3.0.0-Beta03</version>
+ <version>3.0.0-Beta04</version>
</versions>
- <lastUpdated>20091128085401</lastUpdated>
+ <lastUpdated>20091222195535</lastUpdated>
</versioning>
</metadata>
Modified: maven2/org/exoplatform/portal/exo.portal.starter.war/maven-metadata.xml.md5
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.starter.war/maven-metadata.xml.md5 2009-12-22 15:18:31 UTC (rev 33183)
+++ maven2/org/exoplatform/portal/exo.portal.starter.war/maven-metadata.xml.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -1 +1 @@
-7ebcc5e204fe146eb25a915aa7a5a1bb
\ No newline at end of file
+247e46b2a06dfcf103abce30357a3ee0
\ No newline at end of file
Modified: maven2/org/exoplatform/portal/exo.portal.starter.war/maven-metadata.xml.sha1
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.starter.war/maven-metadata.xml.sha1 2009-12-22 15:18:31 UTC (rev 33183)
+++ maven2/org/exoplatform/portal/exo.portal.starter.war/maven-metadata.xml.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -1 +1 @@
-c704c555d17baa187fe4db50e235db52aff55cd6
\ No newline at end of file
+0acb389de2faa2c0ad0c5e3f4aa231dfac88e2e1
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.web/3.0.0-Beta04/exo.portal.web-3.0.0-Beta04.pom
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.web/3.0.0-Beta04/exo.portal.web-3.0.0-Beta04.pom (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.web/3.0.0-Beta04/exo.portal.web-3.0.0-Beta04.pom 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1,43 @@
+<!--
+
+ 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.
+
+-->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.parent</artifactId>
+ <version>3.0.0-Beta04</version>
+ </parent>
+
+ <artifactId>exo.portal.web</artifactId>
+ <packaging>pom</packaging>
+
+ <name>GateIn Portal Portlet</name>
+
+ <modules>
+ <module>eXoResources</module>
+ <module>portal</module>
+ <module>rest</module>
+ </modules>
+
+</project>
Added: maven2/org/exoplatform/portal/exo.portal.web/3.0.0-Beta04/exo.portal.web-3.0.0-Beta04.pom.md5
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.web/3.0.0-Beta04/exo.portal.web-3.0.0-Beta04.pom.md5 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.web/3.0.0-Beta04/exo.portal.web-3.0.0-Beta04.pom.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+1bd2abfcc6780c304692864eada3a53f
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.web/3.0.0-Beta04/exo.portal.web-3.0.0-Beta04.pom.sha1
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.web/3.0.0-Beta04/exo.portal.web-3.0.0-Beta04.pom.sha1 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.web/3.0.0-Beta04/exo.portal.web-3.0.0-Beta04.pom.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+3dc260c0d150b9d32946f29b0a2c05b894974442
\ No newline at end of file
Modified: maven2/org/exoplatform/portal/exo.portal.web/maven-metadata.xml
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.web/maven-metadata.xml 2009-12-22 15:18:31 UTC (rev 33183)
+++ maven2/org/exoplatform/portal/exo.portal.web/maven-metadata.xml 2009-12-22 20:29:02 UTC (rev 33184)
@@ -4,11 +4,12 @@
<artifactId>exo.portal.web</artifactId>
<version>3.0.0-Beta02</version>
<versioning>
- <release>3.0.0-Beta03</release>
+ <release>3.0.0-Beta04</release>
<versions>
<version>3.0.0-Beta02</version>
<version>3.0.0-Beta03</version>
+ <version>3.0.0-Beta04</version>
</versions>
- <lastUpdated>20091128085355</lastUpdated>
+ <lastUpdated>20091222195448</lastUpdated>
</versioning>
</metadata>
Modified: maven2/org/exoplatform/portal/exo.portal.web/maven-metadata.xml.md5
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.web/maven-metadata.xml.md5 2009-12-22 15:18:31 UTC (rev 33183)
+++ maven2/org/exoplatform/portal/exo.portal.web/maven-metadata.xml.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -1 +1 @@
-15355a64446de9f3a391ebd6ca516bee
\ No newline at end of file
+373eadc69261727d9e6fef697971f336
\ No newline at end of file
Modified: maven2/org/exoplatform/portal/exo.portal.web/maven-metadata.xml.sha1
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.web/maven-metadata.xml.sha1 2009-12-22 15:18:31 UTC (rev 33183)
+++ maven2/org/exoplatform/portal/exo.portal.web/maven-metadata.xml.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -1 +1 @@
-b67652db173f86ea2b853ac9ac322cdddb923696
\ No newline at end of file
+49fa1b4a8b6c00cd39f82e7a71ec10b30052cf88
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.web.eXoResources/3.0.0-Beta04/exo.portal.web.eXoResources-3.0.0-Beta04.pom
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.web.eXoResources/3.0.0-Beta04/exo.portal.web.eXoResources-3.0.0-Beta04.pom (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.web.eXoResources/3.0.0-Beta04/exo.portal.web.eXoResources-3.0.0-Beta04.pom 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1,69 @@
+<!--
+
+ 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.
+
+-->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <parent>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.web</artifactId>
+ <version>3.0.0-Beta04</version>
+ </parent>
+
+ <modelVersion>4.0.0</modelVersion>
+ <artifactId>exo.portal.web.eXoResources</artifactId>
+ <packaging>war</packaging>
+ <name>GateIn Portal Web Resources</name>
+
+ <build>
+ <finalName>eXoResources</finalName>
+ </build>
+ <reporting>
+ <plugins>
+ <!-- ... -->
+ <plugin>
+ <groupId>gr.abiss.mvn.plugins</groupId>
+ <artifactId>maven-jstools-plugin</artifactId>
+ <inherited>false</inherited>
+ <configuration>
+ <!-- the default is src/main/js -->
+ <jsDir>src/main/webapp/javascript</jsDir>
+ <!-- this is actually the default -->
+ <includes>**/*.js</includes>
+ <!-- maybe you need to exclude compressed JS files -->
+ <excludes>**/*-compressed.js</excludes>
+ <!-- this is actually the default -->
+ <caseSensitive>true</caseSensitive>
+ <!-- for more configuration properties, see the goals documentation -->
+ </configuration>
+ <reportSets>
+ <reportSet>
+ <reports>
+ <!-- include the desired reports -->
+ <report>jslint</report>
+ <report>jsdoc</report>
+ </reports>
+ </reportSet>
+ </reportSets>
+ </plugin>
+ <!-- ... -->
+ </plugins>
+ </reporting>
+
+</project>
Added: maven2/org/exoplatform/portal/exo.portal.web.eXoResources/3.0.0-Beta04/exo.portal.web.eXoResources-3.0.0-Beta04.pom.md5
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.web.eXoResources/3.0.0-Beta04/exo.portal.web.eXoResources-3.0.0-Beta04.pom.md5 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.web.eXoResources/3.0.0-Beta04/exo.portal.web.eXoResources-3.0.0-Beta04.pom.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+cf2f61db1cbc0825c98dc6e6c1f870f2
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.web.eXoResources/3.0.0-Beta04/exo.portal.web.eXoResources-3.0.0-Beta04.pom.sha1
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.web.eXoResources/3.0.0-Beta04/exo.portal.web.eXoResources-3.0.0-Beta04.pom.sha1 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.web.eXoResources/3.0.0-Beta04/exo.portal.web.eXoResources-3.0.0-Beta04.pom.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+6f82e240a7022924bb6408f3a144833d41f842f4
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.web.eXoResources/3.0.0-Beta04/exo.portal.web.eXoResources-3.0.0-Beta04.war
===================================================================
(Binary files differ)
Property changes on: maven2/org/exoplatform/portal/exo.portal.web.eXoResources/3.0.0-Beta04/exo.portal.web.eXoResources-3.0.0-Beta04.war
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/exoplatform/portal/exo.portal.web.eXoResources/3.0.0-Beta04/exo.portal.web.eXoResources-3.0.0-Beta04.war.md5
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.web.eXoResources/3.0.0-Beta04/exo.portal.web.eXoResources-3.0.0-Beta04.war.md5 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.web.eXoResources/3.0.0-Beta04/exo.portal.web.eXoResources-3.0.0-Beta04.war.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+5a9daa88dc0257884b5a0dab4d3b4aca
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.web.eXoResources/3.0.0-Beta04/exo.portal.web.eXoResources-3.0.0-Beta04.war.sha1
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.web.eXoResources/3.0.0-Beta04/exo.portal.web.eXoResources-3.0.0-Beta04.war.sha1 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.web.eXoResources/3.0.0-Beta04/exo.portal.web.eXoResources-3.0.0-Beta04.war.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+5f5051e7714f707b818569b0413198f5dd9a73fc
\ No newline at end of file
Modified: maven2/org/exoplatform/portal/exo.portal.web.eXoResources/maven-metadata.xml
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.web.eXoResources/maven-metadata.xml 2009-12-22 15:18:31 UTC (rev 33183)
+++ maven2/org/exoplatform/portal/exo.portal.web.eXoResources/maven-metadata.xml 2009-12-22 20:29:02 UTC (rev 33184)
@@ -4,11 +4,12 @@
<artifactId>exo.portal.web.eXoResources</artifactId>
<version>3.0.0-Beta02</version>
<versioning>
- <release>3.0.0-Beta03</release>
+ <release>3.0.0-Beta04</release>
<versions>
<version>3.0.0-Beta02</version>
<version>3.0.0-Beta03</version>
+ <version>3.0.0-Beta04</version>
</versions>
- <lastUpdated>20091128085356</lastUpdated>
+ <lastUpdated>20091222195450</lastUpdated>
</versioning>
</metadata>
Modified: maven2/org/exoplatform/portal/exo.portal.web.eXoResources/maven-metadata.xml.md5
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.web.eXoResources/maven-metadata.xml.md5 2009-12-22 15:18:31 UTC (rev 33183)
+++ maven2/org/exoplatform/portal/exo.portal.web.eXoResources/maven-metadata.xml.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -1 +1 @@
-6beec64a577fb0d435ab0117abf38930
\ No newline at end of file
+988e9def9ce0ab74c345af22ed1a60ac
\ No newline at end of file
Modified: maven2/org/exoplatform/portal/exo.portal.web.eXoResources/maven-metadata.xml.sha1
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.web.eXoResources/maven-metadata.xml.sha1 2009-12-22 15:18:31 UTC (rev 33183)
+++ maven2/org/exoplatform/portal/exo.portal.web.eXoResources/maven-metadata.xml.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -1 +1 @@
-f368034efa86c8bb167e2d2c23688fc15fff903a
\ No newline at end of file
+718ff224e7277f76828d7d7c02bb97d07a5cff7a
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.web.portal/3.0.0-Beta04/exo.portal.web.portal-3.0.0-Beta04.pom
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.web.portal/3.0.0-Beta04/exo.portal.web.portal-3.0.0-Beta04.pom (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.web.portal/3.0.0-Beta04/exo.portal.web.portal-3.0.0-Beta04.pom 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1,33 @@
+<!--
+
+ 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.
+
+-->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <parent>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.web</artifactId>
+ <version>3.0.0-Beta04</version>
+ </parent>
+
+ <modelVersion>4.0.0</modelVersion>
+ <artifactId>exo.portal.web.portal</artifactId>
+ <packaging>war</packaging>
+ <name>GateIn Portal Web Module</name>
+</project>
Added: maven2/org/exoplatform/portal/exo.portal.web.portal/3.0.0-Beta04/exo.portal.web.portal-3.0.0-Beta04.pom.md5
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.web.portal/3.0.0-Beta04/exo.portal.web.portal-3.0.0-Beta04.pom.md5 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.web.portal/3.0.0-Beta04/exo.portal.web.portal-3.0.0-Beta04.pom.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+60f1300d85d8e548c1ced342d921825e
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.web.portal/3.0.0-Beta04/exo.portal.web.portal-3.0.0-Beta04.pom.sha1
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.web.portal/3.0.0-Beta04/exo.portal.web.portal-3.0.0-Beta04.pom.sha1 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.web.portal/3.0.0-Beta04/exo.portal.web.portal-3.0.0-Beta04.pom.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+ef74789d1e3af3da10e9ff021eff336b314bc12a
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.web.portal/3.0.0-Beta04/exo.portal.web.portal-3.0.0-Beta04.war
===================================================================
(Binary files differ)
Property changes on: maven2/org/exoplatform/portal/exo.portal.web.portal/3.0.0-Beta04/exo.portal.web.portal-3.0.0-Beta04.war
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/exoplatform/portal/exo.portal.web.portal/3.0.0-Beta04/exo.portal.web.portal-3.0.0-Beta04.war.md5
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.web.portal/3.0.0-Beta04/exo.portal.web.portal-3.0.0-Beta04.war.md5 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.web.portal/3.0.0-Beta04/exo.portal.web.portal-3.0.0-Beta04.war.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+70594a5534d05d87eee34faeb504aaeb
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.web.portal/3.0.0-Beta04/exo.portal.web.portal-3.0.0-Beta04.war.sha1
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.web.portal/3.0.0-Beta04/exo.portal.web.portal-3.0.0-Beta04.war.sha1 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.web.portal/3.0.0-Beta04/exo.portal.web.portal-3.0.0-Beta04.war.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+8e9d4311d393b1e8a58d2da5f7b6f1705845267d
\ No newline at end of file
Modified: maven2/org/exoplatform/portal/exo.portal.web.portal/maven-metadata.xml
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.web.portal/maven-metadata.xml 2009-12-22 15:18:31 UTC (rev 33183)
+++ maven2/org/exoplatform/portal/exo.portal.web.portal/maven-metadata.xml 2009-12-22 20:29:02 UTC (rev 33184)
@@ -4,11 +4,12 @@
<artifactId>exo.portal.web.portal</artifactId>
<version>3.0.0-Beta02</version>
<versioning>
- <release>3.0.0-Beta03</release>
+ <release>3.0.0-Beta04</release>
<versions>
<version>3.0.0-Beta02</version>
<version>3.0.0-Beta03</version>
+ <version>3.0.0-Beta04</version>
</versions>
- <lastUpdated>20091128085357</lastUpdated>
+ <lastUpdated>20091222195452</lastUpdated>
</versioning>
</metadata>
Modified: maven2/org/exoplatform/portal/exo.portal.web.portal/maven-metadata.xml.md5
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.web.portal/maven-metadata.xml.md5 2009-12-22 15:18:31 UTC (rev 33183)
+++ maven2/org/exoplatform/portal/exo.portal.web.portal/maven-metadata.xml.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -1 +1 @@
-42323874a855cf59040b98bf4a7aa37a
\ No newline at end of file
+b3417e0e4317eb97f3f84c1d23029680
\ No newline at end of file
Modified: maven2/org/exoplatform/portal/exo.portal.web.portal/maven-metadata.xml.sha1
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.web.portal/maven-metadata.xml.sha1 2009-12-22 15:18:31 UTC (rev 33183)
+++ maven2/org/exoplatform/portal/exo.portal.web.portal/maven-metadata.xml.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -1 +1 @@
-8b8ad26a05f2b05d3fc44a1ebda9ea22573379c5
\ No newline at end of file
+9ddece1123c4366dbcbdfa321670f91ef43fdfa3
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.web.rest/3.0.0-Beta04/exo.portal.web.rest-3.0.0-Beta04.pom
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.web.rest/3.0.0-Beta04/exo.portal.web.rest-3.0.0-Beta04.pom (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.web.rest/3.0.0-Beta04/exo.portal.web.rest-3.0.0-Beta04.pom 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1,61 @@
+<!--
+
+ 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.
+
+-->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <parent>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.web</artifactId>
+ <version>3.0.0-Beta04</version>
+ </parent>
+
+ <modelVersion>4.0.0</modelVersion>
+ <artifactId>exo.portal.web.rest</artifactId>
+ <packaging>war</packaging>
+ <name>GateIn Portal Web REST application</name>
+
+ <dependencies>
+ <dependency>
+ <groupId>org.exoplatform.ws</groupId>
+ <artifactId>exo.ws.frameworks.servlet</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ </dependencies>
+
+ <build>
+ <finalName>rest</finalName>
+ <plugins>
+ <plugin>
+ <artifactId>maven-war-plugin</artifactId>
+ <configuration>
+ <!-- This is broken in maven-war-plugin 2.0, works in 2.0.1 -->
+ <warSourceExcludes>WEB-INF/lib/*.jar</warSourceExcludes>
+ <archive>
+ <manifest>
+ <addClasspath>false</addClasspath>
+ <classpathPrefix>lib/</classpathPrefix>
+ </manifest>
+ </archive>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+
+</project>
Added: maven2/org/exoplatform/portal/exo.portal.web.rest/3.0.0-Beta04/exo.portal.web.rest-3.0.0-Beta04.pom.md5
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.web.rest/3.0.0-Beta04/exo.portal.web.rest-3.0.0-Beta04.pom.md5 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.web.rest/3.0.0-Beta04/exo.portal.web.rest-3.0.0-Beta04.pom.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+0e8ee0675d204fb846c836cfdffdc381
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.web.rest/3.0.0-Beta04/exo.portal.web.rest-3.0.0-Beta04.pom.sha1
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.web.rest/3.0.0-Beta04/exo.portal.web.rest-3.0.0-Beta04.pom.sha1 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.web.rest/3.0.0-Beta04/exo.portal.web.rest-3.0.0-Beta04.pom.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+a5e7f49ed4d3d81bd25512252ebf4494b481c3d9
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.web.rest/3.0.0-Beta04/exo.portal.web.rest-3.0.0-Beta04.war
===================================================================
(Binary files differ)
Property changes on: maven2/org/exoplatform/portal/exo.portal.web.rest/3.0.0-Beta04/exo.portal.web.rest-3.0.0-Beta04.war
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/exoplatform/portal/exo.portal.web.rest/3.0.0-Beta04/exo.portal.web.rest-3.0.0-Beta04.war.md5
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.web.rest/3.0.0-Beta04/exo.portal.web.rest-3.0.0-Beta04.war.md5 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.web.rest/3.0.0-Beta04/exo.portal.web.rest-3.0.0-Beta04.war.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+0b011968a0e052cff409a7f9fb528684
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.web.rest/3.0.0-Beta04/exo.portal.web.rest-3.0.0-Beta04.war.sha1
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.web.rest/3.0.0-Beta04/exo.portal.web.rest-3.0.0-Beta04.war.sha1 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.web.rest/3.0.0-Beta04/exo.portal.web.rest-3.0.0-Beta04.war.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+4b30a0916d5c94afd7077f1ab1da1e68d37010ac
\ No newline at end of file
Modified: maven2/org/exoplatform/portal/exo.portal.web.rest/maven-metadata.xml
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.web.rest/maven-metadata.xml 2009-12-22 15:18:31 UTC (rev 33183)
+++ maven2/org/exoplatform/portal/exo.portal.web.rest/maven-metadata.xml 2009-12-22 20:29:02 UTC (rev 33184)
@@ -4,11 +4,12 @@
<artifactId>exo.portal.web.rest</artifactId>
<version>3.0.0-Beta02</version>
<versioning>
- <release>3.0.0-Beta03</release>
+ <release>3.0.0-Beta04</release>
<versions>
<version>3.0.0-Beta02</version>
<version>3.0.0-Beta03</version>
+ <version>3.0.0-Beta04</version>
</versions>
- <lastUpdated>20091128085357</lastUpdated>
+ <lastUpdated>20091222195454</lastUpdated>
</versioning>
</metadata>
Modified: maven2/org/exoplatform/portal/exo.portal.web.rest/maven-metadata.xml.md5
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.web.rest/maven-metadata.xml.md5 2009-12-22 15:18:31 UTC (rev 33183)
+++ maven2/org/exoplatform/portal/exo.portal.web.rest/maven-metadata.xml.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -1 +1 @@
-295e5c1309df6434076f59f1e81922c2
\ No newline at end of file
+2016c7911d00e54c210b3971bec3cfec
\ No newline at end of file
Modified: maven2/org/exoplatform/portal/exo.portal.web.rest/maven-metadata.xml.sha1
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.web.rest/maven-metadata.xml.sha1 2009-12-22 15:18:31 UTC (rev 33183)
+++ maven2/org/exoplatform/portal/exo.portal.web.rest/maven-metadata.xml.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -1 +1 @@
-f16f83ac8905258fca73bbd5a2b42e07d285ba6e
\ No newline at end of file
+c0aff0d09439bbd5638e635a51847bdebbd9a950
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.webui/3.0.0-Beta04/exo.portal.webui-3.0.0-Beta04.pom
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.webui/3.0.0-Beta04/exo.portal.webui-3.0.0-Beta04.pom (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.webui/3.0.0-Beta04/exo.portal.webui-3.0.0-Beta04.pom 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1,43 @@
+<!--
+
+ 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.
+
+-->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.parent</artifactId>
+ <version>3.0.0-Beta04</version>
+ </parent>
+
+ <artifactId>exo.portal.webui</artifactId>
+ <packaging>pom</packaging>
+
+ <name>GateIn Portal WebUI</name>
+
+ <modules>
+ <module>core</module>
+ <module>eXo</module>
+ <module>portal</module>
+ </modules>
+
+</project>
Added: maven2/org/exoplatform/portal/exo.portal.webui/3.0.0-Beta04/exo.portal.webui-3.0.0-Beta04.pom.md5
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.webui/3.0.0-Beta04/exo.portal.webui-3.0.0-Beta04.pom.md5 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.webui/3.0.0-Beta04/exo.portal.webui-3.0.0-Beta04.pom.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+3e9e9db4cfb7b40915c821aa9801f332
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.webui/3.0.0-Beta04/exo.portal.webui-3.0.0-Beta04.pom.sha1
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.webui/3.0.0-Beta04/exo.portal.webui-3.0.0-Beta04.pom.sha1 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.webui/3.0.0-Beta04/exo.portal.webui-3.0.0-Beta04.pom.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+42ec4fe783172462121c557a5e0d739104faf134
\ No newline at end of file
Modified: maven2/org/exoplatform/portal/exo.portal.webui/maven-metadata.xml
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.webui/maven-metadata.xml 2009-12-22 15:18:31 UTC (rev 33183)
+++ maven2/org/exoplatform/portal/exo.portal.webui/maven-metadata.xml 2009-12-22 20:29:02 UTC (rev 33184)
@@ -4,11 +4,12 @@
<artifactId>exo.portal.webui</artifactId>
<version>3.0.0-Beta02</version>
<versioning>
- <release>3.0.0-Beta03</release>
+ <release>3.0.0-Beta04</release>
<versions>
<version>3.0.0-Beta02</version>
<version>3.0.0-Beta03</version>
+ <version>3.0.0-Beta04</version>
</versions>
- <lastUpdated>20091128085344</lastUpdated>
+ <lastUpdated>20091222195338</lastUpdated>
</versioning>
</metadata>
Modified: maven2/org/exoplatform/portal/exo.portal.webui/maven-metadata.xml.md5
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.webui/maven-metadata.xml.md5 2009-12-22 15:18:31 UTC (rev 33183)
+++ maven2/org/exoplatform/portal/exo.portal.webui/maven-metadata.xml.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -1 +1 @@
-b0b225da2144cf628e1b6c078c3ba5d6
\ No newline at end of file
+238f8b3b033a0c7a9e727149f39849be
\ No newline at end of file
Modified: maven2/org/exoplatform/portal/exo.portal.webui/maven-metadata.xml.sha1
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.webui/maven-metadata.xml.sha1 2009-12-22 15:18:31 UTC (rev 33183)
+++ maven2/org/exoplatform/portal/exo.portal.webui/maven-metadata.xml.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -1 +1 @@
-a2faea1ea714ef9228751818a5e43ab53edcf79b
\ No newline at end of file
+cbbffd0fb84ce3f81cea1bda39626ee77fd4bb3f
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.webui.core/3.0.0-Beta04/exo.portal.webui.core-3.0.0-Beta04-sources.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/exoplatform/portal/exo.portal.webui.core/3.0.0-Beta04/exo.portal.webui.core-3.0.0-Beta04-sources.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/exoplatform/portal/exo.portal.webui.core/3.0.0-Beta04/exo.portal.webui.core-3.0.0-Beta04-sources.jar.md5
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.webui.core/3.0.0-Beta04/exo.portal.webui.core-3.0.0-Beta04-sources.jar.md5 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.webui.core/3.0.0-Beta04/exo.portal.webui.core-3.0.0-Beta04-sources.jar.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+cb165ccbca6814b0f183b7ca9ec2f655
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.webui.core/3.0.0-Beta04/exo.portal.webui.core-3.0.0-Beta04-sources.jar.sha1
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.webui.core/3.0.0-Beta04/exo.portal.webui.core-3.0.0-Beta04-sources.jar.sha1 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.webui.core/3.0.0-Beta04/exo.portal.webui.core-3.0.0-Beta04-sources.jar.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+c5f3f53277e5c58c6ee5eb7771d31b8fe2da8f17
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.webui.core/3.0.0-Beta04/exo.portal.webui.core-3.0.0-Beta04.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/exoplatform/portal/exo.portal.webui.core/3.0.0-Beta04/exo.portal.webui.core-3.0.0-Beta04.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/exoplatform/portal/exo.portal.webui.core/3.0.0-Beta04/exo.portal.webui.core-3.0.0-Beta04.jar.md5
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.webui.core/3.0.0-Beta04/exo.portal.webui.core-3.0.0-Beta04.jar.md5 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.webui.core/3.0.0-Beta04/exo.portal.webui.core-3.0.0-Beta04.jar.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+df4b8fe840ac68614f0a44e5d75ab261
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.webui.core/3.0.0-Beta04/exo.portal.webui.core-3.0.0-Beta04.jar.sha1
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.webui.core/3.0.0-Beta04/exo.portal.webui.core-3.0.0-Beta04.jar.sha1 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.webui.core/3.0.0-Beta04/exo.portal.webui.core-3.0.0-Beta04.jar.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+c47f214b29785fdcc16035ccdfc2771d69b62b82
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.webui.core/3.0.0-Beta04/exo.portal.webui.core-3.0.0-Beta04.pom
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.webui.core/3.0.0-Beta04/exo.portal.webui.core-3.0.0-Beta04.pom (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.webui.core/3.0.0-Beta04/exo.portal.webui.core-3.0.0-Beta04.pom 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1,81 @@
+<!--
+
+ 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.
+
+-->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <parent>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.webui</artifactId>
+ <version>3.0.0-Beta04</version>
+ </parent>
+
+ <modelVersion>4.0.0</modelVersion>
+ <artifactId>exo.portal.webui.core</artifactId>
+ <packaging>jar</packaging>
+ <name>GateIn Portal WebUI Core</name>
+
+ <properties>
+ <maven.test.skip>true</maven.test.skip>
+ </properties>
+
+ <dependencies>
+ <dependency>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.component.web</artifactId>
+ <version>3.0.0-Beta04</version>
+ </dependency>
+ <dependency>
+ <groupId>org.gatein.common</groupId>
+ <artifactId>common-common</artifactId>
+ </dependency>
+ </dependencies>
+
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.jibx</groupId>
+ <artifactId>maven-jibx-plugin</artifactId>
+ <version>${org.jibx.version}</version>
+ <configuration>
+ <directory>src/main/resources</directory>
+ <includes>
+ <includes>binding.xml</includes>
+ </includes>
+ </configuration>
+ <executions>
+ <execution>
+ <goals>
+ <goal>bind</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+
+ <!-- -->
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <configuration>
+ <compilerArgument>-proc:none</compilerArgument>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+</project>
Added: maven2/org/exoplatform/portal/exo.portal.webui.core/3.0.0-Beta04/exo.portal.webui.core-3.0.0-Beta04.pom.md5
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.webui.core/3.0.0-Beta04/exo.portal.webui.core-3.0.0-Beta04.pom.md5 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.webui.core/3.0.0-Beta04/exo.portal.webui.core-3.0.0-Beta04.pom.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+b81c2dbe3bf2910f5adb10ca15acbba9
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.webui.core/3.0.0-Beta04/exo.portal.webui.core-3.0.0-Beta04.pom.sha1
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.webui.core/3.0.0-Beta04/exo.portal.webui.core-3.0.0-Beta04.pom.sha1 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.webui.core/3.0.0-Beta04/exo.portal.webui.core-3.0.0-Beta04.pom.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+25ddaed99e292c6cca50fa295487495508570ae1
\ No newline at end of file
Modified: maven2/org/exoplatform/portal/exo.portal.webui.core/maven-metadata.xml
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.webui.core/maven-metadata.xml 2009-12-22 15:18:31 UTC (rev 33183)
+++ maven2/org/exoplatform/portal/exo.portal.webui.core/maven-metadata.xml 2009-12-22 20:29:02 UTC (rev 33184)
@@ -4,11 +4,12 @@
<artifactId>exo.portal.webui.core</artifactId>
<version>3.0.0-Beta02</version>
<versioning>
- <release>3.0.0-Beta03</release>
+ <release>3.0.0-Beta04</release>
<versions>
<version>3.0.0-Beta02</version>
<version>3.0.0-Beta03</version>
+ <version>3.0.0-Beta04</version>
</versions>
- <lastUpdated>20091128085346</lastUpdated>
+ <lastUpdated>20091222195345</lastUpdated>
</versioning>
</metadata>
Modified: maven2/org/exoplatform/portal/exo.portal.webui.core/maven-metadata.xml.md5
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.webui.core/maven-metadata.xml.md5 2009-12-22 15:18:31 UTC (rev 33183)
+++ maven2/org/exoplatform/portal/exo.portal.webui.core/maven-metadata.xml.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -1 +1 @@
-6109aa8372ff1e60d9192c5fa4c50c44
\ No newline at end of file
+ed37b44806461615c1b3cfac9be01788
\ No newline at end of file
Modified: maven2/org/exoplatform/portal/exo.portal.webui.core/maven-metadata.xml.sha1
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.webui.core/maven-metadata.xml.sha1 2009-12-22 15:18:31 UTC (rev 33183)
+++ maven2/org/exoplatform/portal/exo.portal.webui.core/maven-metadata.xml.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -1 +1 @@
-1e46a98de3d11cb4d6b860d6179dfc0d62dd81ce
\ No newline at end of file
+d472af9c45d0cf431c9ffcccbf3727c6b9b0b632
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.webui.eXo/3.0.0-Beta04/exo.portal.webui.eXo-3.0.0-Beta04-sources.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/exoplatform/portal/exo.portal.webui.eXo/3.0.0-Beta04/exo.portal.webui.eXo-3.0.0-Beta04-sources.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/exoplatform/portal/exo.portal.webui.eXo/3.0.0-Beta04/exo.portal.webui.eXo-3.0.0-Beta04-sources.jar.md5
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.webui.eXo/3.0.0-Beta04/exo.portal.webui.eXo-3.0.0-Beta04-sources.jar.md5 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.webui.eXo/3.0.0-Beta04/exo.portal.webui.eXo-3.0.0-Beta04-sources.jar.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+3d111281ea5337f8d051c196d8787ac2
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.webui.eXo/3.0.0-Beta04/exo.portal.webui.eXo-3.0.0-Beta04-sources.jar.sha1
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.webui.eXo/3.0.0-Beta04/exo.portal.webui.eXo-3.0.0-Beta04-sources.jar.sha1 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.webui.eXo/3.0.0-Beta04/exo.portal.webui.eXo-3.0.0-Beta04-sources.jar.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+3441f548db8928fa2c47941606610733709c4c8f
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.webui.eXo/3.0.0-Beta04/exo.portal.webui.eXo-3.0.0-Beta04.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/exoplatform/portal/exo.portal.webui.eXo/3.0.0-Beta04/exo.portal.webui.eXo-3.0.0-Beta04.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/exoplatform/portal/exo.portal.webui.eXo/3.0.0-Beta04/exo.portal.webui.eXo-3.0.0-Beta04.jar.md5
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.webui.eXo/3.0.0-Beta04/exo.portal.webui.eXo-3.0.0-Beta04.jar.md5 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.webui.eXo/3.0.0-Beta04/exo.portal.webui.eXo-3.0.0-Beta04.jar.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+8480b04330b769b24eecef167b5c21cf
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.webui.eXo/3.0.0-Beta04/exo.portal.webui.eXo-3.0.0-Beta04.jar.sha1
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.webui.eXo/3.0.0-Beta04/exo.portal.webui.eXo-3.0.0-Beta04.jar.sha1 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.webui.eXo/3.0.0-Beta04/exo.portal.webui.eXo-3.0.0-Beta04.jar.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+af492198fa7f57eaf7eea2a4ca51993cfb992fbe
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.webui.eXo/3.0.0-Beta04/exo.portal.webui.eXo-3.0.0-Beta04.pom
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.webui.eXo/3.0.0-Beta04/exo.portal.webui.eXo-3.0.0-Beta04.pom (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.webui.eXo/3.0.0-Beta04/exo.portal.webui.eXo-3.0.0-Beta04.pom 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1,47 @@
+<!--
+
+ 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.
+
+-->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <parent>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.webui</artifactId>
+ <version>3.0.0-Beta04</version>
+ </parent>
+
+ <modelVersion>4.0.0</modelVersion>
+ <artifactId>exo.portal.webui.eXo</artifactId>
+ <packaging>jar</packaging>
+ <name>GateIn Portal WebUI eXo</name>
+
+ <dependencies>
+ <dependency>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.webui.core</artifactId>
+ <version>3.0.0-Beta04</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.component.application-registry</artifactId>
+ <version>3.0.0-Beta04</version>
+ </dependency>
+ </dependencies>
+</project>
Added: maven2/org/exoplatform/portal/exo.portal.webui.eXo/3.0.0-Beta04/exo.portal.webui.eXo-3.0.0-Beta04.pom.md5
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.webui.eXo/3.0.0-Beta04/exo.portal.webui.eXo-3.0.0-Beta04.pom.md5 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.webui.eXo/3.0.0-Beta04/exo.portal.webui.eXo-3.0.0-Beta04.pom.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+28201f7065dec2c41056c9abf447e564
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.webui.eXo/3.0.0-Beta04/exo.portal.webui.eXo-3.0.0-Beta04.pom.sha1
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.webui.eXo/3.0.0-Beta04/exo.portal.webui.eXo-3.0.0-Beta04.pom.sha1 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.webui.eXo/3.0.0-Beta04/exo.portal.webui.eXo-3.0.0-Beta04.pom.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+7d7d0e355851982486fa484fb9a82a802ea34dd1
\ No newline at end of file
Modified: maven2/org/exoplatform/portal/exo.portal.webui.eXo/maven-metadata.xml
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.webui.eXo/maven-metadata.xml 2009-12-22 15:18:31 UTC (rev 33183)
+++ maven2/org/exoplatform/portal/exo.portal.webui.eXo/maven-metadata.xml 2009-12-22 20:29:02 UTC (rev 33184)
@@ -4,11 +4,12 @@
<artifactId>exo.portal.webui.eXo</artifactId>
<version>3.0.0-Beta02</version>
<versioning>
- <release>3.0.0-Beta03</release>
+ <release>3.0.0-Beta04</release>
<versions>
<version>3.0.0-Beta02</version>
<version>3.0.0-Beta03</version>
+ <version>3.0.0-Beta04</version>
</versions>
- <lastUpdated>20091128085346</lastUpdated>
+ <lastUpdated>20091222195352</lastUpdated>
</versioning>
</metadata>
Modified: maven2/org/exoplatform/portal/exo.portal.webui.eXo/maven-metadata.xml.md5
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.webui.eXo/maven-metadata.xml.md5 2009-12-22 15:18:31 UTC (rev 33183)
+++ maven2/org/exoplatform/portal/exo.portal.webui.eXo/maven-metadata.xml.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -1 +1 @@
-bf05404b250b5e11a81cfcf2a28d830d
\ No newline at end of file
+01cf3935a08a7d6dffd762fa1d6d2aed
\ No newline at end of file
Modified: maven2/org/exoplatform/portal/exo.portal.webui.eXo/maven-metadata.xml.sha1
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.webui.eXo/maven-metadata.xml.sha1 2009-12-22 15:18:31 UTC (rev 33183)
+++ maven2/org/exoplatform/portal/exo.portal.webui.eXo/maven-metadata.xml.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -1 +1 @@
-93acbf8079c35c2b42dfcf27d13f2b0e788605f9
\ No newline at end of file
+51767daad4dc1e348ea538849383e940f72ad496
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.webui.portal/3.0.0-Beta04/exo.portal.webui.portal-3.0.0-Beta04-sources.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/exoplatform/portal/exo.portal.webui.portal/3.0.0-Beta04/exo.portal.webui.portal-3.0.0-Beta04-sources.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/exoplatform/portal/exo.portal.webui.portal/3.0.0-Beta04/exo.portal.webui.portal-3.0.0-Beta04-sources.jar.md5
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.webui.portal/3.0.0-Beta04/exo.portal.webui.portal-3.0.0-Beta04-sources.jar.md5 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.webui.portal/3.0.0-Beta04/exo.portal.webui.portal-3.0.0-Beta04-sources.jar.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+cdea48bda406c271f628151f356fbc64
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.webui.portal/3.0.0-Beta04/exo.portal.webui.portal-3.0.0-Beta04-sources.jar.sha1
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.webui.portal/3.0.0-Beta04/exo.portal.webui.portal-3.0.0-Beta04-sources.jar.sha1 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.webui.portal/3.0.0-Beta04/exo.portal.webui.portal-3.0.0-Beta04-sources.jar.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+03b8de2bc9cc44b08576273a03c786844ed54f80
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.webui.portal/3.0.0-Beta04/exo.portal.webui.portal-3.0.0-Beta04.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/exoplatform/portal/exo.portal.webui.portal/3.0.0-Beta04/exo.portal.webui.portal-3.0.0-Beta04.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/exoplatform/portal/exo.portal.webui.portal/3.0.0-Beta04/exo.portal.webui.portal-3.0.0-Beta04.jar.md5
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.webui.portal/3.0.0-Beta04/exo.portal.webui.portal-3.0.0-Beta04.jar.md5 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.webui.portal/3.0.0-Beta04/exo.portal.webui.portal-3.0.0-Beta04.jar.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+a02c705a1febfd304237554d56c1c29b
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.webui.portal/3.0.0-Beta04/exo.portal.webui.portal-3.0.0-Beta04.jar.sha1
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.webui.portal/3.0.0-Beta04/exo.portal.webui.portal-3.0.0-Beta04.jar.sha1 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.webui.portal/3.0.0-Beta04/exo.portal.webui.portal-3.0.0-Beta04.jar.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+a803c8cd3074ab35287feb96be57c4b227f80000
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.webui.portal/3.0.0-Beta04/exo.portal.webui.portal-3.0.0-Beta04.pom
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.webui.portal/3.0.0-Beta04/exo.portal.webui.portal-3.0.0-Beta04.pom (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.webui.portal/3.0.0-Beta04/exo.portal.webui.portal-3.0.0-Beta04.pom 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1,96 @@
+<!--
+
+ 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.
+
+-->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <parent>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.webui</artifactId>
+ <version>3.0.0-Beta04</version>
+ </parent>
+
+ <modelVersion>4.0.0</modelVersion>
+ <artifactId>exo.portal.webui.portal</artifactId>
+ <packaging>jar</packaging>
+ <name>GateIn Portal WebUI Portal</name>
+
+ <dependencies>
+ <dependency>
+ <groupId>org.exoplatform.kernel</groupId>
+ <artifactId>exo.kernel.commons</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>org.exoplatform.kernel</groupId>
+ <artifactId>exo.kernel.component.common</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.component.resources</artifactId>
+ <version>3.0.0-Beta04</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.webui.core</artifactId>
+ <version>3.0.0-Beta04</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.webui.eXo</artifactId>
+ <version>3.0.0-Beta04</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.component.portal</artifactId>
+ <version>3.0.0-Beta04</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.component.application-registry</artifactId>
+ <version>3.0.0-Beta04</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.component.pc</artifactId>
+ <version>3.0.0-Beta04</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.exoplatform.jcr</groupId>
+ <artifactId>exo.jcr.component.ext</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.shindig</groupId>
+ <artifactId>shindig-common</artifactId>
+ <type>jar</type>
+ </dependency>
+ <dependency>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.gadgets-core</artifactId>
+ <version>3.0.0-Beta04</version>
+ </dependency>
+ </dependencies>
+</project>
Added: maven2/org/exoplatform/portal/exo.portal.webui.portal/3.0.0-Beta04/exo.portal.webui.portal-3.0.0-Beta04.pom.md5
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.webui.portal/3.0.0-Beta04/exo.portal.webui.portal-3.0.0-Beta04.pom.md5 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.webui.portal/3.0.0-Beta04/exo.portal.webui.portal-3.0.0-Beta04.pom.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+35ff0113d288c56630d8a44808f36634
\ No newline at end of file
Added: maven2/org/exoplatform/portal/exo.portal.webui.portal/3.0.0-Beta04/exo.portal.webui.portal-3.0.0-Beta04.pom.sha1
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.webui.portal/3.0.0-Beta04/exo.portal.webui.portal-3.0.0-Beta04.pom.sha1 (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.webui.portal/3.0.0-Beta04/exo.portal.webui.portal-3.0.0-Beta04.pom.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+df0bd9b55abf99a514f820b9c577783770f972ea
\ No newline at end of file
Modified: maven2/org/exoplatform/portal/exo.portal.webui.portal/maven-metadata.xml
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.webui.portal/maven-metadata.xml 2009-12-22 15:18:31 UTC (rev 33183)
+++ maven2/org/exoplatform/portal/exo.portal.webui.portal/maven-metadata.xml 2009-12-22 20:29:02 UTC (rev 33184)
@@ -4,11 +4,12 @@
<artifactId>exo.portal.webui.portal</artifactId>
<version>3.0.0-Beta02</version>
<versioning>
- <release>3.0.0-Beta03</release>
+ <release>3.0.0-Beta04</release>
<versions>
<version>3.0.0-Beta02</version>
<version>3.0.0-Beta03</version>
+ <version>3.0.0-Beta04</version>
</versions>
- <lastUpdated>20091128085349</lastUpdated>
+ <lastUpdated>20091222195410</lastUpdated>
</versioning>
</metadata>
Modified: maven2/org/exoplatform/portal/exo.portal.webui.portal/maven-metadata.xml.md5
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.webui.portal/maven-metadata.xml.md5 2009-12-22 15:18:31 UTC (rev 33183)
+++ maven2/org/exoplatform/portal/exo.portal.webui.portal/maven-metadata.xml.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -1 +1 @@
-938d6dfa6cb3e9ef8022b12768b0170e
\ No newline at end of file
+c14a3f381a2bc42a5558640fadba0265
\ No newline at end of file
Modified: maven2/org/exoplatform/portal/exo.portal.webui.portal/maven-metadata.xml.sha1
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.webui.portal/maven-metadata.xml.sha1 2009-12-22 15:18:31 UTC (rev 33183)
+++ maven2/org/exoplatform/portal/exo.portal.webui.portal/maven-metadata.xml.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -1 +1 @@
-d2a680e500d31410c38bfb3d43a89543354076a1
\ No newline at end of file
+6c210b089513ff3f7d6d4e68c9ea780104986518
\ No newline at end of file
Added: maven2/org/exoplatform/portal/gatein-sample-extension/3.0.0-Beta04/gatein-sample-extension-3.0.0-Beta04.ear
===================================================================
(Binary files differ)
Property changes on: maven2/org/exoplatform/portal/gatein-sample-extension/3.0.0-Beta04/gatein-sample-extension-3.0.0-Beta04.ear
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/exoplatform/portal/gatein-sample-extension/3.0.0-Beta04/gatein-sample-extension-3.0.0-Beta04.ear.md5
===================================================================
--- maven2/org/exoplatform/portal/gatein-sample-extension/3.0.0-Beta04/gatein-sample-extension-3.0.0-Beta04.ear.md5 (rev 0)
+++ maven2/org/exoplatform/portal/gatein-sample-extension/3.0.0-Beta04/gatein-sample-extension-3.0.0-Beta04.ear.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+5dc518966abdf6e1f4847dc034631b51
\ No newline at end of file
Added: maven2/org/exoplatform/portal/gatein-sample-extension/3.0.0-Beta04/gatein-sample-extension-3.0.0-Beta04.ear.sha1
===================================================================
--- maven2/org/exoplatform/portal/gatein-sample-extension/3.0.0-Beta04/gatein-sample-extension-3.0.0-Beta04.ear.sha1 (rev 0)
+++ maven2/org/exoplatform/portal/gatein-sample-extension/3.0.0-Beta04/gatein-sample-extension-3.0.0-Beta04.ear.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+22ec776ac99f532c44cfaef1d60f9a5d3c0b0b6d
\ No newline at end of file
Added: maven2/org/exoplatform/portal/gatein-sample-extension/3.0.0-Beta04/gatein-sample-extension-3.0.0-Beta04.pom
===================================================================
--- maven2/org/exoplatform/portal/gatein-sample-extension/3.0.0-Beta04/gatein-sample-extension-3.0.0-Beta04.pom (rev 0)
+++ maven2/org/exoplatform/portal/gatein-sample-extension/3.0.0-Beta04/gatein-sample-extension-3.0.0-Beta04.pom 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1,88 @@
+<!--
+
+ 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.
+
+-->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <parent>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.parent</artifactId>
+ <version>3.0.0-Beta04</version>
+ </parent>
+
+ <modelVersion>4.0.0</modelVersion>
+ <artifactId>gatein-sample-extension</artifactId>
+ <packaging>ear</packaging>
+ <name>GateIn Portal Sample Extension Ear</name>
+ <url>http://www.exoplatform.org</url>
+ <description>GateIn Sample Extension Ear</description>
+
+ <dependencies>
+ <dependency>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.sample.extension.config</artifactId>
+ <version>3.0.0-Beta04</version>
+ </dependency>
+ <dependency>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.sample.extension.jar</artifactId>
+ <version>3.0.0-Beta04</version>
+ </dependency>
+ <dependency>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.component.web</artifactId>
+ <version>3.0.0-Beta04</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.sample.extension.war</artifactId>
+ <version>3.0.0-Beta04</version>
+ <type>war</type>
+ </dependency>
+ </dependencies>
+ <build>
+ <finalName>${project.artifactId}</finalName>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-ear-plugin</artifactId>
+ <configuration>
+ <modules>
+ <jarModule>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.sample.extension.config</artifactId>
+ <includeInApplicationXml>true</includeInApplicationXml>
+ </jarModule>
+ <webModule>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.sample.extension.war</artifactId>
+ <contextRoot>sample-ext</contextRoot>
+ </webModule>
+ <jarModule>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.sample.extension.jar</artifactId>
+ <includeInApplicationXml>true</includeInApplicationXml>
+ </jarModule>
+ </modules>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+</project>
Added: maven2/org/exoplatform/portal/gatein-sample-extension/3.0.0-Beta04/gatein-sample-extension-3.0.0-Beta04.pom.md5
===================================================================
--- maven2/org/exoplatform/portal/gatein-sample-extension/3.0.0-Beta04/gatein-sample-extension-3.0.0-Beta04.pom.md5 (rev 0)
+++ maven2/org/exoplatform/portal/gatein-sample-extension/3.0.0-Beta04/gatein-sample-extension-3.0.0-Beta04.pom.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+9924bc6dcfd3ffa41ff11e44c490a6ff
\ No newline at end of file
Added: maven2/org/exoplatform/portal/gatein-sample-extension/3.0.0-Beta04/gatein-sample-extension-3.0.0-Beta04.pom.sha1
===================================================================
--- maven2/org/exoplatform/portal/gatein-sample-extension/3.0.0-Beta04/gatein-sample-extension-3.0.0-Beta04.pom.sha1 (rev 0)
+++ maven2/org/exoplatform/portal/gatein-sample-extension/3.0.0-Beta04/gatein-sample-extension-3.0.0-Beta04.pom.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+e8fb9f353df5b72882d2c6fef29836070e42b459
\ No newline at end of file
Modified: maven2/org/exoplatform/portal/gatein-sample-extension/maven-metadata.xml
===================================================================
--- maven2/org/exoplatform/portal/gatein-sample-extension/maven-metadata.xml 2009-12-22 15:18:31 UTC (rev 33183)
+++ maven2/org/exoplatform/portal/gatein-sample-extension/maven-metadata.xml 2009-12-22 20:29:02 UTC (rev 33184)
@@ -4,11 +4,12 @@
<artifactId>gatein-sample-extension</artifactId>
<version>3.0.0-Beta02</version>
<versioning>
- <release>3.0.0-Beta03</release>
+ <release>3.0.0-Beta04</release>
<versions>
<version>3.0.0-Beta02</version>
<version>3.0.0-Beta03</version>
+ <version>3.0.0-Beta04</version>
</versions>
- <lastUpdated>20091128085358</lastUpdated>
+ <lastUpdated>20091222195511</lastUpdated>
</versioning>
</metadata>
Modified: maven2/org/exoplatform/portal/gatein-sample-extension/maven-metadata.xml.md5
===================================================================
--- maven2/org/exoplatform/portal/gatein-sample-extension/maven-metadata.xml.md5 2009-12-22 15:18:31 UTC (rev 33183)
+++ maven2/org/exoplatform/portal/gatein-sample-extension/maven-metadata.xml.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -1 +1 @@
-580592f0a21accdb49dadef721de83f6
\ No newline at end of file
+00da12d36f0d314287adf400b798143e
\ No newline at end of file
Modified: maven2/org/exoplatform/portal/gatein-sample-extension/maven-metadata.xml.sha1
===================================================================
--- maven2/org/exoplatform/portal/gatein-sample-extension/maven-metadata.xml.sha1 2009-12-22 15:18:31 UTC (rev 33183)
+++ maven2/org/exoplatform/portal/gatein-sample-extension/maven-metadata.xml.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -1 +1 @@
-0365469256cb7b74e979adefe68e2490560e59dc
\ No newline at end of file
+bd4d2e86084b444c05009631ac5b0d645866fe20
\ No newline at end of file
Added: maven2/org/exoplatform/portal/gatein-sample-portal/3.0.0-Beta04/gatein-sample-portal-3.0.0-Beta04.ear
===================================================================
(Binary files differ)
Property changes on: maven2/org/exoplatform/portal/gatein-sample-portal/3.0.0-Beta04/gatein-sample-portal-3.0.0-Beta04.ear
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/exoplatform/portal/gatein-sample-portal/3.0.0-Beta04/gatein-sample-portal-3.0.0-Beta04.ear.md5
===================================================================
--- maven2/org/exoplatform/portal/gatein-sample-portal/3.0.0-Beta04/gatein-sample-portal-3.0.0-Beta04.ear.md5 (rev 0)
+++ maven2/org/exoplatform/portal/gatein-sample-portal/3.0.0-Beta04/gatein-sample-portal-3.0.0-Beta04.ear.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+963a810406c0a42855949b93ce4f40fb
\ No newline at end of file
Added: maven2/org/exoplatform/portal/gatein-sample-portal/3.0.0-Beta04/gatein-sample-portal-3.0.0-Beta04.ear.sha1
===================================================================
--- maven2/org/exoplatform/portal/gatein-sample-portal/3.0.0-Beta04/gatein-sample-portal-3.0.0-Beta04.ear.sha1 (rev 0)
+++ maven2/org/exoplatform/portal/gatein-sample-portal/3.0.0-Beta04/gatein-sample-portal-3.0.0-Beta04.ear.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+61b06bcd3edd8ca58458b2af55e7ed2e8f9453e0
\ No newline at end of file
Added: maven2/org/exoplatform/portal/gatein-sample-portal/3.0.0-Beta04/gatein-sample-portal-3.0.0-Beta04.pom
===================================================================
--- maven2/org/exoplatform/portal/gatein-sample-portal/3.0.0-Beta04/gatein-sample-portal-3.0.0-Beta04.pom (rev 0)
+++ maven2/org/exoplatform/portal/gatein-sample-portal/3.0.0-Beta04/gatein-sample-portal-3.0.0-Beta04.pom 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1,100 @@
+<!--
+
+ 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.
+
+-->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <parent>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.parent</artifactId>
+ <version>3.0.0-Beta04</version>
+ </parent>
+
+ <modelVersion>4.0.0</modelVersion>
+ <artifactId>gatein-sample-portal</artifactId>
+ <packaging>ear</packaging>
+ <name>GateIn Portal Sample Portal Ear</name>
+ <url>http://www.exoplatform.org</url>
+ <description>GateIn Sample Portal Ear</description>
+
+ <dependencies>
+ <dependency>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.sample.portal.config</artifactId>
+ <version>3.0.0-Beta04</version>
+ </dependency>
+ <dependency>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.sample.portal.jar</artifactId>
+ <version>3.0.0-Beta04</version>
+ </dependency>
+ <dependency>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.component.web</artifactId>
+ <version>3.0.0-Beta04</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.sample.portal.war</artifactId>
+ <version>3.0.0-Beta04</version>
+ <type>war</type>
+ </dependency>
+ <dependency>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.sample.portal.rest-war</artifactId>
+ <version>3.0.0-Beta04</version>
+ <type>war</type>
+ </dependency>
+ </dependencies>
+ <build>
+ <finalName>${project.artifactId}</finalName>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-ear-plugin</artifactId>
+ <configuration>
+ <displayName>sample-portal</displayName>
+ <modules>
+ <jarModule>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.sample.portal.config</artifactId>
+ <includeInApplicationXml>true</includeInApplicationXml>
+ </jarModule>
+ <webModule>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.sample.portal.war</artifactId>
+ <contextRoot>sample-portal</contextRoot>
+ </webModule>
+ <webModule>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.sample.portal.rest-war</artifactId>
+ <contextRoot>rest-sample-portal</contextRoot>
+ </webModule>
+ <jarModule>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.sample.portal.jar</artifactId>
+ <includeInApplicationXml>true</includeInApplicationXml>
+ </jarModule>
+ </modules>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+</project>
Added: maven2/org/exoplatform/portal/gatein-sample-portal/3.0.0-Beta04/gatein-sample-portal-3.0.0-Beta04.pom.md5
===================================================================
--- maven2/org/exoplatform/portal/gatein-sample-portal/3.0.0-Beta04/gatein-sample-portal-3.0.0-Beta04.pom.md5 (rev 0)
+++ maven2/org/exoplatform/portal/gatein-sample-portal/3.0.0-Beta04/gatein-sample-portal-3.0.0-Beta04.pom.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+713cfadd7e8c336e2882f8836ee8c8e2
\ No newline at end of file
Added: maven2/org/exoplatform/portal/gatein-sample-portal/3.0.0-Beta04/gatein-sample-portal-3.0.0-Beta04.pom.sha1
===================================================================
--- maven2/org/exoplatform/portal/gatein-sample-portal/3.0.0-Beta04/gatein-sample-portal-3.0.0-Beta04.pom.sha1 (rev 0)
+++ maven2/org/exoplatform/portal/gatein-sample-portal/3.0.0-Beta04/gatein-sample-portal-3.0.0-Beta04.pom.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+f50963374923e010cf5266a7115f8495a3900873
\ No newline at end of file
Modified: maven2/org/exoplatform/portal/gatein-sample-portal/maven-metadata.xml
===================================================================
--- maven2/org/exoplatform/portal/gatein-sample-portal/maven-metadata.xml 2009-12-22 15:18:31 UTC (rev 33183)
+++ maven2/org/exoplatform/portal/gatein-sample-portal/maven-metadata.xml 2009-12-22 20:29:02 UTC (rev 33184)
@@ -4,11 +4,12 @@
<artifactId>gatein-sample-portal</artifactId>
<version>3.0.0-Beta02</version>
<versioning>
- <release>3.0.0-Beta03</release>
+ <release>3.0.0-Beta04</release>
<versions>
<version>3.0.0-Beta02</version>
<version>3.0.0-Beta03</version>
+ <version>3.0.0-Beta04</version>
</versions>
- <lastUpdated>20091128085359</lastUpdated>
+ <lastUpdated>20091222195524</lastUpdated>
</versioning>
</metadata>
Modified: maven2/org/exoplatform/portal/gatein-sample-portal/maven-metadata.xml.md5
===================================================================
--- maven2/org/exoplatform/portal/gatein-sample-portal/maven-metadata.xml.md5 2009-12-22 15:18:31 UTC (rev 33183)
+++ maven2/org/exoplatform/portal/gatein-sample-portal/maven-metadata.xml.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -1 +1 @@
-c3fc13761d5f2f606457e623767b0bbd
\ No newline at end of file
+c15fe33dd33020fe91404f7cbff6d503
\ No newline at end of file
Modified: maven2/org/exoplatform/portal/gatein-sample-portal/maven-metadata.xml.sha1
===================================================================
--- maven2/org/exoplatform/portal/gatein-sample-portal/maven-metadata.xml.sha1 2009-12-22 15:18:31 UTC (rev 33183)
+++ maven2/org/exoplatform/portal/gatein-sample-portal/maven-metadata.xml.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -1 +1 @@
-a0d2ccdc017631b898a84cd3116856cd59c36668
\ No newline at end of file
+60e5af92bfb26c8263f07c8d897cecf9b9ea837d
\ No newline at end of file
Added: maven2/org/exoplatform/portal/portal.packaging.module/3.0.0-Beta04/portal.packaging.module-3.0.0-Beta04.js
===================================================================
--- maven2/org/exoplatform/portal/portal.packaging.module/3.0.0-Beta04/portal.packaging.module-3.0.0-Beta04.js (rev 0)
+++ maven2/org/exoplatform/portal/portal.packaging.module/3.0.0-Beta04/portal.packaging.module-3.0.0-Beta04.js 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1,257 @@
+/**
+ * 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.
+ */
+
+eXo.require("eXo.projects.Module");
+eXo.require("eXo.projects.Product");
+
+function getModule(params)
+{
+
+ var kernel = params.kernel;
+ var core = params.core;
+ var jcr = params.eXoJcr;
+ var ws = params.ws;
+ var module = new Module();
+
+ module.version = "3.0.0-Beta04";
+ module.relativeMavenRepo = "org/exoplatform/portal";
+ module.relativeSRCRepo = "portal";
+ module.name = "portal";
+
+ var mopVersion = "1.0.0-Beta12";
+ var chromatticVersion = "1.0.0-beta11";
+ var reflectVersion = "1.0.0-beta4";
+ var idmVersion = "1.0.0.CR1";
+ var pcVersion = "2.1.0-CR01";
+ var wciVersion = "2.0.0-CR02";
+ var commonVersion = "2.0.0-CR02";
+ var wsrpVersion = "1.0.0-Beta03";
+ var shindigVersion = "SNAPSHOT-r790473";
+ var groovyVersion = "1.6.5";
+ var rhinoVersion = "1.6R5";
+
+ //TODO versions for gatein components
+
+ module.component = {}
+ module.component.resources =
+ new Project("org.exoplatform.portal", "exo.portal.component.resources", "jar", module.version);
+
+ module.component.common =
+ new Project("org.exoplatform.portal", "exo.portal.component.common", "jar", module.version).
+ addDependency(new Project("org.gatein.common", "common-logging", "jar", commonVersion));
+
+ module.component.pc =
+ new Project("org.exoplatform.portal", "exo.portal.component.pc", "jar", module.version).
+ addDependency(new Project("javax.portlet", "portlet-api", "jar", "2.0")).
+ addDependency(new Project("javax.ccpp", "ccpp", "jar", "1.0")).
+ addDependency(new Project("javax.xml.bind", "jaxb-api", "jar", "2.1")).
+ addDependency(new Project("org.gatein.pc", "pc-api", "jar", pcVersion)).
+ addDependency(new Project("org.gatein.pc", "pc-bridge", "jar", pcVersion)).
+ addDependency(new Project("org.gatein.pc", "pc-portlet", "jar", pcVersion)).
+ addDependency(new Project("org.gatein.pc", "pc-mc", "jar", pcVersion)).
+ addDependency(new Project("org.gatein.pc", "pc-controller", "jar", pcVersion)).
+ addDependency(new Project("org.gatein.pc", "pc-federation", "jar", pcVersion)).
+ addDependency(new Project("org.gatein.wci", "wci-wci", "jar", wciVersion)).
+ addDependency(new Project("org.gatein.wci", "wci-tomcat", "jar", wciVersion)).
+ addDependency(new Project("org.gatein.wci", "wci-exo", "jar", wciVersion)).
+ addDependency(new Project("org.gatein.common", "common-common", "jar", commonVersion)).
+ addDependency(new Project("log4j", "log4j", "jar", "1.2.14")).
+ addDependency(new Project("org.jboss", "jbossxb", "jar", "2.0.1.GA")).
+ addDependency(new Project("org.jboss.logging", "jboss-logging-spi", "jar", "2.0.5.GA")).
+ addDependency(new Project("org.apache.portals.bridges", "portals-bridges-common", "jar", "1.0.4")).
+ addDependency(new Project("org.jboss", "jboss-common-core", "jar", "2.2.9.GA"));
+
+
+ module.component.wsrp = new Project("org.exoplatform.portal", "exo.portal.component.wsrp", "jar", module.version)
+ .addDependency(new Project("org.gatein.wsrp", "wsrp-producer", "war", wsrpVersion))
+ .addDependency(new Project("org.gatein.wsrp", "wsrp-producer-lib", "jar",wsrpVersion))
+ .addDependency(new Project("org.gatein.wsrp", "wsrp-common", "jar", wsrpVersion))
+ .addDependency(new Project("org.gatein.wsrp", "wsrp-wsrp1-ws", "jar", wsrpVersion))
+ .addDependency(new Project("org.gatein.wsrp", "wsrp-consumer", "jar", wsrpVersion))
+ .addDependency(new Project("org.gatein.wsrp", "wsrp-integration-api", "jar", wsrpVersion));
+
+ module.component.xmlParser =
+ new Project("org.exoplatform.portal", "exo.portal.component.xml-parser", "jar", module.version).
+ //addDependency(new Project("commons-httpclient", "commons-httpclient", "jar", "3.0")).
+ addDependency(new Project("commons-codec", "commons-codec", "jar", "1.3"));
+
+ module.component.scripting =
+ new Project("org.exoplatform.portal", "exo.portal.component.scripting", "jar", module.version).
+ addDependency(module.component.xmlParser).
+ addDependency(new Project("rhino", "js", "jar", rhinoVersion)).
+ addDependency(new Project("org.codehaus.groovy", "groovy-all", "jar", groovyVersion));
+
+ module.component.web =
+ new Project("org.exoplatform.portal", "exo.portal.component.web", "jar", module.version).
+ addDependency(module.component.scripting);
+
+ module.component.portal =
+ new Project("org.exoplatform.portal", "exo.portal.component.portal", "jar", module.version).
+ addDependency(new Project("org.gatein.mop", "mop-api", "jar", mopVersion)).
+ addDependency(new Project("org.gatein.mop", "mop-spi", "jar", mopVersion)).
+ addDependency(new Project("org.gatein.mop", "mop-core", "jar", mopVersion)).
+ addDependency(new Project("org.chromattic", "chromattic.api", "jar", chromatticVersion)).
+ addDependency(new Project("org.chromattic", "chromattic.common", "jar", chromatticVersion)).
+ addDependency(new Project("org.chromattic", "chromattic.spi", "jar", chromatticVersion)).
+ addDependency(new Project("org.chromattic", "chromattic.core", "jar", chromatticVersion)).
+ addDependency(new Project("org.chromattic", "chromattic.apt", "jar", chromatticVersion)).
+ addDependency(new Project("org.chromattic", "chromattic.ntdef", "jar", chromatticVersion)).
+ addDependency(new Project("org.reflext", "reflext.api", "jar", reflectVersion)).
+ addDependency(new Project("org.reflext", "reflext.core", "jar", reflectVersion)).
+ addDependency(new Project("org.reflext", "reflext.spi", "jar", reflectVersion)).
+ addDependency(new Project("org.reflext", "reflext.jlr", "jar", reflectVersion)).
+ addDependency(new Project("org.reflext", "reflext.api", "jar", reflectVersion)).
+ addDependency(module.component.web);
+
+ module.component.identity =
+ new Project("org.exoplatform.portal", "exo.portal.component.identity", "jar", module.version).
+ addDependency(new Project("org.picketlink.idm", "picketlink-idm-core", "jar", idmVersion)).
+ addDependency(new Project("org.picketlink.idm", "picketlink-idm-common", "jar", idmVersion)).
+ addDependency(new Project("org.picketlink.idm", "picketlink-idm-api", "jar", idmVersion)).
+ addDependency(new Project("org.picketlink.idm", "picketlink-idm-spi", "jar", idmVersion)).
+ addDependency(new Project("org.picketlink.idm", "picketlink-idm-hibernate", "jar", idmVersion)).
+ addDependency(new Project("org.picketlink.idm", "picketlink-idm-ldap", "jar", idmVersion));
+
+ 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"));
+
+ module.webui = {};
+ module.webui.core =
+ new Project("org.exoplatform.portal", "exo.portal.webui.core", "jar", module.version).
+ addDependency(module.component.web);
+
+ module.webui.eXo =
+ new Project("org.exoplatform.portal", "exo.portal.webui.eXo", "jar", module.version).
+ addDependency(module.component.applicationRegistry).
+ addDependency(module.webui.core);
+
+ module.webui.portal =
+ new Project("org.exoplatform.portal", "exo.portal.webui.portal", "jar", module.version).
+ addDependency(module.component.common).
+ addDependency(module.component.resources).
+ addDependency(module.component.identity).
+ addDependency(module.component.pc).
+ addDependency(module.component.wsrp).
+ addDependency(module.webui.eXo).
+
+ addDependency(kernel.container).
+ addDependency(kernel.component.common).
+ addDependency(kernel.component.remote).
+ addDependency(kernel.component.cache).
+ addDependency(kernel.component.command).
+
+ addDependency(core.component.database).
+ addDependency(core.component.organization).
+ addDependency(core.component.organization.ldap).
+ addDependency(core.component.ldap).
+ addDependency(core.component.security.core).
+ addDependency(core.component.xmlProcessing).
+ addDependency(core.component.documents).
+
+ addDependency(jcr.services.jcr);
+
+ module.portlet = {};
+
+ module.portlet.exoadmin =
+ new Project("org.exoplatform.portal", "exo.portal.portlet.exoadmin", "exo-portlet", module.version);
+
+ module.portlet.web =
+ new Project("org.exoplatform.portal", "exo.portal.portlet.web", "exo-portlet", module.version);
+
+ module.portlet.dashboard =
+ new Project("org.exoplatform.portal", "exo.portal.portlet.dashboard", "exo-portlet", module.version).
+ addDependency(new Project("org.exoplatform.portal", "exo.portal.component.dashboard", "jar", module.version));
+
+ module.sample = {};
+ module.sample.framework =
+ new Project("org.exoplatform.portal", "exo.portal.sample.framework", "war", module.version);
+ module.sample.framework.deployName = "eXoSampleFramework";
+
+ module.eXoGadgetServer =
+ new Project("org.exoplatform.portal", "exo.portal.gadgets-server", "war", module.version).
+ addDependency(new Project("commons-io", "commons-io", "jar", "1.4")).
+ addDependency(new Project("net.oauth", "core", "jar", "20080621")).
+ addDependency(new Project("com.google.collections", "google-collections", "jar", "1.0-rc2")).
+ addDependency(new Project("com.google.code.guice", "guice", "jar", "2.0")).
+ addDependency(new Project("com.google.code.guice", "guice-jmx", "jar", "2.0")).
+ addDependency(new Project("commons-lang", "commons-lang", "jar", "2.4")).
+ addDependency(new Project("rome", "rome", "jar", "0.9")).
+ addDependency(new Project("joda-time", "joda-time", "jar", "1.6")).
+ addDependency(new Project("org.json", "json", "jar", "20070829")).
+ addDependency(new Project("org.apache.shindig", "shindig-common", "jar", shindigVersion)).
+ addDependency(new Project("org.apache.shindig", "shindig-gadgets", "jar", shindigVersion)).
+ addDependency(new Project("org.apache.shindig", "shindig-features", "jar", shindigVersion)).
+ addDependency(new Project("org.apache.shindig", "shindig-social-api", "jar", shindigVersion)).
+ addDependency(new Project("jdom", "jdom", "jar", "1.0")).
+ 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")).
+ addDependency(new Project("com.thoughtworks.xstream", "xstream", "jar", "1.3.1")).
+ addDependency(new Project("caja", "caja", "jar", "r3375")).
+ addDependency(new Project("caja", "json_simple", "jar", "r1")).
+ addDependency(new Project("org.apache.sanselan", "sanselan", "jar", "0.97-incubator")).
+ addDependency(new Project("de.odysseus.juel", "juel-api", "jar", "2.1.2")).
+ addDependency(new Project("de.odysseus.juel", "juel-impl", "jar", "2.1.2")).
+ addDependency(new Project("org.jsecurity", "jsecurity", "jar", "0.9.0")).
+ addDependency(new Project("aopalliance", "aopalliance", "jar", "1.0")).
+ addDependency(new Project("org.exoplatform.portal", "exo.portal.gadgets-core", "jar", module.version));
+ module.eXoGadgetServer.deployName = "eXoGadgetServer";
+
+ module.eXoGadgets = new Project("org.exoplatform.portal", "exo.portal.eXoGadgets", "war", module.version);
+ module.eXoGadgets.deployName = "eXoGadgets";
+
+ module.web = {}
+ module.web.eXoResources =
+ new Project("org.exoplatform.portal", "exo.portal.web.eXoResources", "war", module.version);
+ module.web.rest =
+ new Project("org.exoplatform.portal", "exo.portal.web.rest", "war", module.version).
+ addDependency(ws.frameworks.servlet);
+
+ module.web.portal =
+ new Project("org.exoplatform.portal", "exo.portal.web.portal", "exo-portal", module.version).
+ addDependency(jcr.frameworks.web).
+ addDependency(jcr.frameworks.command);
+
+ module.server = {}
+
+ module.server.tomcat = {}
+ module.server.tomcat.patch =
+ new Project("org.exoplatform.portal", "exo.portal.server.tomcat.patch", "jar", module.version);
+
+ module.server.jboss = {}
+ module.server.jboss.patch =
+ new Project("org.exoplatform.portal", "exo.portal.server.jboss.patch", "jar", module.version);
+
+ module.server.jbossear = {}
+ module.server.jbossear.patch =
+ new Project("org.exoplatform.portal", "exo.portal.server.jboss.patch-ear", "jar", module.version);
+
+ module.sample.extension =
+ new Project("org.exoplatform.portal", "gatein-sample-extension", "ear", module.version).
+ addDependency(new Project("org.exoplatform.portal", "gatein-sample-portal", "ear", module.version)).
+ addDependency(new Project("org.exoplatform.portal", "starter-gatein", "ear", module.version));
+
+ return module;
+}
Added: maven2/org/exoplatform/portal/portal.packaging.module/3.0.0-Beta04/portal.packaging.module-3.0.0-Beta04.js.md5
===================================================================
--- maven2/org/exoplatform/portal/portal.packaging.module/3.0.0-Beta04/portal.packaging.module-3.0.0-Beta04.js.md5 (rev 0)
+++ maven2/org/exoplatform/portal/portal.packaging.module/3.0.0-Beta04/portal.packaging.module-3.0.0-Beta04.js.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+bf2d3533cbc4c53d7c2d08bc828c86fb
\ No newline at end of file
Added: maven2/org/exoplatform/portal/portal.packaging.module/3.0.0-Beta04/portal.packaging.module-3.0.0-Beta04.js.sha1
===================================================================
--- maven2/org/exoplatform/portal/portal.packaging.module/3.0.0-Beta04/portal.packaging.module-3.0.0-Beta04.js.sha1 (rev 0)
+++ maven2/org/exoplatform/portal/portal.packaging.module/3.0.0-Beta04/portal.packaging.module-3.0.0-Beta04.js.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+cfd6790452c5c64641a316f7cd71a7e2309619ae
\ No newline at end of file
Added: maven2/org/exoplatform/portal/portal.packaging.module/3.0.0-Beta04/portal.packaging.module-3.0.0-Beta04.pom
===================================================================
--- maven2/org/exoplatform/portal/portal.packaging.module/3.0.0-Beta04/portal.packaging.module-3.0.0-Beta04.pom (rev 0)
+++ maven2/org/exoplatform/portal/portal.packaging.module/3.0.0-Beta04/portal.packaging.module-3.0.0-Beta04.pom 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1,86 @@
+<!--
+
+ 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.
+
+-->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <parent>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.packaging</artifactId>
+ <version>3.0.0-Beta04</version>
+ </parent>
+
+ <modelVersion>4.0.0</modelVersion>
+ <artifactId>portal.packaging.module</artifactId>
+ <packaging>pom</packaging>
+ <name>GateIn Portal Packaging Module</name>
+
+ <properties>
+ <exobuild.name>portal</exobuild.name>
+ <exobuild.type>module</exobuild.type>
+ </properties>
+
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-resources-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>prepare</id>
+ <phase>package</phase>
+ <goals>
+ <goal>copy-resources</goal>
+ </goals>
+ <configuration>
+ <outputDirectory>target</outputDirectory>
+ <resources>
+ <resource>
+ <directory>src/main/javascript</directory>
+ <filtering>true</filtering>
+ </resource>
+ </resources>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>build-helper-maven-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>attach-artifacts</id>
+ <phase>package</phase>
+ <goals>
+ <goal>attach-artifact</goal>
+ </goals>
+ <configuration>
+ <artifacts>
+ <artifact>
+ <file>target/${exobuild.name}.packaging.${exobuild.type}.js</file>
+ <type>js</type>
+ </artifact>
+ </artifacts>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+</project>
Added: maven2/org/exoplatform/portal/portal.packaging.module/3.0.0-Beta04/portal.packaging.module-3.0.0-Beta04.pom.md5
===================================================================
--- maven2/org/exoplatform/portal/portal.packaging.module/3.0.0-Beta04/portal.packaging.module-3.0.0-Beta04.pom.md5 (rev 0)
+++ maven2/org/exoplatform/portal/portal.packaging.module/3.0.0-Beta04/portal.packaging.module-3.0.0-Beta04.pom.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+f0974ad23c96116fcf872344f1114185
\ No newline at end of file
Added: maven2/org/exoplatform/portal/portal.packaging.module/3.0.0-Beta04/portal.packaging.module-3.0.0-Beta04.pom.sha1
===================================================================
--- maven2/org/exoplatform/portal/portal.packaging.module/3.0.0-Beta04/portal.packaging.module-3.0.0-Beta04.pom.sha1 (rev 0)
+++ maven2/org/exoplatform/portal/portal.packaging.module/3.0.0-Beta04/portal.packaging.module-3.0.0-Beta04.pom.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+c865a2cc296f346cc3cd84ce73d7b65555782f30
\ No newline at end of file
Modified: maven2/org/exoplatform/portal/portal.packaging.module/maven-metadata.xml
===================================================================
--- maven2/org/exoplatform/portal/portal.packaging.module/maven-metadata.xml 2009-12-22 15:18:31 UTC (rev 33183)
+++ maven2/org/exoplatform/portal/portal.packaging.module/maven-metadata.xml 2009-12-22 20:29:02 UTC (rev 33184)
@@ -4,10 +4,12 @@
<artifactId>portal.packaging.module</artifactId>
<version>3.0.0-Beta02</version>
<versioning>
+ <release>3.0.0-Beta04</release>
<versions>
<version>3.0.0-Beta02</version>
<version>3.0.0-Beta03</version>
+ <version>3.0.0-Beta04</version>
</versions>
- <lastUpdated>20091128085401</lastUpdated>
+ <lastUpdated>20091222195539</lastUpdated>
</versioning>
</metadata>
Modified: maven2/org/exoplatform/portal/portal.packaging.module/maven-metadata.xml.md5
===================================================================
--- maven2/org/exoplatform/portal/portal.packaging.module/maven-metadata.xml.md5 2009-12-22 15:18:31 UTC (rev 33183)
+++ maven2/org/exoplatform/portal/portal.packaging.module/maven-metadata.xml.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -1 +1 @@
-eda96a6ea09b17f50cfd082a8ae3313b
\ No newline at end of file
+0ba95c48d6d4f0019d33453c3391c269
\ No newline at end of file
Modified: maven2/org/exoplatform/portal/portal.packaging.module/maven-metadata.xml.sha1
===================================================================
--- maven2/org/exoplatform/portal/portal.packaging.module/maven-metadata.xml.sha1 2009-12-22 15:18:31 UTC (rev 33183)
+++ maven2/org/exoplatform/portal/portal.packaging.module/maven-metadata.xml.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -1 +1 @@
-895de03ba44aada2a40a6701af8db9b4c267fb27
\ No newline at end of file
+ff27756cd7e472233b0e1bde1e253d1cfee6b3ae
\ No newline at end of file
Added: maven2/org/exoplatform/portal/portal.packaging.product/3.0.0-Beta04/portal.packaging.product-3.0.0-Beta04.js
===================================================================
--- maven2/org/exoplatform/portal/portal.packaging.product/3.0.0-Beta04/portal.packaging.product-3.0.0-Beta04.js (rev 0)
+++ maven2/org/exoplatform/portal/portal.packaging.product/3.0.0-Beta04/portal.packaging.product-3.0.0-Beta04.js 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1,62 @@
+/**
+ * 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.
+ */
+
+eXo.require("eXo.projects.Module") ;
+eXo.require("eXo.projects.Product") ;
+
+function getProduct(version) {
+ var product = new Product();
+
+ product.name = "eXoPortal" ;
+ product.portalwar = "portal.war" ;
+ product.codeRepo = "portal" ;//module in modules/portal/module.js
+ product.serverPluginVersion = "3.0.0-Beta04";
+
+ var kernel = Module.GetModule("kernel") ;
+ var core = Module.GetModule("core") ;
+ var ws = Module.GetModule("ws", {kernel : kernel, core : core});
+ var eXoJcr = Module.GetModule("jcr", {kernel : kernel, core : core, ws : ws}) ;
+ var portal = Module.GetModule("portal", {kernel : kernel, ws:ws, core : core, eXoJcr : eXoJcr});
+
+ product.addDependencies(portal.web.rest) ;
+ product.addDependencies(portal.portlet.exoadmin) ;
+ product.addDependencies(portal.portlet.web) ;
+ product.addDependencies(portal.portlet.dashboard) ;
+ product.addDependencies(portal.eXoGadgetServer) ;
+ product.addDependencies(portal.eXoGadgets) ;
+ product.addDependencies(portal.webui.portal);
+
+ product.addDependencies(portal.web.eXoResources);
+
+ product.addDependencies(portal.web.portal) ;
+ product.addDependencies(portal.sample.extension) ;
+
+ product.addServerPatch("tomcat", portal.server.tomcat.patch) ;
+ product.addServerPatch("jboss", portal.server.jboss.patch) ;
+ product.addServerPatch("jbossear", portal.server.jbossear.patch) ;
+
+ /* cleanup duplicated lib */
+ product.removeDependency(new Project("commons-httpclient", "commons-httpclient", "jar", "3.0"));
+ product.removeDependency(new Project("commons-collections", "commons-collections", "jar", "3.1"));
+
+ product.module = portal ;
+ product.dependencyModule = [ kernel, core, ws, eXoJcr];
+
+ return product ;
+}
Added: maven2/org/exoplatform/portal/portal.packaging.product/3.0.0-Beta04/portal.packaging.product-3.0.0-Beta04.js.md5
===================================================================
--- maven2/org/exoplatform/portal/portal.packaging.product/3.0.0-Beta04/portal.packaging.product-3.0.0-Beta04.js.md5 (rev 0)
+++ maven2/org/exoplatform/portal/portal.packaging.product/3.0.0-Beta04/portal.packaging.product-3.0.0-Beta04.js.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+a7078c8f4756533169adb0a019ece897
\ No newline at end of file
Added: maven2/org/exoplatform/portal/portal.packaging.product/3.0.0-Beta04/portal.packaging.product-3.0.0-Beta04.js.sha1
===================================================================
--- maven2/org/exoplatform/portal/portal.packaging.product/3.0.0-Beta04/portal.packaging.product-3.0.0-Beta04.js.sha1 (rev 0)
+++ maven2/org/exoplatform/portal/portal.packaging.product/3.0.0-Beta04/portal.packaging.product-3.0.0-Beta04.js.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+4c5312a103495fc081beaa3dab3625f296954b6f
\ No newline at end of file
Added: maven2/org/exoplatform/portal/portal.packaging.product/3.0.0-Beta04/portal.packaging.product-3.0.0-Beta04.pom
===================================================================
--- maven2/org/exoplatform/portal/portal.packaging.product/3.0.0-Beta04/portal.packaging.product-3.0.0-Beta04.pom (rev 0)
+++ maven2/org/exoplatform/portal/portal.packaging.product/3.0.0-Beta04/portal.packaging.product-3.0.0-Beta04.pom 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1,87 @@
+<!--
+
+ 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.
+
+-->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <parent>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.packaging</artifactId>
+ <version>3.0.0-Beta04</version>
+ </parent>
+
+ <modelVersion>4.0.0</modelVersion>
+ <artifactId>portal.packaging.product</artifactId>
+ <packaging>pom</packaging>
+ <name>GateIn Portal Packaging Product</name>
+
+ <properties>
+ <exobuild.name>portal</exobuild.name>
+ <exobuild.type>product</exobuild.type>
+ </properties>
+
+ <!-- Attach .js to the pom -->
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-resources-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>prepare</id>
+ <phase>package</phase>
+ <goals>
+ <goal>copy-resources</goal>
+ </goals>
+ <configuration>
+ <outputDirectory>target</outputDirectory>
+ <resources>
+ <resource>
+ <directory>src/main/javascript</directory>
+ <filtering>true</filtering>
+ </resource>
+ </resources>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>build-helper-maven-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>attach-artifacts</id>
+ <phase>package</phase>
+ <goals>
+ <goal>attach-artifact</goal>
+ </goals>
+ <configuration>
+ <artifacts>
+ <artifact>
+ <file>target/${exobuild.name}.packaging.${exobuild.type}.js</file>
+ <type>js</type>
+ </artifact>
+ </artifacts>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+</project>
Added: maven2/org/exoplatform/portal/portal.packaging.product/3.0.0-Beta04/portal.packaging.product-3.0.0-Beta04.pom.md5
===================================================================
--- maven2/org/exoplatform/portal/portal.packaging.product/3.0.0-Beta04/portal.packaging.product-3.0.0-Beta04.pom.md5 (rev 0)
+++ maven2/org/exoplatform/portal/portal.packaging.product/3.0.0-Beta04/portal.packaging.product-3.0.0-Beta04.pom.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+e368640fe0b90cfbfbae87b602367fde
\ No newline at end of file
Added: maven2/org/exoplatform/portal/portal.packaging.product/3.0.0-Beta04/portal.packaging.product-3.0.0-Beta04.pom.sha1
===================================================================
--- maven2/org/exoplatform/portal/portal.packaging.product/3.0.0-Beta04/portal.packaging.product-3.0.0-Beta04.pom.sha1 (rev 0)
+++ maven2/org/exoplatform/portal/portal.packaging.product/3.0.0-Beta04/portal.packaging.product-3.0.0-Beta04.pom.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+d4aaea684685fed350dbb695cb2af2b1261ff1c7
\ No newline at end of file
Modified: maven2/org/exoplatform/portal/portal.packaging.product/maven-metadata.xml
===================================================================
--- maven2/org/exoplatform/portal/portal.packaging.product/maven-metadata.xml 2009-12-22 15:18:31 UTC (rev 33183)
+++ maven2/org/exoplatform/portal/portal.packaging.product/maven-metadata.xml 2009-12-22 20:29:02 UTC (rev 33184)
@@ -4,10 +4,12 @@
<artifactId>portal.packaging.product</artifactId>
<version>3.0.0-Beta02</version>
<versioning>
+ <release>3.0.0-Beta04</release>
<versions>
<version>3.0.0-Beta02</version>
<version>3.0.0-Beta03</version>
+ <version>3.0.0-Beta04</version>
</versions>
- <lastUpdated>20091128085401</lastUpdated>
+ <lastUpdated>20091222195540</lastUpdated>
</versioning>
</metadata>
Modified: maven2/org/exoplatform/portal/portal.packaging.product/maven-metadata.xml.md5
===================================================================
--- maven2/org/exoplatform/portal/portal.packaging.product/maven-metadata.xml.md5 2009-12-22 15:18:31 UTC (rev 33183)
+++ maven2/org/exoplatform/portal/portal.packaging.product/maven-metadata.xml.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -1 +1 @@
-95daa0c2d17c669e95c05a79fa7da93e
\ No newline at end of file
+cda81feed733850accd77ef9b4e4a4a8
\ No newline at end of file
Modified: maven2/org/exoplatform/portal/portal.packaging.product/maven-metadata.xml.sha1
===================================================================
--- maven2/org/exoplatform/portal/portal.packaging.product/maven-metadata.xml.sha1 2009-12-22 15:18:31 UTC (rev 33183)
+++ maven2/org/exoplatform/portal/portal.packaging.product/maven-metadata.xml.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -1 +1 @@
-8ca9afc0debc9210154229abde7ce372fba666a8
\ No newline at end of file
+26e401a6153252dcb2d061b588fa4b7a984848f1
\ No newline at end of file
Added: maven2/org/exoplatform/portal/starter-gatein/3.0.0-Beta04/starter-gatein-3.0.0-Beta04.ear
===================================================================
(Binary files differ)
Property changes on: maven2/org/exoplatform/portal/starter-gatein/3.0.0-Beta04/starter-gatein-3.0.0-Beta04.ear
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/exoplatform/portal/starter-gatein/3.0.0-Beta04/starter-gatein-3.0.0-Beta04.ear.md5
===================================================================
--- maven2/org/exoplatform/portal/starter-gatein/3.0.0-Beta04/starter-gatein-3.0.0-Beta04.ear.md5 (rev 0)
+++ maven2/org/exoplatform/portal/starter-gatein/3.0.0-Beta04/starter-gatein-3.0.0-Beta04.ear.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+0f9fbc5eadf41c834673adc8b420f5bb
\ No newline at end of file
Added: maven2/org/exoplatform/portal/starter-gatein/3.0.0-Beta04/starter-gatein-3.0.0-Beta04.ear.sha1
===================================================================
--- maven2/org/exoplatform/portal/starter-gatein/3.0.0-Beta04/starter-gatein-3.0.0-Beta04.ear.sha1 (rev 0)
+++ maven2/org/exoplatform/portal/starter-gatein/3.0.0-Beta04/starter-gatein-3.0.0-Beta04.ear.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+a424aab27fef191faed4a62310a74d6f05bb9742
\ No newline at end of file
Added: maven2/org/exoplatform/portal/starter-gatein/3.0.0-Beta04/starter-gatein-3.0.0-Beta04.pom
===================================================================
--- maven2/org/exoplatform/portal/starter-gatein/3.0.0-Beta04/starter-gatein-3.0.0-Beta04.pom (rev 0)
+++ maven2/org/exoplatform/portal/starter-gatein/3.0.0-Beta04/starter-gatein-3.0.0-Beta04.pom 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1,62 @@
+<!--
+
+ 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.
+
+-->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <parent>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.parent</artifactId>
+ <version>3.0.0-Beta04</version>
+ </parent>
+
+ <modelVersion>4.0.0</modelVersion>
+ <artifactId>starter-gatein</artifactId>
+ <packaging>ear</packaging>
+ <name>GateIn Portal Starter Ear</name>
+ <url>http://www.exoplatform.org</url>
+ <description>GateIn Portal Starter Ear</description>
+
+ <dependencies>
+ <dependency>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.starter.war</artifactId>
+ <version>3.0.0-Beta04</version>
+ <type>war</type>
+ </dependency>
+ </dependencies>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-ear-plugin</artifactId>
+ <configuration>
+ <displayName>starter</displayName>
+ <modules>
+ <webModule>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.starter.war</artifactId>
+ <contextRoot>starter</contextRoot>
+ </webModule>
+ </modules>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+</project>
Added: maven2/org/exoplatform/portal/starter-gatein/3.0.0-Beta04/starter-gatein-3.0.0-Beta04.pom.md5
===================================================================
--- maven2/org/exoplatform/portal/starter-gatein/3.0.0-Beta04/starter-gatein-3.0.0-Beta04.pom.md5 (rev 0)
+++ maven2/org/exoplatform/portal/starter-gatein/3.0.0-Beta04/starter-gatein-3.0.0-Beta04.pom.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+231fc62983445b7209240e732fc92b6e
\ No newline at end of file
Added: maven2/org/exoplatform/portal/starter-gatein/3.0.0-Beta04/starter-gatein-3.0.0-Beta04.pom.sha1
===================================================================
--- maven2/org/exoplatform/portal/starter-gatein/3.0.0-Beta04/starter-gatein-3.0.0-Beta04.pom.sha1 (rev 0)
+++ maven2/org/exoplatform/portal/starter-gatein/3.0.0-Beta04/starter-gatein-3.0.0-Beta04.pom.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+978d7bc4690af00630093c12f0bd55c932f1a7e5
\ No newline at end of file
Modified: maven2/org/exoplatform/portal/starter-gatein/maven-metadata.xml
===================================================================
--- maven2/org/exoplatform/portal/starter-gatein/maven-metadata.xml 2009-12-22 15:18:31 UTC (rev 33183)
+++ maven2/org/exoplatform/portal/starter-gatein/maven-metadata.xml 2009-12-22 20:29:02 UTC (rev 33184)
@@ -4,10 +4,12 @@
<artifactId>starter-gatein</artifactId>
<version>3.0.0-Beta02</version>
<versioning>
+ <release>3.0.0-Beta04</release>
<versions>
<version>3.0.0-Beta02</version>
<version>3.0.0-Beta03</version>
+ <version>3.0.0-Beta04</version>
</versions>
- <lastUpdated>20091128085401</lastUpdated>
+ <lastUpdated>20091222195536</lastUpdated>
</versioning>
</metadata>
Modified: maven2/org/exoplatform/portal/starter-gatein/maven-metadata.xml.md5
===================================================================
--- maven2/org/exoplatform/portal/starter-gatein/maven-metadata.xml.md5 2009-12-22 15:18:31 UTC (rev 33183)
+++ maven2/org/exoplatform/portal/starter-gatein/maven-metadata.xml.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -1 +1 @@
-38fdb7d124aa48dd13d28fcc0e03c6af
\ No newline at end of file
+75970c00cb658e45106230df3c8b9d15
\ No newline at end of file
Modified: maven2/org/exoplatform/portal/starter-gatein/maven-metadata.xml.sha1
===================================================================
--- maven2/org/exoplatform/portal/starter-gatein/maven-metadata.xml.sha1 2009-12-22 15:18:31 UTC (rev 33183)
+++ maven2/org/exoplatform/portal/starter-gatein/maven-metadata.xml.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -1 +1 @@
-1bd8a951d912a2f26e682f50e184a1416d1dfae4
\ No newline at end of file
+0a3e5932b11fb4360448a30b144832b739da4b21
\ No newline at end of file
Added: maven2/org/gatein/portal/examples/portlets/gatein-jsf-hellouser/3.0.0-Beta04/gatein-jsf-hellouser-3.0.0-Beta04-sources.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/gatein/portal/examples/portlets/gatein-jsf-hellouser/3.0.0-Beta04/gatein-jsf-hellouser-3.0.0-Beta04-sources.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/gatein/portal/examples/portlets/gatein-jsf-hellouser/3.0.0-Beta04/gatein-jsf-hellouser-3.0.0-Beta04-sources.jar.md5
===================================================================
--- maven2/org/gatein/portal/examples/portlets/gatein-jsf-hellouser/3.0.0-Beta04/gatein-jsf-hellouser-3.0.0-Beta04-sources.jar.md5 (rev 0)
+++ maven2/org/gatein/portal/examples/portlets/gatein-jsf-hellouser/3.0.0-Beta04/gatein-jsf-hellouser-3.0.0-Beta04-sources.jar.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+4ee6f6d42789245540b6cd1df765c187
\ No newline at end of file
Added: maven2/org/gatein/portal/examples/portlets/gatein-jsf-hellouser/3.0.0-Beta04/gatein-jsf-hellouser-3.0.0-Beta04-sources.jar.sha1
===================================================================
--- maven2/org/gatein/portal/examples/portlets/gatein-jsf-hellouser/3.0.0-Beta04/gatein-jsf-hellouser-3.0.0-Beta04-sources.jar.sha1 (rev 0)
+++ maven2/org/gatein/portal/examples/portlets/gatein-jsf-hellouser/3.0.0-Beta04/gatein-jsf-hellouser-3.0.0-Beta04-sources.jar.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+26443166846484c9a59607fe3c9050a523102411
\ No newline at end of file
Added: maven2/org/gatein/portal/examples/portlets/gatein-jsf-hellouser/3.0.0-Beta04/gatein-jsf-hellouser-3.0.0-Beta04.pom
===================================================================
--- maven2/org/gatein/portal/examples/portlets/gatein-jsf-hellouser/3.0.0-Beta04/gatein-jsf-hellouser-3.0.0-Beta04.pom (rev 0)
+++ maven2/org/gatein/portal/examples/portlets/gatein-jsf-hellouser/3.0.0-Beta04/gatein-jsf-hellouser-3.0.0-Beta04.pom 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1,66 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+
+ <!--
+ the parent isn't required, you can drop it if you add a groupId
+ and version
+ -->
+ <parent>
+ <groupId>org.gatein.portal.examples.portlets</groupId>
+ <artifactId>parent</artifactId>
+ <version>3.0.0-Beta04</version>
+ </parent>
+
+ <artifactId>gatein-jsf-hellouser</artifactId>
+ <packaging>war</packaging>
+ <name>GateIn Portal Examples - JSF Hello User Portlet</name>
+ <description />
+
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <configuration>
+ <source>1.5</source>
+ <target>1.5</target>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+
+ <dependencies>
+ <dependency>
+ <groupId>javax.portlet</groupId>
+ <artifactId>portlet-api</artifactId>
+ <scope>provided</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.jboss.portletbridge</groupId>
+ <artifactId>portletbridge-api</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>org.jboss.portletbridge</groupId>
+ <artifactId>portletbridge-impl</artifactId>
+ </dependency>
+
+ </dependencies>
+
+ <repositories>
+ <repository>
+ <id>JBoss repository</id>
+ <url>http://repository.jboss.com/maven2</url>
+ <releases>
+ <enabled>true</enabled>
+ </releases>
+ <snapshots>
+ <enabled>false</enabled>
+ </snapshots>
+ </repository>
+
+ </repositories>
+
+</project>
Added: maven2/org/gatein/portal/examples/portlets/gatein-jsf-hellouser/3.0.0-Beta04/gatein-jsf-hellouser-3.0.0-Beta04.pom.md5
===================================================================
--- maven2/org/gatein/portal/examples/portlets/gatein-jsf-hellouser/3.0.0-Beta04/gatein-jsf-hellouser-3.0.0-Beta04.pom.md5 (rev 0)
+++ maven2/org/gatein/portal/examples/portlets/gatein-jsf-hellouser/3.0.0-Beta04/gatein-jsf-hellouser-3.0.0-Beta04.pom.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+d89730f41a468d32ef8daf029354dc59
\ No newline at end of file
Added: maven2/org/gatein/portal/examples/portlets/gatein-jsf-hellouser/3.0.0-Beta04/gatein-jsf-hellouser-3.0.0-Beta04.pom.sha1
===================================================================
--- maven2/org/gatein/portal/examples/portlets/gatein-jsf-hellouser/3.0.0-Beta04/gatein-jsf-hellouser-3.0.0-Beta04.pom.sha1 (rev 0)
+++ maven2/org/gatein/portal/examples/portlets/gatein-jsf-hellouser/3.0.0-Beta04/gatein-jsf-hellouser-3.0.0-Beta04.pom.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+75365d320322dfc0e4db125769a7fdca75273792
\ No newline at end of file
Added: maven2/org/gatein/portal/examples/portlets/gatein-jsf-hellouser/3.0.0-Beta04/gatein-jsf-hellouser-3.0.0-Beta04.war
===================================================================
(Binary files differ)
Property changes on: maven2/org/gatein/portal/examples/portlets/gatein-jsf-hellouser/3.0.0-Beta04/gatein-jsf-hellouser-3.0.0-Beta04.war
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/gatein/portal/examples/portlets/gatein-jsf-hellouser/3.0.0-Beta04/gatein-jsf-hellouser-3.0.0-Beta04.war.md5
===================================================================
--- maven2/org/gatein/portal/examples/portlets/gatein-jsf-hellouser/3.0.0-Beta04/gatein-jsf-hellouser-3.0.0-Beta04.war.md5 (rev 0)
+++ maven2/org/gatein/portal/examples/portlets/gatein-jsf-hellouser/3.0.0-Beta04/gatein-jsf-hellouser-3.0.0-Beta04.war.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+268110aa7bafcf38dfabaffee7ba3d4a
\ No newline at end of file
Added: maven2/org/gatein/portal/examples/portlets/gatein-jsf-hellouser/3.0.0-Beta04/gatein-jsf-hellouser-3.0.0-Beta04.war.sha1
===================================================================
--- maven2/org/gatein/portal/examples/portlets/gatein-jsf-hellouser/3.0.0-Beta04/gatein-jsf-hellouser-3.0.0-Beta04.war.sha1 (rev 0)
+++ maven2/org/gatein/portal/examples/portlets/gatein-jsf-hellouser/3.0.0-Beta04/gatein-jsf-hellouser-3.0.0-Beta04.war.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+1e1b2a63ab9547ddcae0578d94239f98f8a1cbc6
\ No newline at end of file
Modified: maven2/org/gatein/portal/examples/portlets/gatein-jsf-hellouser/maven-metadata.xml
===================================================================
--- maven2/org/gatein/portal/examples/portlets/gatein-jsf-hellouser/maven-metadata.xml 2009-12-22 15:18:31 UTC (rev 33183)
+++ maven2/org/gatein/portal/examples/portlets/gatein-jsf-hellouser/maven-metadata.xml 2009-12-22 20:29:02 UTC (rev 33184)
@@ -4,9 +4,11 @@
<artifactId>gatein-jsf-hellouser</artifactId>
<version>3.0.0-Beta03</version>
<versioning>
+ <release>3.0.0-Beta04</release>
<versions>
<version>3.0.0-Beta03</version>
+ <version>3.0.0-Beta04</version>
</versions>
- <lastUpdated>20091128085400</lastUpdated>
+ <lastUpdated>20091222195529</lastUpdated>
</versioning>
</metadata>
Modified: maven2/org/gatein/portal/examples/portlets/gatein-jsf-hellouser/maven-metadata.xml.md5
===================================================================
--- maven2/org/gatein/portal/examples/portlets/gatein-jsf-hellouser/maven-metadata.xml.md5 2009-12-22 15:18:31 UTC (rev 33183)
+++ maven2/org/gatein/portal/examples/portlets/gatein-jsf-hellouser/maven-metadata.xml.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -1 +1 @@
-aa50ca2d5ea9a21f4464caa04ef01122
\ No newline at end of file
+d25484851f74ad9d6d49618193a124fe
\ No newline at end of file
Modified: maven2/org/gatein/portal/examples/portlets/gatein-jsf-hellouser/maven-metadata.xml.sha1
===================================================================
--- maven2/org/gatein/portal/examples/portlets/gatein-jsf-hellouser/maven-metadata.xml.sha1 2009-12-22 15:18:31 UTC (rev 33183)
+++ maven2/org/gatein/portal/examples/portlets/gatein-jsf-hellouser/maven-metadata.xml.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -1 +1 @@
-a0e16df86126ee8e81267c2952924dc712962931
\ No newline at end of file
+96e9bcb94befa3b0aaeab737568b7e5ea0bdbdfc
\ No newline at end of file
Added: maven2/org/gatein/portal/examples/portlets/gatein-jsp-hellouser/3.0.0-Beta04/gatein-jsp-hellouser-3.0.0-Beta04-sources.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/gatein/portal/examples/portlets/gatein-jsp-hellouser/3.0.0-Beta04/gatein-jsp-hellouser-3.0.0-Beta04-sources.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/gatein/portal/examples/portlets/gatein-jsp-hellouser/3.0.0-Beta04/gatein-jsp-hellouser-3.0.0-Beta04-sources.jar.md5
===================================================================
--- maven2/org/gatein/portal/examples/portlets/gatein-jsp-hellouser/3.0.0-Beta04/gatein-jsp-hellouser-3.0.0-Beta04-sources.jar.md5 (rev 0)
+++ maven2/org/gatein/portal/examples/portlets/gatein-jsp-hellouser/3.0.0-Beta04/gatein-jsp-hellouser-3.0.0-Beta04-sources.jar.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+106da768692bc6859c395d277e9deb70
\ No newline at end of file
Added: maven2/org/gatein/portal/examples/portlets/gatein-jsp-hellouser/3.0.0-Beta04/gatein-jsp-hellouser-3.0.0-Beta04-sources.jar.sha1
===================================================================
--- maven2/org/gatein/portal/examples/portlets/gatein-jsp-hellouser/3.0.0-Beta04/gatein-jsp-hellouser-3.0.0-Beta04-sources.jar.sha1 (rev 0)
+++ maven2/org/gatein/portal/examples/portlets/gatein-jsp-hellouser/3.0.0-Beta04/gatein-jsp-hellouser-3.0.0-Beta04-sources.jar.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+635661512b5217bc09d2b3010c776407fd3785fe
\ No newline at end of file
Added: maven2/org/gatein/portal/examples/portlets/gatein-jsp-hellouser/3.0.0-Beta04/gatein-jsp-hellouser-3.0.0-Beta04.pom
===================================================================
--- maven2/org/gatein/portal/examples/portlets/gatein-jsp-hellouser/3.0.0-Beta04/gatein-jsp-hellouser-3.0.0-Beta04.pom (rev 0)
+++ maven2/org/gatein/portal/examples/portlets/gatein-jsp-hellouser/3.0.0-Beta04/gatein-jsp-hellouser-3.0.0-Beta04.pom 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1,39 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+
+ <!--
+ the parent isn't required, you can drop it if you add a groupId
+ and version
+ -->
+ <parent>
+ <groupId>org.gatein.portal.examples.portlets</groupId>
+ <artifactId>parent</artifactId>
+ <version>3.0.0-Beta04</version>
+ </parent>
+
+ <artifactId>gatein-jsp-hellouser</artifactId>
+ <packaging>war</packaging>
+ <name>GateIn Portal Examples - JSP Hello User Portlet</name>
+
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <configuration>
+ <source>1.5</source>
+ <target>1.5</target>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+
+ <dependencies>
+ <dependency>
+ <groupId>javax.portlet</groupId>
+ <artifactId>portlet-api</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ </dependencies>
+</project>
\ No newline at end of file
Added: maven2/org/gatein/portal/examples/portlets/gatein-jsp-hellouser/3.0.0-Beta04/gatein-jsp-hellouser-3.0.0-Beta04.pom.md5
===================================================================
--- maven2/org/gatein/portal/examples/portlets/gatein-jsp-hellouser/3.0.0-Beta04/gatein-jsp-hellouser-3.0.0-Beta04.pom.md5 (rev 0)
+++ maven2/org/gatein/portal/examples/portlets/gatein-jsp-hellouser/3.0.0-Beta04/gatein-jsp-hellouser-3.0.0-Beta04.pom.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+4e6cc0578e8f74bcf632bf68c7dcab90
\ No newline at end of file
Added: maven2/org/gatein/portal/examples/portlets/gatein-jsp-hellouser/3.0.0-Beta04/gatein-jsp-hellouser-3.0.0-Beta04.pom.sha1
===================================================================
--- maven2/org/gatein/portal/examples/portlets/gatein-jsp-hellouser/3.0.0-Beta04/gatein-jsp-hellouser-3.0.0-Beta04.pom.sha1 (rev 0)
+++ maven2/org/gatein/portal/examples/portlets/gatein-jsp-hellouser/3.0.0-Beta04/gatein-jsp-hellouser-3.0.0-Beta04.pom.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+e725e0872c502d8b370e72df5130396de087d7bc
\ No newline at end of file
Added: maven2/org/gatein/portal/examples/portlets/gatein-jsp-hellouser/3.0.0-Beta04/gatein-jsp-hellouser-3.0.0-Beta04.war
===================================================================
(Binary files differ)
Property changes on: maven2/org/gatein/portal/examples/portlets/gatein-jsp-hellouser/3.0.0-Beta04/gatein-jsp-hellouser-3.0.0-Beta04.war
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/gatein/portal/examples/portlets/gatein-jsp-hellouser/3.0.0-Beta04/gatein-jsp-hellouser-3.0.0-Beta04.war.md5
===================================================================
--- maven2/org/gatein/portal/examples/portlets/gatein-jsp-hellouser/3.0.0-Beta04/gatein-jsp-hellouser-3.0.0-Beta04.war.md5 (rev 0)
+++ maven2/org/gatein/portal/examples/portlets/gatein-jsp-hellouser/3.0.0-Beta04/gatein-jsp-hellouser-3.0.0-Beta04.war.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+5b9494a15c4ffb0eecb95328277b93d8
\ No newline at end of file
Added: maven2/org/gatein/portal/examples/portlets/gatein-jsp-hellouser/3.0.0-Beta04/gatein-jsp-hellouser-3.0.0-Beta04.war.sha1
===================================================================
--- maven2/org/gatein/portal/examples/portlets/gatein-jsp-hellouser/3.0.0-Beta04/gatein-jsp-hellouser-3.0.0-Beta04.war.sha1 (rev 0)
+++ maven2/org/gatein/portal/examples/portlets/gatein-jsp-hellouser/3.0.0-Beta04/gatein-jsp-hellouser-3.0.0-Beta04.war.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+1cd821a62232c94340a39cd1685f546d05c78766
\ No newline at end of file
Modified: maven2/org/gatein/portal/examples/portlets/gatein-jsp-hellouser/maven-metadata.xml
===================================================================
--- maven2/org/gatein/portal/examples/portlets/gatein-jsp-hellouser/maven-metadata.xml 2009-12-22 15:18:31 UTC (rev 33183)
+++ maven2/org/gatein/portal/examples/portlets/gatein-jsp-hellouser/maven-metadata.xml 2009-12-22 20:29:02 UTC (rev 33184)
@@ -4,9 +4,11 @@
<artifactId>gatein-jsp-hellouser</artifactId>
<version>3.0.0-Beta03</version>
<versioning>
+ <release>3.0.0-Beta04</release>
<versions>
<version>3.0.0-Beta03</version>
+ <version>3.0.0-Beta04</version>
</versions>
- <lastUpdated>20091128085400</lastUpdated>
+ <lastUpdated>20091222195531</lastUpdated>
</versioning>
</metadata>
Modified: maven2/org/gatein/portal/examples/portlets/gatein-jsp-hellouser/maven-metadata.xml.md5
===================================================================
--- maven2/org/gatein/portal/examples/portlets/gatein-jsp-hellouser/maven-metadata.xml.md5 2009-12-22 15:18:31 UTC (rev 33183)
+++ maven2/org/gatein/portal/examples/portlets/gatein-jsp-hellouser/maven-metadata.xml.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -1 +1 @@
-f362a3d6fb6b047cd231e1a6451d7b46
\ No newline at end of file
+d221b3f87fedee8e8a95bc4d8777a7cd
\ No newline at end of file
Modified: maven2/org/gatein/portal/examples/portlets/gatein-jsp-hellouser/maven-metadata.xml.sha1
===================================================================
--- maven2/org/gatein/portal/examples/portlets/gatein-jsp-hellouser/maven-metadata.xml.sha1 2009-12-22 15:18:31 UTC (rev 33183)
+++ maven2/org/gatein/portal/examples/portlets/gatein-jsp-hellouser/maven-metadata.xml.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -1 +1 @@
-01cde3ed7d15413a045381d69114b78fce070231
\ No newline at end of file
+5a71a7c754c173d80e1ee4f02fb91538cdd9885f
\ No newline at end of file
Added: maven2/org/gatein/portal/examples/portlets/gatein-simplest-helloworld/3.0.0-Beta04/gatein-simplest-helloworld-3.0.0-Beta04-sources.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/gatein/portal/examples/portlets/gatein-simplest-helloworld/3.0.0-Beta04/gatein-simplest-helloworld-3.0.0-Beta04-sources.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/gatein/portal/examples/portlets/gatein-simplest-helloworld/3.0.0-Beta04/gatein-simplest-helloworld-3.0.0-Beta04-sources.jar.md5
===================================================================
--- maven2/org/gatein/portal/examples/portlets/gatein-simplest-helloworld/3.0.0-Beta04/gatein-simplest-helloworld-3.0.0-Beta04-sources.jar.md5 (rev 0)
+++ maven2/org/gatein/portal/examples/portlets/gatein-simplest-helloworld/3.0.0-Beta04/gatein-simplest-helloworld-3.0.0-Beta04-sources.jar.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+ba5d41f623a2e83e4ee08d8f15030756
\ No newline at end of file
Added: maven2/org/gatein/portal/examples/portlets/gatein-simplest-helloworld/3.0.0-Beta04/gatein-simplest-helloworld-3.0.0-Beta04-sources.jar.sha1
===================================================================
--- maven2/org/gatein/portal/examples/portlets/gatein-simplest-helloworld/3.0.0-Beta04/gatein-simplest-helloworld-3.0.0-Beta04-sources.jar.sha1 (rev 0)
+++ maven2/org/gatein/portal/examples/portlets/gatein-simplest-helloworld/3.0.0-Beta04/gatein-simplest-helloworld-3.0.0-Beta04-sources.jar.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+aebbfa9b9e91b87abc2f3a331fa8fb4cd34a5b57
\ No newline at end of file
Added: maven2/org/gatein/portal/examples/portlets/gatein-simplest-helloworld/3.0.0-Beta04/gatein-simplest-helloworld-3.0.0-Beta04.pom
===================================================================
--- maven2/org/gatein/portal/examples/portlets/gatein-simplest-helloworld/3.0.0-Beta04/gatein-simplest-helloworld-3.0.0-Beta04.pom (rev 0)
+++ maven2/org/gatein/portal/examples/portlets/gatein-simplest-helloworld/3.0.0-Beta04/gatein-simplest-helloworld-3.0.0-Beta04.pom 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1,40 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+
+ <!--
+ the parent isn't required, you can drop it if you add a groupId
+ and version
+ -->
+ <parent>
+ <groupId>org.gatein.portal.examples.portlets</groupId>
+ <artifactId>parent</artifactId>
+ <version>3.0.0-Beta04</version>
+ </parent>
+
+ <artifactId>gatein-simplest-helloworld</artifactId>
+ <packaging>war</packaging>
+ <name>GateIn Portal Examples - Simplest Hello World Portlet</name>
+ <description />
+
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <configuration>
+ <source>1.5</source>
+ <target>1.5</target>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+
+ <dependencies>
+ <dependency>
+ <groupId>javax.portlet</groupId>
+ <artifactId>portlet-api</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ </dependencies>
+</project>
\ No newline at end of file
Added: maven2/org/gatein/portal/examples/portlets/gatein-simplest-helloworld/3.0.0-Beta04/gatein-simplest-helloworld-3.0.0-Beta04.pom.md5
===================================================================
--- maven2/org/gatein/portal/examples/portlets/gatein-simplest-helloworld/3.0.0-Beta04/gatein-simplest-helloworld-3.0.0-Beta04.pom.md5 (rev 0)
+++ maven2/org/gatein/portal/examples/portlets/gatein-simplest-helloworld/3.0.0-Beta04/gatein-simplest-helloworld-3.0.0-Beta04.pom.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+c0797dc61cac1196d25fa2c53b15c7cf
\ No newline at end of file
Added: maven2/org/gatein/portal/examples/portlets/gatein-simplest-helloworld/3.0.0-Beta04/gatein-simplest-helloworld-3.0.0-Beta04.pom.sha1
===================================================================
--- maven2/org/gatein/portal/examples/portlets/gatein-simplest-helloworld/3.0.0-Beta04/gatein-simplest-helloworld-3.0.0-Beta04.pom.sha1 (rev 0)
+++ maven2/org/gatein/portal/examples/portlets/gatein-simplest-helloworld/3.0.0-Beta04/gatein-simplest-helloworld-3.0.0-Beta04.pom.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+7fc100a995e124ef65d62baded1b2a0df3fb4ee7
\ No newline at end of file
Added: maven2/org/gatein/portal/examples/portlets/gatein-simplest-helloworld/3.0.0-Beta04/gatein-simplest-helloworld-3.0.0-Beta04.war
===================================================================
(Binary files differ)
Property changes on: maven2/org/gatein/portal/examples/portlets/gatein-simplest-helloworld/3.0.0-Beta04/gatein-simplest-helloworld-3.0.0-Beta04.war
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/gatein/portal/examples/portlets/gatein-simplest-helloworld/3.0.0-Beta04/gatein-simplest-helloworld-3.0.0-Beta04.war.md5
===================================================================
--- maven2/org/gatein/portal/examples/portlets/gatein-simplest-helloworld/3.0.0-Beta04/gatein-simplest-helloworld-3.0.0-Beta04.war.md5 (rev 0)
+++ maven2/org/gatein/portal/examples/portlets/gatein-simplest-helloworld/3.0.0-Beta04/gatein-simplest-helloworld-3.0.0-Beta04.war.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+db336c49404eea9c7e79b45b291a289d
\ No newline at end of file
Added: maven2/org/gatein/portal/examples/portlets/gatein-simplest-helloworld/3.0.0-Beta04/gatein-simplest-helloworld-3.0.0-Beta04.war.sha1
===================================================================
--- maven2/org/gatein/portal/examples/portlets/gatein-simplest-helloworld/3.0.0-Beta04/gatein-simplest-helloworld-3.0.0-Beta04.war.sha1 (rev 0)
+++ maven2/org/gatein/portal/examples/portlets/gatein-simplest-helloworld/3.0.0-Beta04/gatein-simplest-helloworld-3.0.0-Beta04.war.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+1942875381792fff9cca9449bacfd69f56f97c14
\ No newline at end of file
Modified: maven2/org/gatein/portal/examples/portlets/gatein-simplest-helloworld/maven-metadata.xml
===================================================================
--- maven2/org/gatein/portal/examples/portlets/gatein-simplest-helloworld/maven-metadata.xml 2009-12-22 15:18:31 UTC (rev 33183)
+++ maven2/org/gatein/portal/examples/portlets/gatein-simplest-helloworld/maven-metadata.xml 2009-12-22 20:29:02 UTC (rev 33184)
@@ -4,9 +4,11 @@
<artifactId>gatein-simplest-helloworld</artifactId>
<version>3.0.0-Beta03</version>
<versioning>
+ <release>3.0.0-Beta04</release>
<versions>
<version>3.0.0-Beta03</version>
+ <version>3.0.0-Beta04</version>
</versions>
- <lastUpdated>20091128085401</lastUpdated>
+ <lastUpdated>20091222195533</lastUpdated>
</versioning>
</metadata>
Modified: maven2/org/gatein/portal/examples/portlets/gatein-simplest-helloworld/maven-metadata.xml.md5
===================================================================
--- maven2/org/gatein/portal/examples/portlets/gatein-simplest-helloworld/maven-metadata.xml.md5 2009-12-22 15:18:31 UTC (rev 33183)
+++ maven2/org/gatein/portal/examples/portlets/gatein-simplest-helloworld/maven-metadata.xml.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -1 +1 @@
-e0eb71d0c0d492aaf507e1830fe6e5cd
\ No newline at end of file
+6c2e85399f66d28538ea784af77572fc
\ No newline at end of file
Modified: maven2/org/gatein/portal/examples/portlets/gatein-simplest-helloworld/maven-metadata.xml.sha1
===================================================================
--- maven2/org/gatein/portal/examples/portlets/gatein-simplest-helloworld/maven-metadata.xml.sha1 2009-12-22 15:18:31 UTC (rev 33183)
+++ maven2/org/gatein/portal/examples/portlets/gatein-simplest-helloworld/maven-metadata.xml.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -1 +1 @@
-7d3ff98c48a132cc3105e20d71412bcdcdd85665
\ No newline at end of file
+940b758d2b1b5c8acf241b673994d2b66a41b96f
\ No newline at end of file
Added: maven2/org/gatein/portal/examples/portlets/parent/3.0.0-Beta04/parent-3.0.0-Beta04.pom
===================================================================
--- maven2/org/gatein/portal/examples/portlets/parent/3.0.0-Beta04/parent-3.0.0-Beta04.pom (rev 0)
+++ maven2/org/gatein/portal/examples/portlets/parent/3.0.0-Beta04/parent-3.0.0-Beta04.pom 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.parent</artifactId>
+ <version>3.0.0-Beta04</version>
+ </parent>
+
+ <groupId>org.gatein.portal.examples.portlets</groupId>
+ <artifactId>parent</artifactId>
+ <packaging>pom</packaging>
+ <name>GateIn Portal Examples - Portlets</name>
+
+ <modules>
+ <module>jsfhellouser</module>
+ <module>jsphellouser</module>
+ <module>simplesthelloworld</module>
+ </modules>
+
+</project>
Added: maven2/org/gatein/portal/examples/portlets/parent/3.0.0-Beta04/parent-3.0.0-Beta04.pom.md5
===================================================================
--- maven2/org/gatein/portal/examples/portlets/parent/3.0.0-Beta04/parent-3.0.0-Beta04.pom.md5 (rev 0)
+++ maven2/org/gatein/portal/examples/portlets/parent/3.0.0-Beta04/parent-3.0.0-Beta04.pom.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+5c08a8a8d9fd1a3eb3ccce4d7d57bda9
\ No newline at end of file
Added: maven2/org/gatein/portal/examples/portlets/parent/3.0.0-Beta04/parent-3.0.0-Beta04.pom.sha1
===================================================================
--- maven2/org/gatein/portal/examples/portlets/parent/3.0.0-Beta04/parent-3.0.0-Beta04.pom.sha1 (rev 0)
+++ maven2/org/gatein/portal/examples/portlets/parent/3.0.0-Beta04/parent-3.0.0-Beta04.pom.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -0,0 +1 @@
+623b4b7e771513070f40d80173e8042aa06f0f0d
\ No newline at end of file
Modified: maven2/org/gatein/portal/examples/portlets/parent/maven-metadata.xml
===================================================================
--- maven2/org/gatein/portal/examples/portlets/parent/maven-metadata.xml 2009-12-22 15:18:31 UTC (rev 33183)
+++ maven2/org/gatein/portal/examples/portlets/parent/maven-metadata.xml 2009-12-22 20:29:02 UTC (rev 33184)
@@ -4,10 +4,11 @@
<artifactId>parent</artifactId>
<version>3.0.0-Beta03</version>
<versioning>
- <release>3.0.0-Beta03</release>
+ <release>3.0.0-Beta04</release>
<versions>
<version>3.0.0-Beta03</version>
+ <version>3.0.0-Beta04</version>
</versions>
- <lastUpdated>20091128085359</lastUpdated>
+ <lastUpdated>20091222195525</lastUpdated>
</versioning>
</metadata>
Modified: maven2/org/gatein/portal/examples/portlets/parent/maven-metadata.xml.md5
===================================================================
--- maven2/org/gatein/portal/examples/portlets/parent/maven-metadata.xml.md5 2009-12-22 15:18:31 UTC (rev 33183)
+++ maven2/org/gatein/portal/examples/portlets/parent/maven-metadata.xml.md5 2009-12-22 20:29:02 UTC (rev 33184)
@@ -1 +1 @@
-d85ff4de01d160d182fc5ab6b8cbad5e
\ No newline at end of file
+c2ff5d3fbd33bbfdf7ac5c2ef3fe4caa
\ No newline at end of file
Modified: maven2/org/gatein/portal/examples/portlets/parent/maven-metadata.xml.sha1
===================================================================
--- maven2/org/gatein/portal/examples/portlets/parent/maven-metadata.xml.sha1 2009-12-22 15:18:31 UTC (rev 33183)
+++ maven2/org/gatein/portal/examples/portlets/parent/maven-metadata.xml.sha1 2009-12-22 20:29:02 UTC (rev 33184)
@@ -1 +1 @@
-8f1efbdcb10524b2f84a55a8880ef6d9e519a71d
\ No newline at end of file
+dbc8d63b522bf23c05139a08d8a3c9e1dc51389e
\ No newline at end of file
16 years, 5 months
Repository SVN: r33183 - in maven2/org/richfaces: cdk/3.3.3.BETA1 and 84 other directories.
by jboss-maven2-commits@lists.jboss.org
Author: alexsmirnov
Date: 2009-12-22 10:18:31 -0500 (Tue, 22 Dec 2009)
New Revision: 33183
Added:
maven2/org/richfaces/cdk/3.3.3.BETA1/
maven2/org/richfaces/cdk/3.3.3.BETA1/cdk-3.3.3.BETA1.pom
maven2/org/richfaces/cdk/3.3.3.BETA1/cdk-3.3.3.BETA1.pom.md5
maven2/org/richfaces/cdk/3.3.3.BETA1/cdk-3.3.3.BETA1.pom.sha1
maven2/org/richfaces/cdk/generator/3.3.3.BETA1/
maven2/org/richfaces/cdk/generator/3.3.3.BETA1/generator-3.3.3.BETA1.jar
maven2/org/richfaces/cdk/generator/3.3.3.BETA1/generator-3.3.3.BETA1.jar.md5
maven2/org/richfaces/cdk/generator/3.3.3.BETA1/generator-3.3.3.BETA1.jar.sha1
maven2/org/richfaces/cdk/generator/3.3.3.BETA1/generator-3.3.3.BETA1.pom
maven2/org/richfaces/cdk/generator/3.3.3.BETA1/generator-3.3.3.BETA1.pom.md5
maven2/org/richfaces/cdk/generator/3.3.3.BETA1/generator-3.3.3.BETA1.pom.sha1
maven2/org/richfaces/cdk/maven-archetype-jsf-component/3.3.3.BETA1/
maven2/org/richfaces/cdk/maven-archetype-jsf-component/3.3.3.BETA1/maven-archetype-jsf-component-3.3.3.BETA1.jar
maven2/org/richfaces/cdk/maven-archetype-jsf-component/3.3.3.BETA1/maven-archetype-jsf-component-3.3.3.BETA1.jar.md5
maven2/org/richfaces/cdk/maven-archetype-jsf-component/3.3.3.BETA1/maven-archetype-jsf-component-3.3.3.BETA1.jar.sha1
maven2/org/richfaces/cdk/maven-archetype-jsf-component/3.3.3.BETA1/maven-archetype-jsf-component-3.3.3.BETA1.pom
maven2/org/richfaces/cdk/maven-archetype-jsf-component/3.3.3.BETA1/maven-archetype-jsf-component-3.3.3.BETA1.pom.md5
maven2/org/richfaces/cdk/maven-archetype-jsf-component/3.3.3.BETA1/maven-archetype-jsf-component-3.3.3.BETA1.pom.sha1
maven2/org/richfaces/cdk/maven-archetype-jsfwebapp/3.3.3.BETA1/
maven2/org/richfaces/cdk/maven-archetype-jsfwebapp/3.3.3.BETA1/maven-archetype-jsfwebapp-3.3.3.BETA1.jar
maven2/org/richfaces/cdk/maven-archetype-jsfwebapp/3.3.3.BETA1/maven-archetype-jsfwebapp-3.3.3.BETA1.jar.md5
maven2/org/richfaces/cdk/maven-archetype-jsfwebapp/3.3.3.BETA1/maven-archetype-jsfwebapp-3.3.3.BETA1.jar.sha1
maven2/org/richfaces/cdk/maven-archetype-jsfwebapp/3.3.3.BETA1/maven-archetype-jsfwebapp-3.3.3.BETA1.pom
maven2/org/richfaces/cdk/maven-archetype-jsfwebapp/3.3.3.BETA1/maven-archetype-jsfwebapp-3.3.3.BETA1.pom.md5
maven2/org/richfaces/cdk/maven-archetype-jsfwebapp/3.3.3.BETA1/maven-archetype-jsfwebapp-3.3.3.BETA1.pom.sha1
maven2/org/richfaces/cdk/maven-archetype-plug-n-skin/3.3.3.BETA1/
maven2/org/richfaces/cdk/maven-archetype-plug-n-skin/3.3.3.BETA1/maven-archetype-plug-n-skin-3.3.3.BETA1.jar
maven2/org/richfaces/cdk/maven-archetype-plug-n-skin/3.3.3.BETA1/maven-archetype-plug-n-skin-3.3.3.BETA1.jar.md5
maven2/org/richfaces/cdk/maven-archetype-plug-n-skin/3.3.3.BETA1/maven-archetype-plug-n-skin-3.3.3.BETA1.jar.sha1
maven2/org/richfaces/cdk/maven-archetype-plug-n-skin/3.3.3.BETA1/maven-archetype-plug-n-skin-3.3.3.BETA1.pom
maven2/org/richfaces/cdk/maven-archetype-plug-n-skin/3.3.3.BETA1/maven-archetype-plug-n-skin-3.3.3.BETA1.pom.md5
maven2/org/richfaces/cdk/maven-archetype-plug-n-skin/3.3.3.BETA1/maven-archetype-plug-n-skin-3.3.3.BETA1.pom.sha1
maven2/org/richfaces/cdk/maven-archetype-theme/3.3.3.BETA1/
maven2/org/richfaces/cdk/maven-archetype-theme/3.3.3.BETA1/maven-archetype-theme-3.3.3.BETA1.jar
maven2/org/richfaces/cdk/maven-archetype-theme/3.3.3.BETA1/maven-archetype-theme-3.3.3.BETA1.jar.md5
maven2/org/richfaces/cdk/maven-archetype-theme/3.3.3.BETA1/maven-archetype-theme-3.3.3.BETA1.jar.sha1
maven2/org/richfaces/cdk/maven-archetype-theme/3.3.3.BETA1/maven-archetype-theme-3.3.3.BETA1.pom
maven2/org/richfaces/cdk/maven-archetype-theme/3.3.3.BETA1/maven-archetype-theme-3.3.3.BETA1.pom.md5
maven2/org/richfaces/cdk/maven-archetype-theme/3.3.3.BETA1/maven-archetype-theme-3.3.3.BETA1.pom.sha1
maven2/org/richfaces/cdk/maven-cdk-plugin/3.3.3.BETA1/
maven2/org/richfaces/cdk/maven-cdk-plugin/3.3.3.BETA1/maven-cdk-plugin-3.3.3.BETA1.jar
maven2/org/richfaces/cdk/maven-cdk-plugin/3.3.3.BETA1/maven-cdk-plugin-3.3.3.BETA1.jar.md5
maven2/org/richfaces/cdk/maven-cdk-plugin/3.3.3.BETA1/maven-cdk-plugin-3.3.3.BETA1.jar.sha1
maven2/org/richfaces/cdk/maven-cdk-plugin/3.3.3.BETA1/maven-cdk-plugin-3.3.3.BETA1.pom
maven2/org/richfaces/cdk/maven-cdk-plugin/3.3.3.BETA1/maven-cdk-plugin-3.3.3.BETA1.pom.md5
maven2/org/richfaces/cdk/maven-cdk-plugin/3.3.3.BETA1/maven-cdk-plugin-3.3.3.BETA1.pom.sha1
maven2/org/richfaces/cdk/maven-javascript-plugin/3.3.3.BETA1/
maven2/org/richfaces/cdk/maven-javascript-plugin/3.3.3.BETA1/maven-javascript-plugin-3.3.3.BETA1.jar
maven2/org/richfaces/cdk/maven-javascript-plugin/3.3.3.BETA1/maven-javascript-plugin-3.3.3.BETA1.jar.md5
maven2/org/richfaces/cdk/maven-javascript-plugin/3.3.3.BETA1/maven-javascript-plugin-3.3.3.BETA1.jar.sha1
maven2/org/richfaces/cdk/maven-javascript-plugin/3.3.3.BETA1/maven-javascript-plugin-3.3.3.BETA1.pom
maven2/org/richfaces/cdk/maven-javascript-plugin/3.3.3.BETA1/maven-javascript-plugin-3.3.3.BETA1.pom.md5
maven2/org/richfaces/cdk/maven-javascript-plugin/3.3.3.BETA1/maven-javascript-plugin-3.3.3.BETA1.pom.sha1
maven2/org/richfaces/cdk/maven-resource-dependency-plugin/3.3.3.BETA1/
maven2/org/richfaces/cdk/maven-resource-dependency-plugin/3.3.3.BETA1/maven-resource-dependency-plugin-3.3.3.BETA1.jar
maven2/org/richfaces/cdk/maven-resource-dependency-plugin/3.3.3.BETA1/maven-resource-dependency-plugin-3.3.3.BETA1.jar.md5
maven2/org/richfaces/cdk/maven-resource-dependency-plugin/3.3.3.BETA1/maven-resource-dependency-plugin-3.3.3.BETA1.jar.sha1
maven2/org/richfaces/cdk/maven-resource-dependency-plugin/3.3.3.BETA1/maven-resource-dependency-plugin-3.3.3.BETA1.pom
maven2/org/richfaces/cdk/maven-resource-dependency-plugin/3.3.3.BETA1/maven-resource-dependency-plugin-3.3.3.BETA1.pom.md5
maven2/org/richfaces/cdk/maven-resource-dependency-plugin/3.3.3.BETA1/maven-resource-dependency-plugin-3.3.3.BETA1.pom.sha1
maven2/org/richfaces/cdk/richfaces-facelets/
maven2/org/richfaces/cdk/richfaces-facelets/3.3.3.BETA1/
maven2/org/richfaces/cdk/richfaces-facelets/3.3.3.BETA1/richfaces-facelets-3.3.3.BETA1.jar
maven2/org/richfaces/cdk/richfaces-facelets/3.3.3.BETA1/richfaces-facelets-3.3.3.BETA1.jar.md5
maven2/org/richfaces/cdk/richfaces-facelets/3.3.3.BETA1/richfaces-facelets-3.3.3.BETA1.jar.sha1
maven2/org/richfaces/cdk/richfaces-facelets/3.3.3.BETA1/richfaces-facelets-3.3.3.BETA1.pom
maven2/org/richfaces/cdk/richfaces-facelets/3.3.3.BETA1/richfaces-facelets-3.3.3.BETA1.pom.md5
maven2/org/richfaces/cdk/richfaces-facelets/3.3.3.BETA1/richfaces-facelets-3.3.3.BETA1.pom.sha1
maven2/org/richfaces/cdk/richfaces-facelets/maven-metadata.xml
maven2/org/richfaces/cdk/richfaces-facelets/maven-metadata.xml.md5
maven2/org/richfaces/cdk/richfaces-facelets/maven-metadata.xml.sha1
maven2/org/richfaces/docs/3.3.3.BETA1/
maven2/org/richfaces/docs/3.3.3.BETA1/docs-3.3.3.BETA1.pom
maven2/org/richfaces/docs/3.3.3.BETA1/docs-3.3.3.BETA1.pom.md5
maven2/org/richfaces/docs/3.3.3.BETA1/docs-3.3.3.BETA1.pom.sha1
maven2/org/richfaces/docs/cdkguide/3.3.3.BETA1/
maven2/org/richfaces/docs/cdkguide/3.3.3.BETA1/cdkguide-3.3.3.BETA1.pom
maven2/org/richfaces/docs/cdkguide/3.3.3.BETA1/cdkguide-3.3.3.BETA1.pom.md5
maven2/org/richfaces/docs/cdkguide/3.3.3.BETA1/cdkguide-3.3.3.BETA1.pom.sha1
maven2/org/richfaces/docs/cdkguide/en/3.3.3.BETA1/
maven2/org/richfaces/docs/cdkguide/en/3.3.3.BETA1/en-3.3.3.BETA1.jar
maven2/org/richfaces/docs/cdkguide/en/3.3.3.BETA1/en-3.3.3.BETA1.jar.md5
maven2/org/richfaces/docs/cdkguide/en/3.3.3.BETA1/en-3.3.3.BETA1.jar.sha1
maven2/org/richfaces/docs/cdkguide/en/3.3.3.BETA1/en-3.3.3.BETA1.pom
maven2/org/richfaces/docs/cdkguide/en/3.3.3.BETA1/en-3.3.3.BETA1.pom.md5
maven2/org/richfaces/docs/cdkguide/en/3.3.3.BETA1/en-3.3.3.BETA1.pom.sha1
maven2/org/richfaces/docs/common-resources/3.3.3.BETA1/
maven2/org/richfaces/docs/common-resources/3.3.3.BETA1/common-resources-3.3.3.BETA1.pom
maven2/org/richfaces/docs/common-resources/3.3.3.BETA1/common-resources-3.3.3.BETA1.pom.md5
maven2/org/richfaces/docs/common-resources/3.3.3.BETA1/common-resources-3.3.3.BETA1.pom.sha1
maven2/org/richfaces/docs/common-resources/en/3.3.3.BETA1/
maven2/org/richfaces/docs/common-resources/en/3.3.3.BETA1/en-3.3.3.BETA1.jar
maven2/org/richfaces/docs/common-resources/en/3.3.3.BETA1/en-3.3.3.BETA1.jar.md5
maven2/org/richfaces/docs/common-resources/en/3.3.3.BETA1/en-3.3.3.BETA1.jar.sha1
maven2/org/richfaces/docs/common-resources/en/3.3.3.BETA1/en-3.3.3.BETA1.pom
maven2/org/richfaces/docs/common-resources/en/3.3.3.BETA1/en-3.3.3.BETA1.pom.md5
maven2/org/richfaces/docs/common-resources/en/3.3.3.BETA1/en-3.3.3.BETA1.pom.sha1
maven2/org/richfaces/docs/faq/3.3.3.BETA1/
maven2/org/richfaces/docs/faq/3.3.3.BETA1/faq-3.3.3.BETA1.pom
maven2/org/richfaces/docs/faq/3.3.3.BETA1/faq-3.3.3.BETA1.pom.md5
maven2/org/richfaces/docs/faq/3.3.3.BETA1/faq-3.3.3.BETA1.pom.sha1
maven2/org/richfaces/docs/faq/en/3.3.3.BETA1/
maven2/org/richfaces/docs/faq/en/3.3.3.BETA1/en-3.3.3.BETA1.jar
maven2/org/richfaces/docs/faq/en/3.3.3.BETA1/en-3.3.3.BETA1.jar.md5
maven2/org/richfaces/docs/faq/en/3.3.3.BETA1/en-3.3.3.BETA1.jar.sha1
maven2/org/richfaces/docs/faq/en/3.3.3.BETA1/en-3.3.3.BETA1.pom
maven2/org/richfaces/docs/faq/en/3.3.3.BETA1/en-3.3.3.BETA1.pom.md5
maven2/org/richfaces/docs/faq/en/3.3.3.BETA1/en-3.3.3.BETA1.pom.sha1
maven2/org/richfaces/docs/highlight/3.3.3.BETA1/
maven2/org/richfaces/docs/highlight/3.3.3.BETA1/highlight-3.3.3.BETA1.jar
maven2/org/richfaces/docs/highlight/3.3.3.BETA1/highlight-3.3.3.BETA1.jar.md5
maven2/org/richfaces/docs/highlight/3.3.3.BETA1/highlight-3.3.3.BETA1.jar.sha1
maven2/org/richfaces/docs/highlight/3.3.3.BETA1/highlight-3.3.3.BETA1.pom
maven2/org/richfaces/docs/highlight/3.3.3.BETA1/highlight-3.3.3.BETA1.pom.md5
maven2/org/richfaces/docs/highlight/3.3.3.BETA1/highlight-3.3.3.BETA1.pom.sha1
maven2/org/richfaces/docs/migration/3.3.3.BETA1/
maven2/org/richfaces/docs/migration/3.3.3.BETA1/migration-3.3.3.BETA1.pom
maven2/org/richfaces/docs/migration/3.3.3.BETA1/migration-3.3.3.BETA1.pom.md5
maven2/org/richfaces/docs/migration/3.3.3.BETA1/migration-3.3.3.BETA1.pom.sha1
maven2/org/richfaces/docs/migration/en/3.3.3.BETA1/
maven2/org/richfaces/docs/migration/en/3.3.3.BETA1/en-3.3.3.BETA1.jar
maven2/org/richfaces/docs/migration/en/3.3.3.BETA1/en-3.3.3.BETA1.jar.md5
maven2/org/richfaces/docs/migration/en/3.3.3.BETA1/en-3.3.3.BETA1.jar.sha1
maven2/org/richfaces/docs/migration/en/3.3.3.BETA1/en-3.3.3.BETA1.pom
maven2/org/richfaces/docs/migration/en/3.3.3.BETA1/en-3.3.3.BETA1.pom.md5
maven2/org/richfaces/docs/migration/en/3.3.3.BETA1/en-3.3.3.BETA1.pom.sha1
maven2/org/richfaces/docs/photo_album_app_guide/3.3.3.BETA1/
maven2/org/richfaces/docs/photo_album_app_guide/3.3.3.BETA1/photo_album_app_guide-3.3.3.BETA1.pom
maven2/org/richfaces/docs/photo_album_app_guide/3.3.3.BETA1/photo_album_app_guide-3.3.3.BETA1.pom.md5
maven2/org/richfaces/docs/photo_album_app_guide/3.3.3.BETA1/photo_album_app_guide-3.3.3.BETA1.pom.sha1
maven2/org/richfaces/docs/photo_album_app_guide/en/3.3.3.BETA1/
maven2/org/richfaces/docs/photo_album_app_guide/en/3.3.3.BETA1/en-3.3.3.BETA1.jar
maven2/org/richfaces/docs/photo_album_app_guide/en/3.3.3.BETA1/en-3.3.3.BETA1.jar.md5
maven2/org/richfaces/docs/photo_album_app_guide/en/3.3.3.BETA1/en-3.3.3.BETA1.jar.sha1
maven2/org/richfaces/docs/photo_album_app_guide/en/3.3.3.BETA1/en-3.3.3.BETA1.pom
maven2/org/richfaces/docs/photo_album_app_guide/en/3.3.3.BETA1/en-3.3.3.BETA1.pom.md5
maven2/org/richfaces/docs/photo_album_app_guide/en/3.3.3.BETA1/en-3.3.3.BETA1.pom.sha1
maven2/org/richfaces/docs/userguide/3.3.3.BETA1/
maven2/org/richfaces/docs/userguide/3.3.3.BETA1/userguide-3.3.3.BETA1.pom
maven2/org/richfaces/docs/userguide/3.3.3.BETA1/userguide-3.3.3.BETA1.pom.md5
maven2/org/richfaces/docs/userguide/3.3.3.BETA1/userguide-3.3.3.BETA1.pom.sha1
maven2/org/richfaces/docs/userguide/en/3.3.3.BETA1/
maven2/org/richfaces/docs/userguide/en/3.3.3.BETA1/en-3.3.3.BETA1.jar
maven2/org/richfaces/docs/userguide/en/3.3.3.BETA1/en-3.3.3.BETA1.jar.md5
maven2/org/richfaces/docs/userguide/en/3.3.3.BETA1/en-3.3.3.BETA1.jar.sha1
maven2/org/richfaces/docs/userguide/en/3.3.3.BETA1/en-3.3.3.BETA1.pom
maven2/org/richfaces/docs/userguide/en/3.3.3.BETA1/en-3.3.3.BETA1.pom.md5
maven2/org/richfaces/docs/userguide/en/3.3.3.BETA1/en-3.3.3.BETA1.pom.sha1
maven2/org/richfaces/examples/photoalbum-ear/3.3.3.BETA1/
maven2/org/richfaces/examples/photoalbum-ear/3.3.3.BETA1/photoalbum-ear-3.3.3.BETA1.ear
maven2/org/richfaces/examples/photoalbum-ear/3.3.3.BETA1/photoalbum-ear-3.3.3.BETA1.ear.md5
maven2/org/richfaces/examples/photoalbum-ear/3.3.3.BETA1/photoalbum-ear-3.3.3.BETA1.ear.sha1
maven2/org/richfaces/examples/photoalbum-ear/3.3.3.BETA1/photoalbum-ear-3.3.3.BETA1.pom
maven2/org/richfaces/examples/photoalbum-ear/3.3.3.BETA1/photoalbum-ear-3.3.3.BETA1.pom.md5
maven2/org/richfaces/examples/photoalbum-ear/3.3.3.BETA1/photoalbum-ear-3.3.3.BETA1.pom.sha1
maven2/org/richfaces/extensions/3.3.3.BETA1/
maven2/org/richfaces/extensions/3.3.3.BETA1/extensions-3.3.3.BETA1.pom
maven2/org/richfaces/extensions/3.3.3.BETA1/extensions-3.3.3.BETA1.pom.md5
maven2/org/richfaces/extensions/3.3.3.BETA1/extensions-3.3.3.BETA1.pom.sha1
maven2/org/richfaces/framework/3.3.3.BETA1/
maven2/org/richfaces/framework/3.3.3.BETA1/framework-3.3.3.BETA1.pom
maven2/org/richfaces/framework/3.3.3.BETA1/framework-3.3.3.BETA1.pom.md5
maven2/org/richfaces/framework/3.3.3.BETA1/framework-3.3.3.BETA1.pom.sha1
maven2/org/richfaces/framework/jsf-test/3.3.3.BETA1/
maven2/org/richfaces/framework/jsf-test/3.3.3.BETA1/jsf-test-3.3.3.BETA1-sources.jar
maven2/org/richfaces/framework/jsf-test/3.3.3.BETA1/jsf-test-3.3.3.BETA1-sources.jar.md5
maven2/org/richfaces/framework/jsf-test/3.3.3.BETA1/jsf-test-3.3.3.BETA1-sources.jar.sha1
maven2/org/richfaces/framework/jsf-test/3.3.3.BETA1/jsf-test-3.3.3.BETA1.jar
maven2/org/richfaces/framework/jsf-test/3.3.3.BETA1/jsf-test-3.3.3.BETA1.jar.md5
maven2/org/richfaces/framework/jsf-test/3.3.3.BETA1/jsf-test-3.3.3.BETA1.jar.sha1
maven2/org/richfaces/framework/jsf-test/3.3.3.BETA1/jsf-test-3.3.3.BETA1.pom
maven2/org/richfaces/framework/jsf-test/3.3.3.BETA1/jsf-test-3.3.3.BETA1.pom.md5
maven2/org/richfaces/framework/jsf-test/3.3.3.BETA1/jsf-test-3.3.3.BETA1.pom.sha1
maven2/org/richfaces/framework/richfaces-api/3.3.3.BETA1/
maven2/org/richfaces/framework/richfaces-api/3.3.3.BETA1/richfaces-api-3.3.3.BETA1-sources.jar
maven2/org/richfaces/framework/richfaces-api/3.3.3.BETA1/richfaces-api-3.3.3.BETA1-sources.jar.md5
maven2/org/richfaces/framework/richfaces-api/3.3.3.BETA1/richfaces-api-3.3.3.BETA1-sources.jar.sha1
maven2/org/richfaces/framework/richfaces-api/3.3.3.BETA1/richfaces-api-3.3.3.BETA1.jar
maven2/org/richfaces/framework/richfaces-api/3.3.3.BETA1/richfaces-api-3.3.3.BETA1.jar.md5
maven2/org/richfaces/framework/richfaces-api/3.3.3.BETA1/richfaces-api-3.3.3.BETA1.jar.sha1
maven2/org/richfaces/framework/richfaces-api/3.3.3.BETA1/richfaces-api-3.3.3.BETA1.pom
maven2/org/richfaces/framework/richfaces-api/3.3.3.BETA1/richfaces-api-3.3.3.BETA1.pom.md5
maven2/org/richfaces/framework/richfaces-api/3.3.3.BETA1/richfaces-api-3.3.3.BETA1.pom.sha1
maven2/org/richfaces/framework/richfaces-impl-jsf2/
maven2/org/richfaces/framework/richfaces-impl-jsf2/3.3.3.BETA1/
maven2/org/richfaces/framework/richfaces-impl-jsf2/3.3.3.BETA1/richfaces-impl-jsf2-3.3.3.BETA1-sources.jar
maven2/org/richfaces/framework/richfaces-impl-jsf2/3.3.3.BETA1/richfaces-impl-jsf2-3.3.3.BETA1-sources.jar.md5
maven2/org/richfaces/framework/richfaces-impl-jsf2/3.3.3.BETA1/richfaces-impl-jsf2-3.3.3.BETA1-sources.jar.sha1
maven2/org/richfaces/framework/richfaces-impl-jsf2/3.3.3.BETA1/richfaces-impl-jsf2-3.3.3.BETA1.jar
maven2/org/richfaces/framework/richfaces-impl-jsf2/3.3.3.BETA1/richfaces-impl-jsf2-3.3.3.BETA1.jar.md5
maven2/org/richfaces/framework/richfaces-impl-jsf2/3.3.3.BETA1/richfaces-impl-jsf2-3.3.3.BETA1.jar.sha1
maven2/org/richfaces/framework/richfaces-impl-jsf2/3.3.3.BETA1/richfaces-impl-jsf2-3.3.3.BETA1.pom
maven2/org/richfaces/framework/richfaces-impl-jsf2/3.3.3.BETA1/richfaces-impl-jsf2-3.3.3.BETA1.pom.md5
maven2/org/richfaces/framework/richfaces-impl-jsf2/3.3.3.BETA1/richfaces-impl-jsf2-3.3.3.BETA1.pom.sha1
maven2/org/richfaces/framework/richfaces-impl-jsf2/maven-metadata.xml
maven2/org/richfaces/framework/richfaces-impl-jsf2/maven-metadata.xml.md5
maven2/org/richfaces/framework/richfaces-impl-jsf2/maven-metadata.xml.sha1
maven2/org/richfaces/framework/richfaces-impl/3.3.3.BETA1/
maven2/org/richfaces/framework/richfaces-impl/3.3.3.BETA1/richfaces-impl-3.3.3.BETA1-sources.jar
maven2/org/richfaces/framework/richfaces-impl/3.3.3.BETA1/richfaces-impl-3.3.3.BETA1-sources.jar.md5
maven2/org/richfaces/framework/richfaces-impl/3.3.3.BETA1/richfaces-impl-3.3.3.BETA1-sources.jar.sha1
maven2/org/richfaces/framework/richfaces-impl/3.3.3.BETA1/richfaces-impl-3.3.3.BETA1.jar
maven2/org/richfaces/framework/richfaces-impl/3.3.3.BETA1/richfaces-impl-3.3.3.BETA1.jar.md5
maven2/org/richfaces/framework/richfaces-impl/3.3.3.BETA1/richfaces-impl-3.3.3.BETA1.jar.sha1
maven2/org/richfaces/framework/richfaces-impl/3.3.3.BETA1/richfaces-impl-3.3.3.BETA1.pom
maven2/org/richfaces/framework/richfaces-impl/3.3.3.BETA1/richfaces-impl-3.3.3.BETA1.pom.md5
maven2/org/richfaces/framework/richfaces-impl/3.3.3.BETA1/richfaces-impl-3.3.3.BETA1.pom.sha1
maven2/org/richfaces/framework/richfaces-test/3.3.3.BETA1/
maven2/org/richfaces/framework/richfaces-test/3.3.3.BETA1/richfaces-test-3.3.3.BETA1-sources.jar
maven2/org/richfaces/framework/richfaces-test/3.3.3.BETA1/richfaces-test-3.3.3.BETA1-sources.jar.md5
maven2/org/richfaces/framework/richfaces-test/3.3.3.BETA1/richfaces-test-3.3.3.BETA1-sources.jar.sha1
maven2/org/richfaces/framework/richfaces-test/3.3.3.BETA1/richfaces-test-3.3.3.BETA1.jar
maven2/org/richfaces/framework/richfaces-test/3.3.3.BETA1/richfaces-test-3.3.3.BETA1.jar.md5
maven2/org/richfaces/framework/richfaces-test/3.3.3.BETA1/richfaces-test-3.3.3.BETA1.jar.sha1
maven2/org/richfaces/framework/richfaces-test/3.3.3.BETA1/richfaces-test-3.3.3.BETA1.pom
maven2/org/richfaces/framework/richfaces-test/3.3.3.BETA1/richfaces-test-3.3.3.BETA1.pom.md5
maven2/org/richfaces/framework/richfaces-test/3.3.3.BETA1/richfaces-test-3.3.3.BETA1.pom.sha1
maven2/org/richfaces/root/3.3.3.BETA1/
maven2/org/richfaces/root/3.3.3.BETA1/root-3.3.3.BETA1.pom
maven2/org/richfaces/root/3.3.3.BETA1/root-3.3.3.BETA1.pom.md5
maven2/org/richfaces/root/3.3.3.BETA1/root-3.3.3.BETA1.pom.sha1
maven2/org/richfaces/samples/3.3.3.BETA1/
maven2/org/richfaces/samples/3.3.3.BETA1/samples-3.3.3.BETA1.pom
maven2/org/richfaces/samples/3.3.3.BETA1/samples-3.3.3.BETA1.pom.md5
maven2/org/richfaces/samples/3.3.3.BETA1/samples-3.3.3.BETA1.pom.sha1
maven2/org/richfaces/samples/darkX/3.3.3.BETA1/
maven2/org/richfaces/samples/darkX/3.3.3.BETA1/darkX-3.3.3.BETA1.jar
maven2/org/richfaces/samples/darkX/3.3.3.BETA1/darkX-3.3.3.BETA1.jar.md5
maven2/org/richfaces/samples/darkX/3.3.3.BETA1/darkX-3.3.3.BETA1.jar.sha1
maven2/org/richfaces/samples/darkX/3.3.3.BETA1/darkX-3.3.3.BETA1.pom
maven2/org/richfaces/samples/darkX/3.3.3.BETA1/darkX-3.3.3.BETA1.pom.md5
maven2/org/richfaces/samples/darkX/3.3.3.BETA1/darkX-3.3.3.BETA1.pom.sha1
maven2/org/richfaces/samples/glassX/3.3.3.BETA1/
maven2/org/richfaces/samples/glassX/3.3.3.BETA1/glassX-3.3.3.BETA1.jar
maven2/org/richfaces/samples/glassX/3.3.3.BETA1/glassX-3.3.3.BETA1.jar.md5
maven2/org/richfaces/samples/glassX/3.3.3.BETA1/glassX-3.3.3.BETA1.jar.sha1
maven2/org/richfaces/samples/glassX/3.3.3.BETA1/glassX-3.3.3.BETA1.pom
maven2/org/richfaces/samples/glassX/3.3.3.BETA1/glassX-3.3.3.BETA1.pom.md5
maven2/org/richfaces/samples/glassX/3.3.3.BETA1/glassX-3.3.3.BETA1.pom.sha1
maven2/org/richfaces/samples/laguna/3.3.3.BETA1/
maven2/org/richfaces/samples/laguna/3.3.3.BETA1/laguna-3.3.3.BETA1.jar
maven2/org/richfaces/samples/laguna/3.3.3.BETA1/laguna-3.3.3.BETA1.jar.md5
maven2/org/richfaces/samples/laguna/3.3.3.BETA1/laguna-3.3.3.BETA1.jar.sha1
maven2/org/richfaces/samples/laguna/3.3.3.BETA1/laguna-3.3.3.BETA1.pom
maven2/org/richfaces/samples/laguna/3.3.3.BETA1/laguna-3.3.3.BETA1.pom.md5
maven2/org/richfaces/samples/laguna/3.3.3.BETA1/laguna-3.3.3.BETA1.pom.sha1
maven2/org/richfaces/samples/richfaces-demo-jsf2/
maven2/org/richfaces/samples/richfaces-demo-jsf2/3.3.3.BETA1/
maven2/org/richfaces/samples/richfaces-demo-jsf2/3.3.3.BETA1/richfaces-demo-jsf2-3.3.3.BETA1-jee5.war
maven2/org/richfaces/samples/richfaces-demo-jsf2/3.3.3.BETA1/richfaces-demo-jsf2-3.3.3.BETA1-jee5.war.md5
maven2/org/richfaces/samples/richfaces-demo-jsf2/3.3.3.BETA1/richfaces-demo-jsf2-3.3.3.BETA1-jee5.war.sha1
maven2/org/richfaces/samples/richfaces-demo-jsf2/3.3.3.BETA1/richfaces-demo-jsf2-3.3.3.BETA1-tomcat6.war
maven2/org/richfaces/samples/richfaces-demo-jsf2/3.3.3.BETA1/richfaces-demo-jsf2-3.3.3.BETA1-tomcat6.war.md5
maven2/org/richfaces/samples/richfaces-demo-jsf2/3.3.3.BETA1/richfaces-demo-jsf2-3.3.3.BETA1-tomcat6.war.sha1
maven2/org/richfaces/samples/richfaces-demo-jsf2/3.3.3.BETA1/richfaces-demo-jsf2-3.3.3.BETA1.pom
maven2/org/richfaces/samples/richfaces-demo-jsf2/3.3.3.BETA1/richfaces-demo-jsf2-3.3.3.BETA1.pom.md5
maven2/org/richfaces/samples/richfaces-demo-jsf2/3.3.3.BETA1/richfaces-demo-jsf2-3.3.3.BETA1.pom.sha1
maven2/org/richfaces/samples/richfaces-demo-jsf2/3.3.3.BETA1/richfaces-demo-jsf2-3.3.3.BETA1.war
maven2/org/richfaces/samples/richfaces-demo-jsf2/3.3.3.BETA1/richfaces-demo-jsf2-3.3.3.BETA1.war.md5
maven2/org/richfaces/samples/richfaces-demo-jsf2/3.3.3.BETA1/richfaces-demo-jsf2-3.3.3.BETA1.war.sha1
maven2/org/richfaces/samples/richfaces-demo-jsf2/maven-metadata.xml
maven2/org/richfaces/samples/richfaces-demo-jsf2/maven-metadata.xml.md5
maven2/org/richfaces/samples/richfaces-demo-jsf2/maven-metadata.xml.sha1
maven2/org/richfaces/samples/richfaces-demo/3.3.3.BETA1/
maven2/org/richfaces/samples/richfaces-demo/3.3.3.BETA1/richfaces-demo-3.3.3.BETA1-jee5.war
maven2/org/richfaces/samples/richfaces-demo/3.3.3.BETA1/richfaces-demo-3.3.3.BETA1-jee5.war.md5
maven2/org/richfaces/samples/richfaces-demo/3.3.3.BETA1/richfaces-demo-3.3.3.BETA1-jee5.war.sha1
maven2/org/richfaces/samples/richfaces-demo/3.3.3.BETA1/richfaces-demo-3.3.3.BETA1-tomcat6.war
maven2/org/richfaces/samples/richfaces-demo/3.3.3.BETA1/richfaces-demo-3.3.3.BETA1-tomcat6.war.md5
maven2/org/richfaces/samples/richfaces-demo/3.3.3.BETA1/richfaces-demo-3.3.3.BETA1-tomcat6.war.sha1
maven2/org/richfaces/samples/richfaces-demo/3.3.3.BETA1/richfaces-demo-3.3.3.BETA1.pom
maven2/org/richfaces/samples/richfaces-demo/3.3.3.BETA1/richfaces-demo-3.3.3.BETA1.pom.md5
maven2/org/richfaces/samples/richfaces-demo/3.3.3.BETA1/richfaces-demo-3.3.3.BETA1.pom.sha1
maven2/org/richfaces/samples/richfaces-demo/3.3.3.BETA1/richfaces-demo-3.3.3.BETA1.war
maven2/org/richfaces/samples/richfaces-demo/3.3.3.BETA1/richfaces-demo-3.3.3.BETA1.war.md5
maven2/org/richfaces/samples/richfaces-demo/3.3.3.BETA1/richfaces-demo-3.3.3.BETA1.war.sha1
maven2/org/richfaces/samples/themes/3.3.3.BETA1/
maven2/org/richfaces/samples/themes/3.3.3.BETA1/themes-3.3.3.BETA1.jar
maven2/org/richfaces/samples/themes/3.3.3.BETA1/themes-3.3.3.BETA1.jar.md5
maven2/org/richfaces/samples/themes/3.3.3.BETA1/themes-3.3.3.BETA1.jar.sha1
maven2/org/richfaces/samples/themes/3.3.3.BETA1/themes-3.3.3.BETA1.pom
maven2/org/richfaces/samples/themes/3.3.3.BETA1/themes-3.3.3.BETA1.pom.md5
maven2/org/richfaces/samples/themes/3.3.3.BETA1/themes-3.3.3.BETA1.pom.sha1
maven2/org/richfaces/samples/violetRays/3.3.3.BETA1/
maven2/org/richfaces/samples/violetRays/3.3.3.BETA1/violetRays-3.3.3.BETA1.jar
maven2/org/richfaces/samples/violetRays/3.3.3.BETA1/violetRays-3.3.3.BETA1.jar.md5
maven2/org/richfaces/samples/violetRays/3.3.3.BETA1/violetRays-3.3.3.BETA1.jar.sha1
maven2/org/richfaces/samples/violetRays/3.3.3.BETA1/violetRays-3.3.3.BETA1.pom
maven2/org/richfaces/samples/violetRays/3.3.3.BETA1/violetRays-3.3.3.BETA1.pom.md5
maven2/org/richfaces/samples/violetRays/3.3.3.BETA1/violetRays-3.3.3.BETA1.pom.sha1
maven2/org/richfaces/ui/3.3.3.BETA1/
maven2/org/richfaces/ui/3.3.3.BETA1/ui-3.3.3.BETA1-site.xml
maven2/org/richfaces/ui/3.3.3.BETA1/ui-3.3.3.BETA1-site.xml.md5
maven2/org/richfaces/ui/3.3.3.BETA1/ui-3.3.3.BETA1-site.xml.sha1
maven2/org/richfaces/ui/3.3.3.BETA1/ui-3.3.3.BETA1.pom
maven2/org/richfaces/ui/3.3.3.BETA1/ui-3.3.3.BETA1.pom.md5
maven2/org/richfaces/ui/3.3.3.BETA1/ui-3.3.3.BETA1.pom.sha1
maven2/org/richfaces/ui/richfaces-ui/3.3.3.BETA1/
maven2/org/richfaces/ui/richfaces-ui/3.3.3.BETA1/richfaces-ui-3.3.3.BETA1-bin.tar.gz
maven2/org/richfaces/ui/richfaces-ui/3.3.3.BETA1/richfaces-ui-3.3.3.BETA1-bin.tar.gz.md5
maven2/org/richfaces/ui/richfaces-ui/3.3.3.BETA1/richfaces-ui-3.3.3.BETA1-bin.tar.gz.sha1
maven2/org/richfaces/ui/richfaces-ui/3.3.3.BETA1/richfaces-ui-3.3.3.BETA1-bin.zip
maven2/org/richfaces/ui/richfaces-ui/3.3.3.BETA1/richfaces-ui-3.3.3.BETA1-bin.zip.md5
maven2/org/richfaces/ui/richfaces-ui/3.3.3.BETA1/richfaces-ui-3.3.3.BETA1-bin.zip.sha1
maven2/org/richfaces/ui/richfaces-ui/3.3.3.BETA1/richfaces-ui-3.3.3.BETA1-javadoc.jar
maven2/org/richfaces/ui/richfaces-ui/3.3.3.BETA1/richfaces-ui-3.3.3.BETA1-javadoc.jar.md5
maven2/org/richfaces/ui/richfaces-ui/3.3.3.BETA1/richfaces-ui-3.3.3.BETA1-javadoc.jar.sha1
maven2/org/richfaces/ui/richfaces-ui/3.3.3.BETA1/richfaces-ui-3.3.3.BETA1-sources.jar
maven2/org/richfaces/ui/richfaces-ui/3.3.3.BETA1/richfaces-ui-3.3.3.BETA1-sources.jar.md5
maven2/org/richfaces/ui/richfaces-ui/3.3.3.BETA1/richfaces-ui-3.3.3.BETA1-sources.jar.sha1
maven2/org/richfaces/ui/richfaces-ui/3.3.3.BETA1/richfaces-ui-3.3.3.BETA1-src.tar.gz
maven2/org/richfaces/ui/richfaces-ui/3.3.3.BETA1/richfaces-ui-3.3.3.BETA1-src.tar.gz.md5
maven2/org/richfaces/ui/richfaces-ui/3.3.3.BETA1/richfaces-ui-3.3.3.BETA1-src.tar.gz.sha1
maven2/org/richfaces/ui/richfaces-ui/3.3.3.BETA1/richfaces-ui-3.3.3.BETA1-src.zip
maven2/org/richfaces/ui/richfaces-ui/3.3.3.BETA1/richfaces-ui-3.3.3.BETA1-src.zip.md5
maven2/org/richfaces/ui/richfaces-ui/3.3.3.BETA1/richfaces-ui-3.3.3.BETA1-src.zip.sha1
maven2/org/richfaces/ui/richfaces-ui/3.3.3.BETA1/richfaces-ui-3.3.3.BETA1-tlddoc.jar
maven2/org/richfaces/ui/richfaces-ui/3.3.3.BETA1/richfaces-ui-3.3.3.BETA1-tlddoc.jar.md5
maven2/org/richfaces/ui/richfaces-ui/3.3.3.BETA1/richfaces-ui-3.3.3.BETA1-tlddoc.jar.sha1
maven2/org/richfaces/ui/richfaces-ui/3.3.3.BETA1/richfaces-ui-3.3.3.BETA1.jar
maven2/org/richfaces/ui/richfaces-ui/3.3.3.BETA1/richfaces-ui-3.3.3.BETA1.jar.md5
maven2/org/richfaces/ui/richfaces-ui/3.3.3.BETA1/richfaces-ui-3.3.3.BETA1.jar.sha1
maven2/org/richfaces/ui/richfaces-ui/3.3.3.BETA1/richfaces-ui-3.3.3.BETA1.pom
maven2/org/richfaces/ui/richfaces-ui/3.3.3.BETA1/richfaces-ui-3.3.3.BETA1.pom.md5
maven2/org/richfaces/ui/richfaces-ui/3.3.3.BETA1/richfaces-ui-3.3.3.BETA1.pom.sha1
Modified:
maven2/org/richfaces/cdk/generator/maven-metadata.xml
maven2/org/richfaces/cdk/generator/maven-metadata.xml.md5
maven2/org/richfaces/cdk/generator/maven-metadata.xml.sha1
maven2/org/richfaces/cdk/maven-archetype-jsf-component/maven-metadata.xml
maven2/org/richfaces/cdk/maven-archetype-jsf-component/maven-metadata.xml.md5
maven2/org/richfaces/cdk/maven-archetype-jsf-component/maven-metadata.xml.sha1
maven2/org/richfaces/cdk/maven-archetype-jsfwebapp/maven-metadata.xml
maven2/org/richfaces/cdk/maven-archetype-jsfwebapp/maven-metadata.xml.md5
maven2/org/richfaces/cdk/maven-archetype-jsfwebapp/maven-metadata.xml.sha1
maven2/org/richfaces/cdk/maven-archetype-plug-n-skin/maven-metadata.xml
maven2/org/richfaces/cdk/maven-archetype-plug-n-skin/maven-metadata.xml.md5
maven2/org/richfaces/cdk/maven-archetype-plug-n-skin/maven-metadata.xml.sha1
maven2/org/richfaces/cdk/maven-archetype-theme/maven-metadata.xml
maven2/org/richfaces/cdk/maven-archetype-theme/maven-metadata.xml.md5
maven2/org/richfaces/cdk/maven-archetype-theme/maven-metadata.xml.sha1
maven2/org/richfaces/cdk/maven-cdk-plugin/maven-metadata.xml
maven2/org/richfaces/cdk/maven-cdk-plugin/maven-metadata.xml.md5
maven2/org/richfaces/cdk/maven-cdk-plugin/maven-metadata.xml.sha1
maven2/org/richfaces/cdk/maven-javascript-plugin/maven-metadata.xml
maven2/org/richfaces/cdk/maven-javascript-plugin/maven-metadata.xml.md5
maven2/org/richfaces/cdk/maven-javascript-plugin/maven-metadata.xml.sha1
maven2/org/richfaces/cdk/maven-metadata.xml
maven2/org/richfaces/cdk/maven-metadata.xml.md5
maven2/org/richfaces/cdk/maven-metadata.xml.sha1
maven2/org/richfaces/cdk/maven-resource-dependency-plugin/maven-metadata.xml
maven2/org/richfaces/cdk/maven-resource-dependency-plugin/maven-metadata.xml.md5
maven2/org/richfaces/cdk/maven-resource-dependency-plugin/maven-metadata.xml.sha1
maven2/org/richfaces/docs/cdkguide/en/maven-metadata.xml
maven2/org/richfaces/docs/cdkguide/en/maven-metadata.xml.md5
maven2/org/richfaces/docs/cdkguide/en/maven-metadata.xml.sha1
maven2/org/richfaces/docs/cdkguide/maven-metadata.xml
maven2/org/richfaces/docs/cdkguide/maven-metadata.xml.md5
maven2/org/richfaces/docs/cdkguide/maven-metadata.xml.sha1
maven2/org/richfaces/docs/common-resources/en/maven-metadata.xml
maven2/org/richfaces/docs/common-resources/en/maven-metadata.xml.md5
maven2/org/richfaces/docs/common-resources/en/maven-metadata.xml.sha1
maven2/org/richfaces/docs/common-resources/maven-metadata.xml
maven2/org/richfaces/docs/common-resources/maven-metadata.xml.md5
maven2/org/richfaces/docs/common-resources/maven-metadata.xml.sha1
maven2/org/richfaces/docs/faq/en/maven-metadata.xml
maven2/org/richfaces/docs/faq/en/maven-metadata.xml.md5
maven2/org/richfaces/docs/faq/en/maven-metadata.xml.sha1
maven2/org/richfaces/docs/faq/maven-metadata.xml
maven2/org/richfaces/docs/faq/maven-metadata.xml.md5
maven2/org/richfaces/docs/faq/maven-metadata.xml.sha1
maven2/org/richfaces/docs/highlight/maven-metadata.xml
maven2/org/richfaces/docs/highlight/maven-metadata.xml.md5
maven2/org/richfaces/docs/highlight/maven-metadata.xml.sha1
maven2/org/richfaces/docs/maven-metadata.xml
maven2/org/richfaces/docs/maven-metadata.xml.md5
maven2/org/richfaces/docs/maven-metadata.xml.sha1
maven2/org/richfaces/docs/migration/en/maven-metadata.xml
maven2/org/richfaces/docs/migration/en/maven-metadata.xml.md5
maven2/org/richfaces/docs/migration/en/maven-metadata.xml.sha1
maven2/org/richfaces/docs/migration/maven-metadata.xml
maven2/org/richfaces/docs/migration/maven-metadata.xml.md5
maven2/org/richfaces/docs/migration/maven-metadata.xml.sha1
maven2/org/richfaces/docs/photo_album_app_guide/en/maven-metadata.xml
maven2/org/richfaces/docs/photo_album_app_guide/en/maven-metadata.xml.md5
maven2/org/richfaces/docs/photo_album_app_guide/en/maven-metadata.xml.sha1
maven2/org/richfaces/docs/photo_album_app_guide/maven-metadata.xml
maven2/org/richfaces/docs/photo_album_app_guide/maven-metadata.xml.md5
maven2/org/richfaces/docs/photo_album_app_guide/maven-metadata.xml.sha1
maven2/org/richfaces/docs/userguide/en/maven-metadata.xml
maven2/org/richfaces/docs/userguide/en/maven-metadata.xml.md5
maven2/org/richfaces/docs/userguide/en/maven-metadata.xml.sha1
maven2/org/richfaces/docs/userguide/maven-metadata.xml
maven2/org/richfaces/docs/userguide/maven-metadata.xml.md5
maven2/org/richfaces/docs/userguide/maven-metadata.xml.sha1
maven2/org/richfaces/examples/photoalbum-ear/maven-metadata.xml
maven2/org/richfaces/examples/photoalbum-ear/maven-metadata.xml.md5
maven2/org/richfaces/examples/photoalbum-ear/maven-metadata.xml.sha1
maven2/org/richfaces/extensions/maven-metadata.xml
maven2/org/richfaces/extensions/maven-metadata.xml.md5
maven2/org/richfaces/extensions/maven-metadata.xml.sha1
maven2/org/richfaces/framework/jsf-test/maven-metadata.xml
maven2/org/richfaces/framework/jsf-test/maven-metadata.xml.md5
maven2/org/richfaces/framework/jsf-test/maven-metadata.xml.sha1
maven2/org/richfaces/framework/maven-metadata.xml
maven2/org/richfaces/framework/maven-metadata.xml.md5
maven2/org/richfaces/framework/maven-metadata.xml.sha1
maven2/org/richfaces/framework/richfaces-api/maven-metadata.xml
maven2/org/richfaces/framework/richfaces-api/maven-metadata.xml.md5
maven2/org/richfaces/framework/richfaces-api/maven-metadata.xml.sha1
maven2/org/richfaces/framework/richfaces-impl/maven-metadata.xml
maven2/org/richfaces/framework/richfaces-impl/maven-metadata.xml.md5
maven2/org/richfaces/framework/richfaces-impl/maven-metadata.xml.sha1
maven2/org/richfaces/framework/richfaces-test/maven-metadata.xml
maven2/org/richfaces/framework/richfaces-test/maven-metadata.xml.md5
maven2/org/richfaces/framework/richfaces-test/maven-metadata.xml.sha1
maven2/org/richfaces/root/maven-metadata.xml
maven2/org/richfaces/root/maven-metadata.xml.md5
maven2/org/richfaces/root/maven-metadata.xml.sha1
maven2/org/richfaces/samples/darkX/maven-metadata.xml
maven2/org/richfaces/samples/darkX/maven-metadata.xml.md5
maven2/org/richfaces/samples/darkX/maven-metadata.xml.sha1
maven2/org/richfaces/samples/glassX/maven-metadata.xml
maven2/org/richfaces/samples/glassX/maven-metadata.xml.md5
maven2/org/richfaces/samples/glassX/maven-metadata.xml.sha1
maven2/org/richfaces/samples/laguna/maven-metadata.xml
maven2/org/richfaces/samples/laguna/maven-metadata.xml.md5
maven2/org/richfaces/samples/laguna/maven-metadata.xml.sha1
maven2/org/richfaces/samples/maven-metadata.xml
maven2/org/richfaces/samples/maven-metadata.xml.md5
maven2/org/richfaces/samples/maven-metadata.xml.sha1
maven2/org/richfaces/samples/richfaces-demo/maven-metadata.xml
maven2/org/richfaces/samples/richfaces-demo/maven-metadata.xml.md5
maven2/org/richfaces/samples/richfaces-demo/maven-metadata.xml.sha1
maven2/org/richfaces/samples/themes/maven-metadata.xml
maven2/org/richfaces/samples/themes/maven-metadata.xml.md5
maven2/org/richfaces/samples/themes/maven-metadata.xml.sha1
maven2/org/richfaces/samples/violetRays/maven-metadata.xml
maven2/org/richfaces/samples/violetRays/maven-metadata.xml.md5
maven2/org/richfaces/samples/violetRays/maven-metadata.xml.sha1
maven2/org/richfaces/ui/maven-metadata.xml
maven2/org/richfaces/ui/maven-metadata.xml.md5
maven2/org/richfaces/ui/maven-metadata.xml.sha1
maven2/org/richfaces/ui/richfaces-ui/maven-metadata.xml
maven2/org/richfaces/ui/richfaces-ui/maven-metadata.xml.md5
maven2/org/richfaces/ui/richfaces-ui/maven-metadata.xml.sha1
Log:
added 3.3.3.BETA1
Added: maven2/org/richfaces/cdk/3.3.3.BETA1/cdk-3.3.3.BETA1.pom
===================================================================
--- maven2/org/richfaces/cdk/3.3.3.BETA1/cdk-3.3.3.BETA1.pom (rev 0)
+++ maven2/org/richfaces/cdk/3.3.3.BETA1/cdk-3.3.3.BETA1.pom 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1,69 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <parent>
+ <artifactId>root</artifactId>
+ <groupId>org.richfaces</groupId>
+ <version>3.3.3.BETA1</version>
+ </parent>
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.richfaces</groupId>
+ <artifactId>cdk</artifactId>
+ <version>3.3.3.BETA1</version>
+ <packaging>pom</packaging>
+ <name>JSF Components Development kit</name>
+ <dependencies />
+ <build>
+ <pluginManagement>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <version>2.0</version>
+ <configuration>
+ <source>1.5</source>
+ <target>1.5</target>
+ </configuration>
+ </plugin>
+ </plugins>
+ </pluginManagement>
+ </build>
+ <modules>
+ <module>generator</module>
+ <module>maven-cdk-plugin</module>
+ <module>maven-javascript-plugin</module>
+ <module>maven-archetype-jsf-component</module>
+ <module>maven-archetype-jsfwebapp</module>
+ <module>maven-archetype-plug-n-skin</module>
+ <module>maven-resource-dependency-plugin</module>
+ <module>maven-archetype-theme</module>
+ <module>richfaces-facelets</module>
+ </modules>
+
+
+ <profiles>
+ <profile>
+ <id>clover</id>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>com.atlassian.maven.plugins</groupId>
+ <artifactId>maven-clover2-plugin</artifactId>
+ <configuration>
+ <includesAllSourceRoots>
+ false
+ </includesAllSourceRoots>
+ <includesTestSourceRoots>
+ false
+ </includesTestSourceRoots>
+ <jdk>1.5</jdk>
+
+ <excludes>
+ <exclude>**/*.java</exclude>
+ </excludes>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ </profile>
+ </profiles>
+
+</project>
\ No newline at end of file
Added: maven2/org/richfaces/cdk/3.3.3.BETA1/cdk-3.3.3.BETA1.pom.md5
===================================================================
--- maven2/org/richfaces/cdk/3.3.3.BETA1/cdk-3.3.3.BETA1.pom.md5 (rev 0)
+++ maven2/org/richfaces/cdk/3.3.3.BETA1/cdk-3.3.3.BETA1.pom.md5 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1 @@
+10c73294675b93fe086dd326290c429e
\ No newline at end of file
Added: maven2/org/richfaces/cdk/3.3.3.BETA1/cdk-3.3.3.BETA1.pom.sha1
===================================================================
--- maven2/org/richfaces/cdk/3.3.3.BETA1/cdk-3.3.3.BETA1.pom.sha1 (rev 0)
+++ maven2/org/richfaces/cdk/3.3.3.BETA1/cdk-3.3.3.BETA1.pom.sha1 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1 @@
+807ed5f15b91c03498636c8ac4b91ec879690bf9
\ No newline at end of file
Added: maven2/org/richfaces/cdk/generator/3.3.3.BETA1/generator-3.3.3.BETA1.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/richfaces/cdk/generator/3.3.3.BETA1/generator-3.3.3.BETA1.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/richfaces/cdk/generator/3.3.3.BETA1/generator-3.3.3.BETA1.jar.md5
===================================================================
--- maven2/org/richfaces/cdk/generator/3.3.3.BETA1/generator-3.3.3.BETA1.jar.md5 (rev 0)
+++ maven2/org/richfaces/cdk/generator/3.3.3.BETA1/generator-3.3.3.BETA1.jar.md5 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1 @@
+c2b5c66ecedc92c17ac58865166bd65e
\ No newline at end of file
Added: maven2/org/richfaces/cdk/generator/3.3.3.BETA1/generator-3.3.3.BETA1.jar.sha1
===================================================================
--- maven2/org/richfaces/cdk/generator/3.3.3.BETA1/generator-3.3.3.BETA1.jar.sha1 (rev 0)
+++ maven2/org/richfaces/cdk/generator/3.3.3.BETA1/generator-3.3.3.BETA1.jar.sha1 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1 @@
+6a1464b301dfbd84d3a5db9f78f2f77184700a91
\ No newline at end of file
Added: maven2/org/richfaces/cdk/generator/3.3.3.BETA1/generator-3.3.3.BETA1.pom
===================================================================
--- maven2/org/richfaces/cdk/generator/3.3.3.BETA1/generator-3.3.3.BETA1.pom (rev 0)
+++ maven2/org/richfaces/cdk/generator/3.3.3.BETA1/generator-3.3.3.BETA1.pom 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1,93 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <parent>
+ <artifactId>cdk</artifactId>
+ <groupId>org.richfaces</groupId>
+ <version>3.3.3.BETA1</version>
+ </parent>
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.richfaces.cdk</groupId>
+ <artifactId>generator</artifactId>
+ <version>3.3.3.BETA1</version>
+ <name>Java Server Faces component generator</name>
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <inherited>true</inherited>
+ <configuration>
+ <source>1.5</source>
+ <target>1.5</target>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ <dependencies>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>3.8.1</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>ant</groupId>
+ <artifactId>ant</artifactId>
+ <version>1.6.5</version>
+ </dependency>
+ <dependency>
+ <groupId>velocity</groupId>
+ <artifactId>velocity-dep</artifactId>
+ <version>1.4</version>
+ </dependency>
+ <dependency>
+ <groupId>commons-beanutils</groupId>
+ <artifactId>commons-beanutils</artifactId>
+ <version>1.6</version>
+ </dependency>
+ <dependency>
+ <groupId>commons-digester</groupId>
+ <artifactId>commons-digester</artifactId>
+ <version>1.5</version>
+ </dependency>
+ <dependency>
+ <groupId>javax.faces</groupId>
+ <artifactId>jsf-api</artifactId>
+ <version>1.2_12</version>
+ </dependency>
+ <dependency>
+ <groupId>javax.servlet.jsp</groupId>
+ <artifactId>jsp-api</artifactId>
+ <version>2.1</version>
+ </dependency>
+ <dependency>
+ <groupId>javax.el</groupId>
+ <artifactId>el-api</artifactId>
+ <version>1.0</version>
+ </dependency>
+ <dependency>
+ <groupId>el-impl</groupId>
+ <artifactId>el-impl</artifactId>
+ <version>1.0</version>
+ </dependency>
+ <dependency>
+ <groupId>qdox</groupId>
+ <artifactId>qdox</artifactId>
+ <version>1.6</version>
+ </dependency>
+ <dependency>
+ <groupId>cglib</groupId>
+ <artifactId>cglib</artifactId>
+ <version>2.1_3</version>
+ </dependency>
+ <dependency>
+ <groupId>wutka</groupId>
+ <artifactId>dtdparser</artifactId>
+ <version>1.21</version>
+ </dependency>
+ <dependency>
+ <groupId>xerces</groupId>
+ <artifactId>xercesImpl</artifactId>
+ <version>2.8.1</version>
+ </dependency>
+ </dependencies>
+</project>
\ No newline at end of file
Added: maven2/org/richfaces/cdk/generator/3.3.3.BETA1/generator-3.3.3.BETA1.pom.md5
===================================================================
--- maven2/org/richfaces/cdk/generator/3.3.3.BETA1/generator-3.3.3.BETA1.pom.md5 (rev 0)
+++ maven2/org/richfaces/cdk/generator/3.3.3.BETA1/generator-3.3.3.BETA1.pom.md5 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1 @@
+8b181652b1acf71728def5c0fb942013
\ No newline at end of file
Added: maven2/org/richfaces/cdk/generator/3.3.3.BETA1/generator-3.3.3.BETA1.pom.sha1
===================================================================
--- maven2/org/richfaces/cdk/generator/3.3.3.BETA1/generator-3.3.3.BETA1.pom.sha1 (rev 0)
+++ maven2/org/richfaces/cdk/generator/3.3.3.BETA1/generator-3.3.3.BETA1.pom.sha1 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1 @@
+5c72a9e0601461f6e64c4c026905d8fb78169ed2
\ No newline at end of file
Modified: maven2/org/richfaces/cdk/generator/maven-metadata.xml
===================================================================
--- maven2/org/richfaces/cdk/generator/maven-metadata.xml 2009-12-22 08:43:49 UTC (rev 33182)
+++ maven2/org/richfaces/cdk/generator/maven-metadata.xml 2009-12-22 15:18:31 UTC (rev 33183)
@@ -86,7 +86,8 @@
<version>4.0.0.ALPHA1</version>
<version>3.3.2.GA</version>
<version>3.3.2.SR1</version>
+ <version>3.3.3.BETA1</version>
</versions>
- <lastUpdated>20091009220244</lastUpdated>
+ <lastUpdated>20091216173122</lastUpdated>
</versioning>
</metadata>
Modified: maven2/org/richfaces/cdk/generator/maven-metadata.xml.md5
===================================================================
--- maven2/org/richfaces/cdk/generator/maven-metadata.xml.md5 2009-12-22 08:43:49 UTC (rev 33182)
+++ maven2/org/richfaces/cdk/generator/maven-metadata.xml.md5 2009-12-22 15:18:31 UTC (rev 33183)
@@ -1 +1 @@
-4841ff2d3d7b40eed6daaf5a19627b91
\ No newline at end of file
+51b127030852c559e87e9f5a6765016b
\ No newline at end of file
Modified: maven2/org/richfaces/cdk/generator/maven-metadata.xml.sha1
===================================================================
--- maven2/org/richfaces/cdk/generator/maven-metadata.xml.sha1 2009-12-22 08:43:49 UTC (rev 33182)
+++ maven2/org/richfaces/cdk/generator/maven-metadata.xml.sha1 2009-12-22 15:18:31 UTC (rev 33183)
@@ -1 +1 @@
-ddcdd84daa2ca3dbc85f5312e906ee9f88b51c82
\ No newline at end of file
+c63f485e24979b3a628271b6293979dbf916f1d2
\ No newline at end of file
Added: maven2/org/richfaces/cdk/maven-archetype-jsf-component/3.3.3.BETA1/maven-archetype-jsf-component-3.3.3.BETA1.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/richfaces/cdk/maven-archetype-jsf-component/3.3.3.BETA1/maven-archetype-jsf-component-3.3.3.BETA1.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/richfaces/cdk/maven-archetype-jsf-component/3.3.3.BETA1/maven-archetype-jsf-component-3.3.3.BETA1.jar.md5
===================================================================
--- maven2/org/richfaces/cdk/maven-archetype-jsf-component/3.3.3.BETA1/maven-archetype-jsf-component-3.3.3.BETA1.jar.md5 (rev 0)
+++ maven2/org/richfaces/cdk/maven-archetype-jsf-component/3.3.3.BETA1/maven-archetype-jsf-component-3.3.3.BETA1.jar.md5 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1 @@
+2c620042995e198871ee5c970f049a81
\ No newline at end of file
Added: maven2/org/richfaces/cdk/maven-archetype-jsf-component/3.3.3.BETA1/maven-archetype-jsf-component-3.3.3.BETA1.jar.sha1
===================================================================
--- maven2/org/richfaces/cdk/maven-archetype-jsf-component/3.3.3.BETA1/maven-archetype-jsf-component-3.3.3.BETA1.jar.sha1 (rev 0)
+++ maven2/org/richfaces/cdk/maven-archetype-jsf-component/3.3.3.BETA1/maven-archetype-jsf-component-3.3.3.BETA1.jar.sha1 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1 @@
+e015940ed545a6755e5cae13160831d542183518
\ No newline at end of file
Added: maven2/org/richfaces/cdk/maven-archetype-jsf-component/3.3.3.BETA1/maven-archetype-jsf-component-3.3.3.BETA1.pom
===================================================================
--- maven2/org/richfaces/cdk/maven-archetype-jsf-component/3.3.3.BETA1/maven-archetype-jsf-component-3.3.3.BETA1.pom (rev 0)
+++ maven2/org/richfaces/cdk/maven-archetype-jsf-component/3.3.3.BETA1/maven-archetype-jsf-component-3.3.3.BETA1.pom 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1,12 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <parent>
+ <artifactId>cdk</artifactId>
+ <groupId>org.richfaces</groupId>
+ <version>3.3.3.BETA1</version>
+ </parent>
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.richfaces.cdk</groupId>
+ <artifactId>maven-archetype-jsf-component</artifactId>
+ <version>3.3.3.BETA1</version>
+ <name>Archetype - maven-archetype-jsf-component</name>
+</project>
\ No newline at end of file
Added: maven2/org/richfaces/cdk/maven-archetype-jsf-component/3.3.3.BETA1/maven-archetype-jsf-component-3.3.3.BETA1.pom.md5
===================================================================
--- maven2/org/richfaces/cdk/maven-archetype-jsf-component/3.3.3.BETA1/maven-archetype-jsf-component-3.3.3.BETA1.pom.md5 (rev 0)
+++ maven2/org/richfaces/cdk/maven-archetype-jsf-component/3.3.3.BETA1/maven-archetype-jsf-component-3.3.3.BETA1.pom.md5 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1 @@
+7b1516560853174348e8868e3fc8b74c
\ No newline at end of file
Added: maven2/org/richfaces/cdk/maven-archetype-jsf-component/3.3.3.BETA1/maven-archetype-jsf-component-3.3.3.BETA1.pom.sha1
===================================================================
--- maven2/org/richfaces/cdk/maven-archetype-jsf-component/3.3.3.BETA1/maven-archetype-jsf-component-3.3.3.BETA1.pom.sha1 (rev 0)
+++ maven2/org/richfaces/cdk/maven-archetype-jsf-component/3.3.3.BETA1/maven-archetype-jsf-component-3.3.3.BETA1.pom.sha1 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1 @@
+8b0f6c2ede99b81d4382ad5965f53342f629c46e
\ No newline at end of file
Modified: maven2/org/richfaces/cdk/maven-archetype-jsf-component/maven-metadata.xml
===================================================================
--- maven2/org/richfaces/cdk/maven-archetype-jsf-component/maven-metadata.xml 2009-12-22 08:43:49 UTC (rev 33182)
+++ maven2/org/richfaces/cdk/maven-archetype-jsf-component/maven-metadata.xml 2009-12-22 15:18:31 UTC (rev 33183)
@@ -84,7 +84,8 @@
<version>3.3.2.CR1</version>
<version>3.3.2.GA</version>
<version>3.3.2.SR1</version>
+ <version>3.3.3.BETA1</version>
</versions>
- <lastUpdated>20091009220253</lastUpdated>
+ <lastUpdated>20091216173258</lastUpdated>
</versioning>
</metadata>
Modified: maven2/org/richfaces/cdk/maven-archetype-jsf-component/maven-metadata.xml.md5
===================================================================
--- maven2/org/richfaces/cdk/maven-archetype-jsf-component/maven-metadata.xml.md5 2009-12-22 08:43:49 UTC (rev 33182)
+++ maven2/org/richfaces/cdk/maven-archetype-jsf-component/maven-metadata.xml.md5 2009-12-22 15:18:31 UTC (rev 33183)
@@ -1 +1 @@
-e8bf558a816d35e70523dd3b95020243
\ No newline at end of file
+72b11dc806fa56e56c87dabe6f5d81d6
\ No newline at end of file
Modified: maven2/org/richfaces/cdk/maven-archetype-jsf-component/maven-metadata.xml.sha1
===================================================================
--- maven2/org/richfaces/cdk/maven-archetype-jsf-component/maven-metadata.xml.sha1 2009-12-22 08:43:49 UTC (rev 33182)
+++ maven2/org/richfaces/cdk/maven-archetype-jsf-component/maven-metadata.xml.sha1 2009-12-22 15:18:31 UTC (rev 33183)
@@ -1 +1 @@
-ba6b223440e618b0917fa0985732b71ba1d7bfdd
\ No newline at end of file
+a1a8c19ba825d8e66db5e2a9edbb65801e654169
\ No newline at end of file
Added: maven2/org/richfaces/cdk/maven-archetype-jsfwebapp/3.3.3.BETA1/maven-archetype-jsfwebapp-3.3.3.BETA1.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/richfaces/cdk/maven-archetype-jsfwebapp/3.3.3.BETA1/maven-archetype-jsfwebapp-3.3.3.BETA1.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/richfaces/cdk/maven-archetype-jsfwebapp/3.3.3.BETA1/maven-archetype-jsfwebapp-3.3.3.BETA1.jar.md5
===================================================================
--- maven2/org/richfaces/cdk/maven-archetype-jsfwebapp/3.3.3.BETA1/maven-archetype-jsfwebapp-3.3.3.BETA1.jar.md5 (rev 0)
+++ maven2/org/richfaces/cdk/maven-archetype-jsfwebapp/3.3.3.BETA1/maven-archetype-jsfwebapp-3.3.3.BETA1.jar.md5 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1 @@
+ce3cc7bf7dfd1477ecf665604e9340f9
\ No newline at end of file
Added: maven2/org/richfaces/cdk/maven-archetype-jsfwebapp/3.3.3.BETA1/maven-archetype-jsfwebapp-3.3.3.BETA1.jar.sha1
===================================================================
--- maven2/org/richfaces/cdk/maven-archetype-jsfwebapp/3.3.3.BETA1/maven-archetype-jsfwebapp-3.3.3.BETA1.jar.sha1 (rev 0)
+++ maven2/org/richfaces/cdk/maven-archetype-jsfwebapp/3.3.3.BETA1/maven-archetype-jsfwebapp-3.3.3.BETA1.jar.sha1 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1 @@
+2693d924fb7f8b6dd1bc2923778aac79d176c606
\ No newline at end of file
Added: maven2/org/richfaces/cdk/maven-archetype-jsfwebapp/3.3.3.BETA1/maven-archetype-jsfwebapp-3.3.3.BETA1.pom
===================================================================
--- maven2/org/richfaces/cdk/maven-archetype-jsfwebapp/3.3.3.BETA1/maven-archetype-jsfwebapp-3.3.3.BETA1.pom (rev 0)
+++ maven2/org/richfaces/cdk/maven-archetype-jsfwebapp/3.3.3.BETA1/maven-archetype-jsfwebapp-3.3.3.BETA1.pom 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1,12 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <parent>
+ <artifactId>cdk</artifactId>
+ <groupId>org.richfaces</groupId>
+ <version>3.3.3.BETA1</version>
+ </parent>
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.richfaces.cdk</groupId>
+ <artifactId>maven-archetype-jsfwebapp</artifactId>
+ <version>3.3.3.BETA1</version>
+ <name>Archetype for jsf webapp project</name>
+</project>
\ No newline at end of file
Added: maven2/org/richfaces/cdk/maven-archetype-jsfwebapp/3.3.3.BETA1/maven-archetype-jsfwebapp-3.3.3.BETA1.pom.md5
===================================================================
--- maven2/org/richfaces/cdk/maven-archetype-jsfwebapp/3.3.3.BETA1/maven-archetype-jsfwebapp-3.3.3.BETA1.pom.md5 (rev 0)
+++ maven2/org/richfaces/cdk/maven-archetype-jsfwebapp/3.3.3.BETA1/maven-archetype-jsfwebapp-3.3.3.BETA1.pom.md5 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1 @@
+4485e0d9c87199d7994cf3a8a1d9e3de
\ No newline at end of file
Added: maven2/org/richfaces/cdk/maven-archetype-jsfwebapp/3.3.3.BETA1/maven-archetype-jsfwebapp-3.3.3.BETA1.pom.sha1
===================================================================
--- maven2/org/richfaces/cdk/maven-archetype-jsfwebapp/3.3.3.BETA1/maven-archetype-jsfwebapp-3.3.3.BETA1.pom.sha1 (rev 0)
+++ maven2/org/richfaces/cdk/maven-archetype-jsfwebapp/3.3.3.BETA1/maven-archetype-jsfwebapp-3.3.3.BETA1.pom.sha1 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1 @@
+d189ff5eaf4f19b8f92fb2cccfc6419ddb7f2df0
\ No newline at end of file
Modified: maven2/org/richfaces/cdk/maven-archetype-jsfwebapp/maven-metadata.xml
===================================================================
--- maven2/org/richfaces/cdk/maven-archetype-jsfwebapp/maven-metadata.xml 2009-12-22 08:43:49 UTC (rev 33182)
+++ maven2/org/richfaces/cdk/maven-archetype-jsfwebapp/maven-metadata.xml 2009-12-22 15:18:31 UTC (rev 33183)
@@ -84,7 +84,8 @@
<version>3.3.2.CR1</version>
<version>3.3.2.GA</version>
<version>3.3.2.SR1</version>
+ <version>3.3.3.BETA1</version>
</versions>
- <lastUpdated>20091009220253</lastUpdated>
+ <lastUpdated>20091216173258</lastUpdated>
</versioning>
</metadata>
Modified: maven2/org/richfaces/cdk/maven-archetype-jsfwebapp/maven-metadata.xml.md5
===================================================================
--- maven2/org/richfaces/cdk/maven-archetype-jsfwebapp/maven-metadata.xml.md5 2009-12-22 08:43:49 UTC (rev 33182)
+++ maven2/org/richfaces/cdk/maven-archetype-jsfwebapp/maven-metadata.xml.md5 2009-12-22 15:18:31 UTC (rev 33183)
@@ -1 +1 @@
-9a7d13cfd9036b4f98352496e85398fc
\ No newline at end of file
+19020e239a069809a8b1cb6833b42c72
\ No newline at end of file
Modified: maven2/org/richfaces/cdk/maven-archetype-jsfwebapp/maven-metadata.xml.sha1
===================================================================
--- maven2/org/richfaces/cdk/maven-archetype-jsfwebapp/maven-metadata.xml.sha1 2009-12-22 08:43:49 UTC (rev 33182)
+++ maven2/org/richfaces/cdk/maven-archetype-jsfwebapp/maven-metadata.xml.sha1 2009-12-22 15:18:31 UTC (rev 33183)
@@ -1 +1 @@
-ff8131a8aa119613e754515a51a750619e4b85f4
\ No newline at end of file
+501085d8bd9b5ee1c459001b9075a1890d3200ab
\ No newline at end of file
Added: maven2/org/richfaces/cdk/maven-archetype-plug-n-skin/3.3.3.BETA1/maven-archetype-plug-n-skin-3.3.3.BETA1.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/richfaces/cdk/maven-archetype-plug-n-skin/3.3.3.BETA1/maven-archetype-plug-n-skin-3.3.3.BETA1.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/richfaces/cdk/maven-archetype-plug-n-skin/3.3.3.BETA1/maven-archetype-plug-n-skin-3.3.3.BETA1.jar.md5
===================================================================
--- maven2/org/richfaces/cdk/maven-archetype-plug-n-skin/3.3.3.BETA1/maven-archetype-plug-n-skin-3.3.3.BETA1.jar.md5 (rev 0)
+++ maven2/org/richfaces/cdk/maven-archetype-plug-n-skin/3.3.3.BETA1/maven-archetype-plug-n-skin-3.3.3.BETA1.jar.md5 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1 @@
+8ab22f90bd20a359f233962f2e2fd1a5
\ No newline at end of file
Added: maven2/org/richfaces/cdk/maven-archetype-plug-n-skin/3.3.3.BETA1/maven-archetype-plug-n-skin-3.3.3.BETA1.jar.sha1
===================================================================
--- maven2/org/richfaces/cdk/maven-archetype-plug-n-skin/3.3.3.BETA1/maven-archetype-plug-n-skin-3.3.3.BETA1.jar.sha1 (rev 0)
+++ maven2/org/richfaces/cdk/maven-archetype-plug-n-skin/3.3.3.BETA1/maven-archetype-plug-n-skin-3.3.3.BETA1.jar.sha1 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1 @@
+beb6f23191059db4e3ce912aa93dd73fd73817b6
\ No newline at end of file
Added: maven2/org/richfaces/cdk/maven-archetype-plug-n-skin/3.3.3.BETA1/maven-archetype-plug-n-skin-3.3.3.BETA1.pom
===================================================================
--- maven2/org/richfaces/cdk/maven-archetype-plug-n-skin/3.3.3.BETA1/maven-archetype-plug-n-skin-3.3.3.BETA1.pom (rev 0)
+++ maven2/org/richfaces/cdk/maven-archetype-plug-n-skin/3.3.3.BETA1/maven-archetype-plug-n-skin-3.3.3.BETA1.pom 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1,14 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <parent>
+ <artifactId>cdk</artifactId>
+ <groupId>org.richfaces</groupId>
+ <version>3.3.3.BETA1</version>
+ </parent>
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.richfaces.cdk</groupId>
+ <artifactId>maven-archetype-plug-n-skin</artifactId>
+ <version>3.3.3.BETA1</version>
+ <name>Archetype - maven-archetype-plug-n-skin</name>
+
+
+</project>
\ No newline at end of file
Added: maven2/org/richfaces/cdk/maven-archetype-plug-n-skin/3.3.3.BETA1/maven-archetype-plug-n-skin-3.3.3.BETA1.pom.md5
===================================================================
--- maven2/org/richfaces/cdk/maven-archetype-plug-n-skin/3.3.3.BETA1/maven-archetype-plug-n-skin-3.3.3.BETA1.pom.md5 (rev 0)
+++ maven2/org/richfaces/cdk/maven-archetype-plug-n-skin/3.3.3.BETA1/maven-archetype-plug-n-skin-3.3.3.BETA1.pom.md5 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1 @@
+583727f8775bab8de98a06740d990fb5
\ No newline at end of file
Added: maven2/org/richfaces/cdk/maven-archetype-plug-n-skin/3.3.3.BETA1/maven-archetype-plug-n-skin-3.3.3.BETA1.pom.sha1
===================================================================
--- maven2/org/richfaces/cdk/maven-archetype-plug-n-skin/3.3.3.BETA1/maven-archetype-plug-n-skin-3.3.3.BETA1.pom.sha1 (rev 0)
+++ maven2/org/richfaces/cdk/maven-archetype-plug-n-skin/3.3.3.BETA1/maven-archetype-plug-n-skin-3.3.3.BETA1.pom.sha1 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1 @@
+857b87c232d05bd0a367faaadfe546b92215637b
\ No newline at end of file
Modified: maven2/org/richfaces/cdk/maven-archetype-plug-n-skin/maven-metadata.xml
===================================================================
--- maven2/org/richfaces/cdk/maven-archetype-plug-n-skin/maven-metadata.xml 2009-12-22 08:43:49 UTC (rev 33182)
+++ maven2/org/richfaces/cdk/maven-archetype-plug-n-skin/maven-metadata.xml 2009-12-22 15:18:31 UTC (rev 33183)
@@ -41,7 +41,8 @@
<version>3.3.2.CR1</version>
<version>3.3.2.GA</version>
<version>3.3.2.SR1</version>
+ <version>3.3.3.BETA1</version>
</versions>
- <lastUpdated>20091009220253</lastUpdated>
+ <lastUpdated>20091216173258</lastUpdated>
</versioning>
</metadata>
Modified: maven2/org/richfaces/cdk/maven-archetype-plug-n-skin/maven-metadata.xml.md5
===================================================================
--- maven2/org/richfaces/cdk/maven-archetype-plug-n-skin/maven-metadata.xml.md5 2009-12-22 08:43:49 UTC (rev 33182)
+++ maven2/org/richfaces/cdk/maven-archetype-plug-n-skin/maven-metadata.xml.md5 2009-12-22 15:18:31 UTC (rev 33183)
@@ -1 +1 @@
-9d7acb2484226cf67c896f64d59d47d5
\ No newline at end of file
+9e576b56ee2f6a6d6610c3d4eee09b6c
\ No newline at end of file
Modified: maven2/org/richfaces/cdk/maven-archetype-plug-n-skin/maven-metadata.xml.sha1
===================================================================
--- maven2/org/richfaces/cdk/maven-archetype-plug-n-skin/maven-metadata.xml.sha1 2009-12-22 08:43:49 UTC (rev 33182)
+++ maven2/org/richfaces/cdk/maven-archetype-plug-n-skin/maven-metadata.xml.sha1 2009-12-22 15:18:31 UTC (rev 33183)
@@ -1 +1 @@
-70a1e0d6a42a37c44b38ea814ce6e1c4dc0a0ee8
\ No newline at end of file
+b09e3042b8201ab71da534d33a283c2d0a3acf2b
\ No newline at end of file
Added: maven2/org/richfaces/cdk/maven-archetype-theme/3.3.3.BETA1/maven-archetype-theme-3.3.3.BETA1.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/richfaces/cdk/maven-archetype-theme/3.3.3.BETA1/maven-archetype-theme-3.3.3.BETA1.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/richfaces/cdk/maven-archetype-theme/3.3.3.BETA1/maven-archetype-theme-3.3.3.BETA1.jar.md5
===================================================================
--- maven2/org/richfaces/cdk/maven-archetype-theme/3.3.3.BETA1/maven-archetype-theme-3.3.3.BETA1.jar.md5 (rev 0)
+++ maven2/org/richfaces/cdk/maven-archetype-theme/3.3.3.BETA1/maven-archetype-theme-3.3.3.BETA1.jar.md5 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1 @@
+4231f0c51744bf399ed83224c762ed26
\ No newline at end of file
Added: maven2/org/richfaces/cdk/maven-archetype-theme/3.3.3.BETA1/maven-archetype-theme-3.3.3.BETA1.jar.sha1
===================================================================
--- maven2/org/richfaces/cdk/maven-archetype-theme/3.3.3.BETA1/maven-archetype-theme-3.3.3.BETA1.jar.sha1 (rev 0)
+++ maven2/org/richfaces/cdk/maven-archetype-theme/3.3.3.BETA1/maven-archetype-theme-3.3.3.BETA1.jar.sha1 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1 @@
+73fc8f89c6834f211a578e77a2137909c91b6aa7
\ No newline at end of file
Added: maven2/org/richfaces/cdk/maven-archetype-theme/3.3.3.BETA1/maven-archetype-theme-3.3.3.BETA1.pom
===================================================================
--- maven2/org/richfaces/cdk/maven-archetype-theme/3.3.3.BETA1/maven-archetype-theme-3.3.3.BETA1.pom (rev 0)
+++ maven2/org/richfaces/cdk/maven-archetype-theme/3.3.3.BETA1/maven-archetype-theme-3.3.3.BETA1.pom 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project>
+ <parent>
+ <artifactId>cdk</artifactId>
+ <groupId>org.richfaces</groupId>
+ <version>3.3.3.BETA1</version>
+ </parent>
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.richfaces.cdk</groupId>
+ <artifactId>maven-archetype-theme</artifactId>
+ <version>3.3.3.BETA1</version>
+ <packaging>maven-archetype</packaging>
+ <name>maven-archetype-theme</name>
+ <build>
+ <extensions>
+ <extension>
+ <groupId>org.apache.maven.archetype</groupId>
+ <artifactId>archetype-packaging</artifactId>
+ <version>2.0-alpha-4</version>
+ </extension>
+ </extensions>
+ <plugins>
+ <plugin>
+ <artifactId>maven-archetype-plugin</artifactId>
+ <version>2.0-alpha-4</version>
+ <extensions>true</extensions>
+ </plugin>
+ </plugins>
+ </build>
+</project>
Added: maven2/org/richfaces/cdk/maven-archetype-theme/3.3.3.BETA1/maven-archetype-theme-3.3.3.BETA1.pom.md5
===================================================================
--- maven2/org/richfaces/cdk/maven-archetype-theme/3.3.3.BETA1/maven-archetype-theme-3.3.3.BETA1.pom.md5 (rev 0)
+++ maven2/org/richfaces/cdk/maven-archetype-theme/3.3.3.BETA1/maven-archetype-theme-3.3.3.BETA1.pom.md5 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1 @@
+d354363a03bd5ffabc4fed21e3b35742
\ No newline at end of file
Added: maven2/org/richfaces/cdk/maven-archetype-theme/3.3.3.BETA1/maven-archetype-theme-3.3.3.BETA1.pom.sha1
===================================================================
--- maven2/org/richfaces/cdk/maven-archetype-theme/3.3.3.BETA1/maven-archetype-theme-3.3.3.BETA1.pom.sha1 (rev 0)
+++ maven2/org/richfaces/cdk/maven-archetype-theme/3.3.3.BETA1/maven-archetype-theme-3.3.3.BETA1.pom.sha1 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1 @@
+5b655f8841382247dbadb8725d565336ed1268f8
\ No newline at end of file
Modified: maven2/org/richfaces/cdk/maven-archetype-theme/maven-metadata.xml
===================================================================
--- maven2/org/richfaces/cdk/maven-archetype-theme/maven-metadata.xml 2009-12-22 08:43:49 UTC (rev 33182)
+++ maven2/org/richfaces/cdk/maven-archetype-theme/maven-metadata.xml 2009-12-22 15:18:31 UTC (rev 33183)
@@ -4,7 +4,7 @@
<artifactId>maven-archetype-theme</artifactId>
<version>3.3.1.CR1</version>
<versioning>
- <latest>3.3.2.SR1</latest>
+ <latest>3.3.3.BETA1</latest>
<versions>
<version>3.3.1.CR1</version>
<version>3.3.1.CR2</version>
@@ -13,7 +13,8 @@
<version>3.3.2.CR1</version>
<version>3.3.2.GA</version>
<version>3.3.2.SR1</version>
+ <version>3.3.3.BETA1</version>
</versions>
- <lastUpdated>20091009220256</lastUpdated>
+ <lastUpdated>20091216173331</lastUpdated>
</versioning>
</metadata>
Modified: maven2/org/richfaces/cdk/maven-archetype-theme/maven-metadata.xml.md5
===================================================================
--- maven2/org/richfaces/cdk/maven-archetype-theme/maven-metadata.xml.md5 2009-12-22 08:43:49 UTC (rev 33182)
+++ maven2/org/richfaces/cdk/maven-archetype-theme/maven-metadata.xml.md5 2009-12-22 15:18:31 UTC (rev 33183)
@@ -1 +1 @@
-4fe40040240ae82c74f7d7fe1983f05b
\ No newline at end of file
+d0554b41710d1b77f69da7cfa4ce09af
\ No newline at end of file
Modified: maven2/org/richfaces/cdk/maven-archetype-theme/maven-metadata.xml.sha1
===================================================================
--- maven2/org/richfaces/cdk/maven-archetype-theme/maven-metadata.xml.sha1 2009-12-22 08:43:49 UTC (rev 33182)
+++ maven2/org/richfaces/cdk/maven-archetype-theme/maven-metadata.xml.sha1 2009-12-22 15:18:31 UTC (rev 33183)
@@ -1 +1 @@
-48653da1062cdfcf064fd8c55f3311a8bfa882e5
\ No newline at end of file
+18364211f3aede8765123da702670dcd4a784481
\ No newline at end of file
Added: maven2/org/richfaces/cdk/maven-cdk-plugin/3.3.3.BETA1/maven-cdk-plugin-3.3.3.BETA1.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/richfaces/cdk/maven-cdk-plugin/3.3.3.BETA1/maven-cdk-plugin-3.3.3.BETA1.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/richfaces/cdk/maven-cdk-plugin/3.3.3.BETA1/maven-cdk-plugin-3.3.3.BETA1.jar.md5
===================================================================
--- maven2/org/richfaces/cdk/maven-cdk-plugin/3.3.3.BETA1/maven-cdk-plugin-3.3.3.BETA1.jar.md5 (rev 0)
+++ maven2/org/richfaces/cdk/maven-cdk-plugin/3.3.3.BETA1/maven-cdk-plugin-3.3.3.BETA1.jar.md5 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1 @@
+d0d549be6d0c69f46069f4e279c0526f
\ No newline at end of file
Added: maven2/org/richfaces/cdk/maven-cdk-plugin/3.3.3.BETA1/maven-cdk-plugin-3.3.3.BETA1.jar.sha1
===================================================================
--- maven2/org/richfaces/cdk/maven-cdk-plugin/3.3.3.BETA1/maven-cdk-plugin-3.3.3.BETA1.jar.sha1 (rev 0)
+++ maven2/org/richfaces/cdk/maven-cdk-plugin/3.3.3.BETA1/maven-cdk-plugin-3.3.3.BETA1.jar.sha1 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1 @@
+32bd283c34640389b2ca4ba926f471c983af3a9d
\ No newline at end of file
Added: maven2/org/richfaces/cdk/maven-cdk-plugin/3.3.3.BETA1/maven-cdk-plugin-3.3.3.BETA1.pom
===================================================================
--- maven2/org/richfaces/cdk/maven-cdk-plugin/3.3.3.BETA1/maven-cdk-plugin-3.3.3.BETA1.pom (rev 0)
+++ maven2/org/richfaces/cdk/maven-cdk-plugin/3.3.3.BETA1/maven-cdk-plugin-3.3.3.BETA1.pom 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1,88 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <parent>
+ <artifactId>cdk</artifactId>
+ <groupId>org.richfaces</groupId>
+ <version>3.3.3.BETA1</version>
+ </parent>
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.richfaces.cdk</groupId>
+ <artifactId>maven-cdk-plugin</artifactId>
+ <version>3.3.3.BETA1</version>
+ <packaging>maven-plugin</packaging>
+ <name>Maven plugin for JSF components code generation</name>
+ <dependencies>
+ <dependency>
+ <groupId>org.apache.maven</groupId>
+ <artifactId>maven-artifact</artifactId>
+ <version>2.0.4</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.maven</groupId>
+ <artifactId>maven-plugin-api</artifactId>
+ <version>2.0.4</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.maven</groupId>
+ <artifactId>maven-project</artifactId>
+ <version>2.0.4</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.maven</groupId>
+ <artifactId>maven-archiver</artifactId>
+ <version>2.2</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.maven.shared</groupId>
+ <artifactId>file-management</artifactId>
+ <version>1.1</version>
+ </dependency>
+ <dependency>
+ <groupId>org.codehaus.plexus</groupId>
+ <artifactId>plexus-utils</artifactId>
+ <version>1.5.1</version>
+ </dependency>
+ <dependency>
+ <groupId>org.codehaus.plexus</groupId>
+ <artifactId>plexus-velocity</artifactId>
+ <version>1.1.2</version>
+ </dependency>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>3.8.1</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.richfaces.cdk</groupId>
+ <artifactId>generator</artifactId>
+ <version>3.3.3.BETA1</version>
+ </dependency>
+ </dependencies>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.codehaus.modello</groupId>
+ <artifactId>modello-maven-plugin</artifactId>
+ <version>1.0-alpha-18</version>
+ <executions>
+ <execution>
+ <goals>
+ <!-- Generate the xpp3 reader code -->
+ <goal>xpp3-reader</goal>
+ <!-- Generate the xpp3 writer code -->
+ <goal>xpp3-writer</goal>
+ <!-- Generate the Java sources for the model itself -->
+ <goal>java</goal>
+ </goals>
+ </execution>
+ </executions>
+ <configuration>
+ <version>1.0.0</version>
+ <models>
+ <model>src/main/mdo/resource-config.mdo</model>
+ </models>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+</project>
\ No newline at end of file
Added: maven2/org/richfaces/cdk/maven-cdk-plugin/3.3.3.BETA1/maven-cdk-plugin-3.3.3.BETA1.pom.md5
===================================================================
--- maven2/org/richfaces/cdk/maven-cdk-plugin/3.3.3.BETA1/maven-cdk-plugin-3.3.3.BETA1.pom.md5 (rev 0)
+++ maven2/org/richfaces/cdk/maven-cdk-plugin/3.3.3.BETA1/maven-cdk-plugin-3.3.3.BETA1.pom.md5 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1 @@
+aa7b05c7168570e57acd8f9527f54235
\ No newline at end of file
Added: maven2/org/richfaces/cdk/maven-cdk-plugin/3.3.3.BETA1/maven-cdk-plugin-3.3.3.BETA1.pom.sha1
===================================================================
--- maven2/org/richfaces/cdk/maven-cdk-plugin/3.3.3.BETA1/maven-cdk-plugin-3.3.3.BETA1.pom.sha1 (rev 0)
+++ maven2/org/richfaces/cdk/maven-cdk-plugin/3.3.3.BETA1/maven-cdk-plugin-3.3.3.BETA1.pom.sha1 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1 @@
+051c72c2e78deeca08c1c0a125ae659b61551ded
\ No newline at end of file
Modified: maven2/org/richfaces/cdk/maven-cdk-plugin/maven-metadata.xml
===================================================================
--- maven2/org/richfaces/cdk/maven-cdk-plugin/maven-metadata.xml 2009-12-22 08:43:49 UTC (rev 33182)
+++ maven2/org/richfaces/cdk/maven-cdk-plugin/maven-metadata.xml 2009-12-22 15:18:31 UTC (rev 33183)
@@ -4,7 +4,7 @@
<artifactId>maven-cdk-plugin</artifactId>
<version>3.1.0</version>
<versioning>
- <latest>3.3.2.SR1</latest>
+ <latest>3.3.3.BETA1</latest>
<release>3.1.0</release>
<versions>
<version>3.1.0</version>
@@ -87,7 +87,8 @@
<version>4.0.0.ALPHA1</version>
<version>3.3.2.GA</version>
<version>3.3.2.SR1</version>
+ <version>3.3.3.BETA1</version>
</versions>
- <lastUpdated>20091009220250</lastUpdated>
+ <lastUpdated>20091216173243</lastUpdated>
</versioning>
</metadata>
Modified: maven2/org/richfaces/cdk/maven-cdk-plugin/maven-metadata.xml.md5
===================================================================
--- maven2/org/richfaces/cdk/maven-cdk-plugin/maven-metadata.xml.md5 2009-12-22 08:43:49 UTC (rev 33182)
+++ maven2/org/richfaces/cdk/maven-cdk-plugin/maven-metadata.xml.md5 2009-12-22 15:18:31 UTC (rev 33183)
@@ -1 +1 @@
-6f1c61615f7f656715a2984b6b17e41f
\ No newline at end of file
+50c2470e743af9fcd7b347c240b886f5
\ No newline at end of file
Modified: maven2/org/richfaces/cdk/maven-cdk-plugin/maven-metadata.xml.sha1
===================================================================
--- maven2/org/richfaces/cdk/maven-cdk-plugin/maven-metadata.xml.sha1 2009-12-22 08:43:49 UTC (rev 33182)
+++ maven2/org/richfaces/cdk/maven-cdk-plugin/maven-metadata.xml.sha1 2009-12-22 15:18:31 UTC (rev 33183)
@@ -1 +1 @@
-af7ffa4682e4cc0cc04a190214e915ba58470c6c
\ No newline at end of file
+824ed269dd44c643d4e1893741d466ec977578e2
\ No newline at end of file
Added: maven2/org/richfaces/cdk/maven-javascript-plugin/3.3.3.BETA1/maven-javascript-plugin-3.3.3.BETA1.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/richfaces/cdk/maven-javascript-plugin/3.3.3.BETA1/maven-javascript-plugin-3.3.3.BETA1.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/richfaces/cdk/maven-javascript-plugin/3.3.3.BETA1/maven-javascript-plugin-3.3.3.BETA1.jar.md5
===================================================================
--- maven2/org/richfaces/cdk/maven-javascript-plugin/3.3.3.BETA1/maven-javascript-plugin-3.3.3.BETA1.jar.md5 (rev 0)
+++ maven2/org/richfaces/cdk/maven-javascript-plugin/3.3.3.BETA1/maven-javascript-plugin-3.3.3.BETA1.jar.md5 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1 @@
+9c4c747bcc38560d8b10d07550f10456
\ No newline at end of file
Added: maven2/org/richfaces/cdk/maven-javascript-plugin/3.3.3.BETA1/maven-javascript-plugin-3.3.3.BETA1.jar.sha1
===================================================================
--- maven2/org/richfaces/cdk/maven-javascript-plugin/3.3.3.BETA1/maven-javascript-plugin-3.3.3.BETA1.jar.sha1 (rev 0)
+++ maven2/org/richfaces/cdk/maven-javascript-plugin/3.3.3.BETA1/maven-javascript-plugin-3.3.3.BETA1.jar.sha1 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1 @@
+b4271d7162687a22f25ef58fed45fb60c38b8b77
\ No newline at end of file
Added: maven2/org/richfaces/cdk/maven-javascript-plugin/3.3.3.BETA1/maven-javascript-plugin-3.3.3.BETA1.pom
===================================================================
--- maven2/org/richfaces/cdk/maven-javascript-plugin/3.3.3.BETA1/maven-javascript-plugin-3.3.3.BETA1.pom (rev 0)
+++ maven2/org/richfaces/cdk/maven-javascript-plugin/3.3.3.BETA1/maven-javascript-plugin-3.3.3.BETA1.pom 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1,55 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <artifactId>cdk</artifactId>
+ <groupId>org.richfaces</groupId>
+ <version>3.3.3.BETA1</version>
+ </parent>
+ <groupId>org.richfaces.cdk</groupId>
+ <artifactId>maven-javascript-plugin</artifactId>
+ <packaging>maven-plugin</packaging>
+ <name>YUI Compressor Maven Mojo</name>
+ <description>
+ To compress (Minify + Ofuscate) Javascript files and CSS files
+ (using YUI Compressor from Julien Lecomte) and/or to check
+ Javascript files with jslint.
+ </description>
+
+ <dependencies>
+ <dependency>
+ <groupId>rhino</groupId>
+ <artifactId>js</artifactId>
+ <version>1.6R7</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.maven</groupId>
+ <artifactId>maven-plugin-api</artifactId>
+ <version>2.0.7</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.maven</groupId>
+ <artifactId>maven-project</artifactId>
+ <version>2.0.7</version>
+ <scope>provided</scope>
+ </dependency>
+ </dependencies>
+ <build>
+ <plugins />
+ </build>
+ <reporting>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-plugin-plugin</artifactId>
+ </plugin>
+ </plugins>
+ </reporting>
+
+ <properties>
+ <java.src.version>1.5</java.src.version>
+ <runtime.log>target/velocity.log</runtime.log>
+ </properties>
+
+</project>
\ No newline at end of file
Added: maven2/org/richfaces/cdk/maven-javascript-plugin/3.3.3.BETA1/maven-javascript-plugin-3.3.3.BETA1.pom.md5
===================================================================
--- maven2/org/richfaces/cdk/maven-javascript-plugin/3.3.3.BETA1/maven-javascript-plugin-3.3.3.BETA1.pom.md5 (rev 0)
+++ maven2/org/richfaces/cdk/maven-javascript-plugin/3.3.3.BETA1/maven-javascript-plugin-3.3.3.BETA1.pom.md5 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1 @@
+6849013c1e6cf0fcf1f15857ad981364
\ No newline at end of file
Added: maven2/org/richfaces/cdk/maven-javascript-plugin/3.3.3.BETA1/maven-javascript-plugin-3.3.3.BETA1.pom.sha1
===================================================================
--- maven2/org/richfaces/cdk/maven-javascript-plugin/3.3.3.BETA1/maven-javascript-plugin-3.3.3.BETA1.pom.sha1 (rev 0)
+++ maven2/org/richfaces/cdk/maven-javascript-plugin/3.3.3.BETA1/maven-javascript-plugin-3.3.3.BETA1.pom.sha1 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1 @@
+a27a7af13fddc1ee3edf8933d78d6a1ec28c760a
\ No newline at end of file
Modified: maven2/org/richfaces/cdk/maven-javascript-plugin/maven-metadata.xml
===================================================================
--- maven2/org/richfaces/cdk/maven-javascript-plugin/maven-metadata.xml 2009-12-22 08:43:49 UTC (rev 33182)
+++ maven2/org/richfaces/cdk/maven-javascript-plugin/maven-metadata.xml 2009-12-22 15:18:31 UTC (rev 33183)
@@ -4,7 +4,7 @@
<artifactId>maven-javascript-plugin</artifactId>
<version>3.1.3.CR4</version>
<versioning>
- <latest>3.3.2.SR1</latest>
+ <latest>3.3.3.BETA1</latest>
<versions>
<version>3.1.3.CR4</version>
<version>3.1.3.GA</version>
@@ -73,7 +73,8 @@
<version>3.3.2.CR1</version>
<version>3.3.2.GA</version>
<version>3.3.2.SR1</version>
+ <version>3.3.3.BETA1</version>
</versions>
- <lastUpdated>20091009220253</lastUpdated>
+ <lastUpdated>20091216173258</lastUpdated>
</versioning>
</metadata>
Modified: maven2/org/richfaces/cdk/maven-javascript-plugin/maven-metadata.xml.md5
===================================================================
--- maven2/org/richfaces/cdk/maven-javascript-plugin/maven-metadata.xml.md5 2009-12-22 08:43:49 UTC (rev 33182)
+++ maven2/org/richfaces/cdk/maven-javascript-plugin/maven-metadata.xml.md5 2009-12-22 15:18:31 UTC (rev 33183)
@@ -1 +1 @@
-0bb7ec71ba36c85963e435980138c549
\ No newline at end of file
+6b9e352fa950516310587975589cbf34
\ No newline at end of file
Modified: maven2/org/richfaces/cdk/maven-javascript-plugin/maven-metadata.xml.sha1
===================================================================
--- maven2/org/richfaces/cdk/maven-javascript-plugin/maven-metadata.xml.sha1 2009-12-22 08:43:49 UTC (rev 33182)
+++ maven2/org/richfaces/cdk/maven-javascript-plugin/maven-metadata.xml.sha1 2009-12-22 15:18:31 UTC (rev 33183)
@@ -1 +1 @@
-9288c56f7260aeb91f7f73b2bb64bdc2ed300b96
\ No newline at end of file
+a13b02d9420c6ffe01cc4239dc7f37575c53275e
\ No newline at end of file
Modified: maven2/org/richfaces/cdk/maven-metadata.xml
===================================================================
--- maven2/org/richfaces/cdk/maven-metadata.xml 2009-12-22 08:43:49 UTC (rev 33182)
+++ maven2/org/richfaces/cdk/maven-metadata.xml 2009-12-22 15:18:31 UTC (rev 33183)
@@ -86,8 +86,9 @@
<version>4.0.0.ALPHA1</version>
<version>3.3.2.GA</version>
<version>3.3.2.SR1</version>
+ <version>3.3.3.BETA1</version>
</versions>
- <lastUpdated>20091009220236</lastUpdated>
+ <lastUpdated>20091216173031</lastUpdated>
</versioning>
<plugins>
<plugin>
@@ -115,5 +116,10 @@
<prefix>maven-archetype-theme</prefix>
<artifactId>maven-archetype-theme</artifactId>
</plugin>
+ <plugin>
+ <name>maven-archetype-rf-facelets</name>
+ <prefix>richfaces-facelets</prefix>
+ <artifactId>richfaces-facelets</artifactId>
+ </plugin>
</plugins>
</metadata>
Modified: maven2/org/richfaces/cdk/maven-metadata.xml.md5
===================================================================
--- maven2/org/richfaces/cdk/maven-metadata.xml.md5 2009-12-22 08:43:49 UTC (rev 33182)
+++ maven2/org/richfaces/cdk/maven-metadata.xml.md5 2009-12-22 15:18:31 UTC (rev 33183)
@@ -1 +1 @@
-3bc48e9fdae7bc36016810c2fcb5d7b6
\ No newline at end of file
+9081bb5a9e8af49a28ecf404ecca1d05
\ No newline at end of file
Modified: maven2/org/richfaces/cdk/maven-metadata.xml.sha1
===================================================================
--- maven2/org/richfaces/cdk/maven-metadata.xml.sha1 2009-12-22 08:43:49 UTC (rev 33182)
+++ maven2/org/richfaces/cdk/maven-metadata.xml.sha1 2009-12-22 15:18:31 UTC (rev 33183)
@@ -1 +1 @@
-df12a90270dcc643e8d48edc0a57af7f64154427
\ No newline at end of file
+8e22577e94a100de8b4c6fa4ddf04e5c717d930c
\ No newline at end of file
Added: maven2/org/richfaces/cdk/maven-resource-dependency-plugin/3.3.3.BETA1/maven-resource-dependency-plugin-3.3.3.BETA1.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/richfaces/cdk/maven-resource-dependency-plugin/3.3.3.BETA1/maven-resource-dependency-plugin-3.3.3.BETA1.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/richfaces/cdk/maven-resource-dependency-plugin/3.3.3.BETA1/maven-resource-dependency-plugin-3.3.3.BETA1.jar.md5
===================================================================
--- maven2/org/richfaces/cdk/maven-resource-dependency-plugin/3.3.3.BETA1/maven-resource-dependency-plugin-3.3.3.BETA1.jar.md5 (rev 0)
+++ maven2/org/richfaces/cdk/maven-resource-dependency-plugin/3.3.3.BETA1/maven-resource-dependency-plugin-3.3.3.BETA1.jar.md5 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1 @@
+d4e19c1c712aa471573fb182f6000c6d
\ No newline at end of file
Added: maven2/org/richfaces/cdk/maven-resource-dependency-plugin/3.3.3.BETA1/maven-resource-dependency-plugin-3.3.3.BETA1.jar.sha1
===================================================================
--- maven2/org/richfaces/cdk/maven-resource-dependency-plugin/3.3.3.BETA1/maven-resource-dependency-plugin-3.3.3.BETA1.jar.sha1 (rev 0)
+++ maven2/org/richfaces/cdk/maven-resource-dependency-plugin/3.3.3.BETA1/maven-resource-dependency-plugin-3.3.3.BETA1.jar.sha1 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1 @@
+16913b949d8aab5d61b17b07aea8c8ac63279323
\ No newline at end of file
Added: maven2/org/richfaces/cdk/maven-resource-dependency-plugin/3.3.3.BETA1/maven-resource-dependency-plugin-3.3.3.BETA1.pom
===================================================================
--- maven2/org/richfaces/cdk/maven-resource-dependency-plugin/3.3.3.BETA1/maven-resource-dependency-plugin-3.3.3.BETA1.pom (rev 0)
+++ maven2/org/richfaces/cdk/maven-resource-dependency-plugin/3.3.3.BETA1/maven-resource-dependency-plugin-3.3.3.BETA1.pom 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1,47 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <parent>
+ <artifactId>cdk</artifactId>
+ <groupId>org.richfaces</groupId>
+ <version>3.3.3.BETA1</version>
+ </parent>
+
+ <modelVersion>4.0.0</modelVersion>
+
+ <groupId>org.richfaces.cdk</groupId>
+
+ <artifactId>maven-resource-dependency-plugin</artifactId>
+ <packaging>maven-plugin</packaging>
+ <version>3.3.3.BETA1</version>
+ <name>maven-resource-dependency-plugin</name>
+
+
+ <dependencies>
+
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>3.8.1</version>
+ <scope>test</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>commons-vfs</groupId>
+ <artifactId>commons-vfs</artifactId>
+ <version>1.0</version>
+ </dependency>
+
+ <dependency>
+ <groupId>commons-digester</groupId>
+ <artifactId>commons-digester</artifactId>
+ <version>2.0</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.richfaces.cdk</groupId>
+ <artifactId>maven-cdk-plugin</artifactId>
+ <version>3.3.3.BETA1</version>
+ </dependency>
+
+ </dependencies>
+</project>
Added: maven2/org/richfaces/cdk/maven-resource-dependency-plugin/3.3.3.BETA1/maven-resource-dependency-plugin-3.3.3.BETA1.pom.md5
===================================================================
--- maven2/org/richfaces/cdk/maven-resource-dependency-plugin/3.3.3.BETA1/maven-resource-dependency-plugin-3.3.3.BETA1.pom.md5 (rev 0)
+++ maven2/org/richfaces/cdk/maven-resource-dependency-plugin/3.3.3.BETA1/maven-resource-dependency-plugin-3.3.3.BETA1.pom.md5 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1 @@
+03f96765cc43854c1c27f304ab59478d
\ No newline at end of file
Added: maven2/org/richfaces/cdk/maven-resource-dependency-plugin/3.3.3.BETA1/maven-resource-dependency-plugin-3.3.3.BETA1.pom.sha1
===================================================================
--- maven2/org/richfaces/cdk/maven-resource-dependency-plugin/3.3.3.BETA1/maven-resource-dependency-plugin-3.3.3.BETA1.pom.sha1 (rev 0)
+++ maven2/org/richfaces/cdk/maven-resource-dependency-plugin/3.3.3.BETA1/maven-resource-dependency-plugin-3.3.3.BETA1.pom.sha1 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1 @@
+a893856bf86c1aeccbf42842c9e9049911e8dbb4
\ No newline at end of file
Modified: maven2/org/richfaces/cdk/maven-resource-dependency-plugin/maven-metadata.xml
===================================================================
--- maven2/org/richfaces/cdk/maven-resource-dependency-plugin/maven-metadata.xml 2009-12-22 08:43:49 UTC (rev 33182)
+++ maven2/org/richfaces/cdk/maven-resource-dependency-plugin/maven-metadata.xml 2009-12-22 15:18:31 UTC (rev 33183)
@@ -4,7 +4,7 @@
<artifactId>maven-resource-dependency-plugin</artifactId>
<version>3.3.1.BETA1</version>
<versioning>
- <latest>3.3.2.SR1</latest>
+ <latest>3.3.3.BETA1</latest>
<versions>
<version>3.3.1.BETA1</version>
<version>3.3.1.BETA2</version>
@@ -18,7 +18,8 @@
<version>3.3.2.CR1</version>
<version>3.3.2.GA</version>
<version>3.3.2.SR1</version>
+ <version>3.3.3.BETA1</version>
</versions>
- <lastUpdated>20091009220254</lastUpdated>
+ <lastUpdated>20091216173309</lastUpdated>
</versioning>
</metadata>
Modified: maven2/org/richfaces/cdk/maven-resource-dependency-plugin/maven-metadata.xml.md5
===================================================================
--- maven2/org/richfaces/cdk/maven-resource-dependency-plugin/maven-metadata.xml.md5 2009-12-22 08:43:49 UTC (rev 33182)
+++ maven2/org/richfaces/cdk/maven-resource-dependency-plugin/maven-metadata.xml.md5 2009-12-22 15:18:31 UTC (rev 33183)
@@ -1 +1 @@
-83219b4d8c2080769e9af76f102c9e25
\ No newline at end of file
+79a58330893190bae664eca16900abb8
\ No newline at end of file
Modified: maven2/org/richfaces/cdk/maven-resource-dependency-plugin/maven-metadata.xml.sha1
===================================================================
--- maven2/org/richfaces/cdk/maven-resource-dependency-plugin/maven-metadata.xml.sha1 2009-12-22 08:43:49 UTC (rev 33182)
+++ maven2/org/richfaces/cdk/maven-resource-dependency-plugin/maven-metadata.xml.sha1 2009-12-22 15:18:31 UTC (rev 33183)
@@ -1 +1 @@
-d0c563b0e847b281cb4e4d6a19cdc5c7f3408e43
\ No newline at end of file
+657658d5aa8469d8af5727d554d7412302864503
\ No newline at end of file
Added: maven2/org/richfaces/cdk/richfaces-facelets/3.3.3.BETA1/richfaces-facelets-3.3.3.BETA1.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/richfaces/cdk/richfaces-facelets/3.3.3.BETA1/richfaces-facelets-3.3.3.BETA1.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/richfaces/cdk/richfaces-facelets/3.3.3.BETA1/richfaces-facelets-3.3.3.BETA1.jar.md5
===================================================================
--- maven2/org/richfaces/cdk/richfaces-facelets/3.3.3.BETA1/richfaces-facelets-3.3.3.BETA1.jar.md5 (rev 0)
+++ maven2/org/richfaces/cdk/richfaces-facelets/3.3.3.BETA1/richfaces-facelets-3.3.3.BETA1.jar.md5 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1 @@
+05e030367fdf6934638fd22fb9498073
\ No newline at end of file
Added: maven2/org/richfaces/cdk/richfaces-facelets/3.3.3.BETA1/richfaces-facelets-3.3.3.BETA1.jar.sha1
===================================================================
--- maven2/org/richfaces/cdk/richfaces-facelets/3.3.3.BETA1/richfaces-facelets-3.3.3.BETA1.jar.sha1 (rev 0)
+++ maven2/org/richfaces/cdk/richfaces-facelets/3.3.3.BETA1/richfaces-facelets-3.3.3.BETA1.jar.sha1 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1 @@
+d3181dc04779ec36bbfbb0f020a7c484c18acf70
\ No newline at end of file
Added: maven2/org/richfaces/cdk/richfaces-facelets/3.3.3.BETA1/richfaces-facelets-3.3.3.BETA1.pom
===================================================================
--- maven2/org/richfaces/cdk/richfaces-facelets/3.3.3.BETA1/richfaces-facelets-3.3.3.BETA1.pom (rev 0)
+++ maven2/org/richfaces/cdk/richfaces-facelets/3.3.3.BETA1/richfaces-facelets-3.3.3.BETA1.pom 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.richfaces.cdk</groupId>
+ <artifactId>richfaces-facelets</artifactId>
+ <version>3.3.3.BETA1</version>
+ <name>maven-archetype-rf-facelets</name>
+ <packaging>maven-archetype</packaging>
+ <parent>
+ <artifactId>cdk</artifactId>
+ <groupId>org.richfaces</groupId>
+ <version>3.3.3.BETA1</version>
+ </parent>
+
+ <build>
+ <extensions>
+ <extension>
+ <groupId>org.apache.maven.archetype</groupId>
+ <artifactId>archetype-packaging</artifactId>
+ <version>2.0-alpha-4</version>
+ </extension>
+ </extensions>
+ <plugins>
+ <plugin>
+ <artifactId>maven-archetype-plugin</artifactId>
+ <version>2.0-alpha-4</version>
+ <extensions>true</extensions>
+ </plugin>
+ </plugins>
+ </build>
+</project>
Added: maven2/org/richfaces/cdk/richfaces-facelets/3.3.3.BETA1/richfaces-facelets-3.3.3.BETA1.pom.md5
===================================================================
--- maven2/org/richfaces/cdk/richfaces-facelets/3.3.3.BETA1/richfaces-facelets-3.3.3.BETA1.pom.md5 (rev 0)
+++ maven2/org/richfaces/cdk/richfaces-facelets/3.3.3.BETA1/richfaces-facelets-3.3.3.BETA1.pom.md5 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1 @@
+e88b74477a51f530e7f5fafa1108677b
\ No newline at end of file
Added: maven2/org/richfaces/cdk/richfaces-facelets/3.3.3.BETA1/richfaces-facelets-3.3.3.BETA1.pom.sha1
===================================================================
--- maven2/org/richfaces/cdk/richfaces-facelets/3.3.3.BETA1/richfaces-facelets-3.3.3.BETA1.pom.sha1 (rev 0)
+++ maven2/org/richfaces/cdk/richfaces-facelets/3.3.3.BETA1/richfaces-facelets-3.3.3.BETA1.pom.sha1 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1 @@
+f6a395dd0e094e719121f623a917ffdfc44ff281
\ No newline at end of file
Added: maven2/org/richfaces/cdk/richfaces-facelets/maven-metadata.xml
===================================================================
--- maven2/org/richfaces/cdk/richfaces-facelets/maven-metadata.xml (rev 0)
+++ maven2/org/richfaces/cdk/richfaces-facelets/maven-metadata.xml 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+ <groupId>org.richfaces.cdk</groupId>
+ <artifactId>richfaces-facelets</artifactId>
+ <version>3.3.3.BETA1</version>
+ <versioning>
+ <latest>3.3.3.BETA1</latest>
+ <versions>
+ <version>3.3.3.BETA1</version>
+ </versions>
+ <lastUpdated>20091216173331</lastUpdated>
+ </versioning>
+</metadata>
Added: maven2/org/richfaces/cdk/richfaces-facelets/maven-metadata.xml.md5
===================================================================
--- maven2/org/richfaces/cdk/richfaces-facelets/maven-metadata.xml.md5 (rev 0)
+++ maven2/org/richfaces/cdk/richfaces-facelets/maven-metadata.xml.md5 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1 @@
+7a99f75f4079de19d1927bf02c2bcab7
\ No newline at end of file
Added: maven2/org/richfaces/cdk/richfaces-facelets/maven-metadata.xml.sha1
===================================================================
--- maven2/org/richfaces/cdk/richfaces-facelets/maven-metadata.xml.sha1 (rev 0)
+++ maven2/org/richfaces/cdk/richfaces-facelets/maven-metadata.xml.sha1 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1 @@
+631cf600edb1a68f702d5b20c98fa185162a0df3
\ No newline at end of file
Added: maven2/org/richfaces/docs/3.3.3.BETA1/docs-3.3.3.BETA1.pom
===================================================================
--- maven2/org/richfaces/docs/3.3.3.BETA1/docs-3.3.3.BETA1.pom (rev 0)
+++ maven2/org/richfaces/docs/3.3.3.BETA1/docs-3.3.3.BETA1.pom 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1,110 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <parent>
+ <artifactId>root</artifactId>
+ <groupId>org.richfaces</groupId>
+ <version>3.3.3.BETA1</version>
+ </parent>
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.richfaces</groupId>
+ <artifactId>docs</artifactId>
+ <version>3.3.3.BETA1</version>
+ <name>Project documentation</name>
+ <packaging>pom</packaging>
+ <!-- setup repositories, to build documentation separate from Java projects -->
+ <repositories>
+ <repository>
+ <releases>
+ <enabled>true</enabled>
+ </releases>
+ <snapshots>
+ <enabled>false</enabled>
+ <updatePolicy>never</updatePolicy>
+ </snapshots>
+ <id>repository.jboss.com</id>
+ <name>Jboss Repository for Maven</name>
+ <url>http://repository.jboss.com/maven2/</url>
+ <layout>default</layout>
+ </repository>
+ <repository>
+ <id>eclipse</id>
+ <url>http://repo1.maven.org/eclipse/</url>
+ </repository>
+ </repositories>
+ <pluginRepositories>
+ <pluginRepository>
+ <releases>
+ <enabled>true</enabled>
+ </releases>
+ <snapshots>
+ <enabled>false</enabled>
+ <updatePolicy>never</updatePolicy>
+ </snapshots>
+ <id>repository.jboss.com</id>
+ <name>Jboss Repository for Maven</name>
+ <url>http://repository.jboss.com/maven2/</url>
+ <layout>default</layout>
+ </pluginRepository>
+ </pluginRepositories>
+ <dependencies>
+ <dependency>
+ <groupId>com.uwyn</groupId>
+ <artifactId>jhighlight</artifactId>
+ <version>1.0</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.xmlgraphics</groupId>
+ <artifactId>fop</artifactId>
+ <version>0.95</version>
+ </dependency>
+ </dependencies>
+
+ <profiles>
+ <profile>
+ <id>docs</id>
+ <modules>
+ <module>highlight</module>
+ <module>common-resources</module>
+ <module>userguide</module>
+ <module>cdkguide</module>
+ <module>faq</module>
+ <module>migrationguide</module>
+ <module>photo_album_app_guide</module>
+ </modules>
+ </profile>
+ <profile>
+ <id>release_docs</id>
+ <properties>
+ <xsl_html_single>classpath:/common-resources/xslt/xhtml-single-release.xsl</xsl_html_single>
+ <xsl_html>classpath:/common-resources/xslt/xhtml-release.xsl</xsl_html>
+ </properties>
+ </profile>
+ <profile>
+ <id>diffmk</id>
+ <properties>
+ <xsl_html_single>classpath:/common-resources/xslt/xhtml-single-diffmk.xsl</xsl_html_single>
+ <xsl_html>classpath:/common-resources/xslt/xhtml-diffmk.xsl</xsl_html>
+ </properties>
+ </profile>
+ </profiles>
+
+ <build>
+ <pluginManagement>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <version>2.0.2</version>
+ <configuration>
+ <source>1.5</source>
+ <target>1.5</target>
+ </configuration>
+ </plugin>
+ </plugins>
+ </pluginManagement>
+ </build>
+ <properties>
+ <xsl_html_single>classpath:/common-resources/xslt/xhtml-single.xsl</xsl_html_single>
+ <xsl_html>classpath:/common-resources/xslt/xhtml.xsl</xsl_html>
+ <translation>en</translation>
+ </properties>
+</project>
Added: maven2/org/richfaces/docs/3.3.3.BETA1/docs-3.3.3.BETA1.pom.md5
===================================================================
--- maven2/org/richfaces/docs/3.3.3.BETA1/docs-3.3.3.BETA1.pom.md5 (rev 0)
+++ maven2/org/richfaces/docs/3.3.3.BETA1/docs-3.3.3.BETA1.pom.md5 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1 @@
+6f1c3d43e9e5a13527debf7d5646eca4
\ No newline at end of file
Added: maven2/org/richfaces/docs/3.3.3.BETA1/docs-3.3.3.BETA1.pom.sha1
===================================================================
--- maven2/org/richfaces/docs/3.3.3.BETA1/docs-3.3.3.BETA1.pom.sha1 (rev 0)
+++ maven2/org/richfaces/docs/3.3.3.BETA1/docs-3.3.3.BETA1.pom.sha1 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1 @@
+4247a861f37f2cc7f0002a79c513926f76bb6eaa
\ No newline at end of file
Added: maven2/org/richfaces/docs/cdkguide/3.3.3.BETA1/cdkguide-3.3.3.BETA1.pom
===================================================================
--- maven2/org/richfaces/docs/cdkguide/3.3.3.BETA1/cdkguide-3.3.3.BETA1.pom (rev 0)
+++ maven2/org/richfaces/docs/cdkguide/3.3.3.BETA1/cdkguide-3.3.3.BETA1.pom 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1,267 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <parent>
+ <artifactId>docs</artifactId>
+ <groupId>org.richfaces</groupId>
+ <version>3.3.3.BETA1</version>
+ </parent>
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.richfaces.docs</groupId>
+ <artifactId>cdkguide</artifactId>
+ <packaging>pom</packaging>
+ <version>3.3.3.BETA1</version>
+ <name>cdkguide</name>
+ <description>Richfaces CDK Developer Guide</description>
+ <pluginRepositories>
+ <pluginRepository>
+ <releases>
+ <enabled>true</enabled>
+ </releases>
+ <snapshots>
+ <enabled>false</enabled>
+ <updatePolicy>never</updatePolicy>
+ </snapshots>
+ <id>repository.jboss.com</id>
+ <name>Jboss Repository for Maven</name>
+ <url>http://repository.jboss.com/maven2/</url>
+ <layout>default</layout>
+ </pluginRepository>
+ </pluginRepositories>
+ <profiles>
+ <profile>
+ <id>html</id>
+ <build>
+ <pluginManagement>
+ <plugins>
+ <plugin>
+ <groupId>org.jboss.maven.plugins</groupId>
+ <artifactId>maven-jdocbook-plugin
+ </artifactId>
+ <version>2.1.0-200803311251UTC-MPJDOCBOOK-8
+ </version>
+ <configuration>
+ <formats>
+ <format>
+ <formatName>html</formatName>
+ <stylesheetResource> ${xsl_html}</stylesheetResource>
+ <finalName> index.html</finalName>
+ <imageCopyingRequired> true</imageCopyingRequired>
+ <imagePathSettingRequired> false</imagePathSettingRequired>
+ </format>
+ </formats>
+ </configuration>
+ </plugin>
+ </plugins>
+ </pluginManagement>
+ </build>
+ </profile>
+ <profile>
+ <id>html_single</id>
+ <build>
+ <pluginManagement>
+ <plugins>
+ <plugin>
+ <groupId>org.jboss.maven.plugins</groupId>
+ <artifactId>maven-jdocbook-plugin
+ </artifactId>
+ <version>2.1.0-200803311251UTC-MPJDOCBOOK-8
+ </version>
+ <configuration>
+ <formats>
+ <format>
+ <formatName>html_single</formatName>
+ <stylesheetResource> ${xsl_html_single}</stylesheetResource>
+ <imageCopyingRequired> true</imageCopyingRequired>
+ <imagePathSettingRequired> false</imagePathSettingRequired>
+ <finalName> index.html</finalName>
+ </format>
+ </formats>
+ </configuration>
+ </plugin>
+ </plugins>
+ </pluginManagement>
+ </build>
+ </profile>
+ </profiles>
+ <build>
+ <pluginManagement>
+ <plugins>
+
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-dependency-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>unpack</id>
+ <phase>generate-resources</phase>
+ <goals>
+ <goal>unpack</goal>
+ </goals>
+ <configuration>
+ <artifactItems>
+ <artifactItem>
+ <groupId>
+ org.richfaces.docs.common-resources
+ </groupId>
+ <artifactId>
+ ${translation}
+ </artifactId>
+ <version>
+ ${project.version}
+ </version>
+ <type>jar</type>
+ <overWrite>true</overWrite>
+ <outputDirectory>
+ ${project.build.directory}
+ </outputDirectory>
+ </artifactItem>
+ </artifactItems>
+ <overWriteReleases>
+ false
+ </overWriteReleases>
+ <overWriteSnapshots>
+ true
+ </overWriteSnapshots>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
+ <groupId>org.jboss.maven.plugins</groupId>
+ <artifactId>maven-jdocbook-plugin</artifactId>
+ <version>2.1.0-200803311251UTC-MPJDOCBOOK-8</version>
+ <executions>
+ <execution>
+ <id>jdocbook:generate</id>
+ <phase>compile</phase>
+ <goals>
+ <goal>generate</goal>
+ </goals>
+ </execution>
+ <execution>
+ <id>jdocbook:resources</id>
+ <phase>process-resources</phase>
+ <goals>
+ <goal>resources</goal>
+ </goals>
+ </execution>
+ <execution>
+ <id>jdocbook:bundle</id>
+ <phase>package</phase>
+ <goals>
+ <goal>bundle</goal>
+ </goals>
+ </execution>
+ </executions>
+ <dependencies>
+ <dependency>
+ <groupId>org.jboss</groupId>
+ <artifactId>jbossorg-docbook-xslt</artifactId>
+ <version>1.1.0</version>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss</groupId>
+ <artifactId>jbossorg-jdocbook-style</artifactId>
+ <version>1.1.0</version>
+ <type>jdocbook-style</type>
+ </dependency>
+ <dependency>
+ <groupId>org.richfaces.docs.common-resources</groupId>
+ <artifactId>${translation}</artifactId>
+ <version>${project.version}</version>
+ <type>jar</type>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.xmlgraphics</groupId>
+ <artifactId>fop</artifactId>
+ <version>0.95</version>
+ </dependency>
+ <dependency>
+ <groupId>net.sf.saxon</groupId>
+ <artifactId>saxon</artifactId>
+ <version>8.7</version>
+ </dependency>
+ </dependencies>
+ <configuration>
+ <sourceDirectory>
+ ${basedir}/src/main/docbook
+ </sourceDirectory>
+ <imageResource>
+ <directory>
+ ${basedir}/src/main/resources
+ </directory>
+ </imageResource>
+ <cssResource>
+ <directory>
+ ${project.build.directory}/common-resources
+ </directory>
+ </cssResource>
+ <sourceDocumentName>
+ master.xml
+ </sourceDocumentName>
+ <formats>
+ <format>
+ <formatName>pdf</formatName>
+ <stylesheetResource>
+ classpath:/common-resources/xslt/pdf-common.xsl
+ </stylesheetResource>
+ <finalName>
+ CDK_Developer_Guide.pdf
+ </finalName>
+ <imagePathSettingRequired>
+ true
+ </imagePathSettingRequired>
+ </format>
+ <format>
+ <formatName>html</formatName>
+ <stylesheetResource>
+ ${xsl_html}
+ </stylesheetResource>
+ <finalName>
+ index.html
+ </finalName>
+ <imageCopyingRequired>
+ true
+ </imageCopyingRequired>
+ <imagePathSettingRequired>
+ false
+ </imagePathSettingRequired>
+ </format>
+ <format>
+ <formatName>html_single</formatName>
+ <stylesheetResource>
+ ${xsl_html_single}
+ </stylesheetResource>
+ <imageCopyingRequired>
+ true
+ </imageCopyingRequired>
+ <imagePathSettingRequired>
+ false
+ </imagePathSettingRequired>
+ <finalName>
+ index.html
+ </finalName>
+ </format>
+ </formats>
+ <xincludeSupported>true</xincludeSupported>
+ <options>
+ <xincludeSupported>true</xincludeSupported>
+ <useRelativeImageUris>
+ true
+ </useRelativeImageUris>
+ <xmlTransformerType>
+ saxon
+ </xmlTransformerType>
+ <docbookVersion>1.72.0</docbookVersion>
+ </options>
+ </configuration>
+
+ </plugin>
+
+ </plugins>
+ </pluginManagement>
+ </build>
+ <modules>
+ <module>en</module>
+ </modules>
+
+</project>
Added: maven2/org/richfaces/docs/cdkguide/3.3.3.BETA1/cdkguide-3.3.3.BETA1.pom.md5
===================================================================
--- maven2/org/richfaces/docs/cdkguide/3.3.3.BETA1/cdkguide-3.3.3.BETA1.pom.md5 (rev 0)
+++ maven2/org/richfaces/docs/cdkguide/3.3.3.BETA1/cdkguide-3.3.3.BETA1.pom.md5 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1 @@
+3c5132c6bc5bb8db7d5dd0a76ccd225a
\ No newline at end of file
Added: maven2/org/richfaces/docs/cdkguide/3.3.3.BETA1/cdkguide-3.3.3.BETA1.pom.sha1
===================================================================
--- maven2/org/richfaces/docs/cdkguide/3.3.3.BETA1/cdkguide-3.3.3.BETA1.pom.sha1 (rev 0)
+++ maven2/org/richfaces/docs/cdkguide/3.3.3.BETA1/cdkguide-3.3.3.BETA1.pom.sha1 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1 @@
+8c317694e88219a688c73bc43f3bc07f4d5cdd99
\ No newline at end of file
Added: maven2/org/richfaces/docs/cdkguide/en/3.3.3.BETA1/en-3.3.3.BETA1.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/richfaces/docs/cdkguide/en/3.3.3.BETA1/en-3.3.3.BETA1.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/richfaces/docs/cdkguide/en/3.3.3.BETA1/en-3.3.3.BETA1.jar.md5
===================================================================
--- maven2/org/richfaces/docs/cdkguide/en/3.3.3.BETA1/en-3.3.3.BETA1.jar.md5 (rev 0)
+++ maven2/org/richfaces/docs/cdkguide/en/3.3.3.BETA1/en-3.3.3.BETA1.jar.md5 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1 @@
+12b934456e49522673aabb83b2405835
\ No newline at end of file
Added: maven2/org/richfaces/docs/cdkguide/en/3.3.3.BETA1/en-3.3.3.BETA1.jar.sha1
===================================================================
--- maven2/org/richfaces/docs/cdkguide/en/3.3.3.BETA1/en-3.3.3.BETA1.jar.sha1 (rev 0)
+++ maven2/org/richfaces/docs/cdkguide/en/3.3.3.BETA1/en-3.3.3.BETA1.jar.sha1 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1 @@
+a5e50e3b507e5f78033923395c332eb2fa9a2c83
\ No newline at end of file
Added: maven2/org/richfaces/docs/cdkguide/en/3.3.3.BETA1/en-3.3.3.BETA1.pom
===================================================================
--- maven2/org/richfaces/docs/cdkguide/en/3.3.3.BETA1/en-3.3.3.BETA1.pom (rev 0)
+++ maven2/org/richfaces/docs/cdkguide/en/3.3.3.BETA1/en-3.3.3.BETA1.pom 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1,42 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.richfaces.docs</groupId>
+ <artifactId>cdkguide</artifactId>
+ <version>3.3.3.BETA1</version>
+ <relativePath>../pom.xml</relativePath>
+ </parent>
+ <groupId>org.richfaces.docs.cdkguide</groupId>
+ <artifactId>${translation}</artifactId>
+ <version>3.3.3.BETA1</version>
+ <packaging>jar</packaging>
+ <name>Richfaces CDK Developer Guide (${translation})</name>
+
+ <properties>
+ <translation>en</translation>
+ </properties>
+ <build>
+ <finalName>
+ ${project.parent.artifactId}_${translation}-${version}
+ </finalName>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-dependency-plugin</artifactId>
+ </plugin>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>xml-maven-plugin</artifactId>
+ <version>1.0-beta-2</version>
+ </plugin>
+
+ <plugin>
+ <groupId>org.jboss.maven.plugins</groupId>
+ <artifactId>maven-jdocbook-plugin</artifactId>
+ <extensions>true</extensions>
+ </plugin>
+ </plugins>
+ </build>
+</project>
Added: maven2/org/richfaces/docs/cdkguide/en/3.3.3.BETA1/en-3.3.3.BETA1.pom.md5
===================================================================
--- maven2/org/richfaces/docs/cdkguide/en/3.3.3.BETA1/en-3.3.3.BETA1.pom.md5 (rev 0)
+++ maven2/org/richfaces/docs/cdkguide/en/3.3.3.BETA1/en-3.3.3.BETA1.pom.md5 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1 @@
+1c2914bcef92a830a7e54902e77c71e2
\ No newline at end of file
Added: maven2/org/richfaces/docs/cdkguide/en/3.3.3.BETA1/en-3.3.3.BETA1.pom.sha1
===================================================================
--- maven2/org/richfaces/docs/cdkguide/en/3.3.3.BETA1/en-3.3.3.BETA1.pom.sha1 (rev 0)
+++ maven2/org/richfaces/docs/cdkguide/en/3.3.3.BETA1/en-3.3.3.BETA1.pom.sha1 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1 @@
+5227b0c84bd3d62cf6e4708ecdda9b483f340acc
\ No newline at end of file
Modified: maven2/org/richfaces/docs/cdkguide/en/maven-metadata.xml
===================================================================
--- maven2/org/richfaces/docs/cdkguide/en/maven-metadata.xml 2009-12-22 08:43:49 UTC (rev 33182)
+++ maven2/org/richfaces/docs/cdkguide/en/maven-metadata.xml 2009-12-22 15:18:31 UTC (rev 33183)
@@ -37,7 +37,8 @@
<version>3.3.2.CR1</version>
<version>3.3.2.GA</version>
<version>3.3.2.SR1</version>
+ <version>3.3.3.BETA1</version>
</versions>
- <lastUpdated>20091009222345</lastUpdated>
+ <lastUpdated>20091216180013</lastUpdated>
</versioning>
</metadata>
Modified: maven2/org/richfaces/docs/cdkguide/en/maven-metadata.xml.md5
===================================================================
--- maven2/org/richfaces/docs/cdkguide/en/maven-metadata.xml.md5 2009-12-22 08:43:49 UTC (rev 33182)
+++ maven2/org/richfaces/docs/cdkguide/en/maven-metadata.xml.md5 2009-12-22 15:18:31 UTC (rev 33183)
@@ -1 +1 @@
-26b09ccfcfa84bd23a431c9596cac742
\ No newline at end of file
+03c2b2280e65d3dcc198ec51fc3f04a6
\ No newline at end of file
Modified: maven2/org/richfaces/docs/cdkguide/en/maven-metadata.xml.sha1
===================================================================
--- maven2/org/richfaces/docs/cdkguide/en/maven-metadata.xml.sha1 2009-12-22 08:43:49 UTC (rev 33182)
+++ maven2/org/richfaces/docs/cdkguide/en/maven-metadata.xml.sha1 2009-12-22 15:18:31 UTC (rev 33183)
@@ -1 +1 @@
-81d86366b1ef7dd88a7c00ed7bc6c92d8205f1a5
\ No newline at end of file
+47e09517edf1929f8bc6d55f0ddfc9e2ac729dbc
\ No newline at end of file
Modified: maven2/org/richfaces/docs/cdkguide/maven-metadata.xml
===================================================================
--- maven2/org/richfaces/docs/cdkguide/maven-metadata.xml 2009-12-22 08:43:49 UTC (rev 33182)
+++ maven2/org/richfaces/docs/cdkguide/maven-metadata.xml 2009-12-22 15:18:31 UTC (rev 33183)
@@ -37,7 +37,8 @@
<version>3.3.2.CR1</version>
<version>3.3.2.GA</version>
<version>3.3.2.SR1</version>
+ <version>3.3.3.BETA1</version>
</versions>
- <lastUpdated>20091009222331</lastUpdated>
+ <lastUpdated>20091216175959</lastUpdated>
</versioning>
</metadata>
Modified: maven2/org/richfaces/docs/cdkguide/maven-metadata.xml.md5
===================================================================
--- maven2/org/richfaces/docs/cdkguide/maven-metadata.xml.md5 2009-12-22 08:43:49 UTC (rev 33182)
+++ maven2/org/richfaces/docs/cdkguide/maven-metadata.xml.md5 2009-12-22 15:18:31 UTC (rev 33183)
@@ -1 +1 @@
-645065f2f596e8aa3300630866def477
\ No newline at end of file
+17eccb4e8fbcaafba068149740ae1d1e
\ No newline at end of file
Modified: maven2/org/richfaces/docs/cdkguide/maven-metadata.xml.sha1
===================================================================
--- maven2/org/richfaces/docs/cdkguide/maven-metadata.xml.sha1 2009-12-22 08:43:49 UTC (rev 33182)
+++ maven2/org/richfaces/docs/cdkguide/maven-metadata.xml.sha1 2009-12-22 15:18:31 UTC (rev 33183)
@@ -1 +1 @@
-b48355ab906de1d5559f4f6d37c092ec2f0e87f5
\ No newline at end of file
+b036d681e3e1ace937ec18586559753353c29e28
\ No newline at end of file
Added: maven2/org/richfaces/docs/common-resources/3.3.3.BETA1/common-resources-3.3.3.BETA1.pom
===================================================================
--- maven2/org/richfaces/docs/common-resources/3.3.3.BETA1/common-resources-3.3.3.BETA1.pom (rev 0)
+++ maven2/org/richfaces/docs/common-resources/3.3.3.BETA1/common-resources-3.3.3.BETA1.pom 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1,17 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <parent>
+ <artifactId>docs</artifactId>
+ <groupId>org.richfaces</groupId>
+ <version>3.3.3.BETA1</version>
+ </parent>
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.richfaces.docs</groupId>
+ <artifactId>common-resources</artifactId>
+ <version>3.3.3.BETA1</version>
+ <packaging>pom</packaging>
+ <name>Documentation common resources</name>
+ <description>Common resources</description>
+ <modules>
+ <module>en</module>
+ </modules>
+</project>
Added: maven2/org/richfaces/docs/common-resources/3.3.3.BETA1/common-resources-3.3.3.BETA1.pom.md5
===================================================================
--- maven2/org/richfaces/docs/common-resources/3.3.3.BETA1/common-resources-3.3.3.BETA1.pom.md5 (rev 0)
+++ maven2/org/richfaces/docs/common-resources/3.3.3.BETA1/common-resources-3.3.3.BETA1.pom.md5 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1 @@
+271448ebbc469ecf49a88e1b8e9cec8f
\ No newline at end of file
Added: maven2/org/richfaces/docs/common-resources/3.3.3.BETA1/common-resources-3.3.3.BETA1.pom.sha1
===================================================================
--- maven2/org/richfaces/docs/common-resources/3.3.3.BETA1/common-resources-3.3.3.BETA1.pom.sha1 (rev 0)
+++ maven2/org/richfaces/docs/common-resources/3.3.3.BETA1/common-resources-3.3.3.BETA1.pom.sha1 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1 @@
+e1f2d884404d09d8b62ff8d2436f3eaa362768af
\ No newline at end of file
Added: maven2/org/richfaces/docs/common-resources/en/3.3.3.BETA1/en-3.3.3.BETA1.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/richfaces/docs/common-resources/en/3.3.3.BETA1/en-3.3.3.BETA1.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/richfaces/docs/common-resources/en/3.3.3.BETA1/en-3.3.3.BETA1.jar.md5
===================================================================
--- maven2/org/richfaces/docs/common-resources/en/3.3.3.BETA1/en-3.3.3.BETA1.jar.md5 (rev 0)
+++ maven2/org/richfaces/docs/common-resources/en/3.3.3.BETA1/en-3.3.3.BETA1.jar.md5 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1 @@
+889d6b3c1bd2aea59388d8049e5680fa
\ No newline at end of file
Added: maven2/org/richfaces/docs/common-resources/en/3.3.3.BETA1/en-3.3.3.BETA1.jar.sha1
===================================================================
--- maven2/org/richfaces/docs/common-resources/en/3.3.3.BETA1/en-3.3.3.BETA1.jar.sha1 (rev 0)
+++ maven2/org/richfaces/docs/common-resources/en/3.3.3.BETA1/en-3.3.3.BETA1.jar.sha1 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1 @@
+893ad31192d44a9ba87b67ca43adf359a32b504b
\ No newline at end of file
Added: maven2/org/richfaces/docs/common-resources/en/3.3.3.BETA1/en-3.3.3.BETA1.pom
===================================================================
--- maven2/org/richfaces/docs/common-resources/en/3.3.3.BETA1/en-3.3.3.BETA1.pom (rev 0)
+++ maven2/org/richfaces/docs/common-resources/en/3.3.3.BETA1/en-3.3.3.BETA1.pom 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1,43 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <parent>
+ <artifactId>common-resources</artifactId>
+ <groupId>org.richfaces.docs</groupId>
+ <version>3.3.3.BETA1</version>
+ </parent>
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.richfaces.docs.common-resources</groupId>
+ <artifactId>${translation}</artifactId>
+ <version>3.3.3.BETA1</version>
+ <packaging>jar</packaging>
+ <name>Documentation common resources (${translation})</name>
+ <description>
+ Documentation common resources for ${translation} translation
+ </description>
+ <dependencies>
+ <dependency>
+ <groupId>org.richfaces.docs</groupId>
+ <artifactId>highlight</artifactId>
+ <version>3.3.3.BETA1</version>
+ </dependency>
+ </dependencies>
+ <build>
+ <resources>
+ <resource>
+ <directory>src/main/xslt</directory>
+ <targetPath>common-resources/xslt</targetPath>
+ </resource>
+ <resource>
+ <directory>src/main/css</directory>
+ <targetPath>common-resources/css</targetPath>
+ </resource>
+ <resource>
+ <directory>src/main/script</directory>
+ <targetPath>common-resources/script</targetPath>
+ </resource>
+ <resource>
+ <directory>src/main/images</directory>
+ <targetPath>common-resources/images</targetPath>
+ </resource>
+ </resources>
+ </build>
+</project>
Added: maven2/org/richfaces/docs/common-resources/en/3.3.3.BETA1/en-3.3.3.BETA1.pom.md5
===================================================================
--- maven2/org/richfaces/docs/common-resources/en/3.3.3.BETA1/en-3.3.3.BETA1.pom.md5 (rev 0)
+++ maven2/org/richfaces/docs/common-resources/en/3.3.3.BETA1/en-3.3.3.BETA1.pom.md5 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1 @@
+ae3cec83b8b06d654008d06cbb504199
\ No newline at end of file
Added: maven2/org/richfaces/docs/common-resources/en/3.3.3.BETA1/en-3.3.3.BETA1.pom.sha1
===================================================================
--- maven2/org/richfaces/docs/common-resources/en/3.3.3.BETA1/en-3.3.3.BETA1.pom.sha1 (rev 0)
+++ maven2/org/richfaces/docs/common-resources/en/3.3.3.BETA1/en-3.3.3.BETA1.pom.sha1 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1 @@
+7d84b89654627adbebd84d9e7b8b5a29446f72ca
\ No newline at end of file
Modified: maven2/org/richfaces/docs/common-resources/en/maven-metadata.xml
===================================================================
--- maven2/org/richfaces/docs/common-resources/en/maven-metadata.xml 2009-12-22 08:43:49 UTC (rev 33182)
+++ maven2/org/richfaces/docs/common-resources/en/maven-metadata.xml 2009-12-22 15:18:31 UTC (rev 33183)
@@ -26,7 +26,8 @@
<version>3.3.2.CR1</version>
<version>3.3.2.GA</version>
<version>3.3.2.SR1</version>
+ <version>3.3.3.BETA1</version>
</versions>
- <lastUpdated>20091009222034</lastUpdated>
+ <lastUpdated>20091216175552</lastUpdated>
</versioning>
</metadata>
Modified: maven2/org/richfaces/docs/common-resources/en/maven-metadata.xml.md5
===================================================================
--- maven2/org/richfaces/docs/common-resources/en/maven-metadata.xml.md5 2009-12-22 08:43:49 UTC (rev 33182)
+++ maven2/org/richfaces/docs/common-resources/en/maven-metadata.xml.md5 2009-12-22 15:18:31 UTC (rev 33183)
@@ -1 +1 @@
-1d47b7629c82ac18b97d2812f22578ab
\ No newline at end of file
+003353230e20d21da3f5bbeed78191cc
\ No newline at end of file
Modified: maven2/org/richfaces/docs/common-resources/en/maven-metadata.xml.sha1
===================================================================
--- maven2/org/richfaces/docs/common-resources/en/maven-metadata.xml.sha1 2009-12-22 08:43:49 UTC (rev 33182)
+++ maven2/org/richfaces/docs/common-resources/en/maven-metadata.xml.sha1 2009-12-22 15:18:31 UTC (rev 33183)
@@ -1 +1 @@
-33c9a0ac5d39bf61199180a6dc1a5efb421fdb5a
\ No newline at end of file
+22cfa2609d22081014dacc538a0e506d790f6f55
\ No newline at end of file
Modified: maven2/org/richfaces/docs/common-resources/maven-metadata.xml
===================================================================
--- maven2/org/richfaces/docs/common-resources/maven-metadata.xml 2009-12-22 08:43:49 UTC (rev 33182)
+++ maven2/org/richfaces/docs/common-resources/maven-metadata.xml 2009-12-22 15:18:31 UTC (rev 33183)
@@ -26,7 +26,8 @@
<version>3.3.2.CR1</version>
<version>3.3.2.GA</version>
<version>3.3.2.SR1</version>
+ <version>3.3.3.BETA1</version>
</versions>
- <lastUpdated>20091009222032</lastUpdated>
+ <lastUpdated>20091216175550</lastUpdated>
</versioning>
</metadata>
Modified: maven2/org/richfaces/docs/common-resources/maven-metadata.xml.md5
===================================================================
--- maven2/org/richfaces/docs/common-resources/maven-metadata.xml.md5 2009-12-22 08:43:49 UTC (rev 33182)
+++ maven2/org/richfaces/docs/common-resources/maven-metadata.xml.md5 2009-12-22 15:18:31 UTC (rev 33183)
@@ -1 +1 @@
-3b4cba9272d9c7c5177b6d866fb8980f
\ No newline at end of file
+9a2c201f71afb4af814c814cab8b2cc5
\ No newline at end of file
Modified: maven2/org/richfaces/docs/common-resources/maven-metadata.xml.sha1
===================================================================
--- maven2/org/richfaces/docs/common-resources/maven-metadata.xml.sha1 2009-12-22 08:43:49 UTC (rev 33182)
+++ maven2/org/richfaces/docs/common-resources/maven-metadata.xml.sha1 2009-12-22 15:18:31 UTC (rev 33183)
@@ -1 +1 @@
-fefab3c22f397ce6b6cc2131e1fac820d4bf9386
\ No newline at end of file
+8594435a49099d4692c44d59140dc4ac5e61fa9f
\ No newline at end of file
Added: maven2/org/richfaces/docs/faq/3.3.3.BETA1/faq-3.3.3.BETA1.pom
===================================================================
--- maven2/org/richfaces/docs/faq/3.3.3.BETA1/faq-3.3.3.BETA1.pom (rev 0)
+++ maven2/org/richfaces/docs/faq/3.3.3.BETA1/faq-3.3.3.BETA1.pom 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1,278 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <parent>
+ <artifactId>docs</artifactId>
+ <groupId>org.richfaces</groupId>
+ <version>3.3.3.BETA1</version>
+ </parent>
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.richfaces.docs</groupId>
+ <artifactId>faq</artifactId>
+ <packaging>pom</packaging>
+ <version>3.3.3.BETA1</version>
+ <name>FAQ</name>
+ <description>Frequently asked questions</description>
+ <!--repositories>
+ <repository>
+ <releases>
+ <enabled>true</enabled>
+ </releases>
+ <snapshots>
+ <enabled>false</enabled>
+ <updatePolicy>never</updatePolicy>
+ </snapshots>
+ <id>repository.jboss.com</id>
+ <name>Jboss Repository for Maven</name>
+ <url>http://repository.jboss.com/maven2/</url>
+ <layout>default</layout>
+ </repository>
+ <repository>
+ <id>eclipse</id>
+ <url>http://repo1.maven.org/eclipse/</url>
+ </repository>
+ </repositories-->
+ <pluginRepositories>
+ <pluginRepository>
+ <releases>
+ <enabled>false</enabled>
+ </releases>
+ <snapshots>
+ <enabled>true</enabled>
+ <updatePolicy>never</updatePolicy>
+ </snapshots>
+ <id>snapshots.jboss.com</id>
+ <name>Jboss Repository for Maven</name>
+ <url>http://snapshots.jboss.com/maven2/</url>
+ <layout>default</layout>
+ </pluginRepository>
+ <pluginRepository>
+ <releases>
+ <enabled>true</enabled>
+ </releases>
+ <snapshots>
+ <enabled>false</enabled>
+ <updatePolicy>never</updatePolicy>
+ </snapshots>
+ <id>repository.jboss.com</id>
+ <name>Jboss Repository for Maven</name>
+ <url>http://repository.jboss.com/maven2/</url>
+ <layout>default</layout>
+ </pluginRepository>
+ </pluginRepositories>
+ <build>
+ <pluginManagement>
+ <plugins>
+ <!--plugin>
+ <groupId>org.jboss.maven.plugins</groupId>
+ <artifactId>maven-spellChecker-plugin</artifactId>
+ <version>2.0-SNAPSHOT</version>
+ <executions>
+ <execution>
+ <id>spellChecker:check</id>
+ <phase>compile</phase>
+ <goals>
+ <goal>check</goal>
+ </goals>
+ </execution>
+ <execution>
+ <id>spellChecker:validate</id>
+ <phase>package</phase>
+ <goals>
+ <goal>validate</goal>
+ </goals>
+ </execution>
+ </executions>
+ <configuration>
+ <outputDir>${project.build.directory}/log</outputDir>
+ <reportFileName>log.txt</reportFileName>
+ <dirForScan>${basedir}</dirForScan>
+ <fileForValidation>${basedir}/src/main/docbook/master.xml</fileForValidation>
+ <wellformdnessOnly>true</wellformdnessOnly>
+ <xmlSchema>http://www.docbook.org/xsd/4.3/docbook.xsd</xmlSchema-->
+ <!--dictionaries>
+ <dictionary>
+ /media/WIndows_C/workspace_test/english.dic
+ </dictionary>
+ </dictionaries-->
+ <!--excludes>
+ <exclude>**/*.svn</exclude>
+ </excludes>
+ <includes>
+ <include>**/*.xml</include>
+ <include>**/*.html</include>
+ </includes>
+ </configuration>
+ </plugin-->
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-dependency-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>unpack</id>
+ <phase>generate-resources</phase>
+ <goals>
+ <goal>unpack</goal>
+ </goals>
+ <configuration>
+ <artifactItems>
+ <artifactItem>
+ <groupId>
+ org.richfaces.docs.common-resources
+ </groupId>
+ <artifactId>
+ ${translation}
+ </artifactId>
+ <version>
+ ${project.version}
+ </version>
+ <type>jar</type>
+ <overWrite>true</overWrite>
+ <outputDirectory>
+ ${project.build.directory}
+ </outputDirectory>
+ </artifactItem>
+ </artifactItems>
+ <overWriteReleases>
+ false
+ </overWriteReleases>
+ <overWriteSnapshots>
+ true
+ </overWriteSnapshots>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
+ <groupId>org.jboss.maven.plugins</groupId>
+ <artifactId>maven-jdocbook-plugin</artifactId>
+ <version>2.1.0-200803311251UTC-MPJDOCBOOK-8</version>
+ <executions>
+ <execution>
+ <id>jdocbook:generate</id>
+ <phase>compile</phase>
+ <goals>
+ <goal>generate</goal>
+ </goals>
+ </execution>
+ <execution>
+ <id>jdocbook:resources</id>
+ <phase>process-resources</phase>
+ <goals>
+ <goal>resources</goal>
+ </goals>
+ </execution>
+ <execution>
+ <id>jdocbook:bundle</id>
+ <phase>package</phase>
+ <goals>
+ <goal>bundle</goal>
+ </goals>
+ </execution>
+ </executions>
+ <dependencies>
+ <dependency>
+ <groupId>org.jboss</groupId>
+ <artifactId>jbossorg-docbook-xslt</artifactId>
+ <version>1.1.0</version>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss</groupId>
+ <artifactId>jbossorg-jdocbook-style</artifactId>
+ <version>1.1.0</version>
+ <type>jdocbook-style</type>
+ </dependency>
+ <dependency>
+ <groupId>org.richfaces.docs.common-resources</groupId>
+ <artifactId>${translation}</artifactId>
+ <version>${project.version}</version>
+ <type>jar</type>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.xmlgraphics</groupId>
+ <artifactId>fop</artifactId>
+ <version>0.95</version>
+ </dependency>
+ </dependencies>
+ <configuration>
+ <sourceDirectory>
+ ${basedir}/src/main/docbook
+ </sourceDirectory>
+ <imageResource>
+ <directory>
+ ${project.build.directory}/common-resources
+ </directory>
+ </imageResource>
+ <cssResource>
+ <directory>
+ ${project.build.directory}/common-resources
+ </directory>
+ </cssResource>
+ <sourceDocumentName>
+ master.xml
+ </sourceDocumentName>
+ <formats>
+
+ <!--format>
+ <formatName>pdf</formatName>
+ <stylesheetResource>
+ classpath:/xslt/org/jboss/pdf.xsl
+ </stylesheetResource>
+ <finalName>
+ faq.pdf
+ </finalName>
+ <imagePathSettingRequired>
+ true
+ </imagePathSettingRequired>
+ </format-->
+ <!--format>
+ <formatName>html</formatName>
+ <stylesheetResource>
+ /xslt/html_chunk.xsl
+ </stylesheetResource>
+ <finalName>index.html</finalName>
+ <imageCopyingRequired>
+ true
+ </imageCopyingRequired>
+ <imagePathSettingRequired>
+ false
+ </imagePathSettingRequired>
+ </format-->
+
+ <format>
+ <formatName>html_single</formatName>
+ <stylesheetResource>
+ classpath:/common-resources/xslt/xhtml-single-faq.xsl
+ </stylesheetResource>
+ <imageCopyingRequired>
+ true
+ </imageCopyingRequired>
+ <imagePathSettingRequired>
+ false
+ </imagePathSettingRequired>
+ <finalName>
+ faq.html
+ </finalName>
+
+ </format>
+ </formats>
+ <xincludeSupported>true</xincludeSupported>
+ <options>
+ <xincludeSupported>true</xincludeSupported>
+ <useRelativeImageUris>
+ true
+ </useRelativeImageUris>
+ <xmlTransformerType>
+ saxon
+ </xmlTransformerType>
+ <docbookVersion>1.72.0</docbookVersion>
+ </options>
+ </configuration>
+
+ </plugin>
+ </plugins>
+ </pluginManagement>
+ </build>
+ <modules>
+ <module>en</module>
+ </modules>
+
+</project>
Added: maven2/org/richfaces/docs/faq/3.3.3.BETA1/faq-3.3.3.BETA1.pom.md5
===================================================================
--- maven2/org/richfaces/docs/faq/3.3.3.BETA1/faq-3.3.3.BETA1.pom.md5 (rev 0)
+++ maven2/org/richfaces/docs/faq/3.3.3.BETA1/faq-3.3.3.BETA1.pom.md5 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1 @@
+57bff45dd344cfda8143c20f0c21f44a
\ No newline at end of file
Added: maven2/org/richfaces/docs/faq/3.3.3.BETA1/faq-3.3.3.BETA1.pom.sha1
===================================================================
--- maven2/org/richfaces/docs/faq/3.3.3.BETA1/faq-3.3.3.BETA1.pom.sha1 (rev 0)
+++ maven2/org/richfaces/docs/faq/3.3.3.BETA1/faq-3.3.3.BETA1.pom.sha1 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1 @@
+eb8825c9f61a2cf2dcf714ad26e598fd2706e572
\ No newline at end of file
Added: maven2/org/richfaces/docs/faq/en/3.3.3.BETA1/en-3.3.3.BETA1.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/richfaces/docs/faq/en/3.3.3.BETA1/en-3.3.3.BETA1.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/richfaces/docs/faq/en/3.3.3.BETA1/en-3.3.3.BETA1.jar.md5
===================================================================
--- maven2/org/richfaces/docs/faq/en/3.3.3.BETA1/en-3.3.3.BETA1.jar.md5 (rev 0)
+++ maven2/org/richfaces/docs/faq/en/3.3.3.BETA1/en-3.3.3.BETA1.jar.md5 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1 @@
+93ec856d6733517ca84f7038db52b8bb
\ No newline at end of file
Added: maven2/org/richfaces/docs/faq/en/3.3.3.BETA1/en-3.3.3.BETA1.jar.sha1
===================================================================
--- maven2/org/richfaces/docs/faq/en/3.3.3.BETA1/en-3.3.3.BETA1.jar.sha1 (rev 0)
+++ maven2/org/richfaces/docs/faq/en/3.3.3.BETA1/en-3.3.3.BETA1.jar.sha1 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1 @@
+9de19f8b2421d4c67e35a79710e5be0ca2d0538d
\ No newline at end of file
Added: maven2/org/richfaces/docs/faq/en/3.3.3.BETA1/en-3.3.3.BETA1.pom
===================================================================
--- maven2/org/richfaces/docs/faq/en/3.3.3.BETA1/en-3.3.3.BETA1.pom (rev 0)
+++ maven2/org/richfaces/docs/faq/en/3.3.3.BETA1/en-3.3.3.BETA1.pom 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1,38 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.richfaces.docs</groupId>
+ <artifactId>faq</artifactId>
+ <version>3.3.3.BETA1</version>
+ <relativePath>../pom.xml</relativePath>
+ </parent>
+ <groupId>org.richfaces.docs.faq</groupId>
+ <artifactId>${translation}</artifactId>
+ <version>3.3.3.BETA1</version>
+ <packaging>jar</packaging>
+ <name>Richfaces Manual (${translation})</name>
+ <build>
+ <finalName>
+ ${project.parent.artifactId}_${translation}-${version}
+ </finalName>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-dependency-plugin</artifactId>
+ </plugin>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>xml-maven-plugin</artifactId>
+ <version>1.0-beta-2</version>
+ </plugin>
+
+ <plugin>
+ <groupId>org.jboss.maven.plugins</groupId>
+ <artifactId>maven-jdocbook-plugin</artifactId>
+ <extensions>true</extensions>
+ </plugin>
+ </plugins>
+ </build>
+</project>
Added: maven2/org/richfaces/docs/faq/en/3.3.3.BETA1/en-3.3.3.BETA1.pom.md5
===================================================================
--- maven2/org/richfaces/docs/faq/en/3.3.3.BETA1/en-3.3.3.BETA1.pom.md5 (rev 0)
+++ maven2/org/richfaces/docs/faq/en/3.3.3.BETA1/en-3.3.3.BETA1.pom.md5 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1 @@
+54d3543c50d9c104af273a8189411446
\ No newline at end of file
Added: maven2/org/richfaces/docs/faq/en/3.3.3.BETA1/en-3.3.3.BETA1.pom.sha1
===================================================================
--- maven2/org/richfaces/docs/faq/en/3.3.3.BETA1/en-3.3.3.BETA1.pom.sha1 (rev 0)
+++ maven2/org/richfaces/docs/faq/en/3.3.3.BETA1/en-3.3.3.BETA1.pom.sha1 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1 @@
+f005cffb2f2bbbe37ed376dbe27dafcd957aaaf6
\ No newline at end of file
Modified: maven2/org/richfaces/docs/faq/en/maven-metadata.xml
===================================================================
--- maven2/org/richfaces/docs/faq/en/maven-metadata.xml 2009-12-22 08:43:49 UTC (rev 33182)
+++ maven2/org/richfaces/docs/faq/en/maven-metadata.xml 2009-12-22 15:18:31 UTC (rev 33183)
@@ -73,7 +73,8 @@
<version>3.3.2.CR1</version>
<version>3.3.2.GA</version>
<version>3.3.2.SR1</version>
+ <version>3.3.3.BETA1</version>
</versions>
- <lastUpdated>20091009222349</lastUpdated>
+ <lastUpdated>20091216180016</lastUpdated>
</versioning>
</metadata>
Modified: maven2/org/richfaces/docs/faq/en/maven-metadata.xml.md5
===================================================================
--- maven2/org/richfaces/docs/faq/en/maven-metadata.xml.md5 2009-12-22 08:43:49 UTC (rev 33182)
+++ maven2/org/richfaces/docs/faq/en/maven-metadata.xml.md5 2009-12-22 15:18:31 UTC (rev 33183)
@@ -1 +1 @@
-04872fb3c2a3cdaa92c5a6d02fca8858
\ No newline at end of file
+07300810170937138574ddadd4c7a08d
\ No newline at end of file
Modified: maven2/org/richfaces/docs/faq/en/maven-metadata.xml.sha1
===================================================================
--- maven2/org/richfaces/docs/faq/en/maven-metadata.xml.sha1 2009-12-22 08:43:49 UTC (rev 33182)
+++ maven2/org/richfaces/docs/faq/en/maven-metadata.xml.sha1 2009-12-22 15:18:31 UTC (rev 33183)
@@ -1 +1 @@
-1dc150e8bca8f87e408d454bb9943abcb22098bd
\ No newline at end of file
+6942d3f5a6a860e2f1ccd046b673cf47b582939e
\ No newline at end of file
Modified: maven2/org/richfaces/docs/faq/maven-metadata.xml
===================================================================
--- maven2/org/richfaces/docs/faq/maven-metadata.xml 2009-12-22 08:43:49 UTC (rev 33182)
+++ maven2/org/richfaces/docs/faq/maven-metadata.xml 2009-12-22 15:18:31 UTC (rev 33183)
@@ -73,7 +73,8 @@
<version>3.3.2.CR1</version>
<version>3.3.2.GA</version>
<version>3.3.2.SR1</version>
+ <version>3.3.3.BETA1</version>
</versions>
- <lastUpdated>20091009222346</lastUpdated>
+ <lastUpdated>20091216180013</lastUpdated>
</versioning>
</metadata>
Modified: maven2/org/richfaces/docs/faq/maven-metadata.xml.md5
===================================================================
--- maven2/org/richfaces/docs/faq/maven-metadata.xml.md5 2009-12-22 08:43:49 UTC (rev 33182)
+++ maven2/org/richfaces/docs/faq/maven-metadata.xml.md5 2009-12-22 15:18:31 UTC (rev 33183)
@@ -1 +1 @@
-31708fd13e42a2e27c569e873da7c776
\ No newline at end of file
+bb719f66de565cbed4b0a28b8f7d90d4
\ No newline at end of file
Modified: maven2/org/richfaces/docs/faq/maven-metadata.xml.sha1
===================================================================
--- maven2/org/richfaces/docs/faq/maven-metadata.xml.sha1 2009-12-22 08:43:49 UTC (rev 33182)
+++ maven2/org/richfaces/docs/faq/maven-metadata.xml.sha1 2009-12-22 15:18:31 UTC (rev 33183)
@@ -1 +1 @@
-ba9b3b1f933649d746db21e2a72beded07b17335
\ No newline at end of file
+b747b08f3d5a2ac87ed8bcde1be326e323681097
\ No newline at end of file
Added: maven2/org/richfaces/docs/highlight/3.3.3.BETA1/highlight-3.3.3.BETA1.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/richfaces/docs/highlight/3.3.3.BETA1/highlight-3.3.3.BETA1.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/richfaces/docs/highlight/3.3.3.BETA1/highlight-3.3.3.BETA1.jar.md5
===================================================================
--- maven2/org/richfaces/docs/highlight/3.3.3.BETA1/highlight-3.3.3.BETA1.jar.md5 (rev 0)
+++ maven2/org/richfaces/docs/highlight/3.3.3.BETA1/highlight-3.3.3.BETA1.jar.md5 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1 @@
+2fe0aa6123a8f6a4287bb6937d99071a
\ No newline at end of file
Added: maven2/org/richfaces/docs/highlight/3.3.3.BETA1/highlight-3.3.3.BETA1.jar.sha1
===================================================================
--- maven2/org/richfaces/docs/highlight/3.3.3.BETA1/highlight-3.3.3.BETA1.jar.sha1 (rev 0)
+++ maven2/org/richfaces/docs/highlight/3.3.3.BETA1/highlight-3.3.3.BETA1.jar.sha1 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1 @@
+0df7a8058c1396d2adbdf26331adf8205518ece3
\ No newline at end of file
Added: maven2/org/richfaces/docs/highlight/3.3.3.BETA1/highlight-3.3.3.BETA1.pom
===================================================================
--- maven2/org/richfaces/docs/highlight/3.3.3.BETA1/highlight-3.3.3.BETA1.pom (rev 0)
+++ maven2/org/richfaces/docs/highlight/3.3.3.BETA1/highlight-3.3.3.BETA1.pom 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1,148 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <parent>
+ <artifactId>docs</artifactId>
+ <groupId>org.richfaces</groupId>
+ <version>3.3.3.BETA1</version>
+ </parent>
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.richfaces.docs</groupId>
+ <artifactId>highlight</artifactId>
+ <version>3.3.3.BETA1</version>
+ <name>RichFaces Code Highlighting</name>
+
+ <dependencyManagement>
+ <dependencies>
+ <dependency>
+ <groupId>org.eclipse.wst.sse</groupId>
+ <artifactId>core</artifactId>
+ <version>1.1.202-v200709061102</version>
+ <exclusions>
+ <exclusion>
+ <artifactId>xerces</artifactId>
+ <groupId>org.apache</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>bundle</artifactId>
+ <groupId>system</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>core</artifactId>
+ <groupId>org.eclipse.wst.xml</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>runtime</artifactId>
+ <groupId>org.eclipse.core</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>resources</artifactId>
+ <groupId>org.eclipse.core</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>filebuffers</artifactId>
+ <groupId>org.eclipse.core</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>text</artifactId>
+ <groupId>org.eclipse</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>commands</artifactId>
+ <groupId>org.eclipse.core</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>common</artifactId>
+ <groupId>org.eclipse.emf</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>icu</artifactId>
+ <groupId>com.ibm</groupId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>org.eclipse.wst.css</groupId>
+ <artifactId>core</artifactId>
+ <version>1.1.101-v200705302225</version>
+ <exclusions>
+ <exclusion>
+ <artifactId>xerces</artifactId>
+ <groupId>org.apache</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>bundle</artifactId>
+ <groupId>system</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>core</artifactId>
+ <groupId>org.eclipse.wst.xml</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>runtime</artifactId>
+ <groupId>org.eclipse.core</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>resources</artifactId>
+ <groupId>org.eclipse.core</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>filebuffers</artifactId>
+ <groupId>org.eclipse.core</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>text</artifactId>
+ <groupId>org.eclipse</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>commands</artifactId>
+ <groupId>org.eclipse.core</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>common</artifactId>
+ <groupId>org.eclipse.emf</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>icu</artifactId>
+ <groupId>com.ibm</groupId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ </dependencies>
+ </dependencyManagement>
+
+ <dependencies>
+ <dependency>
+ <groupId>org.eclipse.wst.css</groupId>
+ <artifactId>core</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.eclipse.wst.sse</groupId>
+ <artifactId>core</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>com.uwyn</groupId>
+ <artifactId>jhighlight</artifactId>
+ <version>1.0</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.xmlgraphics</groupId>
+ <artifactId>fop</artifactId>
+ <version>0.95</version>
+ </dependency>
+ </dependencies>
+ <!--build>
+ <pluginManagement>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <version>2.0.2</version>
+ <configuration>
+ <source>1.5</source>
+ <target>1.5</target>
+ </configuration>
+ </plugin>
+ </plugins>
+ </pluginManagement>
+ </build-->
+
+</project>
\ No newline at end of file
Added: maven2/org/richfaces/docs/highlight/3.3.3.BETA1/highlight-3.3.3.BETA1.pom.md5
===================================================================
--- maven2/org/richfaces/docs/highlight/3.3.3.BETA1/highlight-3.3.3.BETA1.pom.md5 (rev 0)
+++ maven2/org/richfaces/docs/highlight/3.3.3.BETA1/highlight-3.3.3.BETA1.pom.md5 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1 @@
+403948c72176f316b349d8f7aa8fa61a
\ No newline at end of file
Added: maven2/org/richfaces/docs/highlight/3.3.3.BETA1/highlight-3.3.3.BETA1.pom.sha1
===================================================================
--- maven2/org/richfaces/docs/highlight/3.3.3.BETA1/highlight-3.3.3.BETA1.pom.sha1 (rev 0)
+++ maven2/org/richfaces/docs/highlight/3.3.3.BETA1/highlight-3.3.3.BETA1.pom.sha1 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1 @@
+4ef0fd4d41e6447ea3c9c10954e6e10b21698c83
\ No newline at end of file
Modified: maven2/org/richfaces/docs/highlight/maven-metadata.xml
===================================================================
--- maven2/org/richfaces/docs/highlight/maven-metadata.xml 2009-12-22 08:43:49 UTC (rev 33182)
+++ maven2/org/richfaces/docs/highlight/maven-metadata.xml 2009-12-22 15:18:31 UTC (rev 33183)
@@ -73,7 +73,8 @@
<version>3.3.2.CR1</version>
<version>3.3.2.GA</version>
<version>3.3.2.SR1</version>
+ <version>3.3.3.BETA1</version>
</versions>
- <lastUpdated>20091009222032</lastUpdated>
+ <lastUpdated>20091216175550</lastUpdated>
</versioning>
</metadata>
Modified: maven2/org/richfaces/docs/highlight/maven-metadata.xml.md5
===================================================================
--- maven2/org/richfaces/docs/highlight/maven-metadata.xml.md5 2009-12-22 08:43:49 UTC (rev 33182)
+++ maven2/org/richfaces/docs/highlight/maven-metadata.xml.md5 2009-12-22 15:18:31 UTC (rev 33183)
@@ -1 +1 @@
-ced4c0657b61f91c9874e7494f938ee4
\ No newline at end of file
+b014cc7ec6f1e78463f138f5d50c4abe
\ No newline at end of file
Modified: maven2/org/richfaces/docs/highlight/maven-metadata.xml.sha1
===================================================================
--- maven2/org/richfaces/docs/highlight/maven-metadata.xml.sha1 2009-12-22 08:43:49 UTC (rev 33182)
+++ maven2/org/richfaces/docs/highlight/maven-metadata.xml.sha1 2009-12-22 15:18:31 UTC (rev 33183)
@@ -1 +1 @@
-e705c59eb4a8a37e09f91b9655e7f237d3b3cf1c
\ No newline at end of file
+0b8979c127d85658471e0e9582a3a3ee182282a7
\ No newline at end of file
Modified: maven2/org/richfaces/docs/maven-metadata.xml
===================================================================
--- maven2/org/richfaces/docs/maven-metadata.xml 2009-12-22 08:43:49 UTC (rev 33182)
+++ maven2/org/richfaces/docs/maven-metadata.xml 2009-12-22 15:18:31 UTC (rev 33183)
@@ -82,7 +82,8 @@
<version>3.3.2.CR1</version>
<version>3.3.2.GA</version>
<version>3.3.2.SR1</version>
+ <version>3.3.3.BETA1</version>
</versions>
- <lastUpdated>20091009222027</lastUpdated>
+ <lastUpdated>20091216175425</lastUpdated>
</versioning>
</metadata>
Modified: maven2/org/richfaces/docs/maven-metadata.xml.md5
===================================================================
--- maven2/org/richfaces/docs/maven-metadata.xml.md5 2009-12-22 08:43:49 UTC (rev 33182)
+++ maven2/org/richfaces/docs/maven-metadata.xml.md5 2009-12-22 15:18:31 UTC (rev 33183)
@@ -1 +1 @@
-32a6aa9008c003e5d088b22b5f2d7f4b
\ No newline at end of file
+2755b1853eebb808176e2e84e1ae9685
\ No newline at end of file
Modified: maven2/org/richfaces/docs/maven-metadata.xml.sha1
===================================================================
--- maven2/org/richfaces/docs/maven-metadata.xml.sha1 2009-12-22 08:43:49 UTC (rev 33182)
+++ maven2/org/richfaces/docs/maven-metadata.xml.sha1 2009-12-22 15:18:31 UTC (rev 33183)
@@ -1 +1 @@
-f207a4fbfbde8203ad8480bffe0ee434460b7810
\ No newline at end of file
+830b73731c8f167ed45e98f3dfd48777c103c1fc
\ No newline at end of file
Added: maven2/org/richfaces/docs/migration/3.3.3.BETA1/migration-3.3.3.BETA1.pom
===================================================================
--- maven2/org/richfaces/docs/migration/3.3.3.BETA1/migration-3.3.3.BETA1.pom (rev 0)
+++ maven2/org/richfaces/docs/migration/3.3.3.BETA1/migration-3.3.3.BETA1.pom 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1,238 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <parent>
+ <artifactId>docs</artifactId>
+ <groupId>org.richfaces</groupId>
+ <version>3.3.3.BETA1</version>
+ </parent>
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.richfaces.docs</groupId>
+ <artifactId>migration</artifactId>
+ <packaging>pom</packaging>
+ <version>3.3.3.BETA1</version>
+ <name>Migration Guide</name>
+ <description>RichFaces Migration Guide from 3.1.* to 3.2.0 version</description>
+ <pluginRepositories>
+ <pluginRepository>
+ <releases>
+ <enabled>true</enabled>
+ </releases>
+ <snapshots>
+ <enabled>false</enabled>
+ <updatePolicy>never</updatePolicy>
+ </snapshots>
+ <id>repository.jboss.com</id>
+ <name>Jboss Repository for Maven</name>
+ <url>http://repository.jboss.com/maven2/</url>
+ <layout>default</layout>
+ </pluginRepository>
+ </pluginRepositories>
+ <profiles>
+ <profile>
+ <id>html</id>
+ <build>
+ <pluginManagement>
+ <plugins>
+ <plugin>
+ <groupId>org.jboss.maven.plugins</groupId>
+ <artifactId>maven-jdocbook-plugin
+ </artifactId>
+ <version>2.1.0-200803311251UTC-MPJDOCBOOK-8
+ </version>
+ <configuration>
+ <formats>
+ <format>
+ <formatName>html</formatName>
+ <stylesheetResource> ${xsl_html}</stylesheetResource>
+ <finalName> index.html</finalName>
+ <imageCopyingRequired> true</imageCopyingRequired>
+ <imagePathSettingRequired> false</imagePathSettingRequired>
+ </format>
+ </formats>
+ </configuration>
+ </plugin>
+ </plugins>
+ </pluginManagement>
+ </build>
+ </profile>
+ <profile>
+ <id>html_single</id>
+ <build>
+ <pluginManagement>
+ <plugins>
+ <plugin>
+ <groupId>org.jboss.maven.plugins</groupId>
+ <artifactId>maven-jdocbook-plugin
+ </artifactId>
+ <version>2.1.0-200803311251UTC-MPJDOCBOOK-8
+ </version>
+ <configuration>
+ <formats>
+ <format>
+ <formatName>html_single</formatName>
+ <stylesheetResource> ${xsl_html_single}</stylesheetResource>
+ <imageCopyingRequired> true</imageCopyingRequired>
+ <imagePathSettingRequired> false</imagePathSettingRequired>
+ <finalName> index.html</finalName>
+ </format>
+ </formats>
+ </configuration>
+ </plugin>
+ </plugins>
+ </pluginManagement>
+ </build>
+ </profile>
+ </profiles>
+ <build>
+ <pluginManagement>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-dependency-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>unpack</id>
+ <phase>generate-resources</phase>
+ <goals>
+ <goal>unpack</goal>
+ </goals>
+ <configuration>
+ <artifactItems>
+ <artifactItem>
+ <groupId>
+ org.richfaces.docs.common-resources
+ </groupId>
+ <artifactId>
+ ${translation}
+ </artifactId>
+ <version>
+ ${project.version}
+ </version>
+ <type>jar</type>
+ <overWrite>true</overWrite>
+ <outputDirectory>
+ ${project.build.directory}
+ </outputDirectory>
+ </artifactItem>
+ </artifactItems>
+ <overWriteReleases>
+ false
+ </overWriteReleases>
+ <overWriteSnapshots>
+ true
+ </overWriteSnapshots>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
+ <groupId>org.jboss.maven.plugins</groupId>
+ <artifactId>maven-jdocbook-plugin</artifactId>
+ <version>2.1.0-200803311251UTC-MPJDOCBOOK-8</version>
+ <executions>
+ <execution>
+ <id>jdocbook:generate</id>
+ <phase>compile</phase>
+ <goals>
+ <goal>generate</goal>
+ </goals>
+ </execution>
+ <execution>
+ <id>jdocbook:resources</id>
+ <phase>process-resources</phase>
+ <goals>
+ <goal>resources</goal>
+ </goals>
+ </execution>
+ <execution>
+ <id>jdocbook:bundle</id>
+ <phase>package</phase>
+ <goals>
+ <goal>bundle</goal>
+ </goals>
+ </execution>
+ </executions>
+ <dependencies>
+ <dependency>
+ <groupId>org.jboss</groupId>
+ <artifactId>jbossorg-docbook-xslt</artifactId>
+ <version>1.1.0</version>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss</groupId>
+ <artifactId>jbossorg-jdocbook-style</artifactId>
+ <version>1.1.0</version>
+ <type>jdocbook-style</type>
+ </dependency>
+ <dependency>
+ <groupId>org.richfaces.docs.common-resources</groupId>
+ <artifactId>${translation}</artifactId>
+ <version>${project.version}</version>
+ <type>jar</type>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.xmlgraphics</groupId>
+ <artifactId>fop</artifactId>
+ <version>0.95</version>
+ </dependency>
+ </dependencies>
+ <configuration>
+ <sourceDirectory>
+ ${basedir}/src/main/docbook
+ </sourceDirectory>
+ <imageResource>
+ <directory>
+ ${project.build.directory}/common-resources
+ </directory>
+ </imageResource>
+ <cssResource>
+ <directory>
+ ${project.build.directory}/common-resources
+ </directory>
+ </cssResource>
+ <sourceDocumentName>master.xml</sourceDocumentName>
+ <formats>
+ <format>
+ <formatName>pdf</formatName>
+ <stylesheetResource>classpath:/common-resources/xslt/pdf-common.xsl</stylesheetResource>
+ <finalName>richfaces_migration_guide.pdf</finalName>
+ <imagePathSettingRequired>true</imagePathSettingRequired>
+ </format>
+ <format>
+ <formatName>html</formatName>
+ <stylesheetResource>
+ ${xsl_html}
+ </stylesheetResource>
+ <finalName>index.html</finalName>
+ <imageCopyingRequired>
+ true
+ </imageCopyingRequired>
+ <imagePathSettingRequired>
+ false
+ </imagePathSettingRequired>
+ </format>
+ <format>
+ <formatName>html_single</formatName>
+ <stylesheetResource>
+ ${xsl_html_single}
+ </stylesheetResource>
+ <imageCopyingRequired>true</imageCopyingRequired>
+ <imagePathSettingRequired>false</imagePathSettingRequired>
+ <finalName>index.html </finalName>
+ </format>
+ </formats>
+ <xincludeSupported>true</xincludeSupported>
+ <options>
+ <xincludeSupported>true</xincludeSupported>
+ <useRelativeImageUris> true </useRelativeImageUris>
+ <xmlTransformerType> saxon </xmlTransformerType>
+ <docbookVersion>1.72.0</docbookVersion>
+ </options>
+ </configuration>
+ </plugin>
+ </plugins>
+ </pluginManagement>
+ </build>
+ <modules>
+ <module>en</module>
+ </modules>
+</project>
Added: maven2/org/richfaces/docs/migration/3.3.3.BETA1/migration-3.3.3.BETA1.pom.md5
===================================================================
--- maven2/org/richfaces/docs/migration/3.3.3.BETA1/migration-3.3.3.BETA1.pom.md5 (rev 0)
+++ maven2/org/richfaces/docs/migration/3.3.3.BETA1/migration-3.3.3.BETA1.pom.md5 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1 @@
+141328ff59b28613c4c10fcda0b6a10b
\ No newline at end of file
Added: maven2/org/richfaces/docs/migration/3.3.3.BETA1/migration-3.3.3.BETA1.pom.sha1
===================================================================
--- maven2/org/richfaces/docs/migration/3.3.3.BETA1/migration-3.3.3.BETA1.pom.sha1 (rev 0)
+++ maven2/org/richfaces/docs/migration/3.3.3.BETA1/migration-3.3.3.BETA1.pom.sha1 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1 @@
+ad113bfdf12b332537dff9242c10ae6ebaeea9e7
\ No newline at end of file
Added: maven2/org/richfaces/docs/migration/en/3.3.3.BETA1/en-3.3.3.BETA1.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/richfaces/docs/migration/en/3.3.3.BETA1/en-3.3.3.BETA1.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/richfaces/docs/migration/en/3.3.3.BETA1/en-3.3.3.BETA1.jar.md5
===================================================================
--- maven2/org/richfaces/docs/migration/en/3.3.3.BETA1/en-3.3.3.BETA1.jar.md5 (rev 0)
+++ maven2/org/richfaces/docs/migration/en/3.3.3.BETA1/en-3.3.3.BETA1.jar.md5 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1 @@
+757ab964dbd0c3989a770ce47fffa948
\ No newline at end of file
Added: maven2/org/richfaces/docs/migration/en/3.3.3.BETA1/en-3.3.3.BETA1.jar.sha1
===================================================================
--- maven2/org/richfaces/docs/migration/en/3.3.3.BETA1/en-3.3.3.BETA1.jar.sha1 (rev 0)
+++ maven2/org/richfaces/docs/migration/en/3.3.3.BETA1/en-3.3.3.BETA1.jar.sha1 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1 @@
+a30cdadb8db17b60ce8b0cbbaf552aeec73e029f
\ No newline at end of file
Added: maven2/org/richfaces/docs/migration/en/3.3.3.BETA1/en-3.3.3.BETA1.pom
===================================================================
--- maven2/org/richfaces/docs/migration/en/3.3.3.BETA1/en-3.3.3.BETA1.pom (rev 0)
+++ maven2/org/richfaces/docs/migration/en/3.3.3.BETA1/en-3.3.3.BETA1.pom 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1,38 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.richfaces.docs</groupId>
+ <artifactId>migration</artifactId>
+ <version>3.3.3.BETA1</version>
+ <relativePath>../pom.xml</relativePath>
+ </parent>
+ <groupId>org.richfaces.docs.migration</groupId>
+ <artifactId>${translation}</artifactId>
+ <version>3.3.3.BETA1</version>
+ <packaging>jar</packaging>
+ <name>RichFaces Migration Guide (${translation})</name>
+ <build>
+ <finalName>
+ ${project.parent.artifactId}_${translation}-${version}
+ </finalName>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-dependency-plugin</artifactId>
+ </plugin>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>xml-maven-plugin</artifactId>
+ <version>1.0-beta-2</version>
+ </plugin>
+
+ <plugin>
+ <groupId>org.jboss.maven.plugins</groupId>
+ <artifactId>maven-jdocbook-plugin</artifactId>
+ <extensions>true</extensions>
+ </plugin>
+ </plugins>
+ </build>
+</project>
Added: maven2/org/richfaces/docs/migration/en/3.3.3.BETA1/en-3.3.3.BETA1.pom.md5
===================================================================
--- maven2/org/richfaces/docs/migration/en/3.3.3.BETA1/en-3.3.3.BETA1.pom.md5 (rev 0)
+++ maven2/org/richfaces/docs/migration/en/3.3.3.BETA1/en-3.3.3.BETA1.pom.md5 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1 @@
+934df3b419685668a323e9ef02789de2
\ No newline at end of file
Added: maven2/org/richfaces/docs/migration/en/3.3.3.BETA1/en-3.3.3.BETA1.pom.sha1
===================================================================
--- maven2/org/richfaces/docs/migration/en/3.3.3.BETA1/en-3.3.3.BETA1.pom.sha1 (rev 0)
+++ maven2/org/richfaces/docs/migration/en/3.3.3.BETA1/en-3.3.3.BETA1.pom.sha1 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1 @@
+b4cca87efc95407f4d60e2d2b534907cb0ccfb3f
\ No newline at end of file
Modified: maven2/org/richfaces/docs/migration/en/maven-metadata.xml
===================================================================
--- maven2/org/richfaces/docs/migration/en/maven-metadata.xml 2009-12-22 08:43:49 UTC (rev 33182)
+++ maven2/org/richfaces/docs/migration/en/maven-metadata.xml 2009-12-22 15:18:31 UTC (rev 33183)
@@ -46,7 +46,8 @@
<version>3.3.2.CR1</version>
<version>3.3.2.GA</version>
<version>3.3.2.SR1</version>
+ <version>3.3.3.BETA1</version>
</versions>
- <lastUpdated>20091009222359</lastUpdated>
+ <lastUpdated>20091216180026</lastUpdated>
</versioning>
</metadata>
Modified: maven2/org/richfaces/docs/migration/en/maven-metadata.xml.md5
===================================================================
--- maven2/org/richfaces/docs/migration/en/maven-metadata.xml.md5 2009-12-22 08:43:49 UTC (rev 33182)
+++ maven2/org/richfaces/docs/migration/en/maven-metadata.xml.md5 2009-12-22 15:18:31 UTC (rev 33183)
@@ -1 +1 @@
-fbbd827b0057f8a6ea7c72b17189343f
\ No newline at end of file
+8542045a918d6d4681993838ce91981d
\ No newline at end of file
Modified: maven2/org/richfaces/docs/migration/en/maven-metadata.xml.sha1
===================================================================
--- maven2/org/richfaces/docs/migration/en/maven-metadata.xml.sha1 2009-12-22 08:43:49 UTC (rev 33182)
+++ maven2/org/richfaces/docs/migration/en/maven-metadata.xml.sha1 2009-12-22 15:18:31 UTC (rev 33183)
@@ -1 +1 @@
-8b0dbfd44fb08b8808ee34b2e5f96ff60fda1a0a
\ No newline at end of file
+55b12beb98350bde62c5f99634a5501dfb2b0f26
\ No newline at end of file
Modified: maven2/org/richfaces/docs/migration/maven-metadata.xml
===================================================================
--- maven2/org/richfaces/docs/migration/maven-metadata.xml 2009-12-22 08:43:49 UTC (rev 33182)
+++ maven2/org/richfaces/docs/migration/maven-metadata.xml 2009-12-22 15:18:31 UTC (rev 33183)
@@ -46,7 +46,8 @@
<version>3.3.2.CR1</version>
<version>3.3.2.GA</version>
<version>3.3.2.SR1</version>
+ <version>3.3.3.BETA1</version>
</versions>
- <lastUpdated>20091009222349</lastUpdated>
+ <lastUpdated>20091216180016</lastUpdated>
</versioning>
</metadata>
Modified: maven2/org/richfaces/docs/migration/maven-metadata.xml.md5
===================================================================
--- maven2/org/richfaces/docs/migration/maven-metadata.xml.md5 2009-12-22 08:43:49 UTC (rev 33182)
+++ maven2/org/richfaces/docs/migration/maven-metadata.xml.md5 2009-12-22 15:18:31 UTC (rev 33183)
@@ -1 +1 @@
-7086f1958d90543758b928bea9180a79
\ No newline at end of file
+62a9bfa7bd5eb8cff215f5f89936ef36
\ No newline at end of file
Modified: maven2/org/richfaces/docs/migration/maven-metadata.xml.sha1
===================================================================
--- maven2/org/richfaces/docs/migration/maven-metadata.xml.sha1 2009-12-22 08:43:49 UTC (rev 33182)
+++ maven2/org/richfaces/docs/migration/maven-metadata.xml.sha1 2009-12-22 15:18:31 UTC (rev 33183)
@@ -1 +1 @@
-dcdeecf35b8d0848b3d7dc2e01e845d9e0db47b9
\ No newline at end of file
+4b223ebcb2722ecfe7f380657289118441070d13
\ No newline at end of file
Added: maven2/org/richfaces/docs/photo_album_app_guide/3.3.3.BETA1/photo_album_app_guide-3.3.3.BETA1.pom
===================================================================
--- maven2/org/richfaces/docs/photo_album_app_guide/3.3.3.BETA1/photo_album_app_guide-3.3.3.BETA1.pom (rev 0)
+++ maven2/org/richfaces/docs/photo_album_app_guide/3.3.3.BETA1/photo_album_app_guide-3.3.3.BETA1.pom 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1,242 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <parent>
+ <artifactId>docs</artifactId>
+ <groupId>org.richfaces</groupId>
+ <version>3.3.3.BETA1</version>
+ </parent>
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.richfaces.docs</groupId>
+ <artifactId>photo_album_app_guide</artifactId>
+ <packaging>pom</packaging>
+ <version>3.3.3.BETA1</version>
+ <name>RichFaces Photo Album Application Guide</name>
+ <description>RichFaces Photo Album Application Guide</description>
+ <pluginRepositories>
+ <pluginRepository>
+ <releases>
+ <enabled>true</enabled>
+ </releases>
+ <snapshots>
+ <enabled>false</enabled>
+ <updatePolicy>never</updatePolicy>
+ </snapshots>
+ <id>repository.jboss.com</id>
+ <name>Jboss Repository for Maven</name>
+ <url>http://repository.jboss.com/maven2/</url>
+ <layout>default</layout>
+ </pluginRepository>
+ </pluginRepositories>
+ <profiles>
+ <profile>
+ <id>html</id>
+ <build>
+ <pluginManagement>
+ <plugins>
+ <plugin>
+ <groupId>org.jboss.maven.plugins</groupId>
+ <artifactId>maven-jdocbook-plugin
+ </artifactId>
+ <version>2.1.0-200803311251UTC-MPJDOCBOOK-8
+ </version>
+ <configuration>
+ <formats>
+ <format>
+ <formatName>html</formatName>
+ <stylesheetResource> ${xsl_html}</stylesheetResource>
+ <finalName> index.html</finalName>
+ <imageCopyingRequired> true</imageCopyingRequired>
+ <imagePathSettingRequired> false</imagePathSettingRequired>
+ </format>
+ </formats>
+ </configuration>
+ </plugin>
+ </plugins>
+ </pluginManagement>
+ </build>
+ </profile>
+ <profile>
+ <id>html_single</id>
+ <build>
+ <pluginManagement>
+ <plugins>
+ <plugin>
+ <groupId>org.jboss.maven.plugins</groupId>
+ <artifactId>maven-jdocbook-plugin
+ </artifactId>
+ <version>2.1.0-200803311251UTC-MPJDOCBOOK-8
+ </version>
+ <configuration>
+ <formats>
+ <format>
+ <formatName>html_single</formatName>
+ <stylesheetResource> ${xsl_html_single}</stylesheetResource>
+ <imageCopyingRequired> true</imageCopyingRequired>
+ <imagePathSettingRequired> false</imagePathSettingRequired>
+ <finalName> index.html</finalName>
+ </format>
+ </formats>
+ </configuration>
+ </plugin>
+ </plugins>
+ </pluginManagement>
+ </build>
+ </profile>
+ </profiles>
+
+ <build>
+ <pluginManagement>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-dependency-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>unpack</id>
+ <phase>generate-resources</phase>
+ <goals>
+ <goal>unpack</goal>
+ </goals>
+ <configuration>
+ <artifactItems>
+ <artifactItem>
+ <groupId>
+ org.richfaces.docs.common-resources
+ </groupId>
+ <artifactId>
+ ${translation}
+ </artifactId>
+ <version>
+ ${project.version}
+ </version>
+ <type>jar</type>
+ <overWrite>true</overWrite>
+ <outputDirectory>
+ ${project.build.directory}
+ </outputDirectory>
+ </artifactItem>
+ </artifactItems>
+ <overWriteReleases>
+ false
+ </overWriteReleases>
+ <overWriteSnapshots>
+ true
+ </overWriteSnapshots>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
+ <groupId>org.jboss.maven.plugins</groupId>
+ <artifactId>maven-jdocbook-plugin</artifactId>
+ <version>2.1.0-200803311251UTC-MPJDOCBOOK-8</version>
+ <executions>
+ <execution>
+ <id>jdocbook:generate</id>
+ <phase>compile</phase>
+ <goals>
+ <goal>generate</goal>
+ </goals>
+ </execution>
+ <execution>
+ <id>jdocbook:resources</id>
+ <phase>process-resources</phase>
+ <goals>
+ <goal>resources</goal>
+ </goals>
+ </execution>
+ <execution>
+ <id>jdocbook:bundle</id>
+ <phase>package</phase>
+ <goals>
+ <goal>bundle</goal>
+ </goals>
+ </execution>
+ </executions>
+ <dependencies>
+ <dependency>
+ <groupId>org.jboss</groupId>
+ <artifactId>jbossorg-docbook-xslt</artifactId>
+ <version>1.1.0</version>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss</groupId>
+ <artifactId>jbossorg-jdocbook-style</artifactId>
+ <version>1.1.0</version>
+ <type>jdocbook-style</type>
+ </dependency>
+ <dependency>
+ <groupId>org.richfaces.docs.common-resources</groupId>
+ <artifactId>${translation}</artifactId>
+ <version>${project.version}</version>
+ <type>jar</type>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.xmlgraphics</groupId>
+ <artifactId>fop</artifactId>
+ <version>0.95</version>
+ </dependency>
+ </dependencies>
+ <configuration>
+ <sourceDirectory>
+ ${basedir}/src/main/docbook
+ </sourceDirectory>
+ <imageResource>
+ <directory>
+ ${basedir}/src/main/resources
+ </directory>
+ </imageResource>
+ <cssResource>
+ <directory>
+ ${project.build.directory}/common-resources
+ </directory>
+ </cssResource>
+ <sourceDocumentName>master.xml</sourceDocumentName>
+ <formats>
+ <format>
+ <formatName>pdf</formatName>
+ <stylesheetResource>classpath:/common-resources/xslt/pdf-common.xsl</stylesheetResource>
+ <finalName>photo_album_app_guide.pdf</finalName>
+ <imagePathSettingRequired>true</imagePathSettingRequired>
+ </format>
+ <format>
+ <formatName>html</formatName>
+ <stylesheetResource>
+ ${xsl_html}
+ </stylesheetResource>
+ <finalName>index.html</finalName>
+ <imageCopyingRequired>
+ true
+ </imageCopyingRequired>
+ <imagePathSettingRequired>
+ false
+ </imagePathSettingRequired>
+ </format>
+ <format>
+ <formatName>html_single</formatName>
+ <stylesheetResource>
+ ${xsl_html_single}
+ </stylesheetResource>
+ <imageCopyingRequired>true</imageCopyingRequired>
+ <imagePathSettingRequired>false</imagePathSettingRequired>
+ <finalName>index.html </finalName>
+ </format>
+ </formats>
+ <xincludeSupported>true</xincludeSupported>
+ <options>
+ <xincludeSupported>true</xincludeSupported>
+ <useRelativeImageUris> true </useRelativeImageUris>
+ <xmlTransformerType> saxon </xmlTransformerType>
+ <docbookVersion>1.72.0</docbookVersion>
+ </options>
+ </configuration>
+ </plugin>
+ </plugins>
+ </pluginManagement>
+ </build>
+ <modules>
+ <module>en</module>
+ </modules>
+
+</project>
Added: maven2/org/richfaces/docs/photo_album_app_guide/3.3.3.BETA1/photo_album_app_guide-3.3.3.BETA1.pom.md5
===================================================================
--- maven2/org/richfaces/docs/photo_album_app_guide/3.3.3.BETA1/photo_album_app_guide-3.3.3.BETA1.pom.md5 (rev 0)
+++ maven2/org/richfaces/docs/photo_album_app_guide/3.3.3.BETA1/photo_album_app_guide-3.3.3.BETA1.pom.md5 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1 @@
+5c847dce74ba1b3c17cd791c272ff25d
\ No newline at end of file
Added: maven2/org/richfaces/docs/photo_album_app_guide/3.3.3.BETA1/photo_album_app_guide-3.3.3.BETA1.pom.sha1
===================================================================
--- maven2/org/richfaces/docs/photo_album_app_guide/3.3.3.BETA1/photo_album_app_guide-3.3.3.BETA1.pom.sha1 (rev 0)
+++ maven2/org/richfaces/docs/photo_album_app_guide/3.3.3.BETA1/photo_album_app_guide-3.3.3.BETA1.pom.sha1 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1 @@
+7343ac65e2651a46f0dafbef2ff03cbd16d3c645
\ No newline at end of file
Added: maven2/org/richfaces/docs/photo_album_app_guide/en/3.3.3.BETA1/en-3.3.3.BETA1.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/richfaces/docs/photo_album_app_guide/en/3.3.3.BETA1/en-3.3.3.BETA1.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/richfaces/docs/photo_album_app_guide/en/3.3.3.BETA1/en-3.3.3.BETA1.jar.md5
===================================================================
--- maven2/org/richfaces/docs/photo_album_app_guide/en/3.3.3.BETA1/en-3.3.3.BETA1.jar.md5 (rev 0)
+++ maven2/org/richfaces/docs/photo_album_app_guide/en/3.3.3.BETA1/en-3.3.3.BETA1.jar.md5 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1 @@
+d9378bce5fc825eab2f1d8a9f6332350
\ No newline at end of file
Added: maven2/org/richfaces/docs/photo_album_app_guide/en/3.3.3.BETA1/en-3.3.3.BETA1.jar.sha1
===================================================================
--- maven2/org/richfaces/docs/photo_album_app_guide/en/3.3.3.BETA1/en-3.3.3.BETA1.jar.sha1 (rev 0)
+++ maven2/org/richfaces/docs/photo_album_app_guide/en/3.3.3.BETA1/en-3.3.3.BETA1.jar.sha1 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1 @@
+26ff6e7a7aab541ac78cc10678c9a088ac8d674b
\ No newline at end of file
Added: maven2/org/richfaces/docs/photo_album_app_guide/en/3.3.3.BETA1/en-3.3.3.BETA1.pom
===================================================================
--- maven2/org/richfaces/docs/photo_album_app_guide/en/3.3.3.BETA1/en-3.3.3.BETA1.pom (rev 0)
+++ maven2/org/richfaces/docs/photo_album_app_guide/en/3.3.3.BETA1/en-3.3.3.BETA1.pom 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1,42 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.richfaces.docs</groupId>
+ <artifactId>photo_album_app_guide</artifactId>
+ <version>3.3.3.BETA1</version>
+ <relativePath>../pom.xml</relativePath>
+ </parent>
+ <groupId>org.richfaces.docs.photo_album_app_guide</groupId>
+ <artifactId>${translation}</artifactId>
+ <version>3.3.3.BETA1</version>
+ <packaging>jar</packaging>
+ <name>RichFaces Photo Album application Guide (${translation})</name>
+
+ <properties>
+ <translation>en</translation>
+ </properties>
+ <build>
+ <finalName>
+ ${project.parent.artifactId}_${translation}-${version}
+ </finalName>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-dependency-plugin</artifactId>
+ </plugin>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>xml-maven-plugin</artifactId>
+ <version>1.0-beta-2</version>
+ </plugin>
+
+ <plugin>
+ <groupId>org.jboss.maven.plugins</groupId>
+ <artifactId>maven-jdocbook-plugin</artifactId>
+ <extensions>true</extensions>
+ </plugin>
+ </plugins>
+ </build>
+</project>
\ No newline at end of file
Added: maven2/org/richfaces/docs/photo_album_app_guide/en/3.3.3.BETA1/en-3.3.3.BETA1.pom.md5
===================================================================
--- maven2/org/richfaces/docs/photo_album_app_guide/en/3.3.3.BETA1/en-3.3.3.BETA1.pom.md5 (rev 0)
+++ maven2/org/richfaces/docs/photo_album_app_guide/en/3.3.3.BETA1/en-3.3.3.BETA1.pom.md5 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1 @@
+63021645da8139b7380af6cf9fcde00a
\ No newline at end of file
Added: maven2/org/richfaces/docs/photo_album_app_guide/en/3.3.3.BETA1/en-3.3.3.BETA1.pom.sha1
===================================================================
--- maven2/org/richfaces/docs/photo_album_app_guide/en/3.3.3.BETA1/en-3.3.3.BETA1.pom.sha1 (rev 0)
+++ maven2/org/richfaces/docs/photo_album_app_guide/en/3.3.3.BETA1/en-3.3.3.BETA1.pom.sha1 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1 @@
+a006987dbafcaaab3bb26ac27c7e8c413abb8cdb
\ No newline at end of file
Modified: maven2/org/richfaces/docs/photo_album_app_guide/en/maven-metadata.xml
===================================================================
--- maven2/org/richfaces/docs/photo_album_app_guide/en/maven-metadata.xml 2009-12-22 08:43:49 UTC (rev 33182)
+++ maven2/org/richfaces/docs/photo_album_app_guide/en/maven-metadata.xml 2009-12-22 15:18:31 UTC (rev 33183)
@@ -9,7 +9,8 @@
<version>3.3.2.CR1</version>
<version>3.3.2.GA</version>
<version>3.3.2.SR1</version>
+ <version>3.3.3.BETA1</version>
</versions>
- <lastUpdated>20091009222411</lastUpdated>
+ <lastUpdated>20091216180038</lastUpdated>
</versioning>
</metadata>
Modified: maven2/org/richfaces/docs/photo_album_app_guide/en/maven-metadata.xml.md5
===================================================================
--- maven2/org/richfaces/docs/photo_album_app_guide/en/maven-metadata.xml.md5 2009-12-22 08:43:49 UTC (rev 33182)
+++ maven2/org/richfaces/docs/photo_album_app_guide/en/maven-metadata.xml.md5 2009-12-22 15:18:31 UTC (rev 33183)
@@ -1 +1 @@
-c5a30480b49dbc7a9eeb2c4d16fa84a4
\ No newline at end of file
+a32394117860c7a13af10dbabec8df82
\ No newline at end of file
Modified: maven2/org/richfaces/docs/photo_album_app_guide/en/maven-metadata.xml.sha1
===================================================================
--- maven2/org/richfaces/docs/photo_album_app_guide/en/maven-metadata.xml.sha1 2009-12-22 08:43:49 UTC (rev 33182)
+++ maven2/org/richfaces/docs/photo_album_app_guide/en/maven-metadata.xml.sha1 2009-12-22 15:18:31 UTC (rev 33183)
@@ -1 +1 @@
-d5a2ce21adcbe00e1836aa05a8fc76b70d8ca29f
\ No newline at end of file
+2681b23cb76789705854d905e299017c5e9d50a9
\ No newline at end of file
Modified: maven2/org/richfaces/docs/photo_album_app_guide/maven-metadata.xml
===================================================================
--- maven2/org/richfaces/docs/photo_album_app_guide/maven-metadata.xml 2009-12-22 08:43:49 UTC (rev 33182)
+++ maven2/org/richfaces/docs/photo_album_app_guide/maven-metadata.xml 2009-12-22 15:18:31 UTC (rev 33183)
@@ -9,7 +9,8 @@
<version>3.3.2.CR1</version>
<version>3.3.2.GA</version>
<version>3.3.2.SR1</version>
+ <version>3.3.3.BETA1</version>
</versions>
- <lastUpdated>20091009222359</lastUpdated>
+ <lastUpdated>20091216180026</lastUpdated>
</versioning>
</metadata>
Modified: maven2/org/richfaces/docs/photo_album_app_guide/maven-metadata.xml.md5
===================================================================
--- maven2/org/richfaces/docs/photo_album_app_guide/maven-metadata.xml.md5 2009-12-22 08:43:49 UTC (rev 33182)
+++ maven2/org/richfaces/docs/photo_album_app_guide/maven-metadata.xml.md5 2009-12-22 15:18:31 UTC (rev 33183)
@@ -1 +1 @@
-232dbfd5628c8a73437879c20d84ddaa
\ No newline at end of file
+cc920d30ccb4c7e983d3753e4a9631ad
\ No newline at end of file
Modified: maven2/org/richfaces/docs/photo_album_app_guide/maven-metadata.xml.sha1
===================================================================
--- maven2/org/richfaces/docs/photo_album_app_guide/maven-metadata.xml.sha1 2009-12-22 08:43:49 UTC (rev 33182)
+++ maven2/org/richfaces/docs/photo_album_app_guide/maven-metadata.xml.sha1 2009-12-22 15:18:31 UTC (rev 33183)
@@ -1 +1 @@
-7f72766bbf69c7343a6e41444374c98dafa5f180
\ No newline at end of file
+b6e3ddb353e38799607124cdcaed5ec41a1403fa
\ No newline at end of file
Added: maven2/org/richfaces/docs/userguide/3.3.3.BETA1/userguide-3.3.3.BETA1.pom
===================================================================
--- maven2/org/richfaces/docs/userguide/3.3.3.BETA1/userguide-3.3.3.BETA1.pom (rev 0)
+++ maven2/org/richfaces/docs/userguide/3.3.3.BETA1/userguide-3.3.3.BETA1.pom 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1,272 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <parent>
+ <artifactId>docs</artifactId>
+ <groupId>org.richfaces</groupId>
+ <version>3.3.3.BETA1</version>
+ </parent>
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.richfaces.docs</groupId>
+ <artifactId>userguide</artifactId>
+ <packaging>pom</packaging>
+ <version>3.3.3.BETA1</version>
+ <name>User guide</name>
+ <description>RichFaces user guide</description>
+ <pluginRepositories>
+ <pluginRepository>
+ <releases>
+ <enabled>true</enabled>
+ </releases>
+ <snapshots>
+ <enabled>false</enabled>
+ <updatePolicy>never</updatePolicy>
+ </snapshots>
+ <id>repository.jboss.com</id>
+ <name>Jboss Repository for Maven</name>
+ <url>http://repository.jboss.com/maven2/</url>
+ <layout>default</layout>
+ </pluginRepository>
+ <pluginRepository>
+ <releases>
+ <enabled>false</enabled>
+ </releases>
+ <snapshots>
+ <enabled>true</enabled>
+ </snapshots>
+ <id>snapshots.jboss.org</id>
+ <name>Jboss Snapshots Repository for Maven</name>
+ <url>http://snapshots.jboss.org/maven2/</url>
+ <layout>default</layout>
+ </pluginRepository>
+ </pluginRepositories>
+ <profiles>
+ <profile>
+ <id>html</id>
+ <build>
+ <pluginManagement>
+ <plugins>
+ <plugin>
+ <groupId>org.jboss.maven.plugins</groupId>
+ <artifactId>maven-jdocbook-plugin
+ </artifactId>
+ <version>2.1.0-200803311251UTC-MPJDOCBOOK-8
+ </version>
+ <configuration>
+ <formats>
+ <format>
+ <formatName>html</formatName>
+ <stylesheetResource> ${xsl_html}</stylesheetResource>
+ <finalName> index.html</finalName>
+ <imageCopyingRequired> true</imageCopyingRequired>
+ <imagePathSettingRequired> false</imagePathSettingRequired>
+ </format>
+ </formats>
+ </configuration>
+ </plugin>
+ </plugins>
+ </pluginManagement>
+ </build>
+ </profile>
+ <profile>
+ <id>html_single</id>
+ <build>
+ <pluginManagement>
+ <plugins>
+ <plugin>
+ <groupId>org.jboss.maven.plugins</groupId>
+ <artifactId>maven-jdocbook-plugin
+ </artifactId>
+ <version>2.1.0-200803311251UTC-MPJDOCBOOK-8
+ </version>
+ <configuration>
+ <formats>
+ <format>
+ <formatName>html_single</formatName>
+ <stylesheetResource> ${xsl_html_single}</stylesheetResource>
+ <imageCopyingRequired> true</imageCopyingRequired>
+ <imagePathSettingRequired> false</imagePathSettingRequired>
+ <finalName> index.html</finalName>
+ </format>
+ </formats>
+ </configuration>
+ </plugin>
+ </plugins>
+ </pluginManagement>
+ </build>
+ </profile>
+ </profiles>
+ <build>
+ <pluginManagement>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-dependency-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>unpack</id>
+ <phase>generate-resources</phase>
+ <goals>
+ <goal>unpack</goal>
+ </goals>
+ <configuration>
+ <artifactItems>
+ <artifactItem>
+ <groupId>
+ org.richfaces.docs.common-resources
+ </groupId>
+ <artifactId>
+ ${translation}
+ </artifactId>
+ <version>
+ ${project.version}
+ </version>
+ <type>jar</type>
+ <overWrite>true</overWrite>
+ <outputDirectory>
+ ${project.build.directory}
+ </outputDirectory>
+ </artifactItem>
+ </artifactItems>
+ <outputDirectory>
+ ${project.build.directory}/library
+ </outputDirectory>
+ <overWriteReleases>
+ false
+ </overWriteReleases>
+ <overWriteSnapshots>
+ true
+ </overWriteSnapshots>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
+ <groupId>org.jboss.maven.plugins</groupId>
+ <artifactId>maven-jdocbook-plugin</artifactId>
+ <version>2.1.0-200803311251UTC-MPJDOCBOOK-8</version>
+ <executions>
+ <execution>
+ <id>jdocbook:generate</id>
+ <phase>compile</phase>
+ <goals>
+ <goal>generate</goal>
+ </goals>
+ </execution>
+ <execution>
+ <id>jdocbook:resources</id>
+ <phase>process-resources</phase>
+ <goals>
+ <goal>resources</goal>
+ </goals>
+ </execution>
+ <execution>
+ <id>jdocbook:bundle</id>
+ <phase>package</phase>
+ <goals>
+ <goal>bundle</goal>
+ </goals>
+ </execution>
+ </executions>
+ <dependencies>
+ <dependency>
+ <groupId>org.jboss</groupId>
+ <artifactId>jbossorg-docbook-xslt</artifactId>
+ <version>1.1.0</version>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss</groupId>
+ <artifactId>jbossorg-jdocbook-style</artifactId>
+ <version>1.1.0</version>
+ <type>jdocbook-style</type>
+ </dependency>
+ <dependency>
+ <groupId>org.richfaces.docs.common-resources</groupId>
+ <artifactId>${translation}</artifactId>
+ <version>${project.version}</version>
+ <type>jar</type>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.xmlgraphics</groupId>
+ <artifactId>fop</artifactId>
+ <version>0.95</version>
+ </dependency>
+ </dependencies>
+ <configuration>
+ <sourceDirectory>
+ ${basedir}/src/main/docbook
+ </sourceDirectory>
+ <imageResource>
+ <directory>
+ ${basedir}/src/main/resources
+ </directory>
+ </imageResource>
+ <cssResource>
+ <directory>
+ ${project.build.directory}/common-resources
+ </directory>
+ </cssResource>
+ <sourceDocumentName>
+ master.xml
+ </sourceDocumentName>
+ <formats>
+ <format>
+ <formatName>pdf</formatName>
+ <stylesheetResource>
+ classpath:/common-resources/xslt/pdf-common.xsl
+ </stylesheetResource>
+ <finalName>
+ richfaces_reference.pdf
+ </finalName>
+ <imagePathSettingRequired>
+ true
+ </imagePathSettingRequired>
+ </format>
+ <format>
+ <formatName>html</formatName>
+ <stylesheetResource>
+ ${xsl_html}
+ </stylesheetResource>
+ <finalName>index.html</finalName>
+ <imageCopyingRequired>
+ true
+ </imageCopyingRequired>
+ <imagePathSettingRequired>
+ false
+ </imagePathSettingRequired>
+ </format>
+ <format>
+ <formatName>html_single</formatName>
+ <stylesheetResource>
+ ${xsl_html_single}
+ </stylesheetResource>
+ <imageCopyingRequired>
+ true
+ </imageCopyingRequired>
+ <imagePathSettingRequired>
+ false
+ </imagePathSettingRequired>
+ <finalName>
+ index.html
+ </finalName>
+ </format>
+ </formats>
+ <xincludeSupported>true</xincludeSupported>
+ <options>
+ <xincludeSupported>true</xincludeSupported>
+ <useRelativeImageUris>
+ true
+ </useRelativeImageUris>
+ <xmlTransformerType>
+ saxon
+ </xmlTransformerType>
+ <docbookVersion>1.72.0</docbookVersion>
+ </options>
+ </configuration>
+ </plugin>
+
+ </plugins>
+ </pluginManagement>
+ </build>
+ <modules>
+ <module>en</module>
+ </modules>
+</project>
Added: maven2/org/richfaces/docs/userguide/3.3.3.BETA1/userguide-3.3.3.BETA1.pom.md5
===================================================================
--- maven2/org/richfaces/docs/userguide/3.3.3.BETA1/userguide-3.3.3.BETA1.pom.md5 (rev 0)
+++ maven2/org/richfaces/docs/userguide/3.3.3.BETA1/userguide-3.3.3.BETA1.pom.md5 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1 @@
+a1200ce7cf5b24cdbd1e249105923039
\ No newline at end of file
Added: maven2/org/richfaces/docs/userguide/3.3.3.BETA1/userguide-3.3.3.BETA1.pom.sha1
===================================================================
--- maven2/org/richfaces/docs/userguide/3.3.3.BETA1/userguide-3.3.3.BETA1.pom.sha1 (rev 0)
+++ maven2/org/richfaces/docs/userguide/3.3.3.BETA1/userguide-3.3.3.BETA1.pom.sha1 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1 @@
+2b4bbc5a4738d3dc32e40fcc4d19495cfcf9fdd2
\ No newline at end of file
Added: maven2/org/richfaces/docs/userguide/en/3.3.3.BETA1/en-3.3.3.BETA1.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/richfaces/docs/userguide/en/3.3.3.BETA1/en-3.3.3.BETA1.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/richfaces/docs/userguide/en/3.3.3.BETA1/en-3.3.3.BETA1.jar.md5
===================================================================
--- maven2/org/richfaces/docs/userguide/en/3.3.3.BETA1/en-3.3.3.BETA1.jar.md5 (rev 0)
+++ maven2/org/richfaces/docs/userguide/en/3.3.3.BETA1/en-3.3.3.BETA1.jar.md5 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1 @@
+5bcf28969a0c1bd5075f2403fec4dab4
\ No newline at end of file
Added: maven2/org/richfaces/docs/userguide/en/3.3.3.BETA1/en-3.3.3.BETA1.jar.sha1
===================================================================
--- maven2/org/richfaces/docs/userguide/en/3.3.3.BETA1/en-3.3.3.BETA1.jar.sha1 (rev 0)
+++ maven2/org/richfaces/docs/userguide/en/3.3.3.BETA1/en-3.3.3.BETA1.jar.sha1 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1 @@
+4ab17a3d86e05416f7e5c685c9a44d7903bb1f4b
\ No newline at end of file
Added: maven2/org/richfaces/docs/userguide/en/3.3.3.BETA1/en-3.3.3.BETA1.pom
===================================================================
--- maven2/org/richfaces/docs/userguide/en/3.3.3.BETA1/en-3.3.3.BETA1.pom (rev 0)
+++ maven2/org/richfaces/docs/userguide/en/3.3.3.BETA1/en-3.3.3.BETA1.pom 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1,42 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.richfaces.docs</groupId>
+ <artifactId>userguide</artifactId>
+ <version>3.3.3.BETA1</version>
+ <relativePath>../pom.xml</relativePath>
+ </parent>
+ <groupId>org.richfaces.docs.userguide</groupId>
+ <artifactId>${translation}</artifactId>
+ <version>3.3.3.BETA1</version>
+ <packaging>jar</packaging>
+ <name>Richfaces Manual (${translation})</name>
+
+ <properties>
+ <translation>en</translation>
+ </properties>
+ <build>
+ <finalName>
+ ${project.parent.artifactId}_${translation}-${version}
+ </finalName>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-dependency-plugin</artifactId>
+ </plugin>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>xml-maven-plugin</artifactId>
+ <version>1.0-beta-2</version>
+ </plugin>
+
+ <plugin>
+ <groupId>org.jboss.maven.plugins</groupId>
+ <artifactId>maven-jdocbook-plugin</artifactId>
+ <extensions>true</extensions>
+ </plugin>
+ </plugins>
+ </build>
+</project>
Added: maven2/org/richfaces/docs/userguide/en/3.3.3.BETA1/en-3.3.3.BETA1.pom.md5
===================================================================
--- maven2/org/richfaces/docs/userguide/en/3.3.3.BETA1/en-3.3.3.BETA1.pom.md5 (rev 0)
+++ maven2/org/richfaces/docs/userguide/en/3.3.3.BETA1/en-3.3.3.BETA1.pom.md5 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1 @@
+16b5d0e279dceaac6b0a303ce7058c25
\ No newline at end of file
Added: maven2/org/richfaces/docs/userguide/en/3.3.3.BETA1/en-3.3.3.BETA1.pom.sha1
===================================================================
--- maven2/org/richfaces/docs/userguide/en/3.3.3.BETA1/en-3.3.3.BETA1.pom.sha1 (rev 0)
+++ maven2/org/richfaces/docs/userguide/en/3.3.3.BETA1/en-3.3.3.BETA1.pom.sha1 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1 @@
+fccfd33dce97d4df00fe095d6ff70f726fa19199
\ No newline at end of file
Modified: maven2/org/richfaces/docs/userguide/en/maven-metadata.xml
===================================================================
--- maven2/org/richfaces/docs/userguide/en/maven-metadata.xml 2009-12-22 08:43:49 UTC (rev 33182)
+++ maven2/org/richfaces/docs/userguide/en/maven-metadata.xml 2009-12-22 15:18:31 UTC (rev 33183)
@@ -82,7 +82,8 @@
<version>3.3.2.CR1</version>
<version>3.3.2.GA</version>
<version>3.3.2.SR1</version>
+ <version>3.3.3.BETA1</version>
</versions>
- <lastUpdated>20091009222331</lastUpdated>
+ <lastUpdated>20091216175958</lastUpdated>
</versioning>
</metadata>
Modified: maven2/org/richfaces/docs/userguide/en/maven-metadata.xml.md5
===================================================================
--- maven2/org/richfaces/docs/userguide/en/maven-metadata.xml.md5 2009-12-22 08:43:49 UTC (rev 33182)
+++ maven2/org/richfaces/docs/userguide/en/maven-metadata.xml.md5 2009-12-22 15:18:31 UTC (rev 33183)
@@ -1 +1 @@
-2d60aee880e58c09527125a648a5f410
\ No newline at end of file
+6ca1339d230c4f92a79222c8d3ff5c5a
\ No newline at end of file
Modified: maven2/org/richfaces/docs/userguide/en/maven-metadata.xml.sha1
===================================================================
--- maven2/org/richfaces/docs/userguide/en/maven-metadata.xml.sha1 2009-12-22 08:43:49 UTC (rev 33182)
+++ maven2/org/richfaces/docs/userguide/en/maven-metadata.xml.sha1 2009-12-22 15:18:31 UTC (rev 33183)
@@ -1 +1 @@
-cd7e2954a7033f2f4eebd1bdd248370ad1efdef8
\ No newline at end of file
+5d6255b767d2e2557359b6e4319157a9dd68a350
\ No newline at end of file
Modified: maven2/org/richfaces/docs/userguide/maven-metadata.xml
===================================================================
--- maven2/org/richfaces/docs/userguide/maven-metadata.xml 2009-12-22 08:43:49 UTC (rev 33182)
+++ maven2/org/richfaces/docs/userguide/maven-metadata.xml 2009-12-22 15:18:31 UTC (rev 33183)
@@ -82,7 +82,8 @@
<version>3.3.2.CR1</version>
<version>3.3.2.GA</version>
<version>3.3.2.SR1</version>
+ <version>3.3.3.BETA1</version>
</versions>
- <lastUpdated>20091009222034</lastUpdated>
+ <lastUpdated>20091216175552</lastUpdated>
</versioning>
</metadata>
Modified: maven2/org/richfaces/docs/userguide/maven-metadata.xml.md5
===================================================================
--- maven2/org/richfaces/docs/userguide/maven-metadata.xml.md5 2009-12-22 08:43:49 UTC (rev 33182)
+++ maven2/org/richfaces/docs/userguide/maven-metadata.xml.md5 2009-12-22 15:18:31 UTC (rev 33183)
@@ -1 +1 @@
-df343b309c9738c1abaa41cd607a3eee
\ No newline at end of file
+6d47c4979342ae010bb527217be2d7ab
\ No newline at end of file
Modified: maven2/org/richfaces/docs/userguide/maven-metadata.xml.sha1
===================================================================
--- maven2/org/richfaces/docs/userguide/maven-metadata.xml.sha1 2009-12-22 08:43:49 UTC (rev 33182)
+++ maven2/org/richfaces/docs/userguide/maven-metadata.xml.sha1 2009-12-22 15:18:31 UTC (rev 33183)
@@ -1 +1 @@
-9f809a61d5142eb4c37cfd03e989b4704e7581b1
\ No newline at end of file
+7c59438ad78b05f2b1bc8ae86d6f340b0223fe12
\ No newline at end of file
Added: maven2/org/richfaces/examples/photoalbum-ear/3.3.3.BETA1/photoalbum-ear-3.3.3.BETA1.ear
===================================================================
(Binary files differ)
Property changes on: maven2/org/richfaces/examples/photoalbum-ear/3.3.3.BETA1/photoalbum-ear-3.3.3.BETA1.ear
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/richfaces/examples/photoalbum-ear/3.3.3.BETA1/photoalbum-ear-3.3.3.BETA1.ear.md5
===================================================================
--- maven2/org/richfaces/examples/photoalbum-ear/3.3.3.BETA1/photoalbum-ear-3.3.3.BETA1.ear.md5 (rev 0)
+++ maven2/org/richfaces/examples/photoalbum-ear/3.3.3.BETA1/photoalbum-ear-3.3.3.BETA1.ear.md5 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1 @@
+16a8981d0d697d7ab2efc00c70a430fd
\ No newline at end of file
Added: maven2/org/richfaces/examples/photoalbum-ear/3.3.3.BETA1/photoalbum-ear-3.3.3.BETA1.ear.sha1
===================================================================
--- maven2/org/richfaces/examples/photoalbum-ear/3.3.3.BETA1/photoalbum-ear-3.3.3.BETA1.ear.sha1 (rev 0)
+++ maven2/org/richfaces/examples/photoalbum-ear/3.3.3.BETA1/photoalbum-ear-3.3.3.BETA1.ear.sha1 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1 @@
+1549025a01224c773588df951f4c62c67ac6a19c
\ No newline at end of file
Added: maven2/org/richfaces/examples/photoalbum-ear/3.3.3.BETA1/photoalbum-ear-3.3.3.BETA1.pom
===================================================================
--- maven2/org/richfaces/examples/photoalbum-ear/3.3.3.BETA1/photoalbum-ear-3.3.3.BETA1.pom (rev 0)
+++ maven2/org/richfaces/examples/photoalbum-ear/3.3.3.BETA1/photoalbum-ear-3.3.3.BETA1.pom 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1,140 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.richfaces.examples</groupId>
+ <artifactId>photoalbum</artifactId>
+ <version>3.3.3.BETA1</version>
+ </parent>
+
+ <groupId>org.richfaces.examples</groupId>
+ <artifactId>${projectName}-ear</artifactId>
+ <name>${appName} EAR module</name>
+ <packaging>ear</packaging>
+
+ <dependencies>
+ <dependency>
+ <groupId>org.richfaces.examples</groupId>
+ <artifactId>${projectName}-web</artifactId>
+ <version>${project.version}</version>
+ <type>war</type>
+ </dependency>
+ <dependency>
+ <groupId>org.richfaces.framework</groupId>
+ <artifactId>richfaces-api</artifactId>
+ <version>${richfacesVersion}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.richfaces.examples</groupId>
+ <artifactId>${projectName}-ejb</artifactId>
+ <version>${project.version}</version>
+ <type>ejb</type>
+ </dependency>
+ <dependency>
+ <groupId>log4j</groupId>
+ <artifactId>log4j</artifactId>
+ <version>1.2.14</version>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.seam</groupId>
+ <artifactId>jboss-seam</artifactId>
+ <version>${seamVersion}</version>
+ <type>ejb</type>
+ <exclusions>
+ <exclusion>
+ <groupId>javax.el</groupId>
+ <artifactId>el-api</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>commons-collections</groupId>
+ <artifactId>commons-collections</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.jboss.seam</groupId>
+ <artifactId>jboss-seam-pdf</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>com.sun.facelets</groupId>
+ <artifactId>jsf-facelets</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ </dependencies>
+ <build>
+ <finalName>${projectName}-ear-${project.version}</finalName>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-deploy-plugin</artifactId>
+ <configuration>
+ <skip>false</skip>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-ear-plugin</artifactId>
+ <version>2.3.1</version>
+ <configuration>
+ <generateApplicationXml>true</generateApplicationXml>
+ <includeJar>false</includeJar>
+ <defaultLibBundleDir>lib</defaultLibBundleDir>
+ <modules>
+ <webModule>
+ <groupId>org.richfaces.examples</groupId>
+ <artifactId>${projectName}-web</artifactId>
+ <contextRoot>/${projectName}</contextRoot>
+ </webModule>
+ <ejbModule>
+ <groupId>org.richfaces.examples</groupId>
+ <artifactId>${projectName}-ejb</artifactId>
+ </ejbModule>
+ <ejbModule>
+ <groupId>org.jboss.seam</groupId>
+ <artifactId>jboss-seam</artifactId>
+ </ejbModule>
+ </modules>
+ <jboss>
+ <version>4.2</version>
+ <loader-repository>org.richfaces.examples:loader=${project.build.finalName}</loader-repository>
+ </jboss>
+ </configuration>
+ </plugin>
+
+ </plugins>
+ </build>
+
+ <profiles>
+ <profile>
+ <id>livedemo</id>
+
+ <!--<build>-->
+ <!--<plugins>-->
+ <!--<plugin>-->
+ <!--<groupId>org.apache.maven.plugins</groupId>-->
+ <!--<artifactId>maven-resources-plugin</artifactId>-->
+ <!--<version>2.3</version>-->
+ <!--<executions>-->
+ <!--<execution>-->
+ <!--<id>copy-prod-resources</id>-->
+ <!--<phase>install</phase>-->
+ <!--<goals>-->
+ <!--<goal>copy-resources</goal>-->
+ <!--</goals>-->
+ <!--<configuration>-->
+ <!--<outputDirectory>dist</outputDirectory>-->
+ <!--<resources>-->
+ <!--<resource>-->
+ <!--<directory>target/*.ear</directory>-->
+ <!--<filtering>true</filtering>-->
+ <!--</resource>-->
+ <!--</resources>-->
+ <!--</configuration>-->
+ <!--</execution>-->
+ <!--</executions>-->
+ <!--</plugin>-->
+ <!--</plugins>-->
+ <!--</build>-->
+ </profile>
+ </profiles>
+
+</project>
Added: maven2/org/richfaces/examples/photoalbum-ear/3.3.3.BETA1/photoalbum-ear-3.3.3.BETA1.pom.md5
===================================================================
--- maven2/org/richfaces/examples/photoalbum-ear/3.3.3.BETA1/photoalbum-ear-3.3.3.BETA1.pom.md5 (rev 0)
+++ maven2/org/richfaces/examples/photoalbum-ear/3.3.3.BETA1/photoalbum-ear-3.3.3.BETA1.pom.md5 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1 @@
+5761539246464a4c8c338ee6b27ec1d8
\ No newline at end of file
Added: maven2/org/richfaces/examples/photoalbum-ear/3.3.3.BETA1/photoalbum-ear-3.3.3.BETA1.pom.sha1
===================================================================
--- maven2/org/richfaces/examples/photoalbum-ear/3.3.3.BETA1/photoalbum-ear-3.3.3.BETA1.pom.sha1 (rev 0)
+++ maven2/org/richfaces/examples/photoalbum-ear/3.3.3.BETA1/photoalbum-ear-3.3.3.BETA1.pom.sha1 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1 @@
+09bb0c7c5d8d8085ecc525dd744d82a3d9a3a9fe
\ No newline at end of file
Modified: maven2/org/richfaces/examples/photoalbum-ear/maven-metadata.xml
===================================================================
--- maven2/org/richfaces/examples/photoalbum-ear/maven-metadata.xml 2009-12-22 08:43:49 UTC (rev 33182)
+++ maven2/org/richfaces/examples/photoalbum-ear/maven-metadata.xml 2009-12-22 15:18:31 UTC (rev 33183)
@@ -9,7 +9,8 @@
<version>3.3.2.CR1</version>
<version>3.3.2.GA</version>
<version>3.3.2.SR1</version>
+ <version>3.3.3.BETA1</version>
</versions>
- <lastUpdated>20091009223135</lastUpdated>
+ <lastUpdated>20091216181129</lastUpdated>
</versioning>
</metadata>
Modified: maven2/org/richfaces/examples/photoalbum-ear/maven-metadata.xml.md5
===================================================================
--- maven2/org/richfaces/examples/photoalbum-ear/maven-metadata.xml.md5 2009-12-22 08:43:49 UTC (rev 33182)
+++ maven2/org/richfaces/examples/photoalbum-ear/maven-metadata.xml.md5 2009-12-22 15:18:31 UTC (rev 33183)
@@ -1 +1 @@
-6c8ed1d973c01a94ec5b2ecc495486b4
\ No newline at end of file
+f6c035e20cb02659f2721ffd8cb3e804
\ No newline at end of file
Modified: maven2/org/richfaces/examples/photoalbum-ear/maven-metadata.xml.sha1
===================================================================
--- maven2/org/richfaces/examples/photoalbum-ear/maven-metadata.xml.sha1 2009-12-22 08:43:49 UTC (rev 33182)
+++ maven2/org/richfaces/examples/photoalbum-ear/maven-metadata.xml.sha1 2009-12-22 15:18:31 UTC (rev 33183)
@@ -1 +1 @@
-62f3fc308ce63395ca137ba239b0bdff5a948225
\ No newline at end of file
+56659a28a75210addf0c4b67847aac0c5468db88
\ No newline at end of file
Added: maven2/org/richfaces/extensions/3.3.3.BETA1/extensions-3.3.3.BETA1.pom
===================================================================
--- maven2/org/richfaces/extensions/3.3.3.BETA1/extensions-3.3.3.BETA1.pom (rev 0)
+++ maven2/org/richfaces/extensions/3.3.3.BETA1/extensions-3.3.3.BETA1.pom 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1,16 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <parent>
+ <artifactId>root</artifactId>
+ <groupId>org.richfaces</groupId>
+ <version>3.3.3.BETA1</version>
+ </parent>
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.richfaces</groupId>
+ <artifactId>extensions</artifactId>
+ <version>3.3.3.BETA1</version>
+ <name>Richfaces extensions for a different environments</name>
+ <packaging>pom</packaging>
+ <modules>
+ <!-- module>portletbridge</module-->
+ </modules>
+</project>
\ No newline at end of file
Added: maven2/org/richfaces/extensions/3.3.3.BETA1/extensions-3.3.3.BETA1.pom.md5
===================================================================
--- maven2/org/richfaces/extensions/3.3.3.BETA1/extensions-3.3.3.BETA1.pom.md5 (rev 0)
+++ maven2/org/richfaces/extensions/3.3.3.BETA1/extensions-3.3.3.BETA1.pom.md5 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1 @@
+a3193470b79a930a68472c4c985655c7
\ No newline at end of file
Added: maven2/org/richfaces/extensions/3.3.3.BETA1/extensions-3.3.3.BETA1.pom.sha1
===================================================================
--- maven2/org/richfaces/extensions/3.3.3.BETA1/extensions-3.3.3.BETA1.pom.sha1 (rev 0)
+++ maven2/org/richfaces/extensions/3.3.3.BETA1/extensions-3.3.3.BETA1.pom.sha1 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1 @@
+87638d70d5cf5da22c2d750446c8055f4ad9d235
\ No newline at end of file
Modified: maven2/org/richfaces/extensions/maven-metadata.xml
===================================================================
--- maven2/org/richfaces/extensions/maven-metadata.xml 2009-12-22 08:43:49 UTC (rev 33182)
+++ maven2/org/richfaces/extensions/maven-metadata.xml 2009-12-22 15:18:31 UTC (rev 33183)
@@ -80,7 +80,8 @@
<version>3.3.2.CR1</version>
<version>3.3.2.GA</version>
<version>3.3.2.SR1</version>
+ <version>3.3.3.BETA1</version>
</versions>
- <lastUpdated>20091009222930</lastUpdated>
+ <lastUpdated>20091216180637</lastUpdated>
</versioning>
</metadata>
Modified: maven2/org/richfaces/extensions/maven-metadata.xml.md5
===================================================================
--- maven2/org/richfaces/extensions/maven-metadata.xml.md5 2009-12-22 08:43:49 UTC (rev 33182)
+++ maven2/org/richfaces/extensions/maven-metadata.xml.md5 2009-12-22 15:18:31 UTC (rev 33183)
@@ -1 +1 @@
-8f4b84d7320b2d5531c08da454c19f83
\ No newline at end of file
+7701c1d55b1482de580e01128a71c2dd
\ No newline at end of file
Modified: maven2/org/richfaces/extensions/maven-metadata.xml.sha1
===================================================================
--- maven2/org/richfaces/extensions/maven-metadata.xml.sha1 2009-12-22 08:43:49 UTC (rev 33182)
+++ maven2/org/richfaces/extensions/maven-metadata.xml.sha1 2009-12-22 15:18:31 UTC (rev 33183)
@@ -1 +1 @@
-6efbd512d8ae61b2103b204043acf70db9734723
\ No newline at end of file
+ed0b2b187610305810384836e7555fb82eed86ae
\ No newline at end of file
Added: maven2/org/richfaces/framework/3.3.3.BETA1/framework-3.3.3.BETA1.pom
===================================================================
--- maven2/org/richfaces/framework/3.3.3.BETA1/framework-3.3.3.BETA1.pom (rev 0)
+++ maven2/org/richfaces/framework/3.3.3.BETA1/framework-3.3.3.BETA1.pom 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1,144 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <parent>
+ <artifactId>root</artifactId>
+ <groupId>org.richfaces</groupId>
+ <version>3.3.3.BETA1</version>
+ </parent>
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.richfaces</groupId>
+ <artifactId>framework</artifactId>
+ <version>3.3.3.BETA1</version>
+ <packaging>pom</packaging>
+ <name>Java Server Faces AJAX framework</name>
+
+ <dependencyManagement>
+ <dependencies>
+ <dependency>
+ <groupId>com.sun.faces</groupId>
+ <artifactId>jsf-api</artifactId>
+ <version>2.0.1</version>
+ </dependency>
+ <dependency>
+ <groupId>com.sun.faces</groupId>
+ <artifactId>jsf-impl</artifactId>
+ <version>2.0.1</version>
+ </dependency>
+ <dependency>
+ <groupId>javax.faces</groupId>
+ <artifactId>jsf-api</artifactId>
+ <version>1.2_12</version>
+ </dependency>
+ <dependency>
+ <groupId>javax.faces</groupId>
+ <artifactId>jsf-impl</artifactId>
+ <version>1.2_12</version>
+ </dependency>
+ </dependencies>
+ </dependencyManagement>
+
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-source-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>attach-source</id>
+ <goals>
+ <goal>jar</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-jar-plugin</artifactId>
+ <configuration>
+ <archive>
+ <index>true</index>
+ <manifest>
+ <addDefaultSpecificationEntries>
+ true
+ </addDefaultSpecificationEntries>
+ <addDefaultImplementationEntries>
+ true
+ </addDefaultImplementationEntries>
+ </manifest>
+ <manifestEntries>
+ <mode>development</mode>
+ <Build-Number>${buildNumber}</Build-Number>
+ </manifestEntries>
+ </archive>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <configuration>
+ <source>1.5</source>
+ <target>1.5</target>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ <dependencies>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>3.8.1</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>com.sun.facelets</groupId>
+ <artifactId>jsf-facelets</artifactId>
+ <version>1.1.15.B1</version>
+ <optional>true</optional>
+ </dependency>
+ <dependency>
+ <groupId>javax.el</groupId>
+ <artifactId>el-api</artifactId>
+ <version>1.0</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>commons-logging</groupId>
+ <artifactId>commons-logging</artifactId>
+ <version>1.0.4</version>
+ </dependency>
+ <dependency>
+ <groupId>javax.servlet</groupId>
+ <artifactId>servlet-api</artifactId>
+ <version>2.5</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>javax.servlet.jsp</groupId>
+ <artifactId>jsp-api</artifactId>
+ <version>2.1</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>jstl</groupId>
+ <artifactId>jstl</artifactId>
+ <version>1.2</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>javax.annotation</groupId>
+ <artifactId>jsr250-api</artifactId>
+ <version>1.0</version>
+ <scope>provided</scope>
+ <optional>true</optional>
+ </dependency>
+ </dependencies>
+ <modules>
+ <!--
+ <module>api-parent</module>
+ <module>impl-parent</module>
+ -->
+ <module>api</module>
+ <module>impl</module>
+ <module>test</module>
+ <module>jsf-test</module>
+ </modules>
+
+</project>
Added: maven2/org/richfaces/framework/3.3.3.BETA1/framework-3.3.3.BETA1.pom.md5
===================================================================
--- maven2/org/richfaces/framework/3.3.3.BETA1/framework-3.3.3.BETA1.pom.md5 (rev 0)
+++ maven2/org/richfaces/framework/3.3.3.BETA1/framework-3.3.3.BETA1.pom.md5 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1 @@
+cd0f1fd0a7aaa9b7ec8fca850cfc4ad9
\ No newline at end of file
Added: maven2/org/richfaces/framework/3.3.3.BETA1/framework-3.3.3.BETA1.pom.sha1
===================================================================
--- maven2/org/richfaces/framework/3.3.3.BETA1/framework-3.3.3.BETA1.pom.sha1 (rev 0)
+++ maven2/org/richfaces/framework/3.3.3.BETA1/framework-3.3.3.BETA1.pom.sha1 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1 @@
+f5f18e3db63e2e3368e026b5da90b185829072e1
\ No newline at end of file
Added: maven2/org/richfaces/framework/jsf-test/3.3.3.BETA1/jsf-test-3.3.3.BETA1-sources.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/richfaces/framework/jsf-test/3.3.3.BETA1/jsf-test-3.3.3.BETA1-sources.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/richfaces/framework/jsf-test/3.3.3.BETA1/jsf-test-3.3.3.BETA1-sources.jar.md5
===================================================================
--- maven2/org/richfaces/framework/jsf-test/3.3.3.BETA1/jsf-test-3.3.3.BETA1-sources.jar.md5 (rev 0)
+++ maven2/org/richfaces/framework/jsf-test/3.3.3.BETA1/jsf-test-3.3.3.BETA1-sources.jar.md5 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1 @@
+b576c4eaa8bb0e0c80d6bfd9738b0ee5
\ No newline at end of file
Added: maven2/org/richfaces/framework/jsf-test/3.3.3.BETA1/jsf-test-3.3.3.BETA1-sources.jar.sha1
===================================================================
--- maven2/org/richfaces/framework/jsf-test/3.3.3.BETA1/jsf-test-3.3.3.BETA1-sources.jar.sha1 (rev 0)
+++ maven2/org/richfaces/framework/jsf-test/3.3.3.BETA1/jsf-test-3.3.3.BETA1-sources.jar.sha1 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1 @@
+05ddd392efe9c220b8234f16aa862d88c29c3aff
\ No newline at end of file
Added: maven2/org/richfaces/framework/jsf-test/3.3.3.BETA1/jsf-test-3.3.3.BETA1.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/richfaces/framework/jsf-test/3.3.3.BETA1/jsf-test-3.3.3.BETA1.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/richfaces/framework/jsf-test/3.3.3.BETA1/jsf-test-3.3.3.BETA1.jar.md5
===================================================================
--- maven2/org/richfaces/framework/jsf-test/3.3.3.BETA1/jsf-test-3.3.3.BETA1.jar.md5 (rev 0)
+++ maven2/org/richfaces/framework/jsf-test/3.3.3.BETA1/jsf-test-3.3.3.BETA1.jar.md5 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1 @@
+bcd36718c083e80c8503c5f75e8cc5cd
\ No newline at end of file
Added: maven2/org/richfaces/framework/jsf-test/3.3.3.BETA1/jsf-test-3.3.3.BETA1.jar.sha1
===================================================================
--- maven2/org/richfaces/framework/jsf-test/3.3.3.BETA1/jsf-test-3.3.3.BETA1.jar.sha1 (rev 0)
+++ maven2/org/richfaces/framework/jsf-test/3.3.3.BETA1/jsf-test-3.3.3.BETA1.jar.sha1 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1 @@
+5e9fe07ffb5e85a67f36426feee17a1fac57636d
\ No newline at end of file
Added: maven2/org/richfaces/framework/jsf-test/3.3.3.BETA1/jsf-test-3.3.3.BETA1.pom
===================================================================
--- maven2/org/richfaces/framework/jsf-test/3.3.3.BETA1/jsf-test-3.3.3.BETA1.pom (rev 0)
+++ maven2/org/richfaces/framework/jsf-test/3.3.3.BETA1/jsf-test-3.3.3.BETA1.pom 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1,134 @@
+<?xml version="1.0"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <parent>
+ <artifactId>framework</artifactId>
+ <groupId>org.richfaces</groupId>
+ <version>3.3.3.BETA1</version>
+ </parent>
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.richfaces.framework</groupId>
+ <artifactId>jsf-test</artifactId>
+ <name>jsf-test</name>
+ <version>3.3.3.BETA1</version>
+
+ <dependencies>
+ <dependency>
+ <groupId>javax.faces</groupId>
+ <artifactId>jsf-api</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>javax.faces</groupId>
+ <artifactId>jsf-impl</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>4.5</version>
+ </dependency>
+ <dependency>
+ <groupId>net.sourceforge.htmlunit</groupId>
+ <artifactId>htmlunit</artifactId>
+ <version>2.4</version>
+ </dependency>
+ <dependency>
+ <groupId>el-impl</groupId>
+ <artifactId>el-impl</artifactId>
+ <version>1.0</version>
+ </dependency>
+ <dependency>
+ <groupId>commons-httpclient</groupId>
+ <artifactId>commons-httpclient</artifactId>
+ <version>3.1</version>
+ </dependency>
+ <dependency>
+ <groupId>net.sourceforge.htmlunit</groupId>
+ <artifactId>htmlunit-core-js</artifactId>
+ <version>2.4</version>
+ </dependency>
+ <dependency>
+ <groupId>net.sourceforge.cssparser</groupId>
+ <artifactId>cssparser</artifactId>
+ <version>0.9.5</version>
+ </dependency>
+ <dependency>
+ <groupId>commons-io</groupId>
+ <artifactId>commons-io</artifactId>
+ <version>1.4</version>
+ </dependency>
+ <dependency>
+ <groupId>commons-lang</groupId>
+ <artifactId>commons-lang</artifactId>
+ <version>2.4</version>
+ </dependency>
+ <dependency>
+ <groupId>commons-collections</groupId>
+ <artifactId>commons-collections</artifactId>
+ <version>3.2.1</version>
+ </dependency>
+ <dependency>
+ <groupId>nekohtml</groupId>
+ <artifactId>nekohtml</artifactId>
+ <version>1.9.6</version>
+ <exclusions>
+ <exclusion>
+ <groupId>xml-apis</groupId>
+ <artifactId>xml-apis</artifactId>
+ </exclusion>
+ <!--
+ <exclusion> <groupId>xerces</groupId>
+ <artifactId>xercesImpl</artifactId> </exclusion>
+ -->
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>javax.el</groupId>
+ <artifactId>el-api</artifactId>
+ <version>1.0</version>
+ </dependency>
+ <dependency>
+ <groupId>javax.servlet</groupId>
+ <artifactId>servlet-api</artifactId>
+ <version>2.5</version>
+ </dependency>
+ <dependency>
+ <groupId>javax.servlet.jsp</groupId>
+ <artifactId>jsp-api</artifactId>
+ <version>2.1</version>
+ </dependency>
+ <dependency>
+ <groupId>jstl</groupId>
+ <artifactId>jstl</artifactId>
+ <version>1.2</version>
+ </dependency>
+ <dependency>
+ <groupId>javax.annotation</groupId>
+ <artifactId>jsr250-api</artifactId>
+ <version>1.0</version>
+ </dependency>
+ <dependency>
+ <groupId>xalan</groupId>
+ <artifactId>xalan</artifactId>
+ <version>2.7.1</version>
+ <exclusions>
+ <exclusion>
+ <groupId>xml-apis</groupId>
+ <artifactId>xml-apis</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>de.berlios.jsunit</groupId>
+ <artifactId>jsunit</artifactId>
+ <version>1.3</version>
+ <exclusions>
+ <exclusion>
+ <groupId>rhino</groupId>
+ <artifactId>js</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ </dependencies>
+</project>
Added: maven2/org/richfaces/framework/jsf-test/3.3.3.BETA1/jsf-test-3.3.3.BETA1.pom.md5
===================================================================
--- maven2/org/richfaces/framework/jsf-test/3.3.3.BETA1/jsf-test-3.3.3.BETA1.pom.md5 (rev 0)
+++ maven2/org/richfaces/framework/jsf-test/3.3.3.BETA1/jsf-test-3.3.3.BETA1.pom.md5 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1 @@
+2d363e6f30f0ffcadca4794c8f4dbc1a
\ No newline at end of file
Added: maven2/org/richfaces/framework/jsf-test/3.3.3.BETA1/jsf-test-3.3.3.BETA1.pom.sha1
===================================================================
--- maven2/org/richfaces/framework/jsf-test/3.3.3.BETA1/jsf-test-3.3.3.BETA1.pom.sha1 (rev 0)
+++ maven2/org/richfaces/framework/jsf-test/3.3.3.BETA1/jsf-test-3.3.3.BETA1.pom.sha1 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1 @@
+5b6a397ec91668141c207320b13796bfdffe3d2f
\ No newline at end of file
Modified: maven2/org/richfaces/framework/jsf-test/maven-metadata.xml
===================================================================
--- maven2/org/richfaces/framework/jsf-test/maven-metadata.xml 2009-12-22 08:43:49 UTC (rev 33182)
+++ maven2/org/richfaces/framework/jsf-test/maven-metadata.xml 2009-12-22 15:18:31 UTC (rev 33183)
@@ -26,7 +26,8 @@
<version>3.3.2.CR1</version>
<version>3.3.2.GA</version>
<version>3.3.2.SR1</version>
+ <version>3.3.3.BETA1</version>
</versions>
- <lastUpdated>20091009220355</lastUpdated>
+ <lastUpdated>20091216173649</lastUpdated>
</versioning>
</metadata>
Modified: maven2/org/richfaces/framework/jsf-test/maven-metadata.xml.md5
===================================================================
--- maven2/org/richfaces/framework/jsf-test/maven-metadata.xml.md5 2009-12-22 08:43:49 UTC (rev 33182)
+++ maven2/org/richfaces/framework/jsf-test/maven-metadata.xml.md5 2009-12-22 15:18:31 UTC (rev 33183)
@@ -1 +1 @@
-d943cc1c5b1d808c9850c6a419e14a1e
\ No newline at end of file
+18bca585070a98eac9befc583ad24eb3
\ No newline at end of file
Modified: maven2/org/richfaces/framework/jsf-test/maven-metadata.xml.sha1
===================================================================
--- maven2/org/richfaces/framework/jsf-test/maven-metadata.xml.sha1 2009-12-22 08:43:49 UTC (rev 33182)
+++ maven2/org/richfaces/framework/jsf-test/maven-metadata.xml.sha1 2009-12-22 15:18:31 UTC (rev 33183)
@@ -1 +1 @@
-35b0dc661760d997c98f5ead44f113cc35b278c5
\ No newline at end of file
+b82377bab055d7d898b0bf2b4b0dfc1b6862accd
\ No newline at end of file
Modified: maven2/org/richfaces/framework/maven-metadata.xml
===================================================================
--- maven2/org/richfaces/framework/maven-metadata.xml 2009-12-22 08:43:49 UTC (rev 33182)
+++ maven2/org/richfaces/framework/maven-metadata.xml 2009-12-22 15:18:31 UTC (rev 33183)
@@ -85,7 +85,8 @@
<version>4.0.0.ALPHA1</version>
<version>3.3.2.GA</version>
<version>3.3.2.SR1</version>
+ <version>3.3.3.BETA1</version>
</versions>
- <lastUpdated>20091009220302</lastUpdated>
+ <lastUpdated>20091216173339</lastUpdated>
</versioning>
</metadata>
Modified: maven2/org/richfaces/framework/maven-metadata.xml.md5
===================================================================
--- maven2/org/richfaces/framework/maven-metadata.xml.md5 2009-12-22 08:43:49 UTC (rev 33182)
+++ maven2/org/richfaces/framework/maven-metadata.xml.md5 2009-12-22 15:18:31 UTC (rev 33183)
@@ -1 +1 @@
-85cb78cf003b7f9141b1ef720d50af05
\ No newline at end of file
+85a9b22ca4b9259de3ebfb196cad58d3
\ No newline at end of file
Modified: maven2/org/richfaces/framework/maven-metadata.xml.sha1
===================================================================
--- maven2/org/richfaces/framework/maven-metadata.xml.sha1 2009-12-22 08:43:49 UTC (rev 33182)
+++ maven2/org/richfaces/framework/maven-metadata.xml.sha1 2009-12-22 15:18:31 UTC (rev 33183)
@@ -1 +1 @@
-af99f49f1622af228490006c0071da6a9a7e55eb
\ No newline at end of file
+bce52f4b4062b11daabafe3591439d526912933e
\ No newline at end of file
Added: maven2/org/richfaces/framework/richfaces-api/3.3.3.BETA1/richfaces-api-3.3.3.BETA1-sources.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/richfaces/framework/richfaces-api/3.3.3.BETA1/richfaces-api-3.3.3.BETA1-sources.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/richfaces/framework/richfaces-api/3.3.3.BETA1/richfaces-api-3.3.3.BETA1-sources.jar.md5
===================================================================
--- maven2/org/richfaces/framework/richfaces-api/3.3.3.BETA1/richfaces-api-3.3.3.BETA1-sources.jar.md5 (rev 0)
+++ maven2/org/richfaces/framework/richfaces-api/3.3.3.BETA1/richfaces-api-3.3.3.BETA1-sources.jar.md5 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1 @@
+f9ea91b886d7d80f7b7698f08e3e3d2d
\ No newline at end of file
Added: maven2/org/richfaces/framework/richfaces-api/3.3.3.BETA1/richfaces-api-3.3.3.BETA1-sources.jar.sha1
===================================================================
--- maven2/org/richfaces/framework/richfaces-api/3.3.3.BETA1/richfaces-api-3.3.3.BETA1-sources.jar.sha1 (rev 0)
+++ maven2/org/richfaces/framework/richfaces-api/3.3.3.BETA1/richfaces-api-3.3.3.BETA1-sources.jar.sha1 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1 @@
+0065d781bf0756633dea375eb1f6048294d984cc
\ No newline at end of file
Added: maven2/org/richfaces/framework/richfaces-api/3.3.3.BETA1/richfaces-api-3.3.3.BETA1.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/richfaces/framework/richfaces-api/3.3.3.BETA1/richfaces-api-3.3.3.BETA1.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/richfaces/framework/richfaces-api/3.3.3.BETA1/richfaces-api-3.3.3.BETA1.jar.md5
===================================================================
--- maven2/org/richfaces/framework/richfaces-api/3.3.3.BETA1/richfaces-api-3.3.3.BETA1.jar.md5 (rev 0)
+++ maven2/org/richfaces/framework/richfaces-api/3.3.3.BETA1/richfaces-api-3.3.3.BETA1.jar.md5 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1 @@
+0fafb8107d6635ec91bcf1ebe887e48b
\ No newline at end of file
Added: maven2/org/richfaces/framework/richfaces-api/3.3.3.BETA1/richfaces-api-3.3.3.BETA1.jar.sha1
===================================================================
--- maven2/org/richfaces/framework/richfaces-api/3.3.3.BETA1/richfaces-api-3.3.3.BETA1.jar.sha1 (rev 0)
+++ maven2/org/richfaces/framework/richfaces-api/3.3.3.BETA1/richfaces-api-3.3.3.BETA1.jar.sha1 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1 @@
+b84c912b3533aa94b0f2bce71aba9a60c17ef45c
\ No newline at end of file
Added: maven2/org/richfaces/framework/richfaces-api/3.3.3.BETA1/richfaces-api-3.3.3.BETA1.pom
===================================================================
--- maven2/org/richfaces/framework/richfaces-api/3.3.3.BETA1/richfaces-api-3.3.3.BETA1.pom (rev 0)
+++ maven2/org/richfaces/framework/richfaces-api/3.3.3.BETA1/richfaces-api-3.3.3.BETA1.pom 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1,42 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <parent>
+ <artifactId>framework</artifactId>
+ <groupId>org.richfaces</groupId>
+ <version>3.3.3.BETA1</version>
+ </parent>
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.richfaces.framework</groupId>
+ <artifactId>richfaces-api</artifactId>
+ <name>Java Server Faces AJAX framework API</name>
+ <version>3.3.3.BETA1</version>
+
+ <dependencies>
+ <dependency>
+ <groupId>javax.faces</groupId>
+ <artifactId>jsf-api</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>commons-collections</groupId>
+ <artifactId>commons-collections</artifactId>
+ <version>3.2</version>
+ </dependency>
+ <dependency>
+ <groupId>commons-beanutils</groupId>
+ <artifactId>commons-beanutils</artifactId>
+ <version>1.7.0</version>
+ </dependency>
+ <dependency>
+ <groupId>org.easymock</groupId>
+ <artifactId>easymock</artifactId>
+ <version>2.5</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.easymock</groupId>
+ <artifactId>easymockclassextension</artifactId>
+ <version>2.4</version>
+ <scope>test</scope>
+ </dependency>
+ </dependencies>
+</project>
\ No newline at end of file
Added: maven2/org/richfaces/framework/richfaces-api/3.3.3.BETA1/richfaces-api-3.3.3.BETA1.pom.md5
===================================================================
--- maven2/org/richfaces/framework/richfaces-api/3.3.3.BETA1/richfaces-api-3.3.3.BETA1.pom.md5 (rev 0)
+++ maven2/org/richfaces/framework/richfaces-api/3.3.3.BETA1/richfaces-api-3.3.3.BETA1.pom.md5 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1 @@
+2faf11f8dfd0cb62a5a56f531f852094
\ No newline at end of file
Added: maven2/org/richfaces/framework/richfaces-api/3.3.3.BETA1/richfaces-api-3.3.3.BETA1.pom.sha1
===================================================================
--- maven2/org/richfaces/framework/richfaces-api/3.3.3.BETA1/richfaces-api-3.3.3.BETA1.pom.sha1 (rev 0)
+++ maven2/org/richfaces/framework/richfaces-api/3.3.3.BETA1/richfaces-api-3.3.3.BETA1.pom.sha1 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1 @@
+e0251e6b443858030d34c1ed1cb7039716138184
\ No newline at end of file
Modified: maven2/org/richfaces/framework/richfaces-api/maven-metadata.xml
===================================================================
--- maven2/org/richfaces/framework/richfaces-api/maven-metadata.xml 2009-12-22 08:43:49 UTC (rev 33182)
+++ maven2/org/richfaces/framework/richfaces-api/maven-metadata.xml 2009-12-22 15:18:31 UTC (rev 33183)
@@ -85,7 +85,8 @@
<version>4.0.0.ALPHA1</version>
<version>3.3.2.GA</version>
<version>3.3.2.SR1</version>
+ <version>3.3.3.BETA1</version>
</versions>
- <lastUpdated>20091009220308</lastUpdated>
+ <lastUpdated>20091216173358</lastUpdated>
</versioning>
</metadata>
Modified: maven2/org/richfaces/framework/richfaces-api/maven-metadata.xml.md5
===================================================================
--- maven2/org/richfaces/framework/richfaces-api/maven-metadata.xml.md5 2009-12-22 08:43:49 UTC (rev 33182)
+++ maven2/org/richfaces/framework/richfaces-api/maven-metadata.xml.md5 2009-12-22 15:18:31 UTC (rev 33183)
@@ -1 +1 @@
-1e077b9d7477e74af8c98106fe8a2b6b
\ No newline at end of file
+bcfa9fa6e00316555e212d8b6e2816bf
\ No newline at end of file
Modified: maven2/org/richfaces/framework/richfaces-api/maven-metadata.xml.sha1
===================================================================
--- maven2/org/richfaces/framework/richfaces-api/maven-metadata.xml.sha1 2009-12-22 08:43:49 UTC (rev 33182)
+++ maven2/org/richfaces/framework/richfaces-api/maven-metadata.xml.sha1 2009-12-22 15:18:31 UTC (rev 33183)
@@ -1 +1 @@
-dc65e575283edbe5d74635d797299a8db171a824
\ No newline at end of file
+b1726883184a7bf0127b7c5735a3d1927483254b
\ No newline at end of file
Added: maven2/org/richfaces/framework/richfaces-impl/3.3.3.BETA1/richfaces-impl-3.3.3.BETA1-sources.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/richfaces/framework/richfaces-impl/3.3.3.BETA1/richfaces-impl-3.3.3.BETA1-sources.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/richfaces/framework/richfaces-impl/3.3.3.BETA1/richfaces-impl-3.3.3.BETA1-sources.jar.md5
===================================================================
--- maven2/org/richfaces/framework/richfaces-impl/3.3.3.BETA1/richfaces-impl-3.3.3.BETA1-sources.jar.md5 (rev 0)
+++ maven2/org/richfaces/framework/richfaces-impl/3.3.3.BETA1/richfaces-impl-3.3.3.BETA1-sources.jar.md5 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1 @@
+6c05112bb350a78a0071f95c43f43dc8
\ No newline at end of file
Added: maven2/org/richfaces/framework/richfaces-impl/3.3.3.BETA1/richfaces-impl-3.3.3.BETA1-sources.jar.sha1
===================================================================
--- maven2/org/richfaces/framework/richfaces-impl/3.3.3.BETA1/richfaces-impl-3.3.3.BETA1-sources.jar.sha1 (rev 0)
+++ maven2/org/richfaces/framework/richfaces-impl/3.3.3.BETA1/richfaces-impl-3.3.3.BETA1-sources.jar.sha1 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1 @@
+49503529f14c47578d4c766ff7656d462cd48fd3
\ No newline at end of file
Added: maven2/org/richfaces/framework/richfaces-impl/3.3.3.BETA1/richfaces-impl-3.3.3.BETA1.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/richfaces/framework/richfaces-impl/3.3.3.BETA1/richfaces-impl-3.3.3.BETA1.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/richfaces/framework/richfaces-impl/3.3.3.BETA1/richfaces-impl-3.3.3.BETA1.jar.md5
===================================================================
--- maven2/org/richfaces/framework/richfaces-impl/3.3.3.BETA1/richfaces-impl-3.3.3.BETA1.jar.md5 (rev 0)
+++ maven2/org/richfaces/framework/richfaces-impl/3.3.3.BETA1/richfaces-impl-3.3.3.BETA1.jar.md5 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1 @@
+082a94cd187d657bbf70110165b23699
\ No newline at end of file
Added: maven2/org/richfaces/framework/richfaces-impl/3.3.3.BETA1/richfaces-impl-3.3.3.BETA1.jar.sha1
===================================================================
--- maven2/org/richfaces/framework/richfaces-impl/3.3.3.BETA1/richfaces-impl-3.3.3.BETA1.jar.sha1 (rev 0)
+++ maven2/org/richfaces/framework/richfaces-impl/3.3.3.BETA1/richfaces-impl-3.3.3.BETA1.jar.sha1 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1 @@
+33ddfa130839c9d5af9811c2d7145ba9cb334fb3
\ No newline at end of file
Added: maven2/org/richfaces/framework/richfaces-impl/3.3.3.BETA1/richfaces-impl-3.3.3.BETA1.pom
===================================================================
--- maven2/org/richfaces/framework/richfaces-impl/3.3.3.BETA1/richfaces-impl-3.3.3.BETA1.pom (rev 0)
+++ maven2/org/richfaces/framework/richfaces-impl/3.3.3.BETA1/richfaces-impl-3.3.3.BETA1.pom 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1,255 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <parent>
+ <artifactId>framework</artifactId>
+ <groupId>org.richfaces</groupId>
+ <version>3.3.3.BETA1</version>
+ </parent>
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.richfaces.framework</groupId>
+ <artifactId>${classifiedArtifactId}</artifactId>
+ <name>Java Server Faces AJAX framework implementation</name>
+ <version>3.3.3.BETA1</version>
+ <build>
+ <resources>
+ <resource>
+ <directory>src/main/resources</directory>
+ </resource>
+ <resource>
+ <directory>target/javascript</directory>
+ </resource>
+ </resources>
+ <plugins>
+ <plugin>
+ <!-- Necessary due to http://jira.codehaus.org/browse/MINSTALL-41 -->
+ <artifactId>maven-install-plugin</artifactId>
+ <version>2.3</version>
+ </plugin>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>build-helper-maven-plugin</artifactId>
+ <version>1.4</version>
+ <executions>
+ <execution>
+ <id>add-source</id>
+ <phase>generate-sources</phase>
+ <goals>
+ <goal>add-source</goal>
+ </goals>
+ <configuration>
+ <sources>
+ <source>${frameworkAdditionalSourceFolder}</source>
+ </sources>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>javacc-maven-plugin</artifactId>
+ <version>2.4</version>
+ <executions>
+ <execution>
+ <goals>
+ <goal>javacc</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
+ <artifactId>maven-antrun-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>javascript</id>
+ <phase>generate-resources</phase>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ <configuration>
+ <tasks>
+ <ant antfile="${basedir}/generatescript.xml" inheritRefs="true">
+ <target name="assembly" />
+ <property name="target-dir" value="${project.build.directory}/javascript" />
+ </ant>
+ </tasks>
+ <resourceRoot>${project.build.directory}/javascript</resourceRoot>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
+ <groupId>org.richfaces.cdk</groupId>
+ <artifactId>maven-javascript-plugin</artifactId>
+ <version>${project.version}</version>
+ <executions>
+ <execution>
+ <goals>
+ <goal>compress</goal>
+ </goals>
+ <configuration>
+ <nosuffix>false</nosuffix>
+ <outputDirectory>${project.build.directory}/compressed/</outputDirectory>
+ <aggregations>
+ <aggregation>
+ <insertNewLine>true</insertNewLine>
+ <output>${project.build.outputDirectory}/org/ajax4jsf/framework.pack.js</output>
+ <includes>
+ <include>${project.build.directory}/compressed/org/ajax4jsf/javascript/scripts/prototype-min.js</include>
+ <include>${project.build.directory}/compressed/org/ajax4jsf/javascript/scripts/AJAX-min.js</include>
+ <include>${project.build.directory}/compressed/org/richfaces/renderkit/html/scripts/scriptaculous/scriptaculous-min.js</include>
+ <include>${project.build.directory}/compressed/org/richfaces/renderkit/html/scripts/jquery/jquery-min.js</include>
+ <include>${project.build.directory}/compressed/org/richfaces/renderkit/html/scripts/jquery.utils-min.js</include>
+ <include>${project.build.directory}/compressed/org/ajax4jsf/javascript/scripts/dnd-min.js</include>
+ <include>**/*-min.js</include>
+ </includes>
+ <excludes>
+ <exclude>**/*.pack.js</exclude>
+ <exclude>**/scriptaculous/*.js</exclude>
+ <exclude>**/extend-min.js</exclude>
+ <exclude>**/jquery.jcarousel-min.js</exclude>
+ <exclude>**/compressed.css</exclude>
+ </excludes>
+ </aggregation>
+ </aggregations>
+ <resources>
+ <resource>
+ <directory>target/javascript</directory>
+ </resource>
+ <resource>
+ <directory>src/main/resources</directory>
+ </resource>
+ </resources>
+ </configuration>
+ </execution>
+ <execution>
+ <id>jslint</id>
+ <phase>test</phase>
+ <goals>
+ <goal>jslint</goal>
+ </goals>
+ <configuration>
+ <includes>
+ <include>**/framework.pack.js</include>
+ </includes>
+ <resources>
+ <resource>
+ <directory>${project.build.outputDirectory}</directory>
+ </resource>
+ </resources>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+ <profiles>
+ <profile>
+ <id>clover</id>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>com.atlassian.maven.plugins</groupId>
+ <artifactId>maven-clover2-plugin</artifactId>
+ <configuration>
+ <includesAllSourceRoots>false</includesAllSourceRoots>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ </profile>
+ <profile>
+ <id>jsf2_0</id>
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-deploy-plugin</artifactId>
+ <configuration>
+ <skip>false</skip>
+ </configuration>
+ </plugin>
+ </plugins>
+ <resources>
+ <resource>
+ <directory>src/main/resources-jsf20</directory>
+ </resource>
+ </resources>
+ </build>
+ <dependencies>
+ <dependency>
+ <groupId>com.sun.faces</groupId>
+ <artifactId>jsf-api</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ </dependencies>
+ <properties>
+ <frameworkAdditionalSourceFolder>src/main/java-jsf20</frameworkAdditionalSourceFolder>
+ <classifiedArtifactId>richfaces-impl-jsf2</classifiedArtifactId>
+ </properties>
+ </profile>
+ <profile>
+ <id>jsf1_2</id>
+ <activation>
+ <activeByDefault>true</activeByDefault>
+ </activation>
+ <dependencies>
+ <dependency>
+ <groupId>javax.faces</groupId>
+ <artifactId>jsf-api</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ </dependencies>
+ <properties>
+ <frameworkAdditionalSourceFolder>src/main/java-jsf12</frameworkAdditionalSourceFolder>
+ <classifiedArtifactId>richfaces-impl</classifiedArtifactId>
+ </properties>
+ </profile>
+ </profiles>
+ <dependencies>
+ <dependency>
+ <groupId>opensymphony</groupId>
+ <artifactId>oscache</artifactId>
+ <version>2.3</version>
+ <optional>true</optional>
+ </dependency>
+ <dependency>
+ <groupId>nekohtml</groupId>
+ <artifactId>nekohtml</artifactId>
+ <version>1.9.6</version>
+ <exclusions>
+ <exclusion>
+ <groupId>xerces</groupId>
+ <artifactId>xercesImpl</artifactId>
+ </exclusion>
+ </exclusions>
+ <optional>true</optional>
+ </dependency>
+ <dependency>
+ <groupId>xerces</groupId>
+ <artifactId>xercesImpl</artifactId>
+ <version>2.9.1</version>
+ <exclusions>
+ <exclusion>
+ <groupId>xml-apis</groupId>
+ <artifactId>xml-apis</artifactId>
+ </exclusion>
+ </exclusions>
+ <optional>true</optional>
+ </dependency>
+ <dependency>
+ <groupId>commons-digester</groupId>
+ <artifactId>commons-digester</artifactId>
+ <version>1.8.1</version>
+ <exclusions>
+ <exclusion>
+ <artifactId>commons-logging</artifactId>
+ <groupId>commons-logging</groupId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>org.richfaces.framework</groupId>
+ <artifactId>richfaces-api</artifactId>
+ <version>3.3.3.BETA1</version>
+ </dependency>
+ </dependencies>
+</project>
\ No newline at end of file
Added: maven2/org/richfaces/framework/richfaces-impl/3.3.3.BETA1/richfaces-impl-3.3.3.BETA1.pom.md5
===================================================================
--- maven2/org/richfaces/framework/richfaces-impl/3.3.3.BETA1/richfaces-impl-3.3.3.BETA1.pom.md5 (rev 0)
+++ maven2/org/richfaces/framework/richfaces-impl/3.3.3.BETA1/richfaces-impl-3.3.3.BETA1.pom.md5 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1 @@
+4fe827aa8354bb8e2dbe66ba95332a1b
\ No newline at end of file
Added: maven2/org/richfaces/framework/richfaces-impl/3.3.3.BETA1/richfaces-impl-3.3.3.BETA1.pom.sha1
===================================================================
--- maven2/org/richfaces/framework/richfaces-impl/3.3.3.BETA1/richfaces-impl-3.3.3.BETA1.pom.sha1 (rev 0)
+++ maven2/org/richfaces/framework/richfaces-impl/3.3.3.BETA1/richfaces-impl-3.3.3.BETA1.pom.sha1 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1 @@
+e26f93903c04881498af5a3edc267b1498610349
\ No newline at end of file
Modified: maven2/org/richfaces/framework/richfaces-impl/maven-metadata.xml
===================================================================
--- maven2/org/richfaces/framework/richfaces-impl/maven-metadata.xml 2009-12-22 08:43:49 UTC (rev 33182)
+++ maven2/org/richfaces/framework/richfaces-impl/maven-metadata.xml 2009-12-22 15:18:31 UTC (rev 33183)
@@ -85,7 +85,8 @@
<version>4.0.0.ALPHA1</version>
<version>3.3.2.GA</version>
<version>3.3.2.SR1</version>
+ <version>3.3.3.BETA1</version>
</versions>
- <lastUpdated>20091009220327</lastUpdated>
+ <lastUpdated>20091216173514</lastUpdated>
</versioning>
</metadata>
Modified: maven2/org/richfaces/framework/richfaces-impl/maven-metadata.xml.md5
===================================================================
--- maven2/org/richfaces/framework/richfaces-impl/maven-metadata.xml.md5 2009-12-22 08:43:49 UTC (rev 33182)
+++ maven2/org/richfaces/framework/richfaces-impl/maven-metadata.xml.md5 2009-12-22 15:18:31 UTC (rev 33183)
@@ -1 +1 @@
-f68254c3d94eaabc27ed6b3eb4a3791b
\ No newline at end of file
+ce115b40d9c174f76383fd6f0f887e86
\ No newline at end of file
Modified: maven2/org/richfaces/framework/richfaces-impl/maven-metadata.xml.sha1
===================================================================
--- maven2/org/richfaces/framework/richfaces-impl/maven-metadata.xml.sha1 2009-12-22 08:43:49 UTC (rev 33182)
+++ maven2/org/richfaces/framework/richfaces-impl/maven-metadata.xml.sha1 2009-12-22 15:18:31 UTC (rev 33183)
@@ -1 +1 @@
-f4715335b8fd7ce19447cb9cf0475c35fe43200a
\ No newline at end of file
+0db5b897740acc3e887471f3768e96d84ef2b076
\ No newline at end of file
Added: maven2/org/richfaces/framework/richfaces-impl-jsf2/3.3.3.BETA1/richfaces-impl-jsf2-3.3.3.BETA1-sources.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/richfaces/framework/richfaces-impl-jsf2/3.3.3.BETA1/richfaces-impl-jsf2-3.3.3.BETA1-sources.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/richfaces/framework/richfaces-impl-jsf2/3.3.3.BETA1/richfaces-impl-jsf2-3.3.3.BETA1-sources.jar.md5
===================================================================
--- maven2/org/richfaces/framework/richfaces-impl-jsf2/3.3.3.BETA1/richfaces-impl-jsf2-3.3.3.BETA1-sources.jar.md5 (rev 0)
+++ maven2/org/richfaces/framework/richfaces-impl-jsf2/3.3.3.BETA1/richfaces-impl-jsf2-3.3.3.BETA1-sources.jar.md5 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1 @@
+e431962292da3da597b5618f2961845a
\ No newline at end of file
Added: maven2/org/richfaces/framework/richfaces-impl-jsf2/3.3.3.BETA1/richfaces-impl-jsf2-3.3.3.BETA1-sources.jar.sha1
===================================================================
--- maven2/org/richfaces/framework/richfaces-impl-jsf2/3.3.3.BETA1/richfaces-impl-jsf2-3.3.3.BETA1-sources.jar.sha1 (rev 0)
+++ maven2/org/richfaces/framework/richfaces-impl-jsf2/3.3.3.BETA1/richfaces-impl-jsf2-3.3.3.BETA1-sources.jar.sha1 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1 @@
+702678037b8cc639a37bf57c1457797040ade752
\ No newline at end of file
Added: maven2/org/richfaces/framework/richfaces-impl-jsf2/3.3.3.BETA1/richfaces-impl-jsf2-3.3.3.BETA1.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/richfaces/framework/richfaces-impl-jsf2/3.3.3.BETA1/richfaces-impl-jsf2-3.3.3.BETA1.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/richfaces/framework/richfaces-impl-jsf2/3.3.3.BETA1/richfaces-impl-jsf2-3.3.3.BETA1.jar.md5
===================================================================
--- maven2/org/richfaces/framework/richfaces-impl-jsf2/3.3.3.BETA1/richfaces-impl-jsf2-3.3.3.BETA1.jar.md5 (rev 0)
+++ maven2/org/richfaces/framework/richfaces-impl-jsf2/3.3.3.BETA1/richfaces-impl-jsf2-3.3.3.BETA1.jar.md5 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1 @@
+b8c6a84c7daa98c07137df9caa9fb08c
\ No newline at end of file
Added: maven2/org/richfaces/framework/richfaces-impl-jsf2/3.3.3.BETA1/richfaces-impl-jsf2-3.3.3.BETA1.jar.sha1
===================================================================
--- maven2/org/richfaces/framework/richfaces-impl-jsf2/3.3.3.BETA1/richfaces-impl-jsf2-3.3.3.BETA1.jar.sha1 (rev 0)
+++ maven2/org/richfaces/framework/richfaces-impl-jsf2/3.3.3.BETA1/richfaces-impl-jsf2-3.3.3.BETA1.jar.sha1 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1 @@
+f610bb77640a48c0ab126183aef41671264e65c6
\ No newline at end of file
Added: maven2/org/richfaces/framework/richfaces-impl-jsf2/3.3.3.BETA1/richfaces-impl-jsf2-3.3.3.BETA1.pom
===================================================================
--- maven2/org/richfaces/framework/richfaces-impl-jsf2/3.3.3.BETA1/richfaces-impl-jsf2-3.3.3.BETA1.pom (rev 0)
+++ maven2/org/richfaces/framework/richfaces-impl-jsf2/3.3.3.BETA1/richfaces-impl-jsf2-3.3.3.BETA1.pom 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1,255 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <parent>
+ <artifactId>framework</artifactId>
+ <groupId>org.richfaces</groupId>
+ <version>3.3.3.BETA1</version>
+ </parent>
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.richfaces.framework</groupId>
+ <artifactId>${classifiedArtifactId}</artifactId>
+ <name>Java Server Faces AJAX framework implementation</name>
+ <version>3.3.3.BETA1</version>
+ <build>
+ <resources>
+ <resource>
+ <directory>src/main/resources</directory>
+ </resource>
+ <resource>
+ <directory>target/javascript</directory>
+ </resource>
+ </resources>
+ <plugins>
+ <plugin>
+ <!-- Necessary due to http://jira.codehaus.org/browse/MINSTALL-41 -->
+ <artifactId>maven-install-plugin</artifactId>
+ <version>2.3</version>
+ </plugin>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>build-helper-maven-plugin</artifactId>
+ <version>1.4</version>
+ <executions>
+ <execution>
+ <id>add-source</id>
+ <phase>generate-sources</phase>
+ <goals>
+ <goal>add-source</goal>
+ </goals>
+ <configuration>
+ <sources>
+ <source>${frameworkAdditionalSourceFolder}</source>
+ </sources>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>javacc-maven-plugin</artifactId>
+ <version>2.4</version>
+ <executions>
+ <execution>
+ <goals>
+ <goal>javacc</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
+ <artifactId>maven-antrun-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>javascript</id>
+ <phase>generate-resources</phase>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ <configuration>
+ <tasks>
+ <ant antfile="${basedir}/generatescript.xml" inheritRefs="true">
+ <target name="assembly" />
+ <property name="target-dir" value="${project.build.directory}/javascript" />
+ </ant>
+ </tasks>
+ <resourceRoot>${project.build.directory}/javascript</resourceRoot>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
+ <groupId>org.richfaces.cdk</groupId>
+ <artifactId>maven-javascript-plugin</artifactId>
+ <version>${project.version}</version>
+ <executions>
+ <execution>
+ <goals>
+ <goal>compress</goal>
+ </goals>
+ <configuration>
+ <nosuffix>false</nosuffix>
+ <outputDirectory>${project.build.directory}/compressed/</outputDirectory>
+ <aggregations>
+ <aggregation>
+ <insertNewLine>true</insertNewLine>
+ <output>${project.build.outputDirectory}/org/ajax4jsf/framework.pack.js</output>
+ <includes>
+ <include>${project.build.directory}/compressed/org/ajax4jsf/javascript/scripts/prototype-min.js</include>
+ <include>${project.build.directory}/compressed/org/ajax4jsf/javascript/scripts/AJAX-min.js</include>
+ <include>${project.build.directory}/compressed/org/richfaces/renderkit/html/scripts/scriptaculous/scriptaculous-min.js</include>
+ <include>${project.build.directory}/compressed/org/richfaces/renderkit/html/scripts/jquery/jquery-min.js</include>
+ <include>${project.build.directory}/compressed/org/richfaces/renderkit/html/scripts/jquery.utils-min.js</include>
+ <include>${project.build.directory}/compressed/org/ajax4jsf/javascript/scripts/dnd-min.js</include>
+ <include>**/*-min.js</include>
+ </includes>
+ <excludes>
+ <exclude>**/*.pack.js</exclude>
+ <exclude>**/scriptaculous/*.js</exclude>
+ <exclude>**/extend-min.js</exclude>
+ <exclude>**/jquery.jcarousel-min.js</exclude>
+ <exclude>**/compressed.css</exclude>
+ </excludes>
+ </aggregation>
+ </aggregations>
+ <resources>
+ <resource>
+ <directory>target/javascript</directory>
+ </resource>
+ <resource>
+ <directory>src/main/resources</directory>
+ </resource>
+ </resources>
+ </configuration>
+ </execution>
+ <execution>
+ <id>jslint</id>
+ <phase>test</phase>
+ <goals>
+ <goal>jslint</goal>
+ </goals>
+ <configuration>
+ <includes>
+ <include>**/framework.pack.js</include>
+ </includes>
+ <resources>
+ <resource>
+ <directory>${project.build.outputDirectory}</directory>
+ </resource>
+ </resources>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+ <profiles>
+ <profile>
+ <id>clover</id>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>com.atlassian.maven.plugins</groupId>
+ <artifactId>maven-clover2-plugin</artifactId>
+ <configuration>
+ <includesAllSourceRoots>false</includesAllSourceRoots>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ </profile>
+ <profile>
+ <id>jsf2_0</id>
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-deploy-plugin</artifactId>
+ <configuration>
+ <skip>false</skip>
+ </configuration>
+ </plugin>
+ </plugins>
+ <resources>
+ <resource>
+ <directory>src/main/resources-jsf20</directory>
+ </resource>
+ </resources>
+ </build>
+ <dependencies>
+ <dependency>
+ <groupId>com.sun.faces</groupId>
+ <artifactId>jsf-api</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ </dependencies>
+ <properties>
+ <frameworkAdditionalSourceFolder>src/main/java-jsf20</frameworkAdditionalSourceFolder>
+ <classifiedArtifactId>richfaces-impl-jsf2</classifiedArtifactId>
+ </properties>
+ </profile>
+ <profile>
+ <id>jsf1_2</id>
+ <activation>
+ <activeByDefault>true</activeByDefault>
+ </activation>
+ <dependencies>
+ <dependency>
+ <groupId>javax.faces</groupId>
+ <artifactId>jsf-api</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ </dependencies>
+ <properties>
+ <frameworkAdditionalSourceFolder>src/main/java-jsf12</frameworkAdditionalSourceFolder>
+ <classifiedArtifactId>richfaces-impl</classifiedArtifactId>
+ </properties>
+ </profile>
+ </profiles>
+ <dependencies>
+ <dependency>
+ <groupId>opensymphony</groupId>
+ <artifactId>oscache</artifactId>
+ <version>2.3</version>
+ <optional>true</optional>
+ </dependency>
+ <dependency>
+ <groupId>nekohtml</groupId>
+ <artifactId>nekohtml</artifactId>
+ <version>1.9.6</version>
+ <exclusions>
+ <exclusion>
+ <groupId>xerces</groupId>
+ <artifactId>xercesImpl</artifactId>
+ </exclusion>
+ </exclusions>
+ <optional>true</optional>
+ </dependency>
+ <dependency>
+ <groupId>xerces</groupId>
+ <artifactId>xercesImpl</artifactId>
+ <version>2.9.1</version>
+ <exclusions>
+ <exclusion>
+ <groupId>xml-apis</groupId>
+ <artifactId>xml-apis</artifactId>
+ </exclusion>
+ </exclusions>
+ <optional>true</optional>
+ </dependency>
+ <dependency>
+ <groupId>commons-digester</groupId>
+ <artifactId>commons-digester</artifactId>
+ <version>1.8.1</version>
+ <exclusions>
+ <exclusion>
+ <artifactId>commons-logging</artifactId>
+ <groupId>commons-logging</groupId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>org.richfaces.framework</groupId>
+ <artifactId>richfaces-api</artifactId>
+ <version>3.3.3.BETA1</version>
+ </dependency>
+ </dependencies>
+</project>
\ No newline at end of file
Added: maven2/org/richfaces/framework/richfaces-impl-jsf2/3.3.3.BETA1/richfaces-impl-jsf2-3.3.3.BETA1.pom.md5
===================================================================
--- maven2/org/richfaces/framework/richfaces-impl-jsf2/3.3.3.BETA1/richfaces-impl-jsf2-3.3.3.BETA1.pom.md5 (rev 0)
+++ maven2/org/richfaces/framework/richfaces-impl-jsf2/3.3.3.BETA1/richfaces-impl-jsf2-3.3.3.BETA1.pom.md5 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1 @@
+4fe827aa8354bb8e2dbe66ba95332a1b
\ No newline at end of file
Added: maven2/org/richfaces/framework/richfaces-impl-jsf2/3.3.3.BETA1/richfaces-impl-jsf2-3.3.3.BETA1.pom.sha1
===================================================================
--- maven2/org/richfaces/framework/richfaces-impl-jsf2/3.3.3.BETA1/richfaces-impl-jsf2-3.3.3.BETA1.pom.sha1 (rev 0)
+++ maven2/org/richfaces/framework/richfaces-impl-jsf2/3.3.3.BETA1/richfaces-impl-jsf2-3.3.3.BETA1.pom.sha1 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1 @@
+e26f93903c04881498af5a3edc267b1498610349
\ No newline at end of file
Added: maven2/org/richfaces/framework/richfaces-impl-jsf2/maven-metadata.xml
===================================================================
--- maven2/org/richfaces/framework/richfaces-impl-jsf2/maven-metadata.xml (rev 0)
+++ maven2/org/richfaces/framework/richfaces-impl-jsf2/maven-metadata.xml 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+ <groupId>org.richfaces.framework</groupId>
+ <artifactId>richfaces-impl-jsf2</artifactId>
+ <version>3.3.3.BETA1</version>
+ <versioning>
+ <versions>
+ <version>3.3.3.BETA1</version>
+ </versions>
+ <lastUpdated>20091216173745</lastUpdated>
+ </versioning>
+</metadata>
Added: maven2/org/richfaces/framework/richfaces-impl-jsf2/maven-metadata.xml.md5
===================================================================
--- maven2/org/richfaces/framework/richfaces-impl-jsf2/maven-metadata.xml.md5 (rev 0)
+++ maven2/org/richfaces/framework/richfaces-impl-jsf2/maven-metadata.xml.md5 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1 @@
+8851340086fd6aaaed7e74fc02151fad
\ No newline at end of file
Added: maven2/org/richfaces/framework/richfaces-impl-jsf2/maven-metadata.xml.sha1
===================================================================
--- maven2/org/richfaces/framework/richfaces-impl-jsf2/maven-metadata.xml.sha1 (rev 0)
+++ maven2/org/richfaces/framework/richfaces-impl-jsf2/maven-metadata.xml.sha1 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1 @@
+16e080f438cc51b2b8f30298b29c93a3674116e2
\ No newline at end of file
Added: maven2/org/richfaces/framework/richfaces-test/3.3.3.BETA1/richfaces-test-3.3.3.BETA1-sources.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/richfaces/framework/richfaces-test/3.3.3.BETA1/richfaces-test-3.3.3.BETA1-sources.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/richfaces/framework/richfaces-test/3.3.3.BETA1/richfaces-test-3.3.3.BETA1-sources.jar.md5
===================================================================
--- maven2/org/richfaces/framework/richfaces-test/3.3.3.BETA1/richfaces-test-3.3.3.BETA1-sources.jar.md5 (rev 0)
+++ maven2/org/richfaces/framework/richfaces-test/3.3.3.BETA1/richfaces-test-3.3.3.BETA1-sources.jar.md5 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1 @@
+66d43beb6302ce8d245dacfd7a0f5ef3
\ No newline at end of file
Added: maven2/org/richfaces/framework/richfaces-test/3.3.3.BETA1/richfaces-test-3.3.3.BETA1-sources.jar.sha1
===================================================================
--- maven2/org/richfaces/framework/richfaces-test/3.3.3.BETA1/richfaces-test-3.3.3.BETA1-sources.jar.sha1 (rev 0)
+++ maven2/org/richfaces/framework/richfaces-test/3.3.3.BETA1/richfaces-test-3.3.3.BETA1-sources.jar.sha1 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1 @@
+1c6dccd585af9a23811ee8a8e1487f577bbca107
\ No newline at end of file
Added: maven2/org/richfaces/framework/richfaces-test/3.3.3.BETA1/richfaces-test-3.3.3.BETA1.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/richfaces/framework/richfaces-test/3.3.3.BETA1/richfaces-test-3.3.3.BETA1.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/richfaces/framework/richfaces-test/3.3.3.BETA1/richfaces-test-3.3.3.BETA1.jar.md5
===================================================================
--- maven2/org/richfaces/framework/richfaces-test/3.3.3.BETA1/richfaces-test-3.3.3.BETA1.jar.md5 (rev 0)
+++ maven2/org/richfaces/framework/richfaces-test/3.3.3.BETA1/richfaces-test-3.3.3.BETA1.jar.md5 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1 @@
+d88caccc1ac86a39b4511c6205ca4f22
\ No newline at end of file
Added: maven2/org/richfaces/framework/richfaces-test/3.3.3.BETA1/richfaces-test-3.3.3.BETA1.jar.sha1
===================================================================
--- maven2/org/richfaces/framework/richfaces-test/3.3.3.BETA1/richfaces-test-3.3.3.BETA1.jar.sha1 (rev 0)
+++ maven2/org/richfaces/framework/richfaces-test/3.3.3.BETA1/richfaces-test-3.3.3.BETA1.jar.sha1 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1 @@
+0d182e16dc09c9997738af32dc8330f960c412f3
\ No newline at end of file
Added: maven2/org/richfaces/framework/richfaces-test/3.3.3.BETA1/richfaces-test-3.3.3.BETA1.pom
===================================================================
--- maven2/org/richfaces/framework/richfaces-test/3.3.3.BETA1/richfaces-test-3.3.3.BETA1.pom (rev 0)
+++ maven2/org/richfaces/framework/richfaces-test/3.3.3.BETA1/richfaces-test-3.3.3.BETA1.pom 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1,152 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <parent>
+ <artifactId>framework</artifactId>
+ <groupId>org.richfaces</groupId>
+ <version>3.3.3.BETA1</version>
+ </parent>
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.richfaces.framework</groupId>
+ <artifactId>richfaces-test</artifactId>
+ <version>3.3.3.BETA1</version>
+ <name>Ajax4Jsf test framework</name>
+ <url>https://ajax4jsf.dev.java.net</url>
+
+ <profiles>
+ <profile>
+ <id>jsf2_0</id>
+ <dependencies>
+ <dependency>
+ <groupId>org.richfaces.framework</groupId>
+ <artifactId>richfaces-impl-jsf2</artifactId>
+ <version>${project.version}</version>
+ <scope>provided</scope>
+ </dependency>
+ </dependencies>
+ <properties>
+ <additionalTestFolder>src/test/java-jsf20</additionalTestFolder>
+ </properties>
+ </profile>
+ <profile>
+ <id>jsf1_2</id>
+ <dependencies>
+ <dependency>
+ <groupId>org.richfaces.framework</groupId>
+ <artifactId>richfaces-impl</artifactId>
+ <version>${project.version}</version>
+ <scope>provided</scope>
+ </dependency>
+ </dependencies>
+ <activation>
+ <activeByDefault>true</activeByDefault>
+ </activation>
+ <properties>
+ <additionalTestFolder>src/test/java-jsf12</additionalTestFolder>
+ </properties>
+ </profile>
+ </profiles>
+
+
+ <dependencies>
+ <dependency>
+ <groupId>com.sun.faces</groupId>
+ <artifactId>jsf-api</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>com.sun.faces</groupId>
+ <artifactId>jsf-impl</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>3.8.1</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.shale</groupId>
+ <artifactId>shale-test</artifactId>
+ <version>1.0.4</version>
+ <exclusions>
+ <exclusion>
+ <groupId>org.apache.myfaces</groupId>
+ <artifactId>myfaces-api</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.apache.myfaces</groupId>
+ <artifactId>myfaces-impl</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>myfaces</groupId>
+ <artifactId>myfaces-api</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>myfaces</groupId>
+ <artifactId>myfaces-impl</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>net.sourceforge.htmlunit</groupId>
+ <artifactId>htmlunit</artifactId>
+ <version>1.14</version>
+ <exclusions>
+ <exclusion>
+ <groupId>xerces</groupId>
+ <artifactId>xercesImpl</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>xerces</groupId>
+ <artifactId>xercesImpl</artifactId>
+ <version>2.9.1</version>
+ </dependency>
+ <dependency>
+ <groupId>org.easymock</groupId>
+ <artifactId>easymock</artifactId>
+ <version>2.2</version>
+ </dependency>
+ <dependency>
+ <groupId>org.easymock</groupId>
+ <artifactId>easymockclassextension</artifactId>
+ <version>2.2.1</version>
+ </dependency>
+ <dependency>
+ <groupId>rhino</groupId>
+ <artifactId>js</artifactId>
+ <version>1.6R7</version>
+ </dependency>
+ </dependencies>
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <excludes>
+ <exclude>**/AjaxStateHolderTest.java</exclude>
+ </excludes>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>build-helper-maven-plugin</artifactId>
+ <version>1.4</version>
+ <executions>
+ <execution>
+ <id>add-test-source</id>
+ <phase>generate-sources</phase>
+ <goals>
+ <goal>add-test-source</goal>
+ </goals>
+ <configuration>
+ <sources>
+ <source>${additionalTestFolder}</source>
+ </sources>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+</project>
Added: maven2/org/richfaces/framework/richfaces-test/3.3.3.BETA1/richfaces-test-3.3.3.BETA1.pom.md5
===================================================================
--- maven2/org/richfaces/framework/richfaces-test/3.3.3.BETA1/richfaces-test-3.3.3.BETA1.pom.md5 (rev 0)
+++ maven2/org/richfaces/framework/richfaces-test/3.3.3.BETA1/richfaces-test-3.3.3.BETA1.pom.md5 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1 @@
+e83c4f1f8e5549405b2595c8c13a2b72
\ No newline at end of file
Added: maven2/org/richfaces/framework/richfaces-test/3.3.3.BETA1/richfaces-test-3.3.3.BETA1.pom.sha1
===================================================================
--- maven2/org/richfaces/framework/richfaces-test/3.3.3.BETA1/richfaces-test-3.3.3.BETA1.pom.sha1 (rev 0)
+++ maven2/org/richfaces/framework/richfaces-test/3.3.3.BETA1/richfaces-test-3.3.3.BETA1.pom.sha1 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1 @@
+99e389cfc9cac7c2a4bbfe74d8b854166195a003
\ No newline at end of file
Modified: maven2/org/richfaces/framework/richfaces-test/maven-metadata.xml
===================================================================
--- maven2/org/richfaces/framework/richfaces-test/maven-metadata.xml 2009-12-22 08:43:49 UTC (rev 33182)
+++ maven2/org/richfaces/framework/richfaces-test/maven-metadata.xml 2009-12-22 15:18:31 UTC (rev 33183)
@@ -84,7 +84,8 @@
<version>3.3.2.CR1</version>
<version>3.3.2.GA</version>
<version>3.3.2.SR1</version>
+ <version>3.3.3.BETA1</version>
</versions>
- <lastUpdated>20091009220349</lastUpdated>
+ <lastUpdated>20091216173604</lastUpdated>
</versioning>
</metadata>
Modified: maven2/org/richfaces/framework/richfaces-test/maven-metadata.xml.md5
===================================================================
--- maven2/org/richfaces/framework/richfaces-test/maven-metadata.xml.md5 2009-12-22 08:43:49 UTC (rev 33182)
+++ maven2/org/richfaces/framework/richfaces-test/maven-metadata.xml.md5 2009-12-22 15:18:31 UTC (rev 33183)
@@ -1 +1 @@
-de56377f29992b4bc3bb14d2e38622af
\ No newline at end of file
+0bdeea31c37aea58c588237a6883102e
\ No newline at end of file
Modified: maven2/org/richfaces/framework/richfaces-test/maven-metadata.xml.sha1
===================================================================
--- maven2/org/richfaces/framework/richfaces-test/maven-metadata.xml.sha1 2009-12-22 08:43:49 UTC (rev 33182)
+++ maven2/org/richfaces/framework/richfaces-test/maven-metadata.xml.sha1 2009-12-22 15:18:31 UTC (rev 33183)
@@ -1 +1 @@
-4d1c7a5dc54a1cac5015311c6b89589e3c6069c0
\ No newline at end of file
+3e96f649630ff9262b99859e657bc1d89bbf3461
\ No newline at end of file
Added: maven2/org/richfaces/root/3.3.3.BETA1/root-3.3.3.BETA1.pom
===================================================================
--- maven2/org/richfaces/root/3.3.3.BETA1/root-3.3.3.BETA1.pom (rev 0)
+++ maven2/org/richfaces/root/3.3.3.BETA1/root-3.3.3.BETA1.pom 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1,439 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.richfaces</groupId>
+ <artifactId>root</artifactId>
+ <packaging>pom</packaging>
+ <name>Jboss RichFaces project</name>
+ <version>3.3.3.BETA1</version>
+ <url>http://labs.jboss.com/jbossrichfaces</url>
+ <properties>
+ <snapshotRepository>
+ dav:https://snapshots.jboss.org/maven2
+ </snapshotRepository>
+ </properties>
+ <dependencies />
+ <build>
+ <extensions>
+ <extension>
+ <groupId>org.apache.maven.wagon</groupId>
+ <artifactId>wagon-webdav</artifactId>
+ <version>1.0-beta-2</version>
+ </extension>
+ <extension>
+ <groupId>postgresql</groupId>
+ <artifactId>postgresql</artifactId>
+ <version>8.2-504.jdbc3</version>
+ </extension>
+ <!-- scm deployment wagon
+ <extension>
+ <groupId>org.apache.maven.wagon</groupId>
+ <artifactId>wagon-scm</artifactId>
+ <version>1.0-alpha-5</version>
+ </extension>
+ <extension>
+ <groupId>org.apache.maven.scm</groupId>
+ <artifactId>maven-scm-manager-plexus</artifactId>
+ <version>1.0</version>
+ </extension>
+ <extension>
+ <groupId>org.apache.maven.scm</groupId>
+ <artifactId>maven-scm-provider-svnexe</artifactId>
+ <version>1.0</version>
+ </extension>
+ -->
+ </extensions>
+ <pluginManagement>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-jar-plugin</artifactId>
+ <version>2.1</version>
+ <configuration>
+ <archive>
+ <index>true</index>
+ <manifest>
+ <addDefaultSpecificationEntries>
+ true
+ </addDefaultSpecificationEntries>
+ <addDefaultImplementationEntries>
+ true
+ </addDefaultImplementationEntries>
+ </manifest>
+ <manifestEntries>
+ <mode>development</mode>
+ <Build-Number>
+ ${buildNumber}
+ </Build-Number>
+ </manifestEntries>
+ </archive>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <version>2.4.2</version>
+ <configuration>
+ <systemProperties>
+ <!--<property>
+ <name>org.ajax4jsf.test.checkXHTML.file</name>
+ <value>C:/m2.txt</value>
+ </property>-->
+ <property>
+ <name>org.ajax4jsf.test.checkXHTML</name>
+ <value>true</value>
+ </property>
+ </systemProperties>
+ </configuration>
+</plugin>
+
+ </plugins>
+ </pluginManagement>
+ </build>
+ <modules>
+ <module>cdk</module>
+ <module>framework</module>
+ <module>ui</module>
+ <module>extensions</module>
+ <module>docs</module>
+ <module>ui/assembly</module>
+ <module>samples</module>
+ <!--
+ <module>sandbox</module>
+ -->
+ </modules>
+ <repositories>
+ <repository>
+ <releases />
+ <snapshots>
+ <enabled>false</enabled>
+ <updatePolicy>never</updatePolicy>
+ </snapshots>
+ <id>maven-repository.dev.java.net</id>
+ <name>Java.net Repository for Maven</name>
+ <url>http://download.java.net/maven/1</url>
+ <layout>legacy</layout>
+ </repository>
+ <repository>
+ <releases />
+ <snapshots>
+ <enabled>false</enabled>
+ <updatePolicy>never</updatePolicy>
+ </snapshots>
+ <id>maven2-repository.dev.java.net</id>
+ <name>Java.net Repository for Maven</name>
+ <url>http://download.java.net/maven/2/</url>
+ <layout>default</layout>
+ </repository>
+ <repository>
+ <releases />
+ <snapshots>
+ <enabled>false</enabled>
+ <updatePolicy>never</updatePolicy>
+ </snapshots>
+ <id>repository.jboss.org</id>
+ <url>http://repository.jboss.org/maven2</url>
+ </repository>
+ </repositories>
+ <pluginRepositories>
+ <pluginRepository>
+ <id>atlassian-m2-repository</id>
+ <name>Atlassian Maven 2.x Repository</name>
+ <url>http://repository.atlassian.com/maven2</url>
+ </pluginRepository>
+ </pluginRepositories>
+ <distributionManagement>
+ <downloadUrl>
+ http://labs.jboss.com/portal/jbossrichfaces/downloads
+ </downloadUrl>
+ <repository>
+ <id>repository.jboss.org</id>
+ <uniqueVersion>false</uniqueVersion>
+ <url>${releaseRepository}</url>
+ </repository>
+ <snapshotRepository>
+ <id>snapshots.jboss.org</id>
+ <uniqueVersion>true</uniqueVersion>
+ <url>${snapshotRepository}</url>
+ </snapshotRepository>
+ <!--site>
+ <url>file:target/site2</url>
+ </site-->
+ </distributionManagement>
+ <issueManagement>
+ <system>JIRA</system>
+ <url>http://jira.jboss.org/jira/browse/RF</url>
+ </issueManagement>
+ <ciManagement>
+ <system>cruisecontrol</system>
+ </ciManagement>
+ <developers>
+ <developer>
+ <id>alexsmirnov</id>
+ <name>Alexander Smirnov</name>
+ <email>alexsmirnov(a)exadel.com</email>
+ <organization>Exadel Inc.</organization>
+ <organizationUrl>http://www.exadel.com</organizationUrl>
+ <roles>
+ <role>architect</role>
+ <role>developer</role>
+ </roles>
+ <timezone>-3</timezone>
+ </developer>
+ <developer>
+ <id>ishabalov</id>
+ <name>Igor Shabalov</name>
+ <email>ishabalov(a)exadel.com</email>
+ <organization>Exadel Inc.</organization>
+ <organizationUrl>http://www.exadel.com</organizationUrl>
+ <roles>
+ <role>architect</role>
+ <role>developer</role>
+ </roles>
+ <timezone>+8</timezone>
+ </developer>
+ <developer>
+ <id>sergeysmirnov</id>
+ <name>Sergey Smirnov</name>
+ <email>sergeysmirnov(a)exadel.com</email>
+ <organization>Exadel Inc.</organization>
+ <organizationUrl>http://www.exadel.com</organizationUrl>
+ <roles>
+ <role>architect</role>
+ <role>developer</role>
+ </roles>
+ <timezone>+8</timezone>
+ </developer>
+ <developer>
+ <id>nbelayevsky</id>
+ <name>Nik Belyaevsky</name>
+ <email>nbelayevsky(a)exadel.com</email>
+ <organization>Exadel Inc.</organization>
+ <organizationUrl>http://www.exadel.com</organizationUrl>
+ <roles>
+ <role>architect</role>
+ <role>developer</role>
+ </roles>
+ <timezone>-2</timezone>
+ </developer>
+ </developers>
+ <licenses>
+ <license>
+ <name>LGPL 2.1</name>
+ <url>http://www.gnu.org/licenses/lgpl.html</url>
+ <distribution>repo</distribution>
+ <comments>
+ GNU LESSER GENERAL PUBLIC LICENSE Version 2.1
+ </comments>
+ </license>
+ </licenses>
+ <scm>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/trunk</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/trunk</developerConnection>
+ <url>https://svn.jboss.org/repos/richfaces/trunk</url>
+ </scm>
+ <profiles>
+ <profile>
+ <id>jsf2_0</id>
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-deploy-plugin</artifactId>
+ <configuration>
+ <skip>true</skip>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ </profile>
+ <profile>
+ <id>sandbox</id>
+ <modules>
+ <module>sandbox</module>
+ </modules>
+ </profile>
+ <profile>
+ <id>eclipse-custom-templates</id>
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-eclipse-plugin</artifactId>
+ <groupId>org.apache.maven.plugins</groupId>
+ <configuration>
+ <additionalConfig>
+ <file>
+ <name>
+ .settings/org.eclipse.jdt.ui.prefs
+ </name>
+ <content>
+ <![CDATA[
+ eclipse.preferences.version=1
+ org.eclipse.jdt.ui.text.custom_code_templates=<?xml version\="1.0" encoding\="UTF-8" standalone\="no"?><templates><template autoinsert\="false" context\="typecomment_context" deleted\="false" description\="Comment for created types" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.typecomment" name\="typecomment">/**\r\n * $${tags}\r\n * <br /><br />\r\n * \r\n * Created $${date}\r\n * @author $${user}\r\n * @since ${project.artifact.selectedVersion.majorVersion}.${project.artifact.selectedVersion.minorVersion}\r\n */\r\n</template><template autoinsert\="false" context\="filecomment_context" deleted\="false" description\="Comment for created Java files" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.filecomment" name\="filecomment">/**\r\n * License Agreement.\r\n *\r\n * JBoss RichFaces - Ajax4jsf Component Library\r\n *\r\n * Copyright (C) 2007 Exadel, Inc.\r\n *\r\n * This library is free software; you can redistribute it and/o!
r\r\n * modify it under the terms of the GNU Lesser General Public\r\n * License version 2.1 as published by the Free Software Foundation.\r\n *\r\n * This library is distributed in the hope that it will be useful,\r\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\r\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\r\n * Lesser General Public License for more details.\r\n *\r\n * You should have received a copy of the GNU Lesser General Public\r\n * License along with this library; if not, write to the Free Software\r\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA\r\n */\r\n</template></templates>
+ ]]>
+ </content>
+ </file>
+ </additionalConfig>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ </profile>
+ <profile>
+ <id>clover</id>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>com.atlassian.maven.plugins</groupId>
+ <artifactId>maven-clover2-plugin</artifactId>
+ <version>2.3.1</version>
+ <configuration>
+ <includesAllSourceRoots>
+ true
+ </includesAllSourceRoots>
+ <licenseLocation>
+ ${clover.license.path}
+ </licenseLocation>
+ <jdk>1.5</jdk>
+ </configuration>
+ <executions>
+ <execution>
+ <id>site</id>
+ <phase>verify</phase>
+ <goals>
+ <goal>instrument</goal>
+ </goals>
+ </execution>
+ <execution>
+ <id>site-aggregate</id>
+ <phase>pre-site</phase>
+ <goals>
+ <goal>aggregate</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+
+ </build>
+ <reporting>
+ <plugins>
+ <plugin>
+ <groupId>com.atlassian.maven.plugins</groupId>
+ <artifactId>maven-clover2-plugin</artifactId>
+ <configuration>
+ <licenseLocation>${clover.license.path}</licenseLocation>
+ <jdk>1.5</jdk>
+ <configuration>
+ <generateHtml>true</generateHtml>
+ <generateXml>true</generateXml>
+ </configuration>
+ </configuration>
+ </plugin>
+ </plugins>
+ </reporting>
+ </profile>
+ <profile>
+ <id>beet</id>
+ <activation>
+ <property>
+ <name>mangelWurzel</name>
+ </property>
+ </activation>
+ <pluginRepositories>
+ <pluginRepository>
+ <id>Codehaus Snapshots</id>
+ <url>http://snapshots.repository.codehaus.org/</url>
+ </pluginRepository>
+ </pluginRepositories>
+ <build>
+
+ <plugins>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>dashboard-maven-plugin</artifactId>
+ <version>1.0-SNAPSHOT</version>
+ <configuration>
+ <dialect>org.hibernate.dialect.PostgreSQLDialect</dialect>
+ <driverClass>org.postgresql.Driver</driverClass>
+ <username>${dashboard.username}</username>
+ <password>${dashboard.password}</password>
+ </configuration>
+ <dependencies>
+ <dependency>
+ <!-- to override commons-logging in Hibernate library dependancy -->
+ <groupId>commons-logging</groupId>
+ <artifactId>commons-logging</artifactId>
+ <version>1.1</version>
+ </dependency>
+ </dependencies>
+ </plugin>
+ </plugins>
+
+ </build>
+ <reporting>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-checkstyle-plugin</artifactId>
+ <version>2.1</version>
+ <configuration>
+ <configLocation>src/main/reports/exadel-checks.xml</configLocation>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-pmd-plugin</artifactId>
+ <version>2.3</version>
+ <configuration>
+ <rulesets>
+ <ruleset>src/main/reports/PMDExadelRuleSet.xml</ruleset>
+ </rulesets>
+ <targetJdk>1.5</targetJdk>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-jxr-plugin</artifactId>
+ <version>2.1</version>
+ </plugin>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>dashboard-maven-plugin</artifactId>
+ <version>1.0-SNAPSHOT</version>
+ </plugin>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>findbugs-maven-plugin</artifactId>
+ <version>1.2</version>
+ <configuration>
+ <xmlOutput>true</xmlOutput>
+ <onlyAnalyze>org.richfaces.-, org.ajax4jsf.-</onlyAnalyze>
+ </configuration>
+ </plugin>
+
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>taglist-maven-plugin</artifactId>
+ <configuration>
+ <tags>
+ <tag>@fixme</tag>
+ <tag>FIXME</tag>
+ <tag>@todo</tag>
+ <tag>TODO</tag>
+ </tags>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>jdepend-maven-plugin</artifactId>
+ <version>2.0-beta-2</version>
+ </plugin>
+ </plugins>
+ </reporting>
+ <distributionManagement>
+ <site>
+ <url>${mangelWurzel}</url>
+ </site>
+ </distributionManagement>
+ </profile>
+ </profiles>
+</project>
Added: maven2/org/richfaces/root/3.3.3.BETA1/root-3.3.3.BETA1.pom.md5
===================================================================
--- maven2/org/richfaces/root/3.3.3.BETA1/root-3.3.3.BETA1.pom.md5 (rev 0)
+++ maven2/org/richfaces/root/3.3.3.BETA1/root-3.3.3.BETA1.pom.md5 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1 @@
+b77e00487e61c3c336fad123740ab875
\ No newline at end of file
Added: maven2/org/richfaces/root/3.3.3.BETA1/root-3.3.3.BETA1.pom.sha1
===================================================================
--- maven2/org/richfaces/root/3.3.3.BETA1/root-3.3.3.BETA1.pom.sha1 (rev 0)
+++ maven2/org/richfaces/root/3.3.3.BETA1/root-3.3.3.BETA1.pom.sha1 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1 @@
+19d3549149602862ea47e32fe9673fa941f976e8
\ No newline at end of file
Modified: maven2/org/richfaces/root/maven-metadata.xml
===================================================================
--- maven2/org/richfaces/root/maven-metadata.xml 2009-12-22 08:43:49 UTC (rev 33182)
+++ maven2/org/richfaces/root/maven-metadata.xml 2009-12-22 15:18:31 UTC (rev 33183)
@@ -85,7 +85,8 @@
<version>3.3.2.CR1</version>
<version>3.3.2.GA</version>
<version>3.3.2.SR1</version>
+ <version>3.3.3.BETA1</version>
</versions>
- <lastUpdated>20091009220229</lastUpdated>
+ <lastUpdated>20091216173019</lastUpdated>
</versioning>
</metadata>
Modified: maven2/org/richfaces/root/maven-metadata.xml.md5
===================================================================
--- maven2/org/richfaces/root/maven-metadata.xml.md5 2009-12-22 08:43:49 UTC (rev 33182)
+++ maven2/org/richfaces/root/maven-metadata.xml.md5 2009-12-22 15:18:31 UTC (rev 33183)
@@ -1 +1 @@
-cbc847ae4104b3c55993ae57867ec5f4
\ No newline at end of file
+b0b68f14e87b70637b4a3d0ee2aed465
\ No newline at end of file
Modified: maven2/org/richfaces/root/maven-metadata.xml.sha1
===================================================================
--- maven2/org/richfaces/root/maven-metadata.xml.sha1 2009-12-22 08:43:49 UTC (rev 33182)
+++ maven2/org/richfaces/root/maven-metadata.xml.sha1 2009-12-22 15:18:31 UTC (rev 33183)
@@ -1 +1 @@
-e3ba38d9a1a4d0579b3d91ef41544f7b47510d9a
\ No newline at end of file
+3acb74a10f9268dcb6c5bd5b9aceae365fae921f
\ No newline at end of file
Added: maven2/org/richfaces/samples/3.3.3.BETA1/samples-3.3.3.BETA1.pom
===================================================================
--- maven2/org/richfaces/samples/3.3.3.BETA1/samples-3.3.3.BETA1.pom (rev 0)
+++ maven2/org/richfaces/samples/3.3.3.BETA1/samples-3.3.3.BETA1.pom 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1,554 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <parent>
+ <artifactId>root</artifactId>
+ <groupId>org.richfaces</groupId>
+ <version>3.3.3.BETA1</version>
+ </parent>
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.richfaces</groupId>
+ <artifactId>samples</artifactId>
+ <packaging>pom</packaging>
+ <name>RichFaces Components Examples</name>
+ <url>http://labs.jboss.com/jbossrichfaces/samples</url>
+ <properties>
+ <!-- -->
+ </properties>
+
+ <dependencyManagement>
+ <dependencies>
+ <dependency>
+ <groupId>javax.faces</groupId>
+ <artifactId>jsf-api</artifactId>
+ <version>1.2_12</version>
+ </dependency>
+ <dependency>
+ <groupId>javax.faces</groupId>
+ <artifactId>jsf-impl</artifactId>
+ <version>1.2_12</version>
+ </dependency>
+ <dependency>
+ <groupId>com.sun.faces</groupId>
+ <artifactId>jsf-api</artifactId>
+ <version>2.0.1</version>
+ </dependency>
+ <dependency>
+ <groupId>com.sun.faces</groupId>
+ <artifactId>jsf-impl</artifactId>
+ <version>2.0.1</version>
+ </dependency>
+ <dependency>
+ <groupId>org.richfaces.framework</groupId>
+ <artifactId>richfaces-impl</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.richfaces.framework</groupId>
+ <artifactId>richfaces-impl-jsf2</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.richfaces.ui</groupId>
+ <artifactId>richfaces-ui</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>3.8.1</version>
+ </dependency>
+ </dependencies>
+ </dependencyManagement>
+
+ <!-- Profile to run jetty, so the tomcat jars are included in the bundle. They are not included by default -->
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.mortbay.jetty</groupId>
+ <artifactId>maven-jetty-plugin</artifactId>
+ <!--
+ -->
+ <version>6.1.18</version>
+ <configuration>
+ <scanIntervalSeconds>10</scanIntervalSeconds>
+ <connectors>
+ <connector implementation="org.mortbay.jetty.nio.SelectChannelConnector">
+ <port>8080</port>
+ <maxIdleTime>60000</maxIdleTime>
+ </connector>
+ </connectors>
+ </configuration>
+
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <skip>true</skip>
+ </configuration>
+ <executions>
+ <execution>
+ <id>surefire-it</id>
+ <phase>integration-test</phase>
+ <goals>
+ <goal>test</goal>
+ </goals>
+ <configuration>
+ <skip>false</skip>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+
+ <dependencies>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>com.sun.facelets</groupId>
+ <artifactId>jsf-facelets</artifactId>
+ <version>1.1.14</version>
+ </dependency>
+ <dependency>
+ <groupId>javax.servlet</groupId>
+ <artifactId>jstl</artifactId>
+ <version>1.0</version>
+ <scope>runtime</scope>
+ </dependency>
+ <dependency>
+ <groupId>nekohtml</groupId>
+ <artifactId>nekohtml</artifactId>
+ <version>1.9.6</version>
+ <exclusions>
+ <exclusion>
+ <groupId>xerces</groupId>
+ <artifactId>xercesImpl</artifactId>
+ </exclusion>
+ </exclusions>
+ <scope>runtime</scope>
+ </dependency>
+ </dependencies>
+ <profiles>
+ <profile>
+ <id>jsf1_1</id>
+ <activation>
+ <activeByDefault>false</activeByDefault>
+ <property>
+ <name>jsfVersion</name>
+ <value>1.1</value>
+ </property>
+ </activation>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <configuration>
+ <source>1.4</source>
+ <target>1.4</target>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ <dependencies>
+ <dependency>
+ <groupId>org.richfaces.framework</groupId>
+ <artifactId>richfaces-impl</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>javax.el</groupId>
+ <artifactId>el-api</artifactId>
+ <version>1.0</version>
+ </dependency>
+ <dependency>
+ <groupId>el-impl</groupId>
+ <artifactId>el-impl</artifactId>
+ <version>1.0</version>
+ </dependency>
+ <dependency>
+ <groupId>javax.servlet</groupId>
+ <artifactId>servlet-api</artifactId>
+ <version>2.4</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>javax.servlet</groupId>
+ <artifactId>jsp-api</artifactId>
+ <version>2.0</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>javax.servlet</groupId>
+ <artifactId>jstl</artifactId>
+ <version>1.0</version>
+ </dependency>
+ </dependencies>
+ </profile>
+ <profile>
+ <id>jsf1_2</id>
+ <activation>
+ <activeByDefault>true</activeByDefault>
+ </activation>
+ <build>
+ <defaultGoal>jetty:run</defaultGoal>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <version>2.0</version>
+ <configuration>
+ <source>1.5</source>
+ <target>1.5</target>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ <dependencies>
+ <dependency>
+ <groupId>org.richfaces.framework</groupId>
+ <artifactId>richfaces-impl</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>javax.servlet</groupId>
+ <artifactId>servlet-api</artifactId>
+ <version>2.5</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>javax.servlet.jsp</groupId>
+ <artifactId>jsp-api</artifactId>
+ <version>2.1</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>javax.faces</groupId>
+ <artifactId>jsf-api</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>javax.faces</groupId>
+ <artifactId>jsf-impl</artifactId>
+ <scope>runtime</scope>
+ </dependency>
+ </dependencies>
+ </profile>
+ <profile>
+ <id>jsf2_0</id>
+ <build>
+ <defaultGoal>jetty:run</defaultGoal>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <version>2.0</version>
+ <configuration>
+ <source>1.5</source>
+ <target>1.5</target>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ <dependencies>
+ <dependency>
+ <groupId>org.richfaces.framework</groupId>
+ <artifactId>richfaces-impl-jsf2</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>com.sun.faces</groupId>
+ <artifactId>jsf-api</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>com.sun.faces</groupId>
+ <artifactId>jsf-impl</artifactId>
+ <scope>runtime</scope>
+ </dependency>
+ <dependency>
+ <groupId>javax.servlet</groupId>
+ <artifactId>servlet-api</artifactId>
+ <version>2.5</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>javax.servlet.jsp</groupId>
+ <artifactId>jsp-api</artifactId>
+ <version>2.1</version>
+ <scope>provided</scope>
+ </dependency>
+ </dependencies>
+ </profile>
+ <profile>
+ <id>tomcat5</id>
+ <activation>
+ <activeByDefault>false</activeByDefault>
+ </activation>
+ <build>
+ <defaultGoal>jetty:run</defaultGoal>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <version>2.0</version>
+ <configuration>
+ <source>1.5</source>
+ <target>1.5</target>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ <dependencies>
+ <dependency>
+ <groupId>javax.el</groupId>
+ <artifactId>el-api</artifactId>
+ <version>1.0</version>
+ </dependency>
+ <dependency>
+ <groupId>el-impl</groupId>
+ <artifactId>el-impl</artifactId>
+ <version>1.0</version>
+ </dependency>
+ <dependency>
+ <groupId>javax.servlet</groupId>
+ <artifactId>servlet-api</artifactId>
+ <version>2.4</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>javax.servlet.jsp</groupId>
+ <artifactId>jsp-api</artifactId>
+ <version>2.0</version>
+ <scope>provided</scope>
+ </dependency>
+ </dependencies>
+ </profile>
+ <profile>
+ <id>tomcat6</id>
+ <activation>
+ <activeByDefault>true</activeByDefault>
+ </activation>
+ <build>
+ <defaultGoal>jetty:run</defaultGoal>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <version>2.0</version>
+ <configuration>
+ <source>1.5</source>
+ <target>1.5</target>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ <dependencies>
+ <dependency>
+ <groupId>javax.servlet</groupId>
+ <artifactId>servlet-api</artifactId>
+ <version>2.5</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>javax.servlet.jsp</groupId>
+ <artifactId>jsp-api</artifactId>
+ <version>2.1</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>javax.el</groupId>
+ <artifactId>el-api</artifactId>
+ <version>1.0</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>el-impl</groupId>
+ <artifactId>el-impl</artifactId>
+ <version>1.0</version>
+ <scope>provided</scope>
+ </dependency>
+ </dependencies>
+ </profile>
+ <profile>
+ <id>jboss42</id>
+ <build>
+ <defaultGoal>jetty:run</defaultGoal>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <version>2.0</version>
+ <configuration>
+ <source>1.5</source>
+ <target>1.5</target>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ <dependencies>
+ <dependency>
+ <groupId>javax.servlet</groupId>
+ <artifactId>servlet-api</artifactId>
+ <version>2.4</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>javax.servlet.jsp</groupId>
+ <artifactId>jsp-api</artifactId>
+ <version>2.0</version>
+ <scope>provided</scope>
+ </dependency>
+ </dependencies>
+ </profile>
+ <profile>
+ <id>myfaces</id>
+ <properties>
+ <myfaces>1.2.5</myfaces>
+ <tomahawk>1.1.7</tomahawk>
+ </properties>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <version>2.0</version>
+ <configuration>
+ <source>1.5</source>
+ <target>1.5</target>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ <dependencies>
+ <dependency>
+ <groupId>org.richfaces.framework</groupId>
+ <artifactId>richfaces-impl</artifactId>
+ <exclusions>
+ <exclusion>
+ <groupId>javax.faces</groupId>
+ <artifactId>jsf-api</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>javax.faces</groupId>
+ <artifactId>jsf-impl</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.myfaces.core</groupId>
+ <artifactId>myfaces-api</artifactId>
+ <version>${myfaces}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.myfaces.core</groupId>
+ <artifactId>myfaces-impl</artifactId>
+ <version>${myfaces}</version>
+ <scope>runtime</scope>
+ </dependency>
+ </dependencies>
+ </profile>
+ <profile>
+ <id>seam</id>
+ <modules>
+ <module>seamEAR</module>
+ <module>seamIntegration</module>
+ </modules>
+ </profile>
+ <profile>
+ <id>clover</id>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>com.atlassian.maven.plugins</groupId>
+ <artifactId>maven-clover2-plugin</artifactId>
+ <configuration>
+ <includesAllSourceRoots>
+ false
+ </includesAllSourceRoots>
+ <includesTestSourceRoots>
+ false
+ </includesTestSourceRoots>
+ <jdk>1.5</jdk>
+ <excludes>
+ <exclude>**/*.java</exclude>
+ </excludes>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <version>2.0</version>
+ <configuration>
+ <source>1.5</source>
+ <target>1.5</target>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ </profile>
+ <profile>
+ <id>allSamples</id>
+ <modules>
+ <module>separator-sample</module>
+ <module>panel-sample</module>
+ <module>gmap-sample</module>
+ <module>togglePanel-sample</module>
+ <module>tabPanelDemo</module>
+ <module>simpleTogglePanel-sample</module>
+ <module>inputNumberSpinnerDemo</module>
+ <module>inputNumberSliderDemo</module>
+ <module>panelbar-sample</module>
+ <module>toolBarDemo</module>
+ <module>tree-demo</module>
+ <module>dataFilterSliderDemo</module>
+ <module>suggestionbox-sample</module>
+ <module>dragDropDemo</module>
+ <module>dataTableDemo</module>
+ <module>modalpanel-sample</module>
+ <module>datascroller-sample</module>
+ <module>effect-sample</module>
+ <module>dropdownmenu-sample</module>
+ <module>tooltip-sample</module>
+ <module>calendar-sample</module>
+ <module>treeModelDemo</module>
+ <module>local-value-demo</module>
+ <module>panelmenu-sample</module>
+ <module>rich-message-demo</module>
+ <module>scrollableDataTableDemo</module>
+ <module>richfaces-ear-demo</module>
+ <module>contextMenuDemo</module>
+ <module>orderingListDemo</module>
+ <module>listShuttleDemo</module>
+ <module>columnsDemo</module>
+ <module>combobox-sample</module>
+ <module>pickList-sample</module>
+ <module>progressBarDemo</module>
+ <module>jira-data</module>
+ <module>stdcomponents-sample</module>
+ <module>fileUploadDemo</module>
+ <module>sortingFilteringDemo</module>
+ <module>inplaceInput-sample</module>
+ <module>inplaceSelect-sample</module>
+ <module>functions-demo</module>
+ <module>hotKey-sample</module>
+ <module>beanValidatorSample</module>
+ <module>state-sample</module>
+ <module>extendedDataTable-sample</module>
+ <module>queue-sample</module>
+ <module>editor-sample</module>
+ <module>editorSeam-sample</module>
+ <module>colorPickerDemo</module>
+ <module>layout-sample</module>
+ </modules>
+ </profile>
+ </profiles>
+ <modules>
+ <module>skins</module>
+ <module>laguna</module>
+ <module>glassX</module>
+ <module>darkX</module>
+ <module>richfaces-demo</module>
+ <module>themes</module>
+ <module>violetRays</module>
+ </modules>
+</project>
\ No newline at end of file
Added: maven2/org/richfaces/samples/3.3.3.BETA1/samples-3.3.3.BETA1.pom.md5
===================================================================
--- maven2/org/richfaces/samples/3.3.3.BETA1/samples-3.3.3.BETA1.pom.md5 (rev 0)
+++ maven2/org/richfaces/samples/3.3.3.BETA1/samples-3.3.3.BETA1.pom.md5 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1 @@
+ee97a60a19692a51fd72a5189989ecba
\ No newline at end of file
Added: maven2/org/richfaces/samples/3.3.3.BETA1/samples-3.3.3.BETA1.pom.sha1
===================================================================
--- maven2/org/richfaces/samples/3.3.3.BETA1/samples-3.3.3.BETA1.pom.sha1 (rev 0)
+++ maven2/org/richfaces/samples/3.3.3.BETA1/samples-3.3.3.BETA1.pom.sha1 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1 @@
+e8e07ad15b61066bc9462259b82acd08d8547531
\ No newline at end of file
Added: maven2/org/richfaces/samples/darkX/3.3.3.BETA1/darkX-3.3.3.BETA1.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/richfaces/samples/darkX/3.3.3.BETA1/darkX-3.3.3.BETA1.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/richfaces/samples/darkX/3.3.3.BETA1/darkX-3.3.3.BETA1.jar.md5
===================================================================
--- maven2/org/richfaces/samples/darkX/3.3.3.BETA1/darkX-3.3.3.BETA1.jar.md5 (rev 0)
+++ maven2/org/richfaces/samples/darkX/3.3.3.BETA1/darkX-3.3.3.BETA1.jar.md5 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1 @@
+7e2352f2bc7fec41bb1de03fcf14ca03
\ No newline at end of file
Added: maven2/org/richfaces/samples/darkX/3.3.3.BETA1/darkX-3.3.3.BETA1.jar.sha1
===================================================================
--- maven2/org/richfaces/samples/darkX/3.3.3.BETA1/darkX-3.3.3.BETA1.jar.sha1 (rev 0)
+++ maven2/org/richfaces/samples/darkX/3.3.3.BETA1/darkX-3.3.3.BETA1.jar.sha1 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1 @@
+641918309bb49e620ec297d1be31d76f9b451c7c
\ No newline at end of file
Added: maven2/org/richfaces/samples/darkX/3.3.3.BETA1/darkX-3.3.3.BETA1.pom
===================================================================
--- maven2/org/richfaces/samples/darkX/3.3.3.BETA1/darkX-3.3.3.BETA1.pom (rev 0)
+++ maven2/org/richfaces/samples/darkX/3.3.3.BETA1/darkX-3.3.3.BETA1.pom 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1,77 @@
+<?xml version="1.0"?><project>
+ <parent>
+ <artifactId>samples</artifactId>
+ <groupId>org.richfaces</groupId>
+ <version>3.3.3.BETA1</version>
+ </parent>
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.richfaces.samples</groupId>
+ <artifactId>darkX</artifactId>
+ <name>darkX</name>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.richfaces.cdk</groupId>
+ <artifactId>maven-cdk-plugin</artifactId>
+ <version>3.3.3.BETA1</version>
+ <executions>
+ <execution>
+ <phase>generate-sources</phase>
+ <goals>
+ <goal>generate</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <configuration>
+ <source>1.5</source>
+ <target>1.5</target>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ <profiles>
+ <profile>
+ <id>jsf2_0</id>
+ <dependencies>
+ <dependency>
+ <groupId>org.richfaces.framework</groupId>
+ <artifactId>richfaces-impl-jsf2</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ </dependencies>
+ </profile>
+ <profile>
+ <id>jsf1_2</id>
+ <dependencies>
+ <dependency>
+ <groupId>org.richfaces.framework</groupId>
+ <artifactId>richfaces-impl</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ </dependencies>
+ <activation>
+ <activeByDefault>true</activeByDefault>
+ </activation>
+ </profile>
+ </profiles>
+ <dependencies>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>javax.faces</groupId>
+ <artifactId>jsf-api</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>javax.faces</groupId>
+ <artifactId>jsf-impl</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ </dependencies>
+</project>
\ No newline at end of file
Added: maven2/org/richfaces/samples/darkX/3.3.3.BETA1/darkX-3.3.3.BETA1.pom.md5
===================================================================
--- maven2/org/richfaces/samples/darkX/3.3.3.BETA1/darkX-3.3.3.BETA1.pom.md5 (rev 0)
+++ maven2/org/richfaces/samples/darkX/3.3.3.BETA1/darkX-3.3.3.BETA1.pom.md5 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1 @@
+a7d3e51758cb970417147acf1693549a
\ No newline at end of file
Added: maven2/org/richfaces/samples/darkX/3.3.3.BETA1/darkX-3.3.3.BETA1.pom.sha1
===================================================================
--- maven2/org/richfaces/samples/darkX/3.3.3.BETA1/darkX-3.3.3.BETA1.pom.sha1 (rev 0)
+++ maven2/org/richfaces/samples/darkX/3.3.3.BETA1/darkX-3.3.3.BETA1.pom.sha1 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1 @@
+31d768898da60e2de2c2a1a0e6504f52258e1c1b
\ No newline at end of file
Modified: maven2/org/richfaces/samples/darkX/maven-metadata.xml
===================================================================
--- maven2/org/richfaces/samples/darkX/maven-metadata.xml 2009-12-22 08:43:49 UTC (rev 33182)
+++ maven2/org/richfaces/samples/darkX/maven-metadata.xml 2009-12-22 15:18:31 UTC (rev 33183)
@@ -37,7 +37,8 @@
<version>3.3.2.CR1</version>
<version>3.3.2.GA</version>
<version>3.3.2.SR1</version>
+ <version>3.3.3.BETA1</version>
</versions>
- <lastUpdated>20091009222958</lastUpdated>
+ <lastUpdated>20091216180712</lastUpdated>
</versioning>
</metadata>
Modified: maven2/org/richfaces/samples/darkX/maven-metadata.xml.md5
===================================================================
--- maven2/org/richfaces/samples/darkX/maven-metadata.xml.md5 2009-12-22 08:43:49 UTC (rev 33182)
+++ maven2/org/richfaces/samples/darkX/maven-metadata.xml.md5 2009-12-22 15:18:31 UTC (rev 33183)
@@ -1 +1 @@
-b8a01a0f48d36a65694bd83e3fe3903e
\ No newline at end of file
+37d3f23aeaf768ba48651d1c5044b492
\ No newline at end of file
Modified: maven2/org/richfaces/samples/darkX/maven-metadata.xml.sha1
===================================================================
--- maven2/org/richfaces/samples/darkX/maven-metadata.xml.sha1 2009-12-22 08:43:49 UTC (rev 33182)
+++ maven2/org/richfaces/samples/darkX/maven-metadata.xml.sha1 2009-12-22 15:18:31 UTC (rev 33183)
@@ -1 +1 @@
-c68a096e89524875dd2f8c5c2bac6ab71e21ebe0
\ No newline at end of file
+9892be1cb95e8f593fbdc77ed4129dea6b8ea870
\ No newline at end of file
Added: maven2/org/richfaces/samples/glassX/3.3.3.BETA1/glassX-3.3.3.BETA1.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/richfaces/samples/glassX/3.3.3.BETA1/glassX-3.3.3.BETA1.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/richfaces/samples/glassX/3.3.3.BETA1/glassX-3.3.3.BETA1.jar.md5
===================================================================
--- maven2/org/richfaces/samples/glassX/3.3.3.BETA1/glassX-3.3.3.BETA1.jar.md5 (rev 0)
+++ maven2/org/richfaces/samples/glassX/3.3.3.BETA1/glassX-3.3.3.BETA1.jar.md5 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1 @@
+d7a3c9a5360a5b9161d8ef2183d13159
\ No newline at end of file
Added: maven2/org/richfaces/samples/glassX/3.3.3.BETA1/glassX-3.3.3.BETA1.jar.sha1
===================================================================
--- maven2/org/richfaces/samples/glassX/3.3.3.BETA1/glassX-3.3.3.BETA1.jar.sha1 (rev 0)
+++ maven2/org/richfaces/samples/glassX/3.3.3.BETA1/glassX-3.3.3.BETA1.jar.sha1 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1 @@
+62395bbfa4b6c1ac342351d586066fdfe4c9c3eb
\ No newline at end of file
Added: maven2/org/richfaces/samples/glassX/3.3.3.BETA1/glassX-3.3.3.BETA1.pom
===================================================================
--- maven2/org/richfaces/samples/glassX/3.3.3.BETA1/glassX-3.3.3.BETA1.pom (rev 0)
+++ maven2/org/richfaces/samples/glassX/3.3.3.BETA1/glassX-3.3.3.BETA1.pom 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1,78 @@
+<?xml version="1.0"?><project>
+ <parent>
+ <artifactId>samples</artifactId>
+ <groupId>org.richfaces</groupId>
+ <version>3.3.3.BETA1</version>
+ </parent>
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.richfaces.samples</groupId>
+ <artifactId>glassX</artifactId>
+ <name>glassX</name>
+ <version>3.3.3.BETA1</version>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.richfaces.cdk</groupId>
+ <artifactId>maven-cdk-plugin</artifactId>
+ <version>3.3.3.BETA1</version>
+ <executions>
+ <execution>
+ <phase>generate-sources</phase>
+ <goals>
+ <goal>generate</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <configuration>
+ <source>1.5</source>
+ <target>1.5</target>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ <profiles>
+ <profile>
+ <id>jsf2_0</id>
+ <dependencies>
+ <dependency>
+ <groupId>org.richfaces.framework</groupId>
+ <artifactId>richfaces-impl-jsf2</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ </dependencies>
+ </profile>
+ <profile>
+ <id>jsf1_2</id>
+ <dependencies>
+ <dependency>
+ <groupId>org.richfaces.framework</groupId>
+ <artifactId>richfaces-impl</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ </dependencies>
+ <activation>
+ <activeByDefault>true</activeByDefault>
+ </activation>
+ </profile>
+ </profiles>
+ <dependencies>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>javax.faces</groupId>
+ <artifactId>jsf-api</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>javax.faces</groupId>
+ <artifactId>jsf-impl</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ </dependencies>
+</project>
\ No newline at end of file
Added: maven2/org/richfaces/samples/glassX/3.3.3.BETA1/glassX-3.3.3.BETA1.pom.md5
===================================================================
--- maven2/org/richfaces/samples/glassX/3.3.3.BETA1/glassX-3.3.3.BETA1.pom.md5 (rev 0)
+++ maven2/org/richfaces/samples/glassX/3.3.3.BETA1/glassX-3.3.3.BETA1.pom.md5 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1 @@
+c244528dff7b6ab0e0291462c8f2cc56
\ No newline at end of file
Added: maven2/org/richfaces/samples/glassX/3.3.3.BETA1/glassX-3.3.3.BETA1.pom.sha1
===================================================================
--- maven2/org/richfaces/samples/glassX/3.3.3.BETA1/glassX-3.3.3.BETA1.pom.sha1 (rev 0)
+++ maven2/org/richfaces/samples/glassX/3.3.3.BETA1/glassX-3.3.3.BETA1.pom.sha1 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1 @@
+1ddbeb5111b06012dd09c8efcd9c9ed8dbabbacd
\ No newline at end of file
Modified: maven2/org/richfaces/samples/glassX/maven-metadata.xml
===================================================================
--- maven2/org/richfaces/samples/glassX/maven-metadata.xml 2009-12-22 08:43:49 UTC (rev 33182)
+++ maven2/org/richfaces/samples/glassX/maven-metadata.xml 2009-12-22 15:18:31 UTC (rev 33183)
@@ -37,7 +37,8 @@
<version>3.3.2.CR1</version>
<version>3.3.2.GA</version>
<version>3.3.2.SR1</version>
+ <version>3.3.3.BETA1</version>
</versions>
- <lastUpdated>20091009222950</lastUpdated>
+ <lastUpdated>20091216180705</lastUpdated>
</versioning>
</metadata>
Modified: maven2/org/richfaces/samples/glassX/maven-metadata.xml.md5
===================================================================
--- maven2/org/richfaces/samples/glassX/maven-metadata.xml.md5 2009-12-22 08:43:49 UTC (rev 33182)
+++ maven2/org/richfaces/samples/glassX/maven-metadata.xml.md5 2009-12-22 15:18:31 UTC (rev 33183)
@@ -1 +1 @@
-1452d2d07282dc42d4be658bfd7ec43a
\ No newline at end of file
+7001bf8989b2bf5a19d5f730f346d0c5
\ No newline at end of file
Modified: maven2/org/richfaces/samples/glassX/maven-metadata.xml.sha1
===================================================================
--- maven2/org/richfaces/samples/glassX/maven-metadata.xml.sha1 2009-12-22 08:43:49 UTC (rev 33182)
+++ maven2/org/richfaces/samples/glassX/maven-metadata.xml.sha1 2009-12-22 15:18:31 UTC (rev 33183)
@@ -1 +1 @@
-cfe2a420656012b57e92efcf39d1b2b483a6cada
\ No newline at end of file
+8309ca2bcf57782b545564f5084e27866d28c40d
\ No newline at end of file
Added: maven2/org/richfaces/samples/laguna/3.3.3.BETA1/laguna-3.3.3.BETA1.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/richfaces/samples/laguna/3.3.3.BETA1/laguna-3.3.3.BETA1.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/richfaces/samples/laguna/3.3.3.BETA1/laguna-3.3.3.BETA1.jar.md5
===================================================================
--- maven2/org/richfaces/samples/laguna/3.3.3.BETA1/laguna-3.3.3.BETA1.jar.md5 (rev 0)
+++ maven2/org/richfaces/samples/laguna/3.3.3.BETA1/laguna-3.3.3.BETA1.jar.md5 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1 @@
+7d730cbae97b7d34a96d0cd86472fb72
\ No newline at end of file
Added: maven2/org/richfaces/samples/laguna/3.3.3.BETA1/laguna-3.3.3.BETA1.jar.sha1
===================================================================
--- maven2/org/richfaces/samples/laguna/3.3.3.BETA1/laguna-3.3.3.BETA1.jar.sha1 (rev 0)
+++ maven2/org/richfaces/samples/laguna/3.3.3.BETA1/laguna-3.3.3.BETA1.jar.sha1 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1 @@
+dfe40e6f7ad4904c18d485fe39134102a8f07e95
\ No newline at end of file
Added: maven2/org/richfaces/samples/laguna/3.3.3.BETA1/laguna-3.3.3.BETA1.pom
===================================================================
--- maven2/org/richfaces/samples/laguna/3.3.3.BETA1/laguna-3.3.3.BETA1.pom (rev 0)
+++ maven2/org/richfaces/samples/laguna/3.3.3.BETA1/laguna-3.3.3.BETA1.pom 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1,66 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <artifactId>samples</artifactId>
+ <groupId>org.richfaces</groupId>
+ <version>3.3.3.BETA1</version>
+ </parent>
+
+ <groupId>org.richfaces.samples</groupId>
+ <artifactId>laguna</artifactId>
+ <name>Laguna Add-On Skin</name>
+
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.richfaces.cdk</groupId>
+ <artifactId>maven-cdk-plugin</artifactId>
+ <version>3.3.3.BETA1</version>
+ <configuration>
+ <name>org.richfaces.laguna</name>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+
+ <profiles>
+ <profile>
+ <id>jsf2_0</id>
+ <dependencies>
+ <dependency>
+ <groupId>org.richfaces.framework</groupId>
+ <artifactId>richfaces-impl-jsf2</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ </dependencies>
+ </profile>
+ <profile>
+ <id>jsf1_2</id>
+ <dependencies>
+ <dependency>
+ <groupId>org.richfaces.framework</groupId>
+ <artifactId>richfaces-impl</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ </dependencies>
+ <activation>
+ <activeByDefault>true</activeByDefault>
+ </activation>
+ </profile>
+ </profiles>
+
+ <dependencies>
+ <dependency>
+ <groupId>javax.faces</groupId>
+ <artifactId>jsf-api</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>javax.faces</groupId>
+ <artifactId>jsf-impl</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ </dependencies>
+
+</project>
Added: maven2/org/richfaces/samples/laguna/3.3.3.BETA1/laguna-3.3.3.BETA1.pom.md5
===================================================================
--- maven2/org/richfaces/samples/laguna/3.3.3.BETA1/laguna-3.3.3.BETA1.pom.md5 (rev 0)
+++ maven2/org/richfaces/samples/laguna/3.3.3.BETA1/laguna-3.3.3.BETA1.pom.md5 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1 @@
+c5c52f7aba2fca325cfc288085c666ec
\ No newline at end of file
Added: maven2/org/richfaces/samples/laguna/3.3.3.BETA1/laguna-3.3.3.BETA1.pom.sha1
===================================================================
--- maven2/org/richfaces/samples/laguna/3.3.3.BETA1/laguna-3.3.3.BETA1.pom.sha1 (rev 0)
+++ maven2/org/richfaces/samples/laguna/3.3.3.BETA1/laguna-3.3.3.BETA1.pom.sha1 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1 @@
+23c09fc0f87ebb5f53735bd98770a5e3d7bcd62a
\ No newline at end of file
Modified: maven2/org/richfaces/samples/laguna/maven-metadata.xml
===================================================================
--- maven2/org/richfaces/samples/laguna/maven-metadata.xml 2009-12-22 08:43:49 UTC (rev 33182)
+++ maven2/org/richfaces/samples/laguna/maven-metadata.xml 2009-12-22 15:18:31 UTC (rev 33183)
@@ -44,7 +44,8 @@
<version>3.3.2.CR1</version>
<version>3.3.2.GA</version>
<version>3.3.2.SR1</version>
+ <version>3.3.3.BETA1</version>
</versions>
- <lastUpdated>20091009222941</lastUpdated>
+ <lastUpdated>20091216180655</lastUpdated>
</versioning>
</metadata>
Modified: maven2/org/richfaces/samples/laguna/maven-metadata.xml.md5
===================================================================
--- maven2/org/richfaces/samples/laguna/maven-metadata.xml.md5 2009-12-22 08:43:49 UTC (rev 33182)
+++ maven2/org/richfaces/samples/laguna/maven-metadata.xml.md5 2009-12-22 15:18:31 UTC (rev 33183)
@@ -1 +1 @@
-f00286114247713c95bee210f3793fcc
\ No newline at end of file
+c4999820ec9cda34524c0304bdb4e4b0
\ No newline at end of file
Modified: maven2/org/richfaces/samples/laguna/maven-metadata.xml.sha1
===================================================================
--- maven2/org/richfaces/samples/laguna/maven-metadata.xml.sha1 2009-12-22 08:43:49 UTC (rev 33182)
+++ maven2/org/richfaces/samples/laguna/maven-metadata.xml.sha1 2009-12-22 15:18:31 UTC (rev 33183)
@@ -1 +1 @@
-93f5ecfbc18d977135026e96c06f83aee49fca2a
\ No newline at end of file
+d4d2f186da55d78c7aacc8dcf333331d2006f05f
\ No newline at end of file
Modified: maven2/org/richfaces/samples/maven-metadata.xml
===================================================================
--- maven2/org/richfaces/samples/maven-metadata.xml 2009-12-22 08:43:49 UTC (rev 33182)
+++ maven2/org/richfaces/samples/maven-metadata.xml 2009-12-22 15:18:31 UTC (rev 33183)
@@ -76,7 +76,8 @@
<version>3.3.2.CR1</version>
<version>3.3.2.GA</version>
<version>3.3.2.SR1</version>
+ <version>3.3.3.BETA1</version>
</versions>
- <lastUpdated>20091009222936</lastUpdated>
+ <lastUpdated>20091216180649</lastUpdated>
</versioning>
</metadata>
Modified: maven2/org/richfaces/samples/maven-metadata.xml.md5
===================================================================
--- maven2/org/richfaces/samples/maven-metadata.xml.md5 2009-12-22 08:43:49 UTC (rev 33182)
+++ maven2/org/richfaces/samples/maven-metadata.xml.md5 2009-12-22 15:18:31 UTC (rev 33183)
@@ -1 +1 @@
-e4ca067ea81a0a072e5c2813b11f06a1
\ No newline at end of file
+7fe448d663557bf3bd2de9483d658a17
\ No newline at end of file
Modified: maven2/org/richfaces/samples/maven-metadata.xml.sha1
===================================================================
--- maven2/org/richfaces/samples/maven-metadata.xml.sha1 2009-12-22 08:43:49 UTC (rev 33182)
+++ maven2/org/richfaces/samples/maven-metadata.xml.sha1 2009-12-22 15:18:31 UTC (rev 33183)
@@ -1 +1 @@
-b0b13e5fadfff24d9521d629bf5ae7fb14d52863
\ No newline at end of file
+5931df57d4dcd6c8f21c0471fb8c97f065ddea26
\ No newline at end of file
Added: maven2/org/richfaces/samples/richfaces-demo/3.3.3.BETA1/richfaces-demo-3.3.3.BETA1-jee5.war
===================================================================
(Binary files differ)
Property changes on: maven2/org/richfaces/samples/richfaces-demo/3.3.3.BETA1/richfaces-demo-3.3.3.BETA1-jee5.war
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/richfaces/samples/richfaces-demo/3.3.3.BETA1/richfaces-demo-3.3.3.BETA1-jee5.war.md5
===================================================================
--- maven2/org/richfaces/samples/richfaces-demo/3.3.3.BETA1/richfaces-demo-3.3.3.BETA1-jee5.war.md5 (rev 0)
+++ maven2/org/richfaces/samples/richfaces-demo/3.3.3.BETA1/richfaces-demo-3.3.3.BETA1-jee5.war.md5 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1 @@
+d0a06994abb319ddf2427df11aa49e86
\ No newline at end of file
Added: maven2/org/richfaces/samples/richfaces-demo/3.3.3.BETA1/richfaces-demo-3.3.3.BETA1-jee5.war.sha1
===================================================================
--- maven2/org/richfaces/samples/richfaces-demo/3.3.3.BETA1/richfaces-demo-3.3.3.BETA1-jee5.war.sha1 (rev 0)
+++ maven2/org/richfaces/samples/richfaces-demo/3.3.3.BETA1/richfaces-demo-3.3.3.BETA1-jee5.war.sha1 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1 @@
+9393ad22bb40f52e685aa9e8829bea52e4cbfa60
\ No newline at end of file
Added: maven2/org/richfaces/samples/richfaces-demo/3.3.3.BETA1/richfaces-demo-3.3.3.BETA1-tomcat6.war
===================================================================
(Binary files differ)
Property changes on: maven2/org/richfaces/samples/richfaces-demo/3.3.3.BETA1/richfaces-demo-3.3.3.BETA1-tomcat6.war
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/richfaces/samples/richfaces-demo/3.3.3.BETA1/richfaces-demo-3.3.3.BETA1-tomcat6.war.md5
===================================================================
--- maven2/org/richfaces/samples/richfaces-demo/3.3.3.BETA1/richfaces-demo-3.3.3.BETA1-tomcat6.war.md5 (rev 0)
+++ maven2/org/richfaces/samples/richfaces-demo/3.3.3.BETA1/richfaces-demo-3.3.3.BETA1-tomcat6.war.md5 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1 @@
+2caf5e33e3a00ad7f77ebf180b200b4f
\ No newline at end of file
Added: maven2/org/richfaces/samples/richfaces-demo/3.3.3.BETA1/richfaces-demo-3.3.3.BETA1-tomcat6.war.sha1
===================================================================
--- maven2/org/richfaces/samples/richfaces-demo/3.3.3.BETA1/richfaces-demo-3.3.3.BETA1-tomcat6.war.sha1 (rev 0)
+++ maven2/org/richfaces/samples/richfaces-demo/3.3.3.BETA1/richfaces-demo-3.3.3.BETA1-tomcat6.war.sha1 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1 @@
+1398572341ebeb9674136c1e18aa669721ce8199
\ No newline at end of file
Added: maven2/org/richfaces/samples/richfaces-demo/3.3.3.BETA1/richfaces-demo-3.3.3.BETA1.pom
===================================================================
--- maven2/org/richfaces/samples/richfaces-demo/3.3.3.BETA1/richfaces-demo-3.3.3.BETA1.pom (rev 0)
+++ maven2/org/richfaces/samples/richfaces-demo/3.3.3.BETA1/richfaces-demo-3.3.3.BETA1.pom 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1,444 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+
+ <parent>
+ <artifactId>samples</artifactId>
+ <groupId>org.richfaces</groupId>
+ <version>3.3.3.BETA1</version>
+ </parent>
+
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.richfaces.samples</groupId>
+ <artifactId>${classifiedArtifactId}</artifactId>
+ <packaging>war</packaging>
+ <name>richfaces-demo Maven Webapp</name>
+ <properties>
+ <classifiedArtifactId>richfaces-demo</classifiedArtifactId>
+ </properties>
+
+ <repositories>
+ <repository>
+ <releases>
+ <enabled>true</enabled>
+ </releases>
+ <snapshots>
+ <enabled>false</enabled>
+ </snapshots>
+ <id>repository.jboss.com</id>
+ <name>Jboss Repository for Maven</name>
+ <url>
+ http://repository.jboss.com/maven2/
+ </url>
+ </repository>
+ </repositories>
+
+ <build>
+ <finalName>${classifiedArtifactId}</finalName>
+ <plugins>
+ <plugin>
+ <artifactId>maven-dependency-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>unpack</id>
+ <phase>generate-resources</phase>
+ <goals>
+ <goal>unpack</goal>
+ </goals>
+ <configuration>
+ <artifactItems>
+ <artifactItem>
+ <groupId>org.richfaces.ui</groupId>
+ <artifactId>richfaces-ui</artifactId>
+ <version>${project.version}</version>
+ </artifactItem>
+ </artifactItems>
+ <outputDirectory>${project.build.directory}/richfaces</outputDirectory>
+ <overWriteReleases>false</overWriteReleases>
+ <overWriteSnapshots>true</overWriteSnapshots>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>exec-maven-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>tlddoc</id>
+ <phase>process-resources</phase>
+ <goals>
+ <goal>java</goal>
+ </goals>
+ </execution>
+ </executions>
+ <dependencies>
+ <dependency>
+ <groupId>taglibrarydoc</groupId>
+ <artifactId>tlddoc</artifactId>
+ <version>1.3</version>
+ </dependency>
+ </dependencies>
+ <configuration>
+ <includeProjectDependencies>false</includeProjectDependencies>
+ <includePluginDependencies>true</includePluginDependencies>
+ <executableDependency>
+ <groupId>taglibrarydoc</groupId>
+ <artifactId>tlddoc</artifactId>
+ </executableDependency>
+ <mainClass>com.sun.tlddoc.TLDDoc</mainClass>
+ <arguments>
+ <argument>-d</argument>
+ <argument>${project.build.directory}/${project.build.finalName}/WEB-INF/tlddoc</argument>
+ <argument>-xslt</argument>
+ <argument>${basedir}/src/main/xslt/tlddoc</argument>
+ <argument>${project.build.directory}/richfaces/META-INF/ajax4jsf.tld</argument>
+ <argument>${project.build.directory}/richfaces/META-INF/rich.tld</argument>
+ </arguments>
+ </configuration>
+ </plugin>
+ <plugin>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <configuration>
+ <source>1.5</source>
+ <target>1.5</target>
+ </configuration>
+ </plugin>
+ <plugin>
+ <artifactId>maven-war-plugin</artifactId>
+ <configuration>
+ <webResources>
+ <resource>
+ <directory>${basedir}/src/main/java</directory>
+ <targetPath>/WEB-INF/src</targetPath>
+ </resource>
+ </webResources>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ <profiles>
+ <profile>
+ <id>release</id>
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-war-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>jee5</id>
+ <phase>package</phase>
+ <goals>
+ <goal>war</goal>
+ </goals>
+ <configuration>
+ <webappDirectory>${project.build.directory}/${project.build.finalName}-jee5</webappDirectory>
+ <classifier>jee5</classifier>
+ <packagingExcludes>WEB-INF/lib/jsf-api*,WEB-INF/lib/jsf-impl*,WEB-INF/lib/el-*</packagingExcludes>
+ <warSourceExcludes>WEB-INF/lib/jsf-api*,WEB-INF/lib/jsf-impl*,WEB-INF/lib/el-*</warSourceExcludes>
+ </configuration>
+ </execution>
+ <execution>
+ <id>tomcat6</id>
+ <phase>package</phase>
+ <goals>
+ <goal>war</goal>
+ </goals>
+ <configuration>
+ <webappDirectory>${project.build.directory}/${project.build.finalName}-tomcat6</webappDirectory>
+ <classifier>tomcat6</classifier>
+ <packagingExcludes>WEB-INF/lib/el-*</packagingExcludes>
+ <warSourceExcludes>WEB-INF/lib/el-*</warSourceExcludes>
+ </configuration>
+ </execution>
+ </executions>
+ <configuration>
+ <webResources>
+ <resource>
+ <directory>${basedir}/src/main/java</directory>
+ <targetPath>/WEB-INF/src</targetPath>
+ </resource>
+ </webResources>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ <dependencies>
+ <dependency>
+ <groupId>javax.el</groupId>
+ <artifactId>el-api</artifactId>
+ <version>1.0</version>
+ </dependency>
+ <dependency>
+ <groupId>el-impl</groupId>
+ <artifactId>el-impl</artifactId>
+ <version>1.0</version>
+ </dependency>
+ <dependency>
+ <groupId>javax.servlet</groupId>
+ <artifactId>servlet-api</artifactId>
+ <version>2.4</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>javax.servlet.jsp</groupId>
+ <artifactId>jsp-api</artifactId>
+ <version>2.0</version>
+ <scope>provided</scope>
+ </dependency>
+ <!--dependency>
+ <groupId>javax.faces</groupId>
+ <artifactId>jsf-api</artifactId>
+ <version>1.2_12</version>
+ </dependency>
+ <dependency>
+ <groupId>javax.faces</groupId>
+ <artifactId>jsf-impl</artifactId>
+ <version>1.2_12</version>
+ <scope>runtime</scope>
+ </dependency-->
+ </dependencies>
+ </profile>
+ <profile>
+ <id>jsf2_0</id>
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-deploy-plugin</artifactId>
+ <configuration>
+ <skip>false</skip>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ <dependencies>
+ <dependency>
+ <groupId>javax.el</groupId>
+ <artifactId>el-api</artifactId>
+ <version>1.0</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>com.sun.faces</groupId>
+ <artifactId>jsf-api</artifactId>
+ <version>2.0.1</version>
+ </dependency>
+ <dependency>
+ <groupId>com.sun.faces</groupId>
+ <artifactId>jsf-impl</artifactId>
+ <version>2.0.1</version>
+ </dependency>
+ </dependencies>
+ <properties>
+ <classifiedArtifactId>richfaces-demo-jsf2</classifiedArtifactId>
+ </properties>
+ </profile>
+ </profiles>
+ <dependencies>
+ <dependency>
+ <groupId>org.hibernate</groupId>
+ <artifactId>hibernate-validator</artifactId>
+ <version>3.1.0.GA</version>
+ </dependency>
+ <dependency>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-simple</artifactId>
+ <version>1.4.2</version>
+ </dependency>
+ <dependency>
+ <groupId>org.richfaces.samples</groupId>
+ <artifactId>laguna</artifactId>
+ <version>3.3.3.BETA1</version>
+ </dependency>
+ <dependency>
+ <groupId>org.richfaces.samples</groupId>
+ <artifactId>glassX</artifactId>
+ <version>3.3.3.BETA1</version>
+ </dependency>
+ <dependency>
+ <groupId>org.richfaces.samples</groupId>
+ <artifactId>darkX</artifactId>
+ <version>3.3.3.BETA1</version>
+ </dependency>
+ <dependency>
+ <groupId>org.richfaces.ui</groupId>
+ <artifactId>richfaces-ui</artifactId>
+ <version>3.3.3.BETA1</version>
+ </dependency>
+ <dependency>
+ <groupId>com.uwyn</groupId>
+ <artifactId>jhighlight</artifactId>
+ <version>1.0</version>
+ </dependency>
+ <dependency>
+ <groupId>xerces</groupId>
+ <artifactId>xercesImpl</artifactId>
+ <version>2.9.1</version>
+ <exclusions>
+ <exclusion>
+ <groupId>xml-apis</groupId>
+ <artifactId>xml-apis</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>com.sun.facelets</groupId>
+ <artifactId>jsf-facelets</artifactId>
+ <version>1.1.15.B1</version>
+ </dependency>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>javax.servlet</groupId>
+ <artifactId>jstl</artifactId>
+ <version>1.0</version>
+ <scope>runtime</scope>
+ </dependency>
+ <dependency>
+ <groupId>nekohtml</groupId>
+ <artifactId>nekohtml</artifactId>
+ <version>1.9.6</version>
+ <exclusions>
+ <exclusion>
+ <groupId>xerces</groupId>
+ <artifactId>xercesImpl</artifactId>
+ </exclusion>
+ </exclusions>
+ <scope>runtime</scope>
+ </dependency>
+ <dependency>
+ <groupId>javax.servlet</groupId>
+ <artifactId>servlet-api</artifactId>
+ <version>2.5</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>javax.servlet.jsp</groupId>
+ <artifactId>jsp-api</artifactId>
+ <version>2.1</version>
+ <scope>provided</scope>
+ </dependency>
+ <!-- dependency>
+ <groupId>javax.faces</groupId>
+ <artifactId>jsf-api</artifactId>
+ <version>1.2_12</version>
+ </dependency>
+ <dependency>
+ <groupId>javax.faces</groupId>
+ <artifactId>jsf-impl</artifactId>
+ <version>1.2_12</version>
+ <scope>runtime</scope>
+ </dependency -->
+ <dependency>
+ <groupId>org.jboss.seam</groupId>
+ <artifactId>jboss-seam</artifactId>
+ <version>2.2.0.GA</version>
+ <exclusions>
+ <exclusion>
+ <groupId>org.richfaces.framework</groupId>
+ <artifactId>richfaces-api</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.richfaces.framework</groupId>
+ <artifactId>richfaces-impl</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.richfaces.ui</groupId>
+ <artifactId>richfaces-ui</artifactId>
+ </exclusion>
+ <exclusion>
+ <artifactId>servlet-api</artifactId>
+ <groupId>javax.servlet</groupId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>org.richfaces.samples</groupId>
+ <artifactId>themes</artifactId>
+ <version>3.3.3.BETA1</version>
+ </dependency>
+ <dependency>
+ <groupId>org.richfaces.samples</groupId>
+ <artifactId>violetRays</artifactId>
+ <version>3.3.3.BETA1</version>
+ </dependency>
+ <dependency>
+ <groupId>javax.persistence</groupId>
+ <artifactId>persistence-api</artifactId>
+ <version>1.0</version>
+ </dependency>
+ <dependency>
+ <groupId>javassist</groupId>
+ <artifactId>javassist</artifactId>
+ <version>3.8.0.GA</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.geronimo.specs</groupId>
+ <artifactId>geronimo-jta_1.0.1B_spec</artifactId>
+ <version>1.1</version>
+ </dependency>
+ <dependency>
+ <groupId>dom4j</groupId>
+ <artifactId>dom4j</artifactId>
+ <version>1.6.1</version>
+ </dependency>
+ <dependency>
+ <groupId>org.antlr</groupId>
+ <artifactId>antlr</artifactId>
+ <version>3.0</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.jboss.seam</groupId>
+ <artifactId>jboss-seam-ui</artifactId>
+ <version>2.2.0.GA</version>
+ <exclusions>
+ <exclusion>
+ <artifactId>jsf-api</artifactId>
+ <groupId>javax.faces</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>jsf-impl</artifactId>
+ <groupId>javax.faces</groupId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.seam</groupId>
+ <artifactId>jboss-seam-debug</artifactId>
+ <version>2.2.0.GA</version>
+ <exclusions>
+ <exclusion>
+ <artifactId>jsf-api</artifactId>
+ <groupId>javax.faces</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>jsf-impl</artifactId>
+ <groupId>javax.faces</groupId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>javax.annotation</groupId>
+ <artifactId>jsr250-api</artifactId>
+ <version>1.0</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>hsqldb</groupId>
+ <artifactId>hsqldb</artifactId>
+ <version>1.8.0.2</version>
+ </dependency>
+ <dependency>
+ <groupId>org.hibernate</groupId>
+ <artifactId>hibernate-annotations</artifactId>
+ <version>3.4.0.GA</version>
+ </dependency>
+ <dependency>
+ <groupId>org.hibernate</groupId>
+ <artifactId>hibernate-core</artifactId>
+ <version>3.3.2.GA</version>
+ </dependency>
+ </dependencies>
+</project>
Added: maven2/org/richfaces/samples/richfaces-demo/3.3.3.BETA1/richfaces-demo-3.3.3.BETA1.pom.md5
===================================================================
--- maven2/org/richfaces/samples/richfaces-demo/3.3.3.BETA1/richfaces-demo-3.3.3.BETA1.pom.md5 (rev 0)
+++ maven2/org/richfaces/samples/richfaces-demo/3.3.3.BETA1/richfaces-demo-3.3.3.BETA1.pom.md5 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1 @@
+0be3e1dcceb8614734040ef8e38aeb90
\ No newline at end of file
Added: maven2/org/richfaces/samples/richfaces-demo/3.3.3.BETA1/richfaces-demo-3.3.3.BETA1.pom.sha1
===================================================================
--- maven2/org/richfaces/samples/richfaces-demo/3.3.3.BETA1/richfaces-demo-3.3.3.BETA1.pom.sha1 (rev 0)
+++ maven2/org/richfaces/samples/richfaces-demo/3.3.3.BETA1/richfaces-demo-3.3.3.BETA1.pom.sha1 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1 @@
+75a2e07dffc23982b30ee4b61e7fc7fb6361b9d1
\ No newline at end of file
Added: maven2/org/richfaces/samples/richfaces-demo/3.3.3.BETA1/richfaces-demo-3.3.3.BETA1.war
===================================================================
(Binary files differ)
Property changes on: maven2/org/richfaces/samples/richfaces-demo/3.3.3.BETA1/richfaces-demo-3.3.3.BETA1.war
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/richfaces/samples/richfaces-demo/3.3.3.BETA1/richfaces-demo-3.3.3.BETA1.war.md5
===================================================================
--- maven2/org/richfaces/samples/richfaces-demo/3.3.3.BETA1/richfaces-demo-3.3.3.BETA1.war.md5 (rev 0)
+++ maven2/org/richfaces/samples/richfaces-demo/3.3.3.BETA1/richfaces-demo-3.3.3.BETA1.war.md5 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1 @@
+79f8a84cdc554d4fc39351ba17445909
\ No newline at end of file
Added: maven2/org/richfaces/samples/richfaces-demo/3.3.3.BETA1/richfaces-demo-3.3.3.BETA1.war.sha1
===================================================================
--- maven2/org/richfaces/samples/richfaces-demo/3.3.3.BETA1/richfaces-demo-3.3.3.BETA1.war.sha1 (rev 0)
+++ maven2/org/richfaces/samples/richfaces-demo/3.3.3.BETA1/richfaces-demo-3.3.3.BETA1.war.sha1 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1 @@
+5531071d000c849e408ce87d03cc2425d013d3ba
\ No newline at end of file
Modified: maven2/org/richfaces/samples/richfaces-demo/maven-metadata.xml
===================================================================
--- maven2/org/richfaces/samples/richfaces-demo/maven-metadata.xml 2009-12-22 08:43:49 UTC (rev 33182)
+++ maven2/org/richfaces/samples/richfaces-demo/maven-metadata.xml 2009-12-22 15:18:31 UTC (rev 33183)
@@ -82,7 +82,8 @@
<version>3.3.2.CR1</version>
<version>3.3.2.GA</version>
<version>3.3.2.SR1</version>
+ <version>3.3.3.BETA1</version>
</versions>
- <lastUpdated>20091009223058</lastUpdated>
+ <lastUpdated>20091216180905</lastUpdated>
</versioning>
</metadata>
Modified: maven2/org/richfaces/samples/richfaces-demo/maven-metadata.xml.md5
===================================================================
--- maven2/org/richfaces/samples/richfaces-demo/maven-metadata.xml.md5 2009-12-22 08:43:49 UTC (rev 33182)
+++ maven2/org/richfaces/samples/richfaces-demo/maven-metadata.xml.md5 2009-12-22 15:18:31 UTC (rev 33183)
@@ -1 +1 @@
-65c6138e8379cd5bd042ef8f11bc0f33
\ No newline at end of file
+6ba4b6c48d8e7cc4baa720485ccdfa40
\ No newline at end of file
Modified: maven2/org/richfaces/samples/richfaces-demo/maven-metadata.xml.sha1
===================================================================
--- maven2/org/richfaces/samples/richfaces-demo/maven-metadata.xml.sha1 2009-12-22 08:43:49 UTC (rev 33182)
+++ maven2/org/richfaces/samples/richfaces-demo/maven-metadata.xml.sha1 2009-12-22 15:18:31 UTC (rev 33183)
@@ -1 +1 @@
-6e812c55b2bdd45cbb40dce5d8098285b21503dc
\ No newline at end of file
+33c7aa5c509bab7d18fbc2662bd108b3c6237dd7
\ No newline at end of file
Added: maven2/org/richfaces/samples/richfaces-demo-jsf2/3.3.3.BETA1/richfaces-demo-jsf2-3.3.3.BETA1-jee5.war
===================================================================
(Binary files differ)
Property changes on: maven2/org/richfaces/samples/richfaces-demo-jsf2/3.3.3.BETA1/richfaces-demo-jsf2-3.3.3.BETA1-jee5.war
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/richfaces/samples/richfaces-demo-jsf2/3.3.3.BETA1/richfaces-demo-jsf2-3.3.3.BETA1-jee5.war.md5
===================================================================
--- maven2/org/richfaces/samples/richfaces-demo-jsf2/3.3.3.BETA1/richfaces-demo-jsf2-3.3.3.BETA1-jee5.war.md5 (rev 0)
+++ maven2/org/richfaces/samples/richfaces-demo-jsf2/3.3.3.BETA1/richfaces-demo-jsf2-3.3.3.BETA1-jee5.war.md5 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1 @@
+d8f0fd3fedb7629ba330ce14e5e107f0
\ No newline at end of file
Added: maven2/org/richfaces/samples/richfaces-demo-jsf2/3.3.3.BETA1/richfaces-demo-jsf2-3.3.3.BETA1-jee5.war.sha1
===================================================================
--- maven2/org/richfaces/samples/richfaces-demo-jsf2/3.3.3.BETA1/richfaces-demo-jsf2-3.3.3.BETA1-jee5.war.sha1 (rev 0)
+++ maven2/org/richfaces/samples/richfaces-demo-jsf2/3.3.3.BETA1/richfaces-demo-jsf2-3.3.3.BETA1-jee5.war.sha1 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1 @@
+e45b3210df9a4a23d313dc516cb570398d15f1cd
\ No newline at end of file
Added: maven2/org/richfaces/samples/richfaces-demo-jsf2/3.3.3.BETA1/richfaces-demo-jsf2-3.3.3.BETA1-tomcat6.war
===================================================================
(Binary files differ)
Property changes on: maven2/org/richfaces/samples/richfaces-demo-jsf2/3.3.3.BETA1/richfaces-demo-jsf2-3.3.3.BETA1-tomcat6.war
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/richfaces/samples/richfaces-demo-jsf2/3.3.3.BETA1/richfaces-demo-jsf2-3.3.3.BETA1-tomcat6.war.md5
===================================================================
--- maven2/org/richfaces/samples/richfaces-demo-jsf2/3.3.3.BETA1/richfaces-demo-jsf2-3.3.3.BETA1-tomcat6.war.md5 (rev 0)
+++ maven2/org/richfaces/samples/richfaces-demo-jsf2/3.3.3.BETA1/richfaces-demo-jsf2-3.3.3.BETA1-tomcat6.war.md5 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1 @@
+535935db9838b7455fc72d324dc36074
\ No newline at end of file
Added: maven2/org/richfaces/samples/richfaces-demo-jsf2/3.3.3.BETA1/richfaces-demo-jsf2-3.3.3.BETA1-tomcat6.war.sha1
===================================================================
--- maven2/org/richfaces/samples/richfaces-demo-jsf2/3.3.3.BETA1/richfaces-demo-jsf2-3.3.3.BETA1-tomcat6.war.sha1 (rev 0)
+++ maven2/org/richfaces/samples/richfaces-demo-jsf2/3.3.3.BETA1/richfaces-demo-jsf2-3.3.3.BETA1-tomcat6.war.sha1 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1 @@
+cb6f36ae06e2bf9511b5a74e3e6def3cf3e386de
\ No newline at end of file
Added: maven2/org/richfaces/samples/richfaces-demo-jsf2/3.3.3.BETA1/richfaces-demo-jsf2-3.3.3.BETA1.pom
===================================================================
--- maven2/org/richfaces/samples/richfaces-demo-jsf2/3.3.3.BETA1/richfaces-demo-jsf2-3.3.3.BETA1.pom (rev 0)
+++ maven2/org/richfaces/samples/richfaces-demo-jsf2/3.3.3.BETA1/richfaces-demo-jsf2-3.3.3.BETA1.pom 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1,444 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+
+ <parent>
+ <artifactId>samples</artifactId>
+ <groupId>org.richfaces</groupId>
+ <version>3.3.3.BETA1</version>
+ </parent>
+
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.richfaces.samples</groupId>
+ <artifactId>${classifiedArtifactId}</artifactId>
+ <packaging>war</packaging>
+ <name>richfaces-demo Maven Webapp</name>
+ <properties>
+ <classifiedArtifactId>richfaces-demo</classifiedArtifactId>
+ </properties>
+
+ <repositories>
+ <repository>
+ <releases>
+ <enabled>true</enabled>
+ </releases>
+ <snapshots>
+ <enabled>false</enabled>
+ </snapshots>
+ <id>repository.jboss.com</id>
+ <name>Jboss Repository for Maven</name>
+ <url>
+ http://repository.jboss.com/maven2/
+ </url>
+ </repository>
+ </repositories>
+
+ <build>
+ <finalName>${classifiedArtifactId}</finalName>
+ <plugins>
+ <plugin>
+ <artifactId>maven-dependency-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>unpack</id>
+ <phase>generate-resources</phase>
+ <goals>
+ <goal>unpack</goal>
+ </goals>
+ <configuration>
+ <artifactItems>
+ <artifactItem>
+ <groupId>org.richfaces.ui</groupId>
+ <artifactId>richfaces-ui</artifactId>
+ <version>${project.version}</version>
+ </artifactItem>
+ </artifactItems>
+ <outputDirectory>${project.build.directory}/richfaces</outputDirectory>
+ <overWriteReleases>false</overWriteReleases>
+ <overWriteSnapshots>true</overWriteSnapshots>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>exec-maven-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>tlddoc</id>
+ <phase>process-resources</phase>
+ <goals>
+ <goal>java</goal>
+ </goals>
+ </execution>
+ </executions>
+ <dependencies>
+ <dependency>
+ <groupId>taglibrarydoc</groupId>
+ <artifactId>tlddoc</artifactId>
+ <version>1.3</version>
+ </dependency>
+ </dependencies>
+ <configuration>
+ <includeProjectDependencies>false</includeProjectDependencies>
+ <includePluginDependencies>true</includePluginDependencies>
+ <executableDependency>
+ <groupId>taglibrarydoc</groupId>
+ <artifactId>tlddoc</artifactId>
+ </executableDependency>
+ <mainClass>com.sun.tlddoc.TLDDoc</mainClass>
+ <arguments>
+ <argument>-d</argument>
+ <argument>${project.build.directory}/${project.build.finalName}/WEB-INF/tlddoc</argument>
+ <argument>-xslt</argument>
+ <argument>${basedir}/src/main/xslt/tlddoc</argument>
+ <argument>${project.build.directory}/richfaces/META-INF/ajax4jsf.tld</argument>
+ <argument>${project.build.directory}/richfaces/META-INF/rich.tld</argument>
+ </arguments>
+ </configuration>
+ </plugin>
+ <plugin>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <configuration>
+ <source>1.5</source>
+ <target>1.5</target>
+ </configuration>
+ </plugin>
+ <plugin>
+ <artifactId>maven-war-plugin</artifactId>
+ <configuration>
+ <webResources>
+ <resource>
+ <directory>${basedir}/src/main/java</directory>
+ <targetPath>/WEB-INF/src</targetPath>
+ </resource>
+ </webResources>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ <profiles>
+ <profile>
+ <id>release</id>
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-war-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>jee5</id>
+ <phase>package</phase>
+ <goals>
+ <goal>war</goal>
+ </goals>
+ <configuration>
+ <webappDirectory>${project.build.directory}/${project.build.finalName}-jee5</webappDirectory>
+ <classifier>jee5</classifier>
+ <packagingExcludes>WEB-INF/lib/jsf-api*,WEB-INF/lib/jsf-impl*,WEB-INF/lib/el-*</packagingExcludes>
+ <warSourceExcludes>WEB-INF/lib/jsf-api*,WEB-INF/lib/jsf-impl*,WEB-INF/lib/el-*</warSourceExcludes>
+ </configuration>
+ </execution>
+ <execution>
+ <id>tomcat6</id>
+ <phase>package</phase>
+ <goals>
+ <goal>war</goal>
+ </goals>
+ <configuration>
+ <webappDirectory>${project.build.directory}/${project.build.finalName}-tomcat6</webappDirectory>
+ <classifier>tomcat6</classifier>
+ <packagingExcludes>WEB-INF/lib/el-*</packagingExcludes>
+ <warSourceExcludes>WEB-INF/lib/el-*</warSourceExcludes>
+ </configuration>
+ </execution>
+ </executions>
+ <configuration>
+ <webResources>
+ <resource>
+ <directory>${basedir}/src/main/java</directory>
+ <targetPath>/WEB-INF/src</targetPath>
+ </resource>
+ </webResources>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ <dependencies>
+ <dependency>
+ <groupId>javax.el</groupId>
+ <artifactId>el-api</artifactId>
+ <version>1.0</version>
+ </dependency>
+ <dependency>
+ <groupId>el-impl</groupId>
+ <artifactId>el-impl</artifactId>
+ <version>1.0</version>
+ </dependency>
+ <dependency>
+ <groupId>javax.servlet</groupId>
+ <artifactId>servlet-api</artifactId>
+ <version>2.4</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>javax.servlet.jsp</groupId>
+ <artifactId>jsp-api</artifactId>
+ <version>2.0</version>
+ <scope>provided</scope>
+ </dependency>
+ <!--dependency>
+ <groupId>javax.faces</groupId>
+ <artifactId>jsf-api</artifactId>
+ <version>1.2_12</version>
+ </dependency>
+ <dependency>
+ <groupId>javax.faces</groupId>
+ <artifactId>jsf-impl</artifactId>
+ <version>1.2_12</version>
+ <scope>runtime</scope>
+ </dependency-->
+ </dependencies>
+ </profile>
+ <profile>
+ <id>jsf2_0</id>
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-deploy-plugin</artifactId>
+ <configuration>
+ <skip>false</skip>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ <dependencies>
+ <dependency>
+ <groupId>javax.el</groupId>
+ <artifactId>el-api</artifactId>
+ <version>1.0</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>com.sun.faces</groupId>
+ <artifactId>jsf-api</artifactId>
+ <version>2.0.1</version>
+ </dependency>
+ <dependency>
+ <groupId>com.sun.faces</groupId>
+ <artifactId>jsf-impl</artifactId>
+ <version>2.0.1</version>
+ </dependency>
+ </dependencies>
+ <properties>
+ <classifiedArtifactId>richfaces-demo-jsf2</classifiedArtifactId>
+ </properties>
+ </profile>
+ </profiles>
+ <dependencies>
+ <dependency>
+ <groupId>org.hibernate</groupId>
+ <artifactId>hibernate-validator</artifactId>
+ <version>3.1.0.GA</version>
+ </dependency>
+ <dependency>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-simple</artifactId>
+ <version>1.4.2</version>
+ </dependency>
+ <dependency>
+ <groupId>org.richfaces.samples</groupId>
+ <artifactId>laguna</artifactId>
+ <version>3.3.3.BETA1</version>
+ </dependency>
+ <dependency>
+ <groupId>org.richfaces.samples</groupId>
+ <artifactId>glassX</artifactId>
+ <version>3.3.3.BETA1</version>
+ </dependency>
+ <dependency>
+ <groupId>org.richfaces.samples</groupId>
+ <artifactId>darkX</artifactId>
+ <version>3.3.3.BETA1</version>
+ </dependency>
+ <dependency>
+ <groupId>org.richfaces.ui</groupId>
+ <artifactId>richfaces-ui</artifactId>
+ <version>3.3.3.BETA1</version>
+ </dependency>
+ <dependency>
+ <groupId>com.uwyn</groupId>
+ <artifactId>jhighlight</artifactId>
+ <version>1.0</version>
+ </dependency>
+ <dependency>
+ <groupId>xerces</groupId>
+ <artifactId>xercesImpl</artifactId>
+ <version>2.9.1</version>
+ <exclusions>
+ <exclusion>
+ <groupId>xml-apis</groupId>
+ <artifactId>xml-apis</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>com.sun.facelets</groupId>
+ <artifactId>jsf-facelets</artifactId>
+ <version>1.1.15.B1</version>
+ </dependency>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>javax.servlet</groupId>
+ <artifactId>jstl</artifactId>
+ <version>1.0</version>
+ <scope>runtime</scope>
+ </dependency>
+ <dependency>
+ <groupId>nekohtml</groupId>
+ <artifactId>nekohtml</artifactId>
+ <version>1.9.6</version>
+ <exclusions>
+ <exclusion>
+ <groupId>xerces</groupId>
+ <artifactId>xercesImpl</artifactId>
+ </exclusion>
+ </exclusions>
+ <scope>runtime</scope>
+ </dependency>
+ <dependency>
+ <groupId>javax.servlet</groupId>
+ <artifactId>servlet-api</artifactId>
+ <version>2.5</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>javax.servlet.jsp</groupId>
+ <artifactId>jsp-api</artifactId>
+ <version>2.1</version>
+ <scope>provided</scope>
+ </dependency>
+ <!-- dependency>
+ <groupId>javax.faces</groupId>
+ <artifactId>jsf-api</artifactId>
+ <version>1.2_12</version>
+ </dependency>
+ <dependency>
+ <groupId>javax.faces</groupId>
+ <artifactId>jsf-impl</artifactId>
+ <version>1.2_12</version>
+ <scope>runtime</scope>
+ </dependency -->
+ <dependency>
+ <groupId>org.jboss.seam</groupId>
+ <artifactId>jboss-seam</artifactId>
+ <version>2.2.0.GA</version>
+ <exclusions>
+ <exclusion>
+ <groupId>org.richfaces.framework</groupId>
+ <artifactId>richfaces-api</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.richfaces.framework</groupId>
+ <artifactId>richfaces-impl</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.richfaces.ui</groupId>
+ <artifactId>richfaces-ui</artifactId>
+ </exclusion>
+ <exclusion>
+ <artifactId>servlet-api</artifactId>
+ <groupId>javax.servlet</groupId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>org.richfaces.samples</groupId>
+ <artifactId>themes</artifactId>
+ <version>3.3.3.BETA1</version>
+ </dependency>
+ <dependency>
+ <groupId>org.richfaces.samples</groupId>
+ <artifactId>violetRays</artifactId>
+ <version>3.3.3.BETA1</version>
+ </dependency>
+ <dependency>
+ <groupId>javax.persistence</groupId>
+ <artifactId>persistence-api</artifactId>
+ <version>1.0</version>
+ </dependency>
+ <dependency>
+ <groupId>javassist</groupId>
+ <artifactId>javassist</artifactId>
+ <version>3.8.0.GA</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.geronimo.specs</groupId>
+ <artifactId>geronimo-jta_1.0.1B_spec</artifactId>
+ <version>1.1</version>
+ </dependency>
+ <dependency>
+ <groupId>dom4j</groupId>
+ <artifactId>dom4j</artifactId>
+ <version>1.6.1</version>
+ </dependency>
+ <dependency>
+ <groupId>org.antlr</groupId>
+ <artifactId>antlr</artifactId>
+ <version>3.0</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.jboss.seam</groupId>
+ <artifactId>jboss-seam-ui</artifactId>
+ <version>2.2.0.GA</version>
+ <exclusions>
+ <exclusion>
+ <artifactId>jsf-api</artifactId>
+ <groupId>javax.faces</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>jsf-impl</artifactId>
+ <groupId>javax.faces</groupId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.seam</groupId>
+ <artifactId>jboss-seam-debug</artifactId>
+ <version>2.2.0.GA</version>
+ <exclusions>
+ <exclusion>
+ <artifactId>jsf-api</artifactId>
+ <groupId>javax.faces</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>jsf-impl</artifactId>
+ <groupId>javax.faces</groupId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>javax.annotation</groupId>
+ <artifactId>jsr250-api</artifactId>
+ <version>1.0</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>hsqldb</groupId>
+ <artifactId>hsqldb</artifactId>
+ <version>1.8.0.2</version>
+ </dependency>
+ <dependency>
+ <groupId>org.hibernate</groupId>
+ <artifactId>hibernate-annotations</artifactId>
+ <version>3.4.0.GA</version>
+ </dependency>
+ <dependency>
+ <groupId>org.hibernate</groupId>
+ <artifactId>hibernate-core</artifactId>
+ <version>3.3.2.GA</version>
+ </dependency>
+ </dependencies>
+</project>
Added: maven2/org/richfaces/samples/richfaces-demo-jsf2/3.3.3.BETA1/richfaces-demo-jsf2-3.3.3.BETA1.pom.md5
===================================================================
--- maven2/org/richfaces/samples/richfaces-demo-jsf2/3.3.3.BETA1/richfaces-demo-jsf2-3.3.3.BETA1.pom.md5 (rev 0)
+++ maven2/org/richfaces/samples/richfaces-demo-jsf2/3.3.3.BETA1/richfaces-demo-jsf2-3.3.3.BETA1.pom.md5 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1 @@
+0be3e1dcceb8614734040ef8e38aeb90
\ No newline at end of file
Added: maven2/org/richfaces/samples/richfaces-demo-jsf2/3.3.3.BETA1/richfaces-demo-jsf2-3.3.3.BETA1.pom.sha1
===================================================================
--- maven2/org/richfaces/samples/richfaces-demo-jsf2/3.3.3.BETA1/richfaces-demo-jsf2-3.3.3.BETA1.pom.sha1 (rev 0)
+++ maven2/org/richfaces/samples/richfaces-demo-jsf2/3.3.3.BETA1/richfaces-demo-jsf2-3.3.3.BETA1.pom.sha1 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1 @@
+75a2e07dffc23982b30ee4b61e7fc7fb6361b9d1
\ No newline at end of file
Added: maven2/org/richfaces/samples/richfaces-demo-jsf2/3.3.3.BETA1/richfaces-demo-jsf2-3.3.3.BETA1.war
===================================================================
(Binary files differ)
Property changes on: maven2/org/richfaces/samples/richfaces-demo-jsf2/3.3.3.BETA1/richfaces-demo-jsf2-3.3.3.BETA1.war
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/richfaces/samples/richfaces-demo-jsf2/3.3.3.BETA1/richfaces-demo-jsf2-3.3.3.BETA1.war.md5
===================================================================
--- maven2/org/richfaces/samples/richfaces-demo-jsf2/3.3.3.BETA1/richfaces-demo-jsf2-3.3.3.BETA1.war.md5 (rev 0)
+++ maven2/org/richfaces/samples/richfaces-demo-jsf2/3.3.3.BETA1/richfaces-demo-jsf2-3.3.3.BETA1.war.md5 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1 @@
+0af09210e6473aef0ffe3d2aa0074aa9
\ No newline at end of file
Added: maven2/org/richfaces/samples/richfaces-demo-jsf2/3.3.3.BETA1/richfaces-demo-jsf2-3.3.3.BETA1.war.sha1
===================================================================
--- maven2/org/richfaces/samples/richfaces-demo-jsf2/3.3.3.BETA1/richfaces-demo-jsf2-3.3.3.BETA1.war.sha1 (rev 0)
+++ maven2/org/richfaces/samples/richfaces-demo-jsf2/3.3.3.BETA1/richfaces-demo-jsf2-3.3.3.BETA1.war.sha1 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1 @@
+844bd8940e1dc074ac6ba80cbabef51c53c91196
\ No newline at end of file
Added: maven2/org/richfaces/samples/richfaces-demo-jsf2/maven-metadata.xml
===================================================================
--- maven2/org/richfaces/samples/richfaces-demo-jsf2/maven-metadata.xml (rev 0)
+++ maven2/org/richfaces/samples/richfaces-demo-jsf2/maven-metadata.xml 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+ <groupId>org.richfaces.samples</groupId>
+ <artifactId>richfaces-demo-jsf2</artifactId>
+ <version>3.3.3.BETA1</version>
+ <versioning>
+ <versions>
+ <version>3.3.3.BETA1</version>
+ </versions>
+ <lastUpdated>20091216180957</lastUpdated>
+ </versioning>
+</metadata>
Added: maven2/org/richfaces/samples/richfaces-demo-jsf2/maven-metadata.xml.md5
===================================================================
--- maven2/org/richfaces/samples/richfaces-demo-jsf2/maven-metadata.xml.md5 (rev 0)
+++ maven2/org/richfaces/samples/richfaces-demo-jsf2/maven-metadata.xml.md5 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1 @@
+843a9240e91453b59aa393c8e885fcd9
\ No newline at end of file
Added: maven2/org/richfaces/samples/richfaces-demo-jsf2/maven-metadata.xml.sha1
===================================================================
--- maven2/org/richfaces/samples/richfaces-demo-jsf2/maven-metadata.xml.sha1 (rev 0)
+++ maven2/org/richfaces/samples/richfaces-demo-jsf2/maven-metadata.xml.sha1 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1 @@
+e1b70e6717ece57be3399ae484658cdf5e0781ff
\ No newline at end of file
Added: maven2/org/richfaces/samples/themes/3.3.3.BETA1/themes-3.3.3.BETA1.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/richfaces/samples/themes/3.3.3.BETA1/themes-3.3.3.BETA1.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/richfaces/samples/themes/3.3.3.BETA1/themes-3.3.3.BETA1.jar.md5
===================================================================
--- maven2/org/richfaces/samples/themes/3.3.3.BETA1/themes-3.3.3.BETA1.jar.md5 (rev 0)
+++ maven2/org/richfaces/samples/themes/3.3.3.BETA1/themes-3.3.3.BETA1.jar.md5 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1 @@
+066b1f7ef72bf51efcc44189f7782c7a
\ No newline at end of file
Added: maven2/org/richfaces/samples/themes/3.3.3.BETA1/themes-3.3.3.BETA1.jar.sha1
===================================================================
--- maven2/org/richfaces/samples/themes/3.3.3.BETA1/themes-3.3.3.BETA1.jar.sha1 (rev 0)
+++ maven2/org/richfaces/samples/themes/3.3.3.BETA1/themes-3.3.3.BETA1.jar.sha1 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1 @@
+3dbe3f0b08b7ac89335243b2a4717def2a0c4846
\ No newline at end of file
Added: maven2/org/richfaces/samples/themes/3.3.3.BETA1/themes-3.3.3.BETA1.pom
===================================================================
--- maven2/org/richfaces/samples/themes/3.3.3.BETA1/themes-3.3.3.BETA1.pom (rev 0)
+++ maven2/org/richfaces/samples/themes/3.3.3.BETA1/themes-3.3.3.BETA1.pom 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1,88 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <artifactId>samples</artifactId>
+ <groupId>org.richfaces</groupId>
+ <version>3.3.3.BETA1</version>
+ </parent>
+ <groupId>org.richfaces.samples</groupId>
+ <artifactId>themes</artifactId>
+ <version>3.3.3.BETA1</version>
+ <name>themes</name>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.richfaces.cdk</groupId>
+ <artifactId>maven-cdk-plugin</artifactId>
+ <version>3.3.3.BETA1</version>
+ <executions>
+ <execution>
+ <id>generate-sources</id>
+ <phase>generate-sources</phase>
+ <goals>
+ <goal>generate</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <inherited>true</inherited>
+ <configuration>
+ <source>1.5</source>
+ <target>1.5</target>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+
+ <profiles>
+ <profile>
+ <id>jsf2_0</id>
+ <dependencies>
+ <dependency>
+ <groupId>org.richfaces.framework</groupId>
+ <artifactId>richfaces-impl-jsf2</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ </dependencies>
+ </profile>
+ <profile>
+ <id>jsf1_2</id>
+ <dependencies>
+ <dependency>
+ <groupId>org.richfaces.framework</groupId>
+ <artifactId>richfaces-impl</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ </dependencies>
+ <activation>
+ <activeByDefault>true</activeByDefault>
+ </activation>
+ </profile>
+ </profiles>
+
+ <dependencies>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.richfaces.ui</groupId>
+ <artifactId>richfaces-ui</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>javax.faces</groupId>
+ <artifactId>jsf-api</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>javax.faces</groupId>
+ <artifactId>jsf-impl</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ </dependencies>
+</project>
Added: maven2/org/richfaces/samples/themes/3.3.3.BETA1/themes-3.3.3.BETA1.pom.md5
===================================================================
--- maven2/org/richfaces/samples/themes/3.3.3.BETA1/themes-3.3.3.BETA1.pom.md5 (rev 0)
+++ maven2/org/richfaces/samples/themes/3.3.3.BETA1/themes-3.3.3.BETA1.pom.md5 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1 @@
+d11d915133ba163b4c3e805c93a9e149
\ No newline at end of file
Added: maven2/org/richfaces/samples/themes/3.3.3.BETA1/themes-3.3.3.BETA1.pom.sha1
===================================================================
--- maven2/org/richfaces/samples/themes/3.3.3.BETA1/themes-3.3.3.BETA1.pom.sha1 (rev 0)
+++ maven2/org/richfaces/samples/themes/3.3.3.BETA1/themes-3.3.3.BETA1.pom.sha1 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1 @@
+c99ffae62f4748369214bdafa60256df684c31b7
\ No newline at end of file
Modified: maven2/org/richfaces/samples/themes/maven-metadata.xml
===================================================================
--- maven2/org/richfaces/samples/themes/maven-metadata.xml 2009-12-22 08:43:49 UTC (rev 33182)
+++ maven2/org/richfaces/samples/themes/maven-metadata.xml 2009-12-22 15:18:31 UTC (rev 33183)
@@ -12,7 +12,8 @@
<version>3.3.2.CR1</version>
<version>3.3.2.GA</version>
<version>3.3.2.SR1</version>
+ <version>3.3.3.BETA1</version>
</versions>
- <lastUpdated>20091009223007</lastUpdated>
+ <lastUpdated>20091216180722</lastUpdated>
</versioning>
</metadata>
Modified: maven2/org/richfaces/samples/themes/maven-metadata.xml.md5
===================================================================
--- maven2/org/richfaces/samples/themes/maven-metadata.xml.md5 2009-12-22 08:43:49 UTC (rev 33182)
+++ maven2/org/richfaces/samples/themes/maven-metadata.xml.md5 2009-12-22 15:18:31 UTC (rev 33183)
@@ -1 +1 @@
-86957c010277d54e2e2f9738bfdbda6f
\ No newline at end of file
+76e101654dd368c035bb06e7d0978ac3
\ No newline at end of file
Modified: maven2/org/richfaces/samples/themes/maven-metadata.xml.sha1
===================================================================
--- maven2/org/richfaces/samples/themes/maven-metadata.xml.sha1 2009-12-22 08:43:49 UTC (rev 33182)
+++ maven2/org/richfaces/samples/themes/maven-metadata.xml.sha1 2009-12-22 15:18:31 UTC (rev 33183)
@@ -1 +1 @@
-a5d22ef56203ba73be9bc00f9a53e4153abad894
\ No newline at end of file
+2134224c5ec2b898309d537a30e8bd73a405bd29
\ No newline at end of file
Added: maven2/org/richfaces/samples/violetRays/3.3.3.BETA1/violetRays-3.3.3.BETA1.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/richfaces/samples/violetRays/3.3.3.BETA1/violetRays-3.3.3.BETA1.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/richfaces/samples/violetRays/3.3.3.BETA1/violetRays-3.3.3.BETA1.jar.md5
===================================================================
--- maven2/org/richfaces/samples/violetRays/3.3.3.BETA1/violetRays-3.3.3.BETA1.jar.md5 (rev 0)
+++ maven2/org/richfaces/samples/violetRays/3.3.3.BETA1/violetRays-3.3.3.BETA1.jar.md5 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1 @@
+f1760a8131dd1cbe4b72c8fd54a751ee
\ No newline at end of file
Added: maven2/org/richfaces/samples/violetRays/3.3.3.BETA1/violetRays-3.3.3.BETA1.jar.sha1
===================================================================
--- maven2/org/richfaces/samples/violetRays/3.3.3.BETA1/violetRays-3.3.3.BETA1.jar.sha1 (rev 0)
+++ maven2/org/richfaces/samples/violetRays/3.3.3.BETA1/violetRays-3.3.3.BETA1.jar.sha1 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1 @@
+3ce51b4e9d47d4864ec109ba444b0e7a06724242
\ No newline at end of file
Added: maven2/org/richfaces/samples/violetRays/3.3.3.BETA1/violetRays-3.3.3.BETA1.pom
===================================================================
--- maven2/org/richfaces/samples/violetRays/3.3.3.BETA1/violetRays-3.3.3.BETA1.pom (rev 0)
+++ maven2/org/richfaces/samples/violetRays/3.3.3.BETA1/violetRays-3.3.3.BETA1.pom 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1,78 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <artifactId>samples</artifactId>
+ <groupId>org.richfaces</groupId>
+ <version>3.3.3.BETA1</version>
+ </parent>
+ <groupId>org.richfaces.samples</groupId>
+ <artifactId>violetRays</artifactId>
+ <version>3.3.3.BETA1</version>
+ <name>violetRays</name>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.richfaces.cdk</groupId>
+ <artifactId>maven-cdk-plugin</artifactId>
+ <version>3.3.3.BETA1</version>
+ <executions>
+ <execution>
+ <id>generate-sources</id>
+ <phase>generate-sources</phase>
+ <goals>
+ <goal>generate</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+ <profiles>
+ <profile>
+ <id>jsf2_0</id>
+ <dependencies>
+ <dependency>
+ <groupId>org.richfaces.framework</groupId>
+ <artifactId>richfaces-impl-jsf2</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ </dependencies>
+ </profile>
+ <profile>
+ <id>jsf1_2</id>
+ <dependencies>
+ <dependency>
+ <groupId>org.richfaces.framework</groupId>
+ <artifactId>richfaces-impl</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ </dependencies>
+ <activation>
+ <activeByDefault>true</activeByDefault>
+ </activation>
+ </profile>
+ </profiles>
+ <dependencies>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.richfaces.ui</groupId>
+ <artifactId>richfaces-ui</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>javax.faces</groupId>
+ <artifactId>jsf-api</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>javax.faces</groupId>
+ <artifactId>jsf-impl</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ </dependencies>
+</project>
\ No newline at end of file
Added: maven2/org/richfaces/samples/violetRays/3.3.3.BETA1/violetRays-3.3.3.BETA1.pom.md5
===================================================================
--- maven2/org/richfaces/samples/violetRays/3.3.3.BETA1/violetRays-3.3.3.BETA1.pom.md5 (rev 0)
+++ maven2/org/richfaces/samples/violetRays/3.3.3.BETA1/violetRays-3.3.3.BETA1.pom.md5 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1 @@
+4b41809db10fd0f687c2240b992e17bc
\ No newline at end of file
Added: maven2/org/richfaces/samples/violetRays/3.3.3.BETA1/violetRays-3.3.3.BETA1.pom.sha1
===================================================================
--- maven2/org/richfaces/samples/violetRays/3.3.3.BETA1/violetRays-3.3.3.BETA1.pom.sha1 (rev 0)
+++ maven2/org/richfaces/samples/violetRays/3.3.3.BETA1/violetRays-3.3.3.BETA1.pom.sha1 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1 @@
+63d8e53f7f56b80881a9d6c715cb516c24c3097b
\ No newline at end of file
Modified: maven2/org/richfaces/samples/violetRays/maven-metadata.xml
===================================================================
--- maven2/org/richfaces/samples/violetRays/maven-metadata.xml 2009-12-22 08:43:49 UTC (rev 33182)
+++ maven2/org/richfaces/samples/violetRays/maven-metadata.xml 2009-12-22 15:18:31 UTC (rev 33183)
@@ -9,7 +9,8 @@
<version>3.3.2.CR1</version>
<version>3.3.2.GA</version>
<version>3.3.2.SR1</version>
+ <version>3.3.3.BETA1</version>
</versions>
- <lastUpdated>20091009223015</lastUpdated>
+ <lastUpdated>20091216180730</lastUpdated>
</versioning>
</metadata>
Modified: maven2/org/richfaces/samples/violetRays/maven-metadata.xml.md5
===================================================================
--- maven2/org/richfaces/samples/violetRays/maven-metadata.xml.md5 2009-12-22 08:43:49 UTC (rev 33182)
+++ maven2/org/richfaces/samples/violetRays/maven-metadata.xml.md5 2009-12-22 15:18:31 UTC (rev 33183)
@@ -1 +1 @@
-9146c9625fa79e59bc699a60952fcc32
\ No newline at end of file
+5ee2acd246ec186303015990d5e2db92
\ No newline at end of file
Modified: maven2/org/richfaces/samples/violetRays/maven-metadata.xml.sha1
===================================================================
--- maven2/org/richfaces/samples/violetRays/maven-metadata.xml.sha1 2009-12-22 08:43:49 UTC (rev 33182)
+++ maven2/org/richfaces/samples/violetRays/maven-metadata.xml.sha1 2009-12-22 15:18:31 UTC (rev 33183)
@@ -1 +1 @@
-061ce3ef9a0491abbb24fa1ab342d8bac5bff997
\ No newline at end of file
+d4b1522e3265dd33e424fbb563f7ae61d77487a7
\ No newline at end of file
Added: maven2/org/richfaces/ui/3.3.3.BETA1/ui-3.3.3.BETA1-site.xml
===================================================================
--- maven2/org/richfaces/ui/3.3.3.BETA1/ui-3.3.3.BETA1-site.xml (rev 0)
+++ maven2/org/richfaces/ui/3.3.3.BETA1/ui-3.3.3.BETA1-site.xml 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1,71 @@
+<?xml version="1.0" encoding="UTF-8"?><project name="JSF Rich visual Components suite">
+ <bannerLeft>
+ <name>JSF Rich visual Components</name>
+ <src>images/exadel_logo.jpg</src>
+ <href>http://ajax4jsf.org/richfaces</href>
+ </bannerLeft>
+ <bannerRight>
+ <src>http://maven.apache.org/images/maven-small.gif</src>
+ </bannerRight>
+ <publishDate position="navigation-bottom" format="MM-dd-yy" />
+ <body>
+ <links>
+ <item name="JSF" href="https://javaserverfaces.dev.java.net/" />
+ <item name="Maven 2" href="http://maven.apache.org/maven2/" />
+ </links>
+ <menu name="Modules" ref="modules">
+ <item name="Java Server Faces AJAX framework" href="core/index.html" />
+ <item href="colorPicker/index.html" />
+ <item name="Drag and Drop" href="drag-drop/index.html" />
+ <item name="Effect" href="effect/index.html" />
+ <item name="Panel" href="panel/index.html" />
+ <item name="Panel Bar" href="panelbar/index.html" />
+ <item name="Data Filter Slider" href="dataFilterSlider/index.html" />
+ <item name="Google map component" href="gmap/index.html" />
+ <item name="jQuery Selectors" href="jQuery/index.html" />
+ <item name="Virtual Earth" href="virtualEarth/index.html" />
+ <item name="Separator components" href="separator/index.html" />
+ <item name="Spacer" href="spacer/index.html" />
+ <item name="Paint java 2D" href="paint2D/index.html" />
+ <item name="Toggle panel" href="togglePanel/index.html" />
+ <item name="Tab panel" href="tabPanel/index.html" />
+ <item name="Toggle panel" href="simpleTogglePanel/index.html" />
+ <item name="Tool bar" href="toolBar/index.html" />
+ <item name="Input number slider" href="inputnumber-slider/index.html" />
+ <item name="Input number spinner" href="inputnumber-spinner/index.html" />
+ <item name="Tree control" href="tree/index.html" />
+ <item name="Suggestion box" href="suggestionbox/index.html" />
+ <item name="Extended data table and lists" href="dataTable/index.html" />
+ <item name="Modal panel" href="modal-panel/index.html" />
+ <item name="Data Scroller" href="datascroller/index.html" />
+ <item name="Menu components" href="menu-components/index.html" />
+ <item name="Drop down menu" href="dropdown-menu/index.html" />
+ <item name="tooltip" href="tooltip/index.html" />
+ <item name="Panel menu" href="panelmenu/index.html" />
+ <item name="Calendar" href="calendar/index.html" />
+ <item name="Tree Model" href="treeModel/index.html" />
+ <item name="Message" href="message/index.html" />
+ <item name="Scrollable Data Table" href="scrollableDataTable/index.html" />
+ <item name="insert" href="insert/index.html" />
+ <item name="componentControl" href="componentControl/index.html" />
+ <item name="orderingList" href="orderingList/index.html" />
+ <item name="listShuttle" href="listShuttle/index.html" />
+ <item name="contextMenu" href="contextMenu/index.html" />
+ <item name="columns" href="columns/index.html" />
+ <item name="combobox" href="combobox/index.html" />
+ <item name="pickList" href="pickList/index.html" />
+ <item name="progressBar" href="progressBar/index.html" />
+ <item name="fileUpload" href="fileUpload/index.html" />
+ <item name="inplaceInput" href="inplaceInput/index.html" />
+ <item name="inplaceSelect" href="inplaceSelect/index.html" />
+ <item name="functions" href="functions/index.html" />
+ <item name="hotKey" href="hotKey/index.html" />
+ <item name="beanValidator" href="beanValidator/index.html" />
+ <item name="state" href="state/index.html" />
+ <item name="extendedDataTable" href="extendedDataTable/index.html" />
+ <item name="Editor" href="editor/index.html" />
+ <item name="layout" href="layout/index.html" />
+ </menu>
+ <menu ref="reports" />
+ </body>
+</project>
\ No newline at end of file
Added: maven2/org/richfaces/ui/3.3.3.BETA1/ui-3.3.3.BETA1-site.xml.md5
===================================================================
--- maven2/org/richfaces/ui/3.3.3.BETA1/ui-3.3.3.BETA1-site.xml.md5 (rev 0)
+++ maven2/org/richfaces/ui/3.3.3.BETA1/ui-3.3.3.BETA1-site.xml.md5 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1 @@
+aaca23de86702a7b3cf4aca0c16dd0b4
\ No newline at end of file
Added: maven2/org/richfaces/ui/3.3.3.BETA1/ui-3.3.3.BETA1-site.xml.sha1
===================================================================
--- maven2/org/richfaces/ui/3.3.3.BETA1/ui-3.3.3.BETA1-site.xml.sha1 (rev 0)
+++ maven2/org/richfaces/ui/3.3.3.BETA1/ui-3.3.3.BETA1-site.xml.sha1 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1 @@
+0dd54072a8fea4a9decfb67fdb519764c58fc51e
\ No newline at end of file
Added: maven2/org/richfaces/ui/3.3.3.BETA1/ui-3.3.3.BETA1.pom
===================================================================
--- maven2/org/richfaces/ui/3.3.3.BETA1/ui-3.3.3.BETA1.pom (rev 0)
+++ maven2/org/richfaces/ui/3.3.3.BETA1/ui-3.3.3.BETA1.pom 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1,292 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <parent>
+ <artifactId>root</artifactId>
+ <groupId>org.richfaces</groupId>
+ <version>3.3.3.BETA1</version>
+ </parent>
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.richfaces</groupId>
+ <artifactId>ui</artifactId>
+ <packaging>pom</packaging>
+ <name>RichFaces Components</name>
+ <properties>
+ <!-- -->
+ </properties>
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-source-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>attach-source</id>
+ <goals>
+ <goal>jar</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ <pluginManagement>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <configuration>
+ <source>1.5</source>
+ <target>1.5</target>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-jar-plugin</artifactId>
+ <configuration>
+ <archive>
+ <index>true</index>
+ <manifest>
+ <addDefaultSpecificationEntries>
+ true
+ </addDefaultSpecificationEntries>
+ <addDefaultImplementationEntries>
+ true
+ </addDefaultImplementationEntries>
+ </manifest>
+ <manifestEntries>
+ <mode>development</mode>
+ <Build-Number>
+ ${buildNumber}
+ </Build-Number>
+ </manifestEntries>
+ </archive>
+ </configuration>
+ </plugin>
+ </plugins>
+ </pluginManagement>
+ </build>
+ <profiles>
+ <profile>
+ <id>clover</id>
+ <build>
+ <resources>
+ <resource>
+ <directory>
+ src/main/resources
+ </directory>
+ </resource>
+ <resource>
+ <directory>
+ target/generated-component/resources
+ </directory>
+ </resource>
+ </resources>
+ </build>
+ </profile>
+ <profile>
+ <id>jsf2_0</id>
+ <dependencies>
+ <dependency>
+ <groupId>com.sun.faces</groupId>
+ <artifactId>jsf-api</artifactId>
+ <version>2.0.1</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>com.sun.faces</groupId>
+ <artifactId>jsf-impl</artifactId>
+ <version>2.0.1</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.richfaces.framework</groupId>
+ <artifactId>richfaces-impl-jsf2</artifactId>
+ <version>${project.version}</version>
+ <scope>provided</scope>
+ </dependency>
+ </dependencies>
+ </profile>
+ <profile>
+ <id>jsf1_2</id>
+ <dependencies>
+ <dependency>
+ <groupId>javax.faces</groupId>
+ <artifactId>jsf-api</artifactId>
+ <version>1.2_12</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>javax.faces</groupId>
+ <artifactId>jsf-impl</artifactId>
+ <version>1.2_12</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.richfaces.framework</groupId>
+ <artifactId>richfaces-impl</artifactId>
+ <version>${project.version}</version>
+ <scope>provided</scope>
+ </dependency>
+ </dependencies>
+ <activation>
+ <activeByDefault>true</activeByDefault>
+ </activation>
+ </profile>
+ </profiles>
+ <modules>
+ <module>core</module>
+ <module>colorPicker</module>
+ <module>drag-drop</module>
+ <module>effect</module>
+ <module>panel</module>
+ <module>panelbar</module>
+ <module>dataFilterSlider</module>
+ <module>gmap</module>
+ <module>jQuery</module>
+ <module>virtualEarth</module>
+ <module>separator</module>
+ <module>spacer</module>
+ <module>paint2D</module>
+ <module>togglePanel</module>
+ <module>tabPanel</module>
+ <module>simpleTogglePanel</module>
+ <module>toolBar</module>
+ <module>inputnumber-slider</module>
+ <module>inputnumber-spinner</module>
+ <module>tree</module>
+ <module>suggestionbox</module>
+ <module>dataTable</module>
+ <module>modal-panel</module>
+ <module>datascroller</module>
+ <module>menu-components</module>
+ <module>dropdown-menu</module>
+ <module>tooltip</module>
+ <module>panelmenu</module>
+ <module>calendar</module>
+ <module>treeModel</module>
+ <module>message</module>
+ <module>scrollableDataTable</module>
+ <module>insert</module>
+ <module>componentControl</module>
+ <module>orderingList</module>
+ <module>listShuttle</module>
+ <module>contextMenu</module>
+ <module>columns</module>
+ <module>combobox</module>
+ <module>pickList</module>
+ <module>progressBAR</module>
+ <module>fileUpload</module>
+ <module>inplaceInput</module>
+ <module>inplaceSelect</module>
+ <module>functions</module>
+ <module>hotKey</module>
+ <module>beanValidator</module>
+ <module>state</module>
+ <module>extendedDataTable</module>
+ <module>editor</module>
+ <module>layout</module>
+ </modules>
+ <dependencies>
+ <dependency>
+ <groupId>org.richfaces.framework</groupId>
+ <artifactId>richfaces-api</artifactId>
+ <version>3.3.3.BETA1</version>
+ </dependency>
+ <dependency>
+ <groupId>org.richfaces.framework</groupId>
+ <artifactId>richfaces-api</artifactId>
+ <version>3.3.3.BETA1</version>
+ </dependency>
+ <dependency>
+ <groupId>commons-collections</groupId>
+ <artifactId>commons-collections</artifactId>
+ <version>3.2</version>
+ </dependency>
+ <dependency>
+ <groupId>commons-beanutils</groupId>
+ <artifactId>commons-beanutils</artifactId>
+ <version>1.7.0</version>
+ </dependency>
+ <dependency>
+ <groupId>opensymphony</groupId>
+ <artifactId>oscache</artifactId>
+ <version>2.3</version>
+ <optional>true</optional>
+ </dependency>
+ <dependency>
+ <groupId>nekohtml</groupId>
+ <artifactId>nekohtml</artifactId>
+ <version>1.9.6</version>
+ <exclusions>
+ <exclusion>
+ <groupId>xerces</groupId>
+ <artifactId>xercesImpl</artifactId>
+ </exclusion>
+ </exclusions>
+ <optional>true</optional>
+ </dependency>
+ <dependency>
+ <groupId>xerces</groupId>
+ <artifactId>xercesImpl</artifactId>
+ <version>2.9.1</version>
+ <exclusions>
+ <exclusion>
+ <groupId>xml-apis</groupId>
+ <artifactId>xml-apis</artifactId>
+ </exclusion>
+ </exclusions>
+ <optional>true</optional>
+ </dependency>
+ <dependency>
+ <groupId>commons-digester</groupId>
+ <artifactId>commons-digester</artifactId>
+ <version>1.8.1</version>
+ <exclusions>
+ <exclusion>
+ <artifactId>commons-logging</artifactId>
+ <groupId>commons-logging</groupId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+
+ <dependency>
+ <groupId>org.richfaces.framework</groupId>
+ <artifactId>richfaces-test</artifactId>
+ <version>3.3.3.BETA1</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>com.sun.facelets</groupId>
+ <artifactId>jsf-facelets</artifactId>
+ <version>1.1.15.B1</version>
+ <optional>true</optional>
+ </dependency>
+ <dependency>
+ <groupId>javax.el</groupId>
+ <artifactId>el-api</artifactId>
+ <version>1.0</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>commons-logging</groupId>
+ <artifactId>commons-logging</artifactId>
+ <version>1.0.4</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>javax.servlet</groupId>
+ <artifactId>servlet-api</artifactId>
+ <version>2.5</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>javax.servlet.jsp</groupId>
+ <artifactId>jsp-api</artifactId>
+ <version>2.1</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>javax.servlet</groupId>
+ <artifactId>jstl</artifactId>
+ <version>1.1.2</version>
+ <scope>provided</scope>
+ </dependency>
+ </dependencies>
+</project>
Added: maven2/org/richfaces/ui/3.3.3.BETA1/ui-3.3.3.BETA1.pom.md5
===================================================================
--- maven2/org/richfaces/ui/3.3.3.BETA1/ui-3.3.3.BETA1.pom.md5 (rev 0)
+++ maven2/org/richfaces/ui/3.3.3.BETA1/ui-3.3.3.BETA1.pom.md5 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1 @@
+1bf186ecd857a02107e13a0d743aabf4
\ No newline at end of file
Added: maven2/org/richfaces/ui/3.3.3.BETA1/ui-3.3.3.BETA1.pom.sha1
===================================================================
--- maven2/org/richfaces/ui/3.3.3.BETA1/ui-3.3.3.BETA1.pom.sha1 (rev 0)
+++ maven2/org/richfaces/ui/3.3.3.BETA1/ui-3.3.3.BETA1.pom.sha1 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1 @@
+ea02f8595147860b320c3c83d49a6e69ce2bf2e9
\ No newline at end of file
Modified: maven2/org/richfaces/ui/maven-metadata.xml
===================================================================
--- maven2/org/richfaces/ui/maven-metadata.xml 2009-12-22 08:43:49 UTC (rev 33182)
+++ maven2/org/richfaces/ui/maven-metadata.xml 2009-12-22 15:18:31 UTC (rev 33183)
@@ -85,7 +85,8 @@
<version>4.0.0.ALPHA1</version>
<version>3.3.2.GA</version>
<version>3.3.2.SR1</version>
+ <version>3.3.3.BETA1</version>
</versions>
- <lastUpdated>20091009220403</lastUpdated>
+ <lastUpdated>20091216173752</lastUpdated>
</versioning>
</metadata>
Modified: maven2/org/richfaces/ui/maven-metadata.xml.md5
===================================================================
--- maven2/org/richfaces/ui/maven-metadata.xml.md5 2009-12-22 08:43:49 UTC (rev 33182)
+++ maven2/org/richfaces/ui/maven-metadata.xml.md5 2009-12-22 15:18:31 UTC (rev 33183)
@@ -1 +1 @@
-751a9eeb382c3790e20eb11445ba67ce
\ No newline at end of file
+4059caef582f6865e6499cd30be587a8
\ No newline at end of file
Modified: maven2/org/richfaces/ui/maven-metadata.xml.sha1
===================================================================
--- maven2/org/richfaces/ui/maven-metadata.xml.sha1 2009-12-22 08:43:49 UTC (rev 33182)
+++ maven2/org/richfaces/ui/maven-metadata.xml.sha1 2009-12-22 15:18:31 UTC (rev 33183)
@@ -1 +1 @@
-f45572563fdf77b7c7260cb0db71edde4d0c95d9
\ No newline at end of file
+edc7d1ac301d17209e2745a01d6147b9eeae28e2
\ No newline at end of file
Added: maven2/org/richfaces/ui/richfaces-ui/3.3.3.BETA1/richfaces-ui-3.3.3.BETA1-bin.tar.gz
===================================================================
(Binary files differ)
Property changes on: maven2/org/richfaces/ui/richfaces-ui/3.3.3.BETA1/richfaces-ui-3.3.3.BETA1-bin.tar.gz
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/richfaces/ui/richfaces-ui/3.3.3.BETA1/richfaces-ui-3.3.3.BETA1-bin.tar.gz.md5
===================================================================
--- maven2/org/richfaces/ui/richfaces-ui/3.3.3.BETA1/richfaces-ui-3.3.3.BETA1-bin.tar.gz.md5 (rev 0)
+++ maven2/org/richfaces/ui/richfaces-ui/3.3.3.BETA1/richfaces-ui-3.3.3.BETA1-bin.tar.gz.md5 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1 @@
+24f41aeedbab30d8106d65d3456b4e84
\ No newline at end of file
Added: maven2/org/richfaces/ui/richfaces-ui/3.3.3.BETA1/richfaces-ui-3.3.3.BETA1-bin.tar.gz.sha1
===================================================================
--- maven2/org/richfaces/ui/richfaces-ui/3.3.3.BETA1/richfaces-ui-3.3.3.BETA1-bin.tar.gz.sha1 (rev 0)
+++ maven2/org/richfaces/ui/richfaces-ui/3.3.3.BETA1/richfaces-ui-3.3.3.BETA1-bin.tar.gz.sha1 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1 @@
+f0dbee5707097dacac47bf6784580ca6d45afb8a
\ No newline at end of file
Added: maven2/org/richfaces/ui/richfaces-ui/3.3.3.BETA1/richfaces-ui-3.3.3.BETA1-bin.zip
===================================================================
(Binary files differ)
Property changes on: maven2/org/richfaces/ui/richfaces-ui/3.3.3.BETA1/richfaces-ui-3.3.3.BETA1-bin.zip
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/richfaces/ui/richfaces-ui/3.3.3.BETA1/richfaces-ui-3.3.3.BETA1-bin.zip.md5
===================================================================
--- maven2/org/richfaces/ui/richfaces-ui/3.3.3.BETA1/richfaces-ui-3.3.3.BETA1-bin.zip.md5 (rev 0)
+++ maven2/org/richfaces/ui/richfaces-ui/3.3.3.BETA1/richfaces-ui-3.3.3.BETA1-bin.zip.md5 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1 @@
+43397108b0cb695d84d4199ff5100d98
\ No newline at end of file
Added: maven2/org/richfaces/ui/richfaces-ui/3.3.3.BETA1/richfaces-ui-3.3.3.BETA1-bin.zip.sha1
===================================================================
--- maven2/org/richfaces/ui/richfaces-ui/3.3.3.BETA1/richfaces-ui-3.3.3.BETA1-bin.zip.sha1 (rev 0)
+++ maven2/org/richfaces/ui/richfaces-ui/3.3.3.BETA1/richfaces-ui-3.3.3.BETA1-bin.zip.sha1 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1 @@
+0611167dfc4c7dd69cece46538b4f5d926bfca15
\ No newline at end of file
Added: maven2/org/richfaces/ui/richfaces-ui/3.3.3.BETA1/richfaces-ui-3.3.3.BETA1-javadoc.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/richfaces/ui/richfaces-ui/3.3.3.BETA1/richfaces-ui-3.3.3.BETA1-javadoc.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/richfaces/ui/richfaces-ui/3.3.3.BETA1/richfaces-ui-3.3.3.BETA1-javadoc.jar.md5
===================================================================
--- maven2/org/richfaces/ui/richfaces-ui/3.3.3.BETA1/richfaces-ui-3.3.3.BETA1-javadoc.jar.md5 (rev 0)
+++ maven2/org/richfaces/ui/richfaces-ui/3.3.3.BETA1/richfaces-ui-3.3.3.BETA1-javadoc.jar.md5 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1 @@
+5a4af307e2af002499c6f69345a80586
\ No newline at end of file
Added: maven2/org/richfaces/ui/richfaces-ui/3.3.3.BETA1/richfaces-ui-3.3.3.BETA1-javadoc.jar.sha1
===================================================================
--- maven2/org/richfaces/ui/richfaces-ui/3.3.3.BETA1/richfaces-ui-3.3.3.BETA1-javadoc.jar.sha1 (rev 0)
+++ maven2/org/richfaces/ui/richfaces-ui/3.3.3.BETA1/richfaces-ui-3.3.3.BETA1-javadoc.jar.sha1 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1 @@
+cd16e8779fa4932fc2d6778c7bbd34cfe6a1c727
\ No newline at end of file
Added: maven2/org/richfaces/ui/richfaces-ui/3.3.3.BETA1/richfaces-ui-3.3.3.BETA1-sources.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/richfaces/ui/richfaces-ui/3.3.3.BETA1/richfaces-ui-3.3.3.BETA1-sources.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/richfaces/ui/richfaces-ui/3.3.3.BETA1/richfaces-ui-3.3.3.BETA1-sources.jar.md5
===================================================================
--- maven2/org/richfaces/ui/richfaces-ui/3.3.3.BETA1/richfaces-ui-3.3.3.BETA1-sources.jar.md5 (rev 0)
+++ maven2/org/richfaces/ui/richfaces-ui/3.3.3.BETA1/richfaces-ui-3.3.3.BETA1-sources.jar.md5 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1 @@
+59efbbfb366d9a93ed696b3768cbf2b7
\ No newline at end of file
Added: maven2/org/richfaces/ui/richfaces-ui/3.3.3.BETA1/richfaces-ui-3.3.3.BETA1-sources.jar.sha1
===================================================================
--- maven2/org/richfaces/ui/richfaces-ui/3.3.3.BETA1/richfaces-ui-3.3.3.BETA1-sources.jar.sha1 (rev 0)
+++ maven2/org/richfaces/ui/richfaces-ui/3.3.3.BETA1/richfaces-ui-3.3.3.BETA1-sources.jar.sha1 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1 @@
+01261a559aff8bfdaae8f4402d15d2cf87504ec7
\ No newline at end of file
Added: maven2/org/richfaces/ui/richfaces-ui/3.3.3.BETA1/richfaces-ui-3.3.3.BETA1-src.tar.gz
===================================================================
(Binary files differ)
Property changes on: maven2/org/richfaces/ui/richfaces-ui/3.3.3.BETA1/richfaces-ui-3.3.3.BETA1-src.tar.gz
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/richfaces/ui/richfaces-ui/3.3.3.BETA1/richfaces-ui-3.3.3.BETA1-src.tar.gz.md5
===================================================================
--- maven2/org/richfaces/ui/richfaces-ui/3.3.3.BETA1/richfaces-ui-3.3.3.BETA1-src.tar.gz.md5 (rev 0)
+++ maven2/org/richfaces/ui/richfaces-ui/3.3.3.BETA1/richfaces-ui-3.3.3.BETA1-src.tar.gz.md5 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1 @@
+fc76ea6191212cd654c1f0c165b7c4cc
\ No newline at end of file
Added: maven2/org/richfaces/ui/richfaces-ui/3.3.3.BETA1/richfaces-ui-3.3.3.BETA1-src.tar.gz.sha1
===================================================================
--- maven2/org/richfaces/ui/richfaces-ui/3.3.3.BETA1/richfaces-ui-3.3.3.BETA1-src.tar.gz.sha1 (rev 0)
+++ maven2/org/richfaces/ui/richfaces-ui/3.3.3.BETA1/richfaces-ui-3.3.3.BETA1-src.tar.gz.sha1 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1 @@
+b83804cb593a787fb9bbf307bbf04874f4234751
\ No newline at end of file
Added: maven2/org/richfaces/ui/richfaces-ui/3.3.3.BETA1/richfaces-ui-3.3.3.BETA1-src.zip
===================================================================
(Binary files differ)
Property changes on: maven2/org/richfaces/ui/richfaces-ui/3.3.3.BETA1/richfaces-ui-3.3.3.BETA1-src.zip
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/richfaces/ui/richfaces-ui/3.3.3.BETA1/richfaces-ui-3.3.3.BETA1-src.zip.md5
===================================================================
--- maven2/org/richfaces/ui/richfaces-ui/3.3.3.BETA1/richfaces-ui-3.3.3.BETA1-src.zip.md5 (rev 0)
+++ maven2/org/richfaces/ui/richfaces-ui/3.3.3.BETA1/richfaces-ui-3.3.3.BETA1-src.zip.md5 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1 @@
+412a1dc3418f7d5340f9303d6f822135
\ No newline at end of file
Added: maven2/org/richfaces/ui/richfaces-ui/3.3.3.BETA1/richfaces-ui-3.3.3.BETA1-src.zip.sha1
===================================================================
--- maven2/org/richfaces/ui/richfaces-ui/3.3.3.BETA1/richfaces-ui-3.3.3.BETA1-src.zip.sha1 (rev 0)
+++ maven2/org/richfaces/ui/richfaces-ui/3.3.3.BETA1/richfaces-ui-3.3.3.BETA1-src.zip.sha1 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1 @@
+46bd74f1ee506e45360e533b93f449d110e088c6
\ No newline at end of file
Added: maven2/org/richfaces/ui/richfaces-ui/3.3.3.BETA1/richfaces-ui-3.3.3.BETA1-tlddoc.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/richfaces/ui/richfaces-ui/3.3.3.BETA1/richfaces-ui-3.3.3.BETA1-tlddoc.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/richfaces/ui/richfaces-ui/3.3.3.BETA1/richfaces-ui-3.3.3.BETA1-tlddoc.jar.md5
===================================================================
--- maven2/org/richfaces/ui/richfaces-ui/3.3.3.BETA1/richfaces-ui-3.3.3.BETA1-tlddoc.jar.md5 (rev 0)
+++ maven2/org/richfaces/ui/richfaces-ui/3.3.3.BETA1/richfaces-ui-3.3.3.BETA1-tlddoc.jar.md5 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1 @@
+d312bc8300713bfa52d3ebc349c8ac3d
\ No newline at end of file
Added: maven2/org/richfaces/ui/richfaces-ui/3.3.3.BETA1/richfaces-ui-3.3.3.BETA1-tlddoc.jar.sha1
===================================================================
--- maven2/org/richfaces/ui/richfaces-ui/3.3.3.BETA1/richfaces-ui-3.3.3.BETA1-tlddoc.jar.sha1 (rev 0)
+++ maven2/org/richfaces/ui/richfaces-ui/3.3.3.BETA1/richfaces-ui-3.3.3.BETA1-tlddoc.jar.sha1 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1 @@
+995fb6ea29fe5f181fde29418e4647a62a480916
\ No newline at end of file
Added: maven2/org/richfaces/ui/richfaces-ui/3.3.3.BETA1/richfaces-ui-3.3.3.BETA1.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/richfaces/ui/richfaces-ui/3.3.3.BETA1/richfaces-ui-3.3.3.BETA1.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/richfaces/ui/richfaces-ui/3.3.3.BETA1/richfaces-ui-3.3.3.BETA1.jar.md5
===================================================================
--- maven2/org/richfaces/ui/richfaces-ui/3.3.3.BETA1/richfaces-ui-3.3.3.BETA1.jar.md5 (rev 0)
+++ maven2/org/richfaces/ui/richfaces-ui/3.3.3.BETA1/richfaces-ui-3.3.3.BETA1.jar.md5 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1 @@
+18a6700177d850914a40b02c9fe1d31d
\ No newline at end of file
Added: maven2/org/richfaces/ui/richfaces-ui/3.3.3.BETA1/richfaces-ui-3.3.3.BETA1.jar.sha1
===================================================================
--- maven2/org/richfaces/ui/richfaces-ui/3.3.3.BETA1/richfaces-ui-3.3.3.BETA1.jar.sha1 (rev 0)
+++ maven2/org/richfaces/ui/richfaces-ui/3.3.3.BETA1/richfaces-ui-3.3.3.BETA1.jar.sha1 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1 @@
+9c754c43ba5fe71078d4f816a8724e40c7dfaac9
\ No newline at end of file
Added: maven2/org/richfaces/ui/richfaces-ui/3.3.3.BETA1/richfaces-ui-3.3.3.BETA1.pom
===================================================================
--- maven2/org/richfaces/ui/richfaces-ui/3.3.3.BETA1/richfaces-ui-3.3.3.BETA1.pom (rev 0)
+++ maven2/org/richfaces/ui/richfaces-ui/3.3.3.BETA1/richfaces-ui-3.3.3.BETA1.pom 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1,454 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <parent>
+ <artifactId>ui</artifactId>
+ <groupId>org.richfaces</groupId>
+ <version>3.3.3.BETA1</version>
+ </parent>
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.richfaces.ui</groupId>
+ <artifactId>richfaces-ui</artifactId>
+ <name>RichFaces JSF components library</name>
+ <packaging>jar</packaging>
+
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.richfaces.cdk</groupId>
+ <artifactId>maven-cdk-plugin</artifactId>
+ <version>3.3.3.BETA1</version>
+ <configuration>
+ <library>
+ <prefix>org.richfaces</prefix>
+ <description>RichFaces components</description>
+ <taglibs>
+ <taglib>
+ <shortName>richfaces</shortName>
+ <taglib>richfaces</taglib>
+ <uri>
+ http://richfaces.ajax4jsf.org/rich
+ </uri>
+ <displayName>
+ RichFaces ( Legacy URL )
+ </displayName>
+ <excludeModules>core,state</excludeModules>
+ </taglib>
+ <taglib>
+ <shortName>rich</shortName>
+ <taglib>rich</taglib>
+ <uri>http://richfaces.org/rich</uri>
+ <displayName>RichFaces</displayName>
+ <excludeModules>core,state</excludeModules>
+ </taglib>
+ <taglib>
+ <shortName>a4j</shortName>
+ <taglib>ajax4jsf</taglib>
+ <uri>http://richfaces.org/a4j</uri>
+ <displayName>Ajax4Jsf</displayName>
+ <includeModules>core</includeModules>
+ </taglib>
+ <taglib>
+ <shortName>ajax</shortName>
+ <taglib>a4j</taglib>
+ <uri>
+ https://ajax4jsf.dev.java.net/ajax
+ </uri>
+ <displayName>
+ Ajax4jsf ( Legacy URL )
+ </displayName>
+ <includeModules>core</includeModules>
+ </taglib>
+ </taglibs>
+ </library>
+ <!--
+ <templateXpath>/*[local-name()='template']/*</templateXpath>
+ -->
+ <excludeXcss>**/basic.xcss, **/basic_classes.xcss, **/basic_both.xcss, **/extended.xcss, **/extended_classes.xcss, **/extended_both.xcss, **/skin*.xcss, **/tiny_mce/**, **/org/richfaces/renderkit/html/css/simple.xcss, **/org/richfaces/renderkit/html/css/violetRays.xcss</excludeXcss>
+ <commonStyle>org/richfaces/skin.xcss</commonStyle>
+ <includeProjectDependencies>true</includeProjectDependencies>
+ </configuration>
+ <executions>
+ <execution>
+ <goals>
+ <goal>assembly</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ <!-- append extracted sources , for pack with library -->
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>build-helper-maven-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>add-source</id>
+ <phase>process-sources</phase>
+ <goals>
+ <goal>add-source</goal>
+ </goals>
+ <configuration>
+ <sources>
+ <source>
+ ${project.build.directory}/src
+ </source>
+ </sources>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
+ <artifactId>maven-jar-plugin</artifactId>
+ <configuration>
+ <outputDirectory>
+ ${project.build.directory}/dist
+ </outputDirectory>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.richfaces.cdk</groupId>
+ <artifactId>maven-javascript-plugin</artifactId>
+ <version>${project.version}</version>
+ <executions>
+ <execution>
+ <goals>
+ <goal>compress</goal>
+ </goals>
+ </execution>
+ </executions>
+ <configuration>
+ <nosuffix>false</nosuffix>
+ <outputDirectory>
+ ${project.build.directory}/compressed/
+ </outputDirectory>
+ <aggregations>
+ <aggregation>
+ <!-- remove files after aggregation (default: false)
+ <removeIncluded>true</removeIncluded>
+ -->
+ <!-- insert new line after each concatenation (default: false) -->
+ <insertNewLine>true</insertNewLine>
+
+ <!-- insert semicolon after each concatenation (default: false) -->
+ <insertSemicolon>true</insertSemicolon>
+
+ <output>
+ ${project.build.outputDirectory}/org/richfaces/ui.pack.js
+ </output>
+ <!-- files to include, path relative to output's directory or absolute path-->
+ <includes>
+ <include>
+ ${project.build.directory}/compressed/org/richfaces/renderkit/html/scripts/drag-indicator-min.js
+ </include>
+ <include>
+ ${project.build.directory}/compressed/org/richfaces/renderkit/html/scripts/simple-draggable-min.js
+ </include>
+ <include>
+ ${project.build.directory}/compressed/org/richfaces/renderkit/html/scripts/simple-dropzone-min.js
+ </include>
+ <include>
+ ${project.build.directory}/compressed/org/richfaces/renderkit/html/scripts/tree-min.js
+ </include>
+ <include>
+ ${project.build.directory}/compressed/org/richfaces/renderkit/html/scripts/tree-selection-min.js
+ </include>
+ <include>
+ ${project.build.directory}/compressed/org/richfaces/renderkit/html/scripts/tree-item-min.js
+ </include>
+ <include>
+ ${project.build.directory}/compressed/org/richfaces/renderkit/html/scripts/tree-item-dnd-min.js
+ </include>
+ <include>
+ ${project.build.directory}/compressed/org/richfaces/renderkit/html/scripts/modalPanel-min.js
+ </include>
+ <include>
+ ${project.build.directory}/compressed/org/richfaces/renderkit/html/scripts/modalPanelBorders-min.js
+ </include>
+ <include>
+ ${project.build.directory}/compressed/org/richfaces/renderkit/html/scripts/ShuttleUtils-min.js
+ </include>
+ <include>
+ ${project.build.directory}/compressed/org/richfaces/renderkit/html/scripts/SelectItem-min.js
+ </include>
+ <include>
+ ${project.build.directory}/compressed/org/richfaces/renderkit/html/scripts/LayoutManager-min.js
+ </include>
+ <include>
+ ${project.build.directory}/compressed/org/richfaces/renderkit/html/scripts/Control-min.js
+ </include>
+ <include>
+ ${project.build.directory}/compressed/org/richfaces/renderkit/html/scripts/ListBase-min.js
+ </include>
+ <include>
+ ${project.build.directory}/compressed/org/richfaces/renderkit/html/scripts/OrderingList-min.js
+ </include>
+ <include>
+ ${project.build.directory}/compressed/org/richfaces/renderkit/html/scripts/ListShuttle-min.js
+ </include>
+ <include>
+ ${project.build.directory}/compressed/org/richfaces/renderkit/html/scripts/PickListSI-min.js
+ </include>
+ <include>
+ ${project.build.directory}/compressed/org/richfaces/renderkit/html/scripts/PickList-min.js
+ </include>
+ <include>
+ ${project.build.directory}/compressed/org/richfaces/renderkit/html/scripts/comboboxUtils-min.js
+ </include>
+ <include>
+ ${project.build.directory}/compressed/org/richfaces/renderkit/html/scripts/combolist-min.js
+ </include>
+ <include>
+ ${project.build.directory}/compressed/org/richfaces/renderkit/html/scripts/inplaceinputstyles-min.js
+ </include>
+ <include>
+ ${project.build.directory}/compressed/org/richfaces/renderkit/html/scripts/inplaceinput-min.js
+ </include>
+ <include>
+ ${project.build.directory}/compressed/org/richfaces/renderkit/html/scripts/inplaceselectstyles-min.js
+ </include>
+ <include>
+ ${project.build.directory}/compressed/org/richfaces/renderkit/html/scripts/inplaceselectlist-min.js
+ </include>
+ <include>
+ ${project.build.directory}/compressed/org/richfaces/renderkit/html/scripts/inplaceselect-min.js
+ </include>
+ <include>
+ ${project.build.directory}/compressed/org/richfaces/renderkit/html/scripts/common-scrollable-data-table-min.js
+ </include>
+
+ <include>
+ ${project.build.directory}/compressed/org/richfaces/renderkit/html/scripts/tiny_mce/tiny_mce_src-min.js
+ </include>
+ <include>
+ ${project.build.directory}/compressed/org/richfaces/renderkit/html/scripts/editor-min.js
+ </include>
+
+ <include>
+ ${project.build.directory}/compressed/org/richfaces/renderkit/html/scripts/pngFix-min.js
+ </include>
+ <include>
+ ${project.build.directory}/compressed/org/richfaces/renderkit/html/scripts/ui.colorpicker-min.js
+ </include>
+
+ <include>**/*-min.js</include>
+ </includes>
+ <!-- files to exclude, path relative to output's directory -->
+ <excludes>
+ <exclude>**/*.pack.js</exclude>
+ <!--
+ <exclude>
+ ${project.build.directory}/compressed/org/richfaces/renderkit/html/scripts/jquery.jcarousel-min.js
+ </exclude>
+ -->
+
+ <!-- rich:editor configuration -->
+
+ <exclude>**/tiny_mce/**</exclude>
+ <!--exclude>**/editor-min.js</exclude-->
+
+ <!-- -->
+
+ <exclude>**/scriptaculo*</exclude>
+ <exclude>**/scriptaculo*/**</exclude>
+ </excludes>
+ </aggregation>
+ </aggregations>
+ <!--
+ <warSourceDirectory>${project.build.directory}/modules</warSourceDirectory>
+ <webappDirectory>${project.build.directory}/compressed</webappDirectory>
+ -->
+ <includes>
+ <include>**/*.js</include>
+ </includes>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ <profiles>
+ <profile>
+ <id>release</id>
+
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>net.sourceforge.maven-taglib</groupId>
+ <artifactId>maven-taglib-plugin</artifactId>
+ <configuration>
+ <taglib.src.dir>
+ ${project.build.outputDirectory}/META-INF
+ </taglib.src.dir>
+ <tldDocDir>
+ ${project.build.directory}/tlddoc
+ </tldDocDir>
+ </configuration>
+
+ <executions>
+ <execution>
+ <id>attach-javadoc</id>
+ <phase>process-resources</phase>
+ <goals>
+ <goal>taglibdocjar</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-javadoc-plugin</artifactId>
+ <version>2.2</version>
+ <executions>
+ <execution>
+ <id>attach-javadoc</id>
+ <goals>
+ <goal>jar</goal>
+ </goals>
+ </execution>
+ </executions>
+ <configuration>
+ <javadocVersion>1.5</javadocVersion>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-dependency-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>unpack</id>
+ <phase>generate-resources</phase>
+ <goals>
+ <goal>unpack</goal>
+ </goals>
+ <configuration>
+ <artifactItems>
+ <artifactItem>
+ <groupId>
+ org.richfaces.docs.userguide
+ </groupId>
+ <artifactId>en</artifactId>
+ <version>
+ ${project.version}
+ </version>
+ <type>jar</type>
+ <!--classifier>pdf</classifier-->
+ <outputDirectory>
+ ${project.build.directory}/docs/userguide/en
+ </outputDirectory>
+ </artifactItem>
+ <artifactItem>
+ <groupId>
+ org.richfaces.docs.faq
+ </groupId>
+ <artifactId>en</artifactId>
+ <version>
+ ${project.version}
+ </version>
+ <type>jar</type>
+ <!--classifier>pdf</classifier-->
+ <outputDirectory>
+ ${project.build.directory}/docs/faq/en
+ </outputDirectory>
+ </artifactItem>
+ <artifactItem>
+ <groupId>
+ org.richfaces.docs.cdkguide
+ </groupId>
+ <artifactId>en</artifactId>
+ <version>
+ ${project.version}
+ </version>
+ <type>jar</type>
+ <!--classifier>pdf</classifier-->
+ <outputDirectory>
+ ${project.build.directory}/docs/cdkguide/en
+ </outputDirectory>
+ </artifactItem>
+ <artifactItem>
+ <groupId>
+ org.richfaces.docs.migration
+ </groupId>
+ <artifactId>en</artifactId>
+ <version>
+ ${project.version}
+ </version>
+ <type>jar</type>
+ <!--classifier>pdf</classifier-->
+ <outputDirectory>
+ ${project.build.directory}/docs/migration/en
+ </outputDirectory>
+ </artifactItem>
+
+ <artifactItem>
+ <groupId>
+ org.richfaces.docs.photo_album_app_guide
+ </groupId>
+ <artifactId>en</artifactId>
+ <version>
+ ${project.version}
+ </version>
+ <type>jar</type>
+ <!--classifier>pdf</classifier-->
+ <outputDirectory>
+ ${project.build.directory}/docs/photo_album_app_guide/en
+ </outputDirectory>
+ </artifactItem>
+
+ </artifactItems>
+ <outputDirectory>
+ ${project.build.directory}/docs
+ </outputDirectory>
+ <overWriteReleases>
+ false
+ </overWriteReleases>
+ <overWriteSnapshots>
+ true
+ </overWriteSnapshots>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
+ <artifactId>maven-assembly-plugin</artifactId>
+ <configuration>
+ <outputDirectory>
+ ${project.build.directory}/dist
+ </outputDirectory>
+ <descriptors>
+ <descriptor>
+ ${basedir}/src/main/assembly/richfaces.xml
+ </descriptor>
+ <descriptor>
+ ${basedir}/src/main/assembly/src.xml
+ </descriptor>
+ </descriptors>
+ </configuration>
+ <executions>
+ <execution>
+ <id>make-assembly</id>
+ <phase>package</phase>
+ <goals>
+ <goal>attached</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+ <dependencies>
+ <dependency>
+ <groupId>org.richfaces.framework</groupId>
+ <artifactId>richfaces-api</artifactId>
+ <version>3.3.3.BETA1</version>
+ </dependency>
+ <dependency>
+ <groupId>org.richfaces.framework</groupId>
+ <artifactId>richfaces-impl</artifactId>
+ <version>3.3.3.BETA1</version>
+ </dependency>
+ <dependency>
+ <groupId>org.richfaces.framework</groupId>
+ <artifactId>richfaces-impl-jsf2</artifactId>
+ <version>3.3.3.BETA1</version>
+ </dependency>
+ </dependencies>
+ </profile>
+ </profiles>
+ <dependencies />
+</project>
\ No newline at end of file
Added: maven2/org/richfaces/ui/richfaces-ui/3.3.3.BETA1/richfaces-ui-3.3.3.BETA1.pom.md5
===================================================================
--- maven2/org/richfaces/ui/richfaces-ui/3.3.3.BETA1/richfaces-ui-3.3.3.BETA1.pom.md5 (rev 0)
+++ maven2/org/richfaces/ui/richfaces-ui/3.3.3.BETA1/richfaces-ui-3.3.3.BETA1.pom.md5 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1 @@
+de0291e3390cb63f1cf11b6f6cc2fe18
\ No newline at end of file
Added: maven2/org/richfaces/ui/richfaces-ui/3.3.3.BETA1/richfaces-ui-3.3.3.BETA1.pom.sha1
===================================================================
--- maven2/org/richfaces/ui/richfaces-ui/3.3.3.BETA1/richfaces-ui-3.3.3.BETA1.pom.sha1 (rev 0)
+++ maven2/org/richfaces/ui/richfaces-ui/3.3.3.BETA1/richfaces-ui-3.3.3.BETA1.pom.sha1 2009-12-22 15:18:31 UTC (rev 33183)
@@ -0,0 +1 @@
+16dfadb2efe8ee511bb795d8ad73ef80edc621ff
\ No newline at end of file
Modified: maven2/org/richfaces/ui/richfaces-ui/maven-metadata.xml
===================================================================
--- maven2/org/richfaces/ui/richfaces-ui/maven-metadata.xml 2009-12-22 08:43:49 UTC (rev 33182)
+++ maven2/org/richfaces/ui/richfaces-ui/maven-metadata.xml 2009-12-22 15:18:31 UTC (rev 33183)
@@ -83,7 +83,8 @@
<version>3.3.2.CR1</version>
<version>3.3.2.GA</version>
<version>3.3.2.SR1</version>
+ <version>3.3.3.BETA1</version>
</versions>
- <lastUpdated>20091009222859</lastUpdated>
+ <lastUpdated>20091216180611</lastUpdated>
</versioning>
</metadata>
Modified: maven2/org/richfaces/ui/richfaces-ui/maven-metadata.xml.md5
===================================================================
--- maven2/org/richfaces/ui/richfaces-ui/maven-metadata.xml.md5 2009-12-22 08:43:49 UTC (rev 33182)
+++ maven2/org/richfaces/ui/richfaces-ui/maven-metadata.xml.md5 2009-12-22 15:18:31 UTC (rev 33183)
@@ -1 +1 @@
-01a3683a15c6975159fbd2641db67ef7
\ No newline at end of file
+8c21e9624493387f4ac209372d85d99a
\ No newline at end of file
Modified: maven2/org/richfaces/ui/richfaces-ui/maven-metadata.xml.sha1
===================================================================
--- maven2/org/richfaces/ui/richfaces-ui/maven-metadata.xml.sha1 2009-12-22 08:43:49 UTC (rev 33182)
+++ maven2/org/richfaces/ui/richfaces-ui/maven-metadata.xml.sha1 2009-12-22 15:18:31 UTC (rev 33183)
@@ -1 +1 @@
-f449f68f26016d771dff42bd34fe379a9f7ec552
\ No newline at end of file
+6913b6d87ee6ced2fa5acece59b86a99b33b6525
\ No newline at end of file
16 years, 5 months
Repository SVN: r33182 - in maven2/org/gatein/wsrp: test-framework/1.0.0-Beta03 and 16 other directories.
by jboss-maven2-commits@lists.jboss.org
Author: thomas.heute(a)jboss.com
Date: 2009-12-22 03:43:49 -0500 (Tue, 22 Dec 2009)
New Revision: 33182
Added:
maven2/org/gatein/wsrp/test-framework/1.0.0-Beta03/
maven2/org/gatein/wsrp/test-framework/1.0.0-Beta03/test-framework-1.0.0-Beta03-sources.jar
maven2/org/gatein/wsrp/test-framework/1.0.0-Beta03/test-framework-1.0.0-Beta03-sources.jar.md5
maven2/org/gatein/wsrp/test-framework/1.0.0-Beta03/test-framework-1.0.0-Beta03-sources.jar.sha1
maven2/org/gatein/wsrp/test-framework/1.0.0-Beta03/test-framework-1.0.0-Beta03.jar
maven2/org/gatein/wsrp/test-framework/1.0.0-Beta03/test-framework-1.0.0-Beta03.jar.md5
maven2/org/gatein/wsrp/test-framework/1.0.0-Beta03/test-framework-1.0.0-Beta03.jar.sha1
maven2/org/gatein/wsrp/test-framework/1.0.0-Beta03/test-framework-1.0.0-Beta03.pom
maven2/org/gatein/wsrp/test-framework/1.0.0-Beta03/test-framework-1.0.0-Beta03.pom.md5
maven2/org/gatein/wsrp/test-framework/1.0.0-Beta03/test-framework-1.0.0-Beta03.pom.sha1
maven2/org/gatein/wsrp/wsrp-admin-gui/1.0.0-Beta03/
maven2/org/gatein/wsrp/wsrp-admin-gui/1.0.0-Beta03/wsrp-admin-gui-1.0.0-Beta03-sources.jar
maven2/org/gatein/wsrp/wsrp-admin-gui/1.0.0-Beta03/wsrp-admin-gui-1.0.0-Beta03-sources.jar.md5
maven2/org/gatein/wsrp/wsrp-admin-gui/1.0.0-Beta03/wsrp-admin-gui-1.0.0-Beta03-sources.jar.sha1
maven2/org/gatein/wsrp/wsrp-admin-gui/1.0.0-Beta03/wsrp-admin-gui-1.0.0-Beta03.pom
maven2/org/gatein/wsrp/wsrp-admin-gui/1.0.0-Beta03/wsrp-admin-gui-1.0.0-Beta03.pom.md5
maven2/org/gatein/wsrp/wsrp-admin-gui/1.0.0-Beta03/wsrp-admin-gui-1.0.0-Beta03.pom.sha1
maven2/org/gatein/wsrp/wsrp-admin-gui/1.0.0-Beta03/wsrp-admin-gui-1.0.0-Beta03.war
maven2/org/gatein/wsrp/wsrp-admin-gui/1.0.0-Beta03/wsrp-admin-gui-1.0.0-Beta03.war.md5
maven2/org/gatein/wsrp/wsrp-admin-gui/1.0.0-Beta03/wsrp-admin-gui-1.0.0-Beta03.war.sha1
maven2/org/gatein/wsrp/wsrp-common/1.0.0-Beta03/
maven2/org/gatein/wsrp/wsrp-common/1.0.0-Beta03/wsrp-common-1.0.0-Beta03-sources.jar
maven2/org/gatein/wsrp/wsrp-common/1.0.0-Beta03/wsrp-common-1.0.0-Beta03-sources.jar.md5
maven2/org/gatein/wsrp/wsrp-common/1.0.0-Beta03/wsrp-common-1.0.0-Beta03-sources.jar.sha1
maven2/org/gatein/wsrp/wsrp-common/1.0.0-Beta03/wsrp-common-1.0.0-Beta03.jar
maven2/org/gatein/wsrp/wsrp-common/1.0.0-Beta03/wsrp-common-1.0.0-Beta03.jar.md5
maven2/org/gatein/wsrp/wsrp-common/1.0.0-Beta03/wsrp-common-1.0.0-Beta03.jar.sha1
maven2/org/gatein/wsrp/wsrp-common/1.0.0-Beta03/wsrp-common-1.0.0-Beta03.pom
maven2/org/gatein/wsrp/wsrp-common/1.0.0-Beta03/wsrp-common-1.0.0-Beta03.pom.md5
maven2/org/gatein/wsrp/wsrp-common/1.0.0-Beta03/wsrp-common-1.0.0-Beta03.pom.sha1
maven2/org/gatein/wsrp/wsrp-consumer/1.0.0-Beta03/
maven2/org/gatein/wsrp/wsrp-consumer/1.0.0-Beta03/wsrp-consumer-1.0.0-Beta03-sources.jar
maven2/org/gatein/wsrp/wsrp-consumer/1.0.0-Beta03/wsrp-consumer-1.0.0-Beta03-sources.jar.md5
maven2/org/gatein/wsrp/wsrp-consumer/1.0.0-Beta03/wsrp-consumer-1.0.0-Beta03-sources.jar.sha1
maven2/org/gatein/wsrp/wsrp-consumer/1.0.0-Beta03/wsrp-consumer-1.0.0-Beta03.jar
maven2/org/gatein/wsrp/wsrp-consumer/1.0.0-Beta03/wsrp-consumer-1.0.0-Beta03.jar.md5
maven2/org/gatein/wsrp/wsrp-consumer/1.0.0-Beta03/wsrp-consumer-1.0.0-Beta03.jar.sha1
maven2/org/gatein/wsrp/wsrp-consumer/1.0.0-Beta03/wsrp-consumer-1.0.0-Beta03.pom
maven2/org/gatein/wsrp/wsrp-consumer/1.0.0-Beta03/wsrp-consumer-1.0.0-Beta03.pom.md5
maven2/org/gatein/wsrp/wsrp-consumer/1.0.0-Beta03/wsrp-consumer-1.0.0-Beta03.pom.sha1
maven2/org/gatein/wsrp/wsrp-integration-api/1.0.0-Beta03/
maven2/org/gatein/wsrp/wsrp-integration-api/1.0.0-Beta03/wsrp-integration-api-1.0.0-Beta03-sources.jar
maven2/org/gatein/wsrp/wsrp-integration-api/1.0.0-Beta03/wsrp-integration-api-1.0.0-Beta03-sources.jar.md5
maven2/org/gatein/wsrp/wsrp-integration-api/1.0.0-Beta03/wsrp-integration-api-1.0.0-Beta03-sources.jar.sha1
maven2/org/gatein/wsrp/wsrp-integration-api/1.0.0-Beta03/wsrp-integration-api-1.0.0-Beta03.jar
maven2/org/gatein/wsrp/wsrp-integration-api/1.0.0-Beta03/wsrp-integration-api-1.0.0-Beta03.jar.md5
maven2/org/gatein/wsrp/wsrp-integration-api/1.0.0-Beta03/wsrp-integration-api-1.0.0-Beta03.jar.sha1
maven2/org/gatein/wsrp/wsrp-integration-api/1.0.0-Beta03/wsrp-integration-api-1.0.0-Beta03.pom
maven2/org/gatein/wsrp/wsrp-integration-api/1.0.0-Beta03/wsrp-integration-api-1.0.0-Beta03.pom.md5
maven2/org/gatein/wsrp/wsrp-integration-api/1.0.0-Beta03/wsrp-integration-api-1.0.0-Beta03.pom.sha1
maven2/org/gatein/wsrp/wsrp-parent/1.0.0-Beta03/
maven2/org/gatein/wsrp/wsrp-parent/1.0.0-Beta03/wsrp-parent-1.0.0-Beta03.pom
maven2/org/gatein/wsrp/wsrp-parent/1.0.0-Beta03/wsrp-parent-1.0.0-Beta03.pom.md5
maven2/org/gatein/wsrp/wsrp-parent/1.0.0-Beta03/wsrp-parent-1.0.0-Beta03.pom.sha1
maven2/org/gatein/wsrp/wsrp-producer-lib/1.0.0-Beta03/
maven2/org/gatein/wsrp/wsrp-producer-lib/1.0.0-Beta03/wsrp-producer-lib-1.0.0-Beta03-sources.jar
maven2/org/gatein/wsrp/wsrp-producer-lib/1.0.0-Beta03/wsrp-producer-lib-1.0.0-Beta03-sources.jar.md5
maven2/org/gatein/wsrp/wsrp-producer-lib/1.0.0-Beta03/wsrp-producer-lib-1.0.0-Beta03-sources.jar.sha1
maven2/org/gatein/wsrp/wsrp-producer-lib/1.0.0-Beta03/wsrp-producer-lib-1.0.0-Beta03.jar
maven2/org/gatein/wsrp/wsrp-producer-lib/1.0.0-Beta03/wsrp-producer-lib-1.0.0-Beta03.jar.md5
maven2/org/gatein/wsrp/wsrp-producer-lib/1.0.0-Beta03/wsrp-producer-lib-1.0.0-Beta03.jar.sha1
maven2/org/gatein/wsrp/wsrp-producer-lib/1.0.0-Beta03/wsrp-producer-lib-1.0.0-Beta03.pom
maven2/org/gatein/wsrp/wsrp-producer-lib/1.0.0-Beta03/wsrp-producer-lib-1.0.0-Beta03.pom.md5
maven2/org/gatein/wsrp/wsrp-producer-lib/1.0.0-Beta03/wsrp-producer-lib-1.0.0-Beta03.pom.sha1
maven2/org/gatein/wsrp/wsrp-producer/1.0.0-Beta03/
maven2/org/gatein/wsrp/wsrp-producer/1.0.0-Beta03/wsrp-producer-1.0.0-Beta03-sources.jar
maven2/org/gatein/wsrp/wsrp-producer/1.0.0-Beta03/wsrp-producer-1.0.0-Beta03-sources.jar.md5
maven2/org/gatein/wsrp/wsrp-producer/1.0.0-Beta03/wsrp-producer-1.0.0-Beta03-sources.jar.sha1
maven2/org/gatein/wsrp/wsrp-producer/1.0.0-Beta03/wsrp-producer-1.0.0-Beta03.pom
maven2/org/gatein/wsrp/wsrp-producer/1.0.0-Beta03/wsrp-producer-1.0.0-Beta03.pom.md5
maven2/org/gatein/wsrp/wsrp-producer/1.0.0-Beta03/wsrp-producer-1.0.0-Beta03.pom.sha1
maven2/org/gatein/wsrp/wsrp-producer/1.0.0-Beta03/wsrp-producer-1.0.0-Beta03.war
maven2/org/gatein/wsrp/wsrp-producer/1.0.0-Beta03/wsrp-producer-1.0.0-Beta03.war.md5
maven2/org/gatein/wsrp/wsrp-producer/1.0.0-Beta03/wsrp-producer-1.0.0-Beta03.war.sha1
maven2/org/gatein/wsrp/wsrp-wsrp1-ws/1.0.0-Beta03/
maven2/org/gatein/wsrp/wsrp-wsrp1-ws/1.0.0-Beta03/wsrp-wsrp1-ws-1.0.0-Beta03-sources.jar
maven2/org/gatein/wsrp/wsrp-wsrp1-ws/1.0.0-Beta03/wsrp-wsrp1-ws-1.0.0-Beta03-sources.jar.md5
maven2/org/gatein/wsrp/wsrp-wsrp1-ws/1.0.0-Beta03/wsrp-wsrp1-ws-1.0.0-Beta03-sources.jar.sha1
maven2/org/gatein/wsrp/wsrp-wsrp1-ws/1.0.0-Beta03/wsrp-wsrp1-ws-1.0.0-Beta03.jar
maven2/org/gatein/wsrp/wsrp-wsrp1-ws/1.0.0-Beta03/wsrp-wsrp1-ws-1.0.0-Beta03.jar.md5
maven2/org/gatein/wsrp/wsrp-wsrp1-ws/1.0.0-Beta03/wsrp-wsrp1-ws-1.0.0-Beta03.jar.sha1
maven2/org/gatein/wsrp/wsrp-wsrp1-ws/1.0.0-Beta03/wsrp-wsrp1-ws-1.0.0-Beta03.pom
maven2/org/gatein/wsrp/wsrp-wsrp1-ws/1.0.0-Beta03/wsrp-wsrp1-ws-1.0.0-Beta03.pom.md5
maven2/org/gatein/wsrp/wsrp-wsrp1-ws/1.0.0-Beta03/wsrp-wsrp1-ws-1.0.0-Beta03.pom.sha1
Modified:
maven2/org/gatein/wsrp/test-framework/maven-metadata.xml
maven2/org/gatein/wsrp/test-framework/maven-metadata.xml.md5
maven2/org/gatein/wsrp/test-framework/maven-metadata.xml.sha1
maven2/org/gatein/wsrp/wsrp-admin-gui/maven-metadata.xml
maven2/org/gatein/wsrp/wsrp-admin-gui/maven-metadata.xml.md5
maven2/org/gatein/wsrp/wsrp-admin-gui/maven-metadata.xml.sha1
maven2/org/gatein/wsrp/wsrp-common/maven-metadata.xml
maven2/org/gatein/wsrp/wsrp-common/maven-metadata.xml.md5
maven2/org/gatein/wsrp/wsrp-common/maven-metadata.xml.sha1
maven2/org/gatein/wsrp/wsrp-consumer/maven-metadata.xml
maven2/org/gatein/wsrp/wsrp-consumer/maven-metadata.xml.md5
maven2/org/gatein/wsrp/wsrp-consumer/maven-metadata.xml.sha1
maven2/org/gatein/wsrp/wsrp-integration-api/maven-metadata.xml
maven2/org/gatein/wsrp/wsrp-integration-api/maven-metadata.xml.md5
maven2/org/gatein/wsrp/wsrp-integration-api/maven-metadata.xml.sha1
maven2/org/gatein/wsrp/wsrp-parent/maven-metadata.xml
maven2/org/gatein/wsrp/wsrp-parent/maven-metadata.xml.md5
maven2/org/gatein/wsrp/wsrp-parent/maven-metadata.xml.sha1
maven2/org/gatein/wsrp/wsrp-producer-lib/maven-metadata.xml
maven2/org/gatein/wsrp/wsrp-producer-lib/maven-metadata.xml.md5
maven2/org/gatein/wsrp/wsrp-producer-lib/maven-metadata.xml.sha1
maven2/org/gatein/wsrp/wsrp-producer/maven-metadata.xml
maven2/org/gatein/wsrp/wsrp-producer/maven-metadata.xml.md5
maven2/org/gatein/wsrp/wsrp-producer/maven-metadata.xml.sha1
maven2/org/gatein/wsrp/wsrp-wsrp1-ws/maven-metadata.xml
maven2/org/gatein/wsrp/wsrp-wsrp1-ws/maven-metadata.xml.md5
maven2/org/gatein/wsrp/wsrp-wsrp1-ws/maven-metadata.xml.sha1
Log:
Adding WSRP 1.0.0-Beta03
Added: maven2/org/gatein/wsrp/test-framework/1.0.0-Beta03/test-framework-1.0.0-Beta03-sources.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/gatein/wsrp/test-framework/1.0.0-Beta03/test-framework-1.0.0-Beta03-sources.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/gatein/wsrp/test-framework/1.0.0-Beta03/test-framework-1.0.0-Beta03-sources.jar.md5
===================================================================
--- maven2/org/gatein/wsrp/test-framework/1.0.0-Beta03/test-framework-1.0.0-Beta03-sources.jar.md5 (rev 0)
+++ maven2/org/gatein/wsrp/test-framework/1.0.0-Beta03/test-framework-1.0.0-Beta03-sources.jar.md5 2009-12-22 08:43:49 UTC (rev 33182)
@@ -0,0 +1 @@
+bc39ae0cccd3204bf84c229a812cec31
\ No newline at end of file
Added: maven2/org/gatein/wsrp/test-framework/1.0.0-Beta03/test-framework-1.0.0-Beta03-sources.jar.sha1
===================================================================
--- maven2/org/gatein/wsrp/test-framework/1.0.0-Beta03/test-framework-1.0.0-Beta03-sources.jar.sha1 (rev 0)
+++ maven2/org/gatein/wsrp/test-framework/1.0.0-Beta03/test-framework-1.0.0-Beta03-sources.jar.sha1 2009-12-22 08:43:49 UTC (rev 33182)
@@ -0,0 +1 @@
+452892e6cd36dc8e0de52ad37ed74b090b46085d
\ No newline at end of file
Added: maven2/org/gatein/wsrp/test-framework/1.0.0-Beta03/test-framework-1.0.0-Beta03.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/gatein/wsrp/test-framework/1.0.0-Beta03/test-framework-1.0.0-Beta03.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/gatein/wsrp/test-framework/1.0.0-Beta03/test-framework-1.0.0-Beta03.jar.md5
===================================================================
--- maven2/org/gatein/wsrp/test-framework/1.0.0-Beta03/test-framework-1.0.0-Beta03.jar.md5 (rev 0)
+++ maven2/org/gatein/wsrp/test-framework/1.0.0-Beta03/test-framework-1.0.0-Beta03.jar.md5 2009-12-22 08:43:49 UTC (rev 33182)
@@ -0,0 +1 @@
+6fa3e2f05ba526564c2471a34f2654e4
\ No newline at end of file
Added: maven2/org/gatein/wsrp/test-framework/1.0.0-Beta03/test-framework-1.0.0-Beta03.jar.sha1
===================================================================
--- maven2/org/gatein/wsrp/test-framework/1.0.0-Beta03/test-framework-1.0.0-Beta03.jar.sha1 (rev 0)
+++ maven2/org/gatein/wsrp/test-framework/1.0.0-Beta03/test-framework-1.0.0-Beta03.jar.sha1 2009-12-22 08:43:49 UTC (rev 33182)
@@ -0,0 +1 @@
+e903057e2868995f60d645d0457498666b953674
\ No newline at end of file
Added: maven2/org/gatein/wsrp/test-framework/1.0.0-Beta03/test-framework-1.0.0-Beta03.pom
===================================================================
--- maven2/org/gatein/wsrp/test-framework/1.0.0-Beta03/test-framework-1.0.0-Beta03.pom (rev 0)
+++ maven2/org/gatein/wsrp/test-framework/1.0.0-Beta03/test-framework-1.0.0-Beta03.pom 2009-12-22 08:43:49 UTC (rev 33182)
@@ -0,0 +1,38 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ <parent>
+ <groupId>org.gatein.wsrp</groupId>
+ <artifactId>wsrp-parent</artifactId>
+ <version>1.0.0-Beta03</version>
+ </parent>
+
+ <modelVersion>4.0.0</modelVersion>
+ <artifactId>test-framework</artifactId>
+ <packaging>jar</packaging>
+ <name>GateIn WSRP Test Framework</name>
+
+ <dependencies>
+ <!--<dependency>
+ <groupId>org.gatein.wsrp</groupId>
+ <artifactId>wsrp-common</artifactId>
+ </dependency>-->
+ <dependency>
+ <groupId>org.gatein.wsrp</groupId>
+ <artifactId>wsrp-wsrp1-ws</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.gatein.pc</groupId>
+ <artifactId>pc-api</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.gatein.pc</groupId>
+ <artifactId>pc-portlet</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>javax.xml.soap</groupId>
+ <artifactId>saaj-api</artifactId>
+ </dependency>
+ </dependencies>
+
+
+</project>
\ No newline at end of file
Added: maven2/org/gatein/wsrp/test-framework/1.0.0-Beta03/test-framework-1.0.0-Beta03.pom.md5
===================================================================
--- maven2/org/gatein/wsrp/test-framework/1.0.0-Beta03/test-framework-1.0.0-Beta03.pom.md5 (rev 0)
+++ maven2/org/gatein/wsrp/test-framework/1.0.0-Beta03/test-framework-1.0.0-Beta03.pom.md5 2009-12-22 08:43:49 UTC (rev 33182)
@@ -0,0 +1 @@
+d7597affe4865afc5882b9e19397a3e6
\ No newline at end of file
Added: maven2/org/gatein/wsrp/test-framework/1.0.0-Beta03/test-framework-1.0.0-Beta03.pom.sha1
===================================================================
--- maven2/org/gatein/wsrp/test-framework/1.0.0-Beta03/test-framework-1.0.0-Beta03.pom.sha1 (rev 0)
+++ maven2/org/gatein/wsrp/test-framework/1.0.0-Beta03/test-framework-1.0.0-Beta03.pom.sha1 2009-12-22 08:43:49 UTC (rev 33182)
@@ -0,0 +1 @@
+762b0a7d9c107802e1988adecda1d0ba84d39d41
\ No newline at end of file
Modified: maven2/org/gatein/wsrp/test-framework/maven-metadata.xml
===================================================================
--- maven2/org/gatein/wsrp/test-framework/maven-metadata.xml 2009-12-21 13:26:42 UTC (rev 33181)
+++ maven2/org/gatein/wsrp/test-framework/maven-metadata.xml 2009-12-22 08:43:49 UTC (rev 33182)
@@ -6,7 +6,8 @@
<versioning>
<versions>
<version>1.0.0-Beta02</version>
+ <version>1.0.0-Beta03</version>
</versions>
- <lastUpdated>20091214163014</lastUpdated>
+ <lastUpdated>20091222083612</lastUpdated>
</versioning>
</metadata>
Modified: maven2/org/gatein/wsrp/test-framework/maven-metadata.xml.md5
===================================================================
--- maven2/org/gatein/wsrp/test-framework/maven-metadata.xml.md5 2009-12-21 13:26:42 UTC (rev 33181)
+++ maven2/org/gatein/wsrp/test-framework/maven-metadata.xml.md5 2009-12-22 08:43:49 UTC (rev 33182)
@@ -1 +1 @@
-342d8e5e4bfc6dc42c489d231c76d517
\ No newline at end of file
+6e9872dd4126942fb3f5ed2925a82d77
\ No newline at end of file
Modified: maven2/org/gatein/wsrp/test-framework/maven-metadata.xml.sha1
===================================================================
--- maven2/org/gatein/wsrp/test-framework/maven-metadata.xml.sha1 2009-12-21 13:26:42 UTC (rev 33181)
+++ maven2/org/gatein/wsrp/test-framework/maven-metadata.xml.sha1 2009-12-22 08:43:49 UTC (rev 33182)
@@ -1 +1 @@
-6dbd8af981925a526f0c0cfe2530b78c09b3d513
\ No newline at end of file
+3b53333aa13d3efda6c335c8aecba11bf33f4f3d
\ No newline at end of file
Added: maven2/org/gatein/wsrp/wsrp-admin-gui/1.0.0-Beta03/wsrp-admin-gui-1.0.0-Beta03-sources.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/gatein/wsrp/wsrp-admin-gui/1.0.0-Beta03/wsrp-admin-gui-1.0.0-Beta03-sources.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/gatein/wsrp/wsrp-admin-gui/1.0.0-Beta03/wsrp-admin-gui-1.0.0-Beta03-sources.jar.md5
===================================================================
--- maven2/org/gatein/wsrp/wsrp-admin-gui/1.0.0-Beta03/wsrp-admin-gui-1.0.0-Beta03-sources.jar.md5 (rev 0)
+++ maven2/org/gatein/wsrp/wsrp-admin-gui/1.0.0-Beta03/wsrp-admin-gui-1.0.0-Beta03-sources.jar.md5 2009-12-22 08:43:49 UTC (rev 33182)
@@ -0,0 +1 @@
+65638c3ac643f263f6d3ee35d5844e10
\ No newline at end of file
Added: maven2/org/gatein/wsrp/wsrp-admin-gui/1.0.0-Beta03/wsrp-admin-gui-1.0.0-Beta03-sources.jar.sha1
===================================================================
--- maven2/org/gatein/wsrp/wsrp-admin-gui/1.0.0-Beta03/wsrp-admin-gui-1.0.0-Beta03-sources.jar.sha1 (rev 0)
+++ maven2/org/gatein/wsrp/wsrp-admin-gui/1.0.0-Beta03/wsrp-admin-gui-1.0.0-Beta03-sources.jar.sha1 2009-12-22 08:43:49 UTC (rev 33182)
@@ -0,0 +1 @@
+fcd4c41f8e92081daa323aa5609468529ed94552
\ No newline at end of file
Added: maven2/org/gatein/wsrp/wsrp-admin-gui/1.0.0-Beta03/wsrp-admin-gui-1.0.0-Beta03.pom
===================================================================
--- maven2/org/gatein/wsrp/wsrp-admin-gui/1.0.0-Beta03/wsrp-admin-gui-1.0.0-Beta03.pom (rev 0)
+++ maven2/org/gatein/wsrp/wsrp-admin-gui/1.0.0-Beta03/wsrp-admin-gui-1.0.0-Beta03.pom 2009-12-22 08:43:49 UTC (rev 33182)
@@ -0,0 +1,63 @@
+<!--
+ ~ JBoss, a division of Red Hat
+ ~ Copyright 2009, Red Hat Middleware, LLC, and individual
+ ~ contributors as indicated by the @authors tag. See the
+ ~ copyright.txt in the distribution for a full listing of
+ ~ individual contributors.
+ ~
+ ~ This is free software; you can redistribute it and/or modify it
+ ~ under the terms of the GNU Lesser General Public License as
+ ~ published by the Free Software Foundation; either version 2.1 of
+ ~ the License, or (at your option) any later version.
+ ~
+ ~ This software is distributed in the hope that it will be useful,
+ ~ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ ~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ ~ Lesser General Public License for more details.
+ ~
+ ~ You should have received a copy of the GNU Lesser General Public
+ ~ License along with this software; if not, write to the Free
+ ~ Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ ~ 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+ -->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <parent>
+ <groupId>org.gatein.wsrp</groupId>
+ <artifactId>wsrp-parent</artifactId>
+ <version>1.0.0-Beta03</version>
+ </parent>
+ <modelVersion>4.0.0</modelVersion>
+ <artifactId>wsrp-admin-gui</artifactId>
+ <packaging>war</packaging>
+ <name>GateIn WSRP Admin GUI</name>
+
+ <dependencies>
+ <dependency>
+ <groupId>org.gatein.wsrp</groupId>
+ <artifactId>wsrp-common</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.gatein.wsrp</groupId>
+ <artifactId>wsrp-consumer</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.gatein.wsrp</groupId>
+ <artifactId>wsrp-producer-lib</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.gatein.common</groupId>
+ <artifactId>common-common</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.gatein.pc</groupId>
+ <artifactId>pc-api</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>javax.faces</groupId>
+ <artifactId>jsf-api</artifactId>
+ </dependency>
+ </dependencies>
+
+</project>
\ No newline at end of file
Added: maven2/org/gatein/wsrp/wsrp-admin-gui/1.0.0-Beta03/wsrp-admin-gui-1.0.0-Beta03.pom.md5
===================================================================
--- maven2/org/gatein/wsrp/wsrp-admin-gui/1.0.0-Beta03/wsrp-admin-gui-1.0.0-Beta03.pom.md5 (rev 0)
+++ maven2/org/gatein/wsrp/wsrp-admin-gui/1.0.0-Beta03/wsrp-admin-gui-1.0.0-Beta03.pom.md5 2009-12-22 08:43:49 UTC (rev 33182)
@@ -0,0 +1 @@
+ea5167fc9436599e710d1cfb20d65272
\ No newline at end of file
Added: maven2/org/gatein/wsrp/wsrp-admin-gui/1.0.0-Beta03/wsrp-admin-gui-1.0.0-Beta03.pom.sha1
===================================================================
--- maven2/org/gatein/wsrp/wsrp-admin-gui/1.0.0-Beta03/wsrp-admin-gui-1.0.0-Beta03.pom.sha1 (rev 0)
+++ maven2/org/gatein/wsrp/wsrp-admin-gui/1.0.0-Beta03/wsrp-admin-gui-1.0.0-Beta03.pom.sha1 2009-12-22 08:43:49 UTC (rev 33182)
@@ -0,0 +1 @@
+ea4992ca2684262f3b234519816b16ecaff15d00
\ No newline at end of file
Added: maven2/org/gatein/wsrp/wsrp-admin-gui/1.0.0-Beta03/wsrp-admin-gui-1.0.0-Beta03.war
===================================================================
(Binary files differ)
Property changes on: maven2/org/gatein/wsrp/wsrp-admin-gui/1.0.0-Beta03/wsrp-admin-gui-1.0.0-Beta03.war
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/gatein/wsrp/wsrp-admin-gui/1.0.0-Beta03/wsrp-admin-gui-1.0.0-Beta03.war.md5
===================================================================
--- maven2/org/gatein/wsrp/wsrp-admin-gui/1.0.0-Beta03/wsrp-admin-gui-1.0.0-Beta03.war.md5 (rev 0)
+++ maven2/org/gatein/wsrp/wsrp-admin-gui/1.0.0-Beta03/wsrp-admin-gui-1.0.0-Beta03.war.md5 2009-12-22 08:43:49 UTC (rev 33182)
@@ -0,0 +1 @@
+65dda6a2f7da6b9ebda875f72e99041b
\ No newline at end of file
Added: maven2/org/gatein/wsrp/wsrp-admin-gui/1.0.0-Beta03/wsrp-admin-gui-1.0.0-Beta03.war.sha1
===================================================================
--- maven2/org/gatein/wsrp/wsrp-admin-gui/1.0.0-Beta03/wsrp-admin-gui-1.0.0-Beta03.war.sha1 (rev 0)
+++ maven2/org/gatein/wsrp/wsrp-admin-gui/1.0.0-Beta03/wsrp-admin-gui-1.0.0-Beta03.war.sha1 2009-12-22 08:43:49 UTC (rev 33182)
@@ -0,0 +1 @@
+ea4a37bbb4a3c8c93213c3ceb1b669c3a09fb91d
\ No newline at end of file
Modified: maven2/org/gatein/wsrp/wsrp-admin-gui/maven-metadata.xml
===================================================================
--- maven2/org/gatein/wsrp/wsrp-admin-gui/maven-metadata.xml 2009-12-21 13:26:42 UTC (rev 33181)
+++ maven2/org/gatein/wsrp/wsrp-admin-gui/maven-metadata.xml 2009-12-22 08:43:49 UTC (rev 33182)
@@ -8,7 +8,8 @@
<versions>
<version>1.0.0-Beta01</version>
<version>1.0.0-Beta02</version>
+ <version>1.0.0-Beta03</version>
</versions>
- <lastUpdated>20091214163023</lastUpdated>
+ <lastUpdated>20091222083644</lastUpdated>
</versioning>
</metadata>
Modified: maven2/org/gatein/wsrp/wsrp-admin-gui/maven-metadata.xml.md5
===================================================================
--- maven2/org/gatein/wsrp/wsrp-admin-gui/maven-metadata.xml.md5 2009-12-21 13:26:42 UTC (rev 33181)
+++ maven2/org/gatein/wsrp/wsrp-admin-gui/maven-metadata.xml.md5 2009-12-22 08:43:49 UTC (rev 33182)
@@ -1 +1 @@
-f57e360522051d133c253a259df31947
\ No newline at end of file
+5e764395a7d2f4fdc731eb9b1f786b03
\ No newline at end of file
Modified: maven2/org/gatein/wsrp/wsrp-admin-gui/maven-metadata.xml.sha1
===================================================================
--- maven2/org/gatein/wsrp/wsrp-admin-gui/maven-metadata.xml.sha1 2009-12-21 13:26:42 UTC (rev 33181)
+++ maven2/org/gatein/wsrp/wsrp-admin-gui/maven-metadata.xml.sha1 2009-12-22 08:43:49 UTC (rev 33182)
@@ -1 +1 @@
-83d5b8af0b571e2104e0091f614b161caeba50d0
\ No newline at end of file
+50c775f0c504313089f9b9b24cbaa582f909637c
\ No newline at end of file
Added: maven2/org/gatein/wsrp/wsrp-common/1.0.0-Beta03/wsrp-common-1.0.0-Beta03-sources.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/gatein/wsrp/wsrp-common/1.0.0-Beta03/wsrp-common-1.0.0-Beta03-sources.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/gatein/wsrp/wsrp-common/1.0.0-Beta03/wsrp-common-1.0.0-Beta03-sources.jar.md5
===================================================================
--- maven2/org/gatein/wsrp/wsrp-common/1.0.0-Beta03/wsrp-common-1.0.0-Beta03-sources.jar.md5 (rev 0)
+++ maven2/org/gatein/wsrp/wsrp-common/1.0.0-Beta03/wsrp-common-1.0.0-Beta03-sources.jar.md5 2009-12-22 08:43:49 UTC (rev 33182)
@@ -0,0 +1 @@
+3208020622f7541c2155bbde78df3a88
\ No newline at end of file
Added: maven2/org/gatein/wsrp/wsrp-common/1.0.0-Beta03/wsrp-common-1.0.0-Beta03-sources.jar.sha1
===================================================================
--- maven2/org/gatein/wsrp/wsrp-common/1.0.0-Beta03/wsrp-common-1.0.0-Beta03-sources.jar.sha1 (rev 0)
+++ maven2/org/gatein/wsrp/wsrp-common/1.0.0-Beta03/wsrp-common-1.0.0-Beta03-sources.jar.sha1 2009-12-22 08:43:49 UTC (rev 33182)
@@ -0,0 +1 @@
+c57a4e0a9382c617acb112cc62d9448ede6eb7df
\ No newline at end of file
Added: maven2/org/gatein/wsrp/wsrp-common/1.0.0-Beta03/wsrp-common-1.0.0-Beta03.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/gatein/wsrp/wsrp-common/1.0.0-Beta03/wsrp-common-1.0.0-Beta03.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/gatein/wsrp/wsrp-common/1.0.0-Beta03/wsrp-common-1.0.0-Beta03.jar.md5
===================================================================
--- maven2/org/gatein/wsrp/wsrp-common/1.0.0-Beta03/wsrp-common-1.0.0-Beta03.jar.md5 (rev 0)
+++ maven2/org/gatein/wsrp/wsrp-common/1.0.0-Beta03/wsrp-common-1.0.0-Beta03.jar.md5 2009-12-22 08:43:49 UTC (rev 33182)
@@ -0,0 +1 @@
+5685337f3deba5205f0d5ee05f735640
\ No newline at end of file
Added: maven2/org/gatein/wsrp/wsrp-common/1.0.0-Beta03/wsrp-common-1.0.0-Beta03.jar.sha1
===================================================================
--- maven2/org/gatein/wsrp/wsrp-common/1.0.0-Beta03/wsrp-common-1.0.0-Beta03.jar.sha1 (rev 0)
+++ maven2/org/gatein/wsrp/wsrp-common/1.0.0-Beta03/wsrp-common-1.0.0-Beta03.jar.sha1 2009-12-22 08:43:49 UTC (rev 33182)
@@ -0,0 +1 @@
+a7dc66c4a36c1cb6f7bc52f588c385e7a7c5f6bf
\ No newline at end of file
Added: maven2/org/gatein/wsrp/wsrp-common/1.0.0-Beta03/wsrp-common-1.0.0-Beta03.pom
===================================================================
--- maven2/org/gatein/wsrp/wsrp-common/1.0.0-Beta03/wsrp-common-1.0.0-Beta03.pom (rev 0)
+++ maven2/org/gatein/wsrp/wsrp-common/1.0.0-Beta03/wsrp-common-1.0.0-Beta03.pom 2009-12-22 08:43:49 UTC (rev 33182)
@@ -0,0 +1,77 @@
+<!--
+ ~ JBoss, a division of Red Hat
+ ~ Copyright 2009, Red Hat Middleware, LLC, and individual
+ ~ contributors as indicated by the @authors tag. See the
+ ~ copyright.txt in the distribution for a full listing of
+ ~ individual contributors.
+ ~
+ ~ This is free software; you can redistribute it and/or modify it
+ ~ under the terms of the GNU Lesser General Public License as
+ ~ published by the Free Software Foundation; either version 2.1 of
+ ~ the License, or (at your option) any later version.
+ ~
+ ~ This software is distributed in the hope that it will be useful,
+ ~ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ ~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ ~ Lesser General Public License for more details.
+ ~
+ ~ You should have received a copy of the GNU Lesser General Public
+ ~ License along with this software; if not, write to the Free
+ ~ Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ ~ 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+ -->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <parent>
+ <groupId>org.gatein.wsrp</groupId>
+ <artifactId>wsrp-parent</artifactId>
+ <version>1.0.0-Beta03</version>
+ </parent>
+ <modelVersion>4.0.0</modelVersion>
+ <artifactId>wsrp-common</artifactId>
+ <packaging>jar</packaging>
+ <name>GateIn WSRP Common Classes</name>
+
+ <dependencies>
+ <dependency>
+ <groupId>org.gatein.wsrp</groupId>
+ <artifactId>wsrp-wsrp1-ws</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.gatein.common</groupId>
+ <artifactId>common-common</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.gatein.pc</groupId>
+ <artifactId>pc-api</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.gatein.pc</groupId>
+ <artifactId>pc-portlet</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-api</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss</groupId>
+ <artifactId>jbossxb</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>javax.xml.soap</groupId>
+ <artifactId>saaj-api</artifactId>
+ </dependency>
+
+ <!-- tests -->
+ <dependency>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-jdk14</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.gatein.wsrp</groupId>
+ <artifactId>test-framework</artifactId>
+ <version>${project.version}</version>
+ <scope>test</scope>
+ </dependency>
+ </dependencies>
+</project>
\ No newline at end of file
Added: maven2/org/gatein/wsrp/wsrp-common/1.0.0-Beta03/wsrp-common-1.0.0-Beta03.pom.md5
===================================================================
--- maven2/org/gatein/wsrp/wsrp-common/1.0.0-Beta03/wsrp-common-1.0.0-Beta03.pom.md5 (rev 0)
+++ maven2/org/gatein/wsrp/wsrp-common/1.0.0-Beta03/wsrp-common-1.0.0-Beta03.pom.md5 2009-12-22 08:43:49 UTC (rev 33182)
@@ -0,0 +1 @@
+8bbb627b8708a545a640e3a27e87d348
\ No newline at end of file
Added: maven2/org/gatein/wsrp/wsrp-common/1.0.0-Beta03/wsrp-common-1.0.0-Beta03.pom.sha1
===================================================================
--- maven2/org/gatein/wsrp/wsrp-common/1.0.0-Beta03/wsrp-common-1.0.0-Beta03.pom.sha1 (rev 0)
+++ maven2/org/gatein/wsrp/wsrp-common/1.0.0-Beta03/wsrp-common-1.0.0-Beta03.pom.sha1 2009-12-22 08:43:49 UTC (rev 33182)
@@ -0,0 +1 @@
+c4654e1d702acfc906df37037d9244a3ea4dbbb5
\ No newline at end of file
Modified: maven2/org/gatein/wsrp/wsrp-common/maven-metadata.xml
===================================================================
--- maven2/org/gatein/wsrp/wsrp-common/maven-metadata.xml 2009-12-21 13:26:42 UTC (rev 33181)
+++ maven2/org/gatein/wsrp/wsrp-common/maven-metadata.xml 2009-12-22 08:43:49 UTC (rev 33182)
@@ -8,7 +8,8 @@
<versions>
<version>1.0.0-Beta01</version>
<version>1.0.0-Beta02</version>
+ <version>1.0.0-Beta03</version>
</versions>
- <lastUpdated>20091214163016</lastUpdated>
+ <lastUpdated>20091222083618</lastUpdated>
</versioning>
</metadata>
Modified: maven2/org/gatein/wsrp/wsrp-common/maven-metadata.xml.md5
===================================================================
--- maven2/org/gatein/wsrp/wsrp-common/maven-metadata.xml.md5 2009-12-21 13:26:42 UTC (rev 33181)
+++ maven2/org/gatein/wsrp/wsrp-common/maven-metadata.xml.md5 2009-12-22 08:43:49 UTC (rev 33182)
@@ -1 +1 @@
-6a8b72455a2c06412cd059ee97bc9268
\ No newline at end of file
+5aec626d757ea37a17bfee6dc319329d
\ No newline at end of file
Modified: maven2/org/gatein/wsrp/wsrp-common/maven-metadata.xml.sha1
===================================================================
--- maven2/org/gatein/wsrp/wsrp-common/maven-metadata.xml.sha1 2009-12-21 13:26:42 UTC (rev 33181)
+++ maven2/org/gatein/wsrp/wsrp-common/maven-metadata.xml.sha1 2009-12-22 08:43:49 UTC (rev 33182)
@@ -1 +1 @@
-d15ef36c7f55139ada941e465d7640bb1cdaaef3
\ No newline at end of file
+1517d0c1fa5fd620f17b692f1886530955329497
\ No newline at end of file
Added: maven2/org/gatein/wsrp/wsrp-consumer/1.0.0-Beta03/wsrp-consumer-1.0.0-Beta03-sources.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/gatein/wsrp/wsrp-consumer/1.0.0-Beta03/wsrp-consumer-1.0.0-Beta03-sources.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/gatein/wsrp/wsrp-consumer/1.0.0-Beta03/wsrp-consumer-1.0.0-Beta03-sources.jar.md5
===================================================================
--- maven2/org/gatein/wsrp/wsrp-consumer/1.0.0-Beta03/wsrp-consumer-1.0.0-Beta03-sources.jar.md5 (rev 0)
+++ maven2/org/gatein/wsrp/wsrp-consumer/1.0.0-Beta03/wsrp-consumer-1.0.0-Beta03-sources.jar.md5 2009-12-22 08:43:49 UTC (rev 33182)
@@ -0,0 +1 @@
+195b8a4ecc680613e2dc7bc785a0a00b
\ No newline at end of file
Added: maven2/org/gatein/wsrp/wsrp-consumer/1.0.0-Beta03/wsrp-consumer-1.0.0-Beta03-sources.jar.sha1
===================================================================
--- maven2/org/gatein/wsrp/wsrp-consumer/1.0.0-Beta03/wsrp-consumer-1.0.0-Beta03-sources.jar.sha1 (rev 0)
+++ maven2/org/gatein/wsrp/wsrp-consumer/1.0.0-Beta03/wsrp-consumer-1.0.0-Beta03-sources.jar.sha1 2009-12-22 08:43:49 UTC (rev 33182)
@@ -0,0 +1 @@
+d40872903be70f58edc4d85f1fd2d96945c305ba
\ No newline at end of file
Added: maven2/org/gatein/wsrp/wsrp-consumer/1.0.0-Beta03/wsrp-consumer-1.0.0-Beta03.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/gatein/wsrp/wsrp-consumer/1.0.0-Beta03/wsrp-consumer-1.0.0-Beta03.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/gatein/wsrp/wsrp-consumer/1.0.0-Beta03/wsrp-consumer-1.0.0-Beta03.jar.md5
===================================================================
--- maven2/org/gatein/wsrp/wsrp-consumer/1.0.0-Beta03/wsrp-consumer-1.0.0-Beta03.jar.md5 (rev 0)
+++ maven2/org/gatein/wsrp/wsrp-consumer/1.0.0-Beta03/wsrp-consumer-1.0.0-Beta03.jar.md5 2009-12-22 08:43:49 UTC (rev 33182)
@@ -0,0 +1 @@
+c4d897b890627bf3d5dee2bf6da329a7
\ No newline at end of file
Added: maven2/org/gatein/wsrp/wsrp-consumer/1.0.0-Beta03/wsrp-consumer-1.0.0-Beta03.jar.sha1
===================================================================
--- maven2/org/gatein/wsrp/wsrp-consumer/1.0.0-Beta03/wsrp-consumer-1.0.0-Beta03.jar.sha1 (rev 0)
+++ maven2/org/gatein/wsrp/wsrp-consumer/1.0.0-Beta03/wsrp-consumer-1.0.0-Beta03.jar.sha1 2009-12-22 08:43:49 UTC (rev 33182)
@@ -0,0 +1 @@
+8a0263301b6a1e10391d352a83be4356a4932083
\ No newline at end of file
Added: maven2/org/gatein/wsrp/wsrp-consumer/1.0.0-Beta03/wsrp-consumer-1.0.0-Beta03.pom
===================================================================
--- maven2/org/gatein/wsrp/wsrp-consumer/1.0.0-Beta03/wsrp-consumer-1.0.0-Beta03.pom (rev 0)
+++ maven2/org/gatein/wsrp/wsrp-consumer/1.0.0-Beta03/wsrp-consumer-1.0.0-Beta03.pom 2009-12-22 08:43:49 UTC (rev 33182)
@@ -0,0 +1,116 @@
+<!--
+ ~ JBoss, a division of Red Hat
+ ~ Copyright 2009, Red Hat Middleware, LLC, and individual
+ ~ contributors as indicated by the @authors tag. See the
+ ~ copyright.txt in the distribution for a full listing of
+ ~ individual contributors.
+ ~
+ ~ This is free software; you can redistribute it and/or modify it
+ ~ under the terms of the GNU Lesser General Public License as
+ ~ published by the Free Software Foundation; either version 2.1 of
+ ~ the License, or (at your option) any later version.
+ ~
+ ~ This software is distributed in the hope that it will be useful,
+ ~ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ ~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ ~ Lesser General Public License for more details.
+ ~
+ ~ You should have received a copy of the GNU Lesser General Public
+ ~ License along with this software; if not, write to the Free
+ ~ Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ ~ 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+ -->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <parent>
+ <groupId>org.gatein.wsrp</groupId>
+ <artifactId>wsrp-parent</artifactId>
+ <version>1.0.0-Beta03</version>
+ </parent>
+ <modelVersion>4.0.0</modelVersion>
+ <artifactId>wsrp-consumer</artifactId>
+ <packaging>jar</packaging>
+ <name>GateIn WSRP Consumer</name>
+
+ <dependencies>
+ <dependency>
+ <groupId>org.gatein.wsrp</groupId>
+ <artifactId>wsrp-common</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.gatein.wsrp</groupId>
+ <artifactId>wsrp-integration-api</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.gatein.wsrp</groupId>
+ <artifactId>wsrp-wsrp1-ws</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>org.gatein.common</groupId>
+ <artifactId>common-common</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.gatein.pc</groupId>
+ <artifactId>pc-api</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.gatein.pc</groupId>
+ <artifactId>pc-portlet</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.gatein.pc</groupId>
+ <artifactId>pc-federation</artifactId>
+ </dependency>
+
+ <!-- JBoss dependencies -->
+ <dependency>
+ <groupId>org.jboss</groupId>
+ <artifactId>jbossxb</artifactId>
+ </dependency>
+
+ <!-- other dependencies -->
+ <dependency>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-jdk14</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>commons-fileupload</groupId>
+ <artifactId>commons-fileupload</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>javax.mail</groupId>
+ <artifactId>mail</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.hibernate</groupId>
+ <artifactId>hibernate-core</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>org.jboss.unit</groupId>
+ <artifactId>jboss-unit-remote</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.gatein.wsrp</groupId>
+ <artifactId>test-framework</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ </dependencies>
+
+ <!-- Disable some tests for now until we can find some time to work on migrating them -->
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <excludes>
+ <exclude>org/gatein/wsrp/protocol/v1/*</exclude>
+ </excludes>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+</project>
\ No newline at end of file
Added: maven2/org/gatein/wsrp/wsrp-consumer/1.0.0-Beta03/wsrp-consumer-1.0.0-Beta03.pom.md5
===================================================================
--- maven2/org/gatein/wsrp/wsrp-consumer/1.0.0-Beta03/wsrp-consumer-1.0.0-Beta03.pom.md5 (rev 0)
+++ maven2/org/gatein/wsrp/wsrp-consumer/1.0.0-Beta03/wsrp-consumer-1.0.0-Beta03.pom.md5 2009-12-22 08:43:49 UTC (rev 33182)
@@ -0,0 +1 @@
+b6c6fdea6659bf1bcbecfb4d3255c898
\ No newline at end of file
Added: maven2/org/gatein/wsrp/wsrp-consumer/1.0.0-Beta03/wsrp-consumer-1.0.0-Beta03.pom.sha1
===================================================================
--- maven2/org/gatein/wsrp/wsrp-consumer/1.0.0-Beta03/wsrp-consumer-1.0.0-Beta03.pom.sha1 (rev 0)
+++ maven2/org/gatein/wsrp/wsrp-consumer/1.0.0-Beta03/wsrp-consumer-1.0.0-Beta03.pom.sha1 2009-12-22 08:43:49 UTC (rev 33182)
@@ -0,0 +1 @@
+6aa56367a92cdcb0ca00a477f555d6be090775b4
\ No newline at end of file
Modified: maven2/org/gatein/wsrp/wsrp-consumer/maven-metadata.xml
===================================================================
--- maven2/org/gatein/wsrp/wsrp-consumer/maven-metadata.xml 2009-12-21 13:26:42 UTC (rev 33181)
+++ maven2/org/gatein/wsrp/wsrp-consumer/maven-metadata.xml 2009-12-22 08:43:49 UTC (rev 33182)
@@ -8,7 +8,8 @@
<versions>
<version>1.0.0-Beta01</version>
<version>1.0.0-Beta02</version>
+ <version>1.0.0-Beta03</version>
</versions>
- <lastUpdated>20091214163020</lastUpdated>
+ <lastUpdated>20091222083634</lastUpdated>
</versioning>
</metadata>
Modified: maven2/org/gatein/wsrp/wsrp-consumer/maven-metadata.xml.md5
===================================================================
--- maven2/org/gatein/wsrp/wsrp-consumer/maven-metadata.xml.md5 2009-12-21 13:26:42 UTC (rev 33181)
+++ maven2/org/gatein/wsrp/wsrp-consumer/maven-metadata.xml.md5 2009-12-22 08:43:49 UTC (rev 33182)
@@ -1 +1 @@
-b2a7e4a1c4b4565013642318c3e5b63f
\ No newline at end of file
+6a45b9c63f125a1775b805f32e105852
\ No newline at end of file
Modified: maven2/org/gatein/wsrp/wsrp-consumer/maven-metadata.xml.sha1
===================================================================
--- maven2/org/gatein/wsrp/wsrp-consumer/maven-metadata.xml.sha1 2009-12-21 13:26:42 UTC (rev 33181)
+++ maven2/org/gatein/wsrp/wsrp-consumer/maven-metadata.xml.sha1 2009-12-22 08:43:49 UTC (rev 33182)
@@ -1 +1 @@
-d2b247d73a9946ccbbd6597f33eb4241d146a758
\ No newline at end of file
+380877d712bf53993d51e4dbfb1421f82a54e101
\ No newline at end of file
Added: maven2/org/gatein/wsrp/wsrp-integration-api/1.0.0-Beta03/wsrp-integration-api-1.0.0-Beta03-sources.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/gatein/wsrp/wsrp-integration-api/1.0.0-Beta03/wsrp-integration-api-1.0.0-Beta03-sources.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/gatein/wsrp/wsrp-integration-api/1.0.0-Beta03/wsrp-integration-api-1.0.0-Beta03-sources.jar.md5
===================================================================
--- maven2/org/gatein/wsrp/wsrp-integration-api/1.0.0-Beta03/wsrp-integration-api-1.0.0-Beta03-sources.jar.md5 (rev 0)
+++ maven2/org/gatein/wsrp/wsrp-integration-api/1.0.0-Beta03/wsrp-integration-api-1.0.0-Beta03-sources.jar.md5 2009-12-22 08:43:49 UTC (rev 33182)
@@ -0,0 +1 @@
+de14c5c52a86739f6d36fb73f343bc5b
\ No newline at end of file
Added: maven2/org/gatein/wsrp/wsrp-integration-api/1.0.0-Beta03/wsrp-integration-api-1.0.0-Beta03-sources.jar.sha1
===================================================================
--- maven2/org/gatein/wsrp/wsrp-integration-api/1.0.0-Beta03/wsrp-integration-api-1.0.0-Beta03-sources.jar.sha1 (rev 0)
+++ maven2/org/gatein/wsrp/wsrp-integration-api/1.0.0-Beta03/wsrp-integration-api-1.0.0-Beta03-sources.jar.sha1 2009-12-22 08:43:49 UTC (rev 33182)
@@ -0,0 +1 @@
+768c14e8b7ab4a4cdc0206f05414bfb88c8104c1
\ No newline at end of file
Added: maven2/org/gatein/wsrp/wsrp-integration-api/1.0.0-Beta03/wsrp-integration-api-1.0.0-Beta03.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/gatein/wsrp/wsrp-integration-api/1.0.0-Beta03/wsrp-integration-api-1.0.0-Beta03.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/gatein/wsrp/wsrp-integration-api/1.0.0-Beta03/wsrp-integration-api-1.0.0-Beta03.jar.md5
===================================================================
--- maven2/org/gatein/wsrp/wsrp-integration-api/1.0.0-Beta03/wsrp-integration-api-1.0.0-Beta03.jar.md5 (rev 0)
+++ maven2/org/gatein/wsrp/wsrp-integration-api/1.0.0-Beta03/wsrp-integration-api-1.0.0-Beta03.jar.md5 2009-12-22 08:43:49 UTC (rev 33182)
@@ -0,0 +1 @@
+45a1398303b597ad540548f20722557e
\ No newline at end of file
Added: maven2/org/gatein/wsrp/wsrp-integration-api/1.0.0-Beta03/wsrp-integration-api-1.0.0-Beta03.jar.sha1
===================================================================
--- maven2/org/gatein/wsrp/wsrp-integration-api/1.0.0-Beta03/wsrp-integration-api-1.0.0-Beta03.jar.sha1 (rev 0)
+++ maven2/org/gatein/wsrp/wsrp-integration-api/1.0.0-Beta03/wsrp-integration-api-1.0.0-Beta03.jar.sha1 2009-12-22 08:43:49 UTC (rev 33182)
@@ -0,0 +1 @@
+8a0782c18b06b3d9c4aa3711da16aa0fd42ce8e8
\ No newline at end of file
Added: maven2/org/gatein/wsrp/wsrp-integration-api/1.0.0-Beta03/wsrp-integration-api-1.0.0-Beta03.pom
===================================================================
--- maven2/org/gatein/wsrp/wsrp-integration-api/1.0.0-Beta03/wsrp-integration-api-1.0.0-Beta03.pom (rev 0)
+++ maven2/org/gatein/wsrp/wsrp-integration-api/1.0.0-Beta03/wsrp-integration-api-1.0.0-Beta03.pom 2009-12-22 08:43:49 UTC (rev 33182)
@@ -0,0 +1,42 @@
+<!--
+ ~ JBoss, a division of Red Hat
+ ~ Copyright 2009, Red Hat Middleware, LLC, and individual
+ ~ contributors as indicated by the @authors tag. See the
+ ~ copyright.txt in the distribution for a full listing of
+ ~ individual contributors.
+ ~
+ ~ This is free software; you can redistribute it and/or modify it
+ ~ under the terms of the GNU Lesser General Public License as
+ ~ published by the Free Software Foundation; either version 2.1 of
+ ~ the License, or (at your option) any later version.
+ ~
+ ~ This software is distributed in the hope that it will be useful,
+ ~ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ ~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ ~ Lesser General Public License for more details.
+ ~
+ ~ You should have received a copy of the GNU Lesser General Public
+ ~ License along with this software; if not, write to the Free
+ ~ Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ ~ 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+ -->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <parent>
+ <groupId>org.gatein.wsrp</groupId>
+ <artifactId>wsrp-parent</artifactId>
+ <version>1.0.0-Beta03</version>
+ </parent>
+ <modelVersion>4.0.0</modelVersion>
+ <artifactId>wsrp-integration-api</artifactId>
+ <packaging>jar</packaging>
+ <name>GateIn WSRP Integration API</name>
+
+ <dependencies>
+ <dependency>
+ <groupId>javax.servlet</groupId>
+ <artifactId>servlet-api</artifactId>
+ </dependency>
+ </dependencies>
+
+</project>
\ No newline at end of file
Added: maven2/org/gatein/wsrp/wsrp-integration-api/1.0.0-Beta03/wsrp-integration-api-1.0.0-Beta03.pom.md5
===================================================================
--- maven2/org/gatein/wsrp/wsrp-integration-api/1.0.0-Beta03/wsrp-integration-api-1.0.0-Beta03.pom.md5 (rev 0)
+++ maven2/org/gatein/wsrp/wsrp-integration-api/1.0.0-Beta03/wsrp-integration-api-1.0.0-Beta03.pom.md5 2009-12-22 08:43:49 UTC (rev 33182)
@@ -0,0 +1 @@
+e183f7cb9ee72af42b29ee88fcb7e8ef
\ No newline at end of file
Added: maven2/org/gatein/wsrp/wsrp-integration-api/1.0.0-Beta03/wsrp-integration-api-1.0.0-Beta03.pom.sha1
===================================================================
--- maven2/org/gatein/wsrp/wsrp-integration-api/1.0.0-Beta03/wsrp-integration-api-1.0.0-Beta03.pom.sha1 (rev 0)
+++ maven2/org/gatein/wsrp/wsrp-integration-api/1.0.0-Beta03/wsrp-integration-api-1.0.0-Beta03.pom.sha1 2009-12-22 08:43:49 UTC (rev 33182)
@@ -0,0 +1 @@
+4aeb6019d2b83d08f077cbd9f39eaed5f264ef5b
\ No newline at end of file
Modified: maven2/org/gatein/wsrp/wsrp-integration-api/maven-metadata.xml
===================================================================
--- maven2/org/gatein/wsrp/wsrp-integration-api/maven-metadata.xml 2009-12-21 13:26:42 UTC (rev 33181)
+++ maven2/org/gatein/wsrp/wsrp-integration-api/maven-metadata.xml 2009-12-22 08:43:49 UTC (rev 33182)
@@ -8,7 +8,8 @@
<versions>
<version>1.0.0-Beta01</version>
<version>1.0.0-Beta02</version>
+ <version>1.0.0-Beta03</version>
</versions>
- <lastUpdated>20091214163011</lastUpdated>
+ <lastUpdated>20091222083602</lastUpdated>
</versioning>
</metadata>
Modified: maven2/org/gatein/wsrp/wsrp-integration-api/maven-metadata.xml.md5
===================================================================
--- maven2/org/gatein/wsrp/wsrp-integration-api/maven-metadata.xml.md5 2009-12-21 13:26:42 UTC (rev 33181)
+++ maven2/org/gatein/wsrp/wsrp-integration-api/maven-metadata.xml.md5 2009-12-22 08:43:49 UTC (rev 33182)
@@ -1 +1 @@
-9ccdacd38f3bd9241be7e82e841faba5
\ No newline at end of file
+abc62338207c007589fe7a2436aea438
\ No newline at end of file
Modified: maven2/org/gatein/wsrp/wsrp-integration-api/maven-metadata.xml.sha1
===================================================================
--- maven2/org/gatein/wsrp/wsrp-integration-api/maven-metadata.xml.sha1 2009-12-21 13:26:42 UTC (rev 33181)
+++ maven2/org/gatein/wsrp/wsrp-integration-api/maven-metadata.xml.sha1 2009-12-22 08:43:49 UTC (rev 33182)
@@ -1 +1 @@
-bf3b581a38e2a8b2b15f0efc5cd3db98bb30fc97
\ No newline at end of file
+5618f23d8b6721bd2f0a744c8775a17f247ff7b9
\ No newline at end of file
Added: maven2/org/gatein/wsrp/wsrp-parent/1.0.0-Beta03/wsrp-parent-1.0.0-Beta03.pom
===================================================================
--- maven2/org/gatein/wsrp/wsrp-parent/1.0.0-Beta03/wsrp-parent-1.0.0-Beta03.pom (rev 0)
+++ maven2/org/gatein/wsrp/wsrp-parent/1.0.0-Beta03/wsrp-parent-1.0.0-Beta03.pom 2009-12-22 08:43:49 UTC (rev 33182)
@@ -0,0 +1,201 @@
+<!--
+ ~ JBoss, a division of Red Hat
+ ~ Copyright 2009, Red Hat Middleware, LLC, and individual
+ ~ contributors as indicated by the @authors tag. See the
+ ~ copyright.txt in the distribution for a full listing of
+ ~ individual contributors.
+ ~
+ ~ This is free software; you can redistribute it and/or modify it
+ ~ under the terms of the GNU Lesser General Public License as
+ ~ published by the Free Software Foundation; either version 2.1 of
+ ~ the License, or (at your option) any later version.
+ ~
+ ~ This software is distributed in the hope that it will be useful,
+ ~ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ ~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ ~ Lesser General Public License for more details.
+ ~
+ ~ You should have received a copy of the GNU Lesser General Public
+ ~ License along with this software; if not, write to the Free
+ ~ Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ ~ 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+ -->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+
+ <modelVersion>4.0.0</modelVersion>
+
+ <name>GateIn - WSRP</name>
+
+ <groupId>org.gatein.wsrp</groupId>
+ <artifactId>wsrp-parent</artifactId>
+ <version>1.0.0-Beta03</version>
+
+ <packaging>pom</packaging>
+
+ <parent>
+ <groupId>org.gatein</groupId>
+ <artifactId>gatein-parent</artifactId>
+ <version>1.0.0-Beta04</version>
+ </parent>
+
+ <scm>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/gatein/components/wsrp/tags/1.0.0-...</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/gatein/components/wsrp/tags/1.0.0-Beta03</developerConnection>
+ <url>http://fisheye.jboss.org/browse/gatein/components/wsrp/tags/1.0.0-Beta03</url>
+ </scm>
+
+ <properties>
+ <version.gatein.pc>2.1.0-Beta02</version.gatein.pc>
+ <version.gatein.common>2.0.0-CR1</version.gatein.common>
+ <version.gatein.wci>2.0.0-Beta02</version.gatein.wci>
+
+ <version.jsf>1.2_12</version.jsf>
+ <version.apache.commons-fileupload>1.2.1</version.apache.commons-fileupload>
+ <version.javax.mail>1.4.1</version.javax.mail>
+ <version.javax.xml.ws>2.1</version.javax.xml.ws>
+ <version.javax.xml.soap.saaj>1.3</version.javax.xml.soap.saaj>
+ <version.hibernate>3.3.1.GA</version.hibernate>
+ </properties>
+
+ <dependencyManagement>
+ <dependencies>
+ <!-- Import dependency management configuration -->
+ <dependency>
+ <groupId>org.gatein</groupId>
+ <artifactId>gatein-dep</artifactId>
+ <version>1.0.0-Beta02</version>
+ <type>pom</type>
+ <scope>import</scope>
+ </dependency>
+
+ <!-- internal dependencies -->
+ <dependency>
+ <groupId>org.gatein.wsrp</groupId>
+ <artifactId>wsrp-common</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.gatein.wsrp</groupId>
+ <artifactId>wsrp-consumer</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.gatein.wsrp</groupId>
+ <artifactId>wsrp-producer-lib</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.gatein.wsrp</groupId>
+ <artifactId>wsrp-wsrp1-ws</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.gatein.wsrp</groupId>
+ <artifactId>wsrp-integration-api</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.gatein.common</groupId>
+ <artifactId>common-common</artifactId>
+ <version>${version.gatein.common}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.gatein.common</groupId>
+ <artifactId>common-mc</artifactId>
+ <version>${version.gatein.common}</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.gatein.pc</groupId>
+ <artifactId>pc-api</artifactId>
+ <version>${version.gatein.pc}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.gatein.pc</groupId>
+ <artifactId>pc-portlet</artifactId>
+ <version>${version.gatein.pc}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.gatein.pc</groupId>
+ <artifactId>pc-federation</artifactId>
+ <version>${version.gatein.pc}</version>
+ </dependency>
+
+ <!-- external dependencies -->
+ <dependency>
+ <groupId>javax.faces</groupId>
+ <artifactId>jsf-api</artifactId>
+ <version>${version.jsf}</version>
+ </dependency>
+
+ <dependency>
+ <groupId>commons-fileupload</groupId>
+ <artifactId>commons-fileupload</artifactId>
+ <version>${version.apache.commons-fileupload}</version>
+ </dependency>
+
+ <dependency>
+ <groupId>javax.mail</groupId>
+ <artifactId>mail</artifactId>
+ <version>${version.javax.mail}</version>
+ </dependency>
+
+ <dependency>
+ <groupId>javax.xml.ws</groupId>
+ <artifactId>jaxws-api</artifactId>
+ <version>${version.javax.xml.ws}</version>
+ </dependency>
+
+ <dependency>
+ <groupId>javax.xml.soap</groupId>
+ <artifactId>saaj-api</artifactId>
+ <version>${version.javax.xml.soap.saaj}</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.hibernate</groupId>
+ <artifactId>hibernate-core</artifactId>
+ <version>${version.hibernate}</version>
+ </dependency>
+
+ </dependencies>
+ </dependencyManagement>
+
+ <modules>
+ <module>api</module>
+ <module>wsrp1-ws</module>
+ <module>common</module>
+ <module>test</module>
+ <module>producer</module>
+ <module>consumer</module>
+ <module>admin-gui</module>
+ <module>wsrp-producer-war</module>
+ </modules>
+
+ <repositories>
+ <repository>
+ <id>repository.jboss.org</id>
+ <name>JBoss Repository</name>
+ <layout>default</layout>
+ <url>http://repository.jboss.org/maven2/</url>
+ <snapshots>
+ <enabled>false</enabled>
+ </snapshots>
+ </repository>
+ <repository>
+ <id>snapshots.jboss.org</id>
+ <name>JBoss Snapshots Repository</name>
+ <layout>default</layout>
+ <url>http://snapshots.jboss.org/maven2/</url>
+ <snapshots>
+ <enabled>true</enabled>
+ </snapshots>
+ <releases>
+ <enabled>false</enabled>
+ </releases>
+ </repository>
+ </repositories>
+
+</project>
Added: maven2/org/gatein/wsrp/wsrp-parent/1.0.0-Beta03/wsrp-parent-1.0.0-Beta03.pom.md5
===================================================================
--- maven2/org/gatein/wsrp/wsrp-parent/1.0.0-Beta03/wsrp-parent-1.0.0-Beta03.pom.md5 (rev 0)
+++ maven2/org/gatein/wsrp/wsrp-parent/1.0.0-Beta03/wsrp-parent-1.0.0-Beta03.pom.md5 2009-12-22 08:43:49 UTC (rev 33182)
@@ -0,0 +1 @@
+ed1f02efb92ca1e2a3a7709425ae25e1
\ No newline at end of file
Added: maven2/org/gatein/wsrp/wsrp-parent/1.0.0-Beta03/wsrp-parent-1.0.0-Beta03.pom.sha1
===================================================================
--- maven2/org/gatein/wsrp/wsrp-parent/1.0.0-Beta03/wsrp-parent-1.0.0-Beta03.pom.sha1 (rev 0)
+++ maven2/org/gatein/wsrp/wsrp-parent/1.0.0-Beta03/wsrp-parent-1.0.0-Beta03.pom.sha1 2009-12-22 08:43:49 UTC (rev 33182)
@@ -0,0 +1 @@
+86297bdaad96977a9573ab6a417fe980af475018
\ No newline at end of file
Modified: maven2/org/gatein/wsrp/wsrp-parent/maven-metadata.xml
===================================================================
--- maven2/org/gatein/wsrp/wsrp-parent/maven-metadata.xml 2009-12-21 13:26:42 UTC (rev 33181)
+++ maven2/org/gatein/wsrp/wsrp-parent/maven-metadata.xml 2009-12-22 08:43:49 UTC (rev 33182)
@@ -8,7 +8,8 @@
<versions>
<version>1.0.0-Beta01</version>
<version>1.0.0-Beta02</version>
+ <version>1.0.0-Beta03</version>
</versions>
- <lastUpdated>20091214163010</lastUpdated>
+ <lastUpdated>20091222083557</lastUpdated>
</versioning>
</metadata>
Modified: maven2/org/gatein/wsrp/wsrp-parent/maven-metadata.xml.md5
===================================================================
--- maven2/org/gatein/wsrp/wsrp-parent/maven-metadata.xml.md5 2009-12-21 13:26:42 UTC (rev 33181)
+++ maven2/org/gatein/wsrp/wsrp-parent/maven-metadata.xml.md5 2009-12-22 08:43:49 UTC (rev 33182)
@@ -1 +1 @@
-95c3e9697b3d843d9ea864f611ad1cef
\ No newline at end of file
+cab0b5ff3dd5b5bace5913f9ba0d3b95
\ No newline at end of file
Modified: maven2/org/gatein/wsrp/wsrp-parent/maven-metadata.xml.sha1
===================================================================
--- maven2/org/gatein/wsrp/wsrp-parent/maven-metadata.xml.sha1 2009-12-21 13:26:42 UTC (rev 33181)
+++ maven2/org/gatein/wsrp/wsrp-parent/maven-metadata.xml.sha1 2009-12-22 08:43:49 UTC (rev 33182)
@@ -1 +1 @@
-71c02373bca366d89238c3830ed1193fec0b7cb3
\ No newline at end of file
+cdb7657989f691c5c26250825cfd832e55affdd4
\ No newline at end of file
Added: maven2/org/gatein/wsrp/wsrp-producer/1.0.0-Beta03/wsrp-producer-1.0.0-Beta03-sources.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/gatein/wsrp/wsrp-producer/1.0.0-Beta03/wsrp-producer-1.0.0-Beta03-sources.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/gatein/wsrp/wsrp-producer/1.0.0-Beta03/wsrp-producer-1.0.0-Beta03-sources.jar.md5
===================================================================
--- maven2/org/gatein/wsrp/wsrp-producer/1.0.0-Beta03/wsrp-producer-1.0.0-Beta03-sources.jar.md5 (rev 0)
+++ maven2/org/gatein/wsrp/wsrp-producer/1.0.0-Beta03/wsrp-producer-1.0.0-Beta03-sources.jar.md5 2009-12-22 08:43:49 UTC (rev 33182)
@@ -0,0 +1 @@
+e61758b88530cf2b22dde9488fbf5538
\ No newline at end of file
Added: maven2/org/gatein/wsrp/wsrp-producer/1.0.0-Beta03/wsrp-producer-1.0.0-Beta03-sources.jar.sha1
===================================================================
--- maven2/org/gatein/wsrp/wsrp-producer/1.0.0-Beta03/wsrp-producer-1.0.0-Beta03-sources.jar.sha1 (rev 0)
+++ maven2/org/gatein/wsrp/wsrp-producer/1.0.0-Beta03/wsrp-producer-1.0.0-Beta03-sources.jar.sha1 2009-12-22 08:43:49 UTC (rev 33182)
@@ -0,0 +1 @@
+cca4811ce0187655f369120f4ba08ae4db146fb3
\ No newline at end of file
Added: maven2/org/gatein/wsrp/wsrp-producer/1.0.0-Beta03/wsrp-producer-1.0.0-Beta03.pom
===================================================================
--- maven2/org/gatein/wsrp/wsrp-producer/1.0.0-Beta03/wsrp-producer-1.0.0-Beta03.pom (rev 0)
+++ maven2/org/gatein/wsrp/wsrp-producer/1.0.0-Beta03/wsrp-producer-1.0.0-Beta03.pom 2009-12-22 08:43:49 UTC (rev 33182)
@@ -0,0 +1,74 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ~ JBoss, a division of Red Hat
+ ~ Copyright 2009, Red Hat Middleware, LLC, and individual
+ ~ contributors as indicated by the @authors tag. See the
+ ~ copyright.txt in the distribution for a full listing of
+ ~ individual contributors.
+ ~
+ ~ This is free software; you can redistribute it and/or modify it
+ ~ under the terms of the GNU Lesser General Public License as
+ ~ published by the Free Software Foundation; either version 2.1 of
+ ~ the License, or (at your option) any later version.
+ ~
+ ~ This software is distributed in the hope that it will be useful,
+ ~ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ ~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ ~ Lesser General Public License for more details.
+ ~
+ ~ You should have received a copy of the GNU Lesser General Public
+ ~ License along with this software; if not, write to the Free
+ ~ Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ ~ 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+ -->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ <parent>
+ <groupId>org.gatein.wsrp</groupId>
+ <artifactId>wsrp-parent</artifactId>
+ <version>1.0.0-Beta03</version>
+ </parent>
+ <modelVersion>4.0.0</modelVersion>
+
+ <artifactId>wsrp-producer</artifactId>
+ <packaging>war</packaging>
+ <name>GateIn WSRP Producer WAR</name>
+
+ <dependencies>
+ <dependency>
+ <groupId>org.gatein.wsrp</groupId>
+ <artifactId>wsrp-producer-lib</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.gatein.wsrp</groupId>
+ <artifactId>wsrp-wsrp1-ws</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.gatein.wsrp</groupId>
+ <artifactId>wsrp-common</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>javax.servlet</groupId>
+ <artifactId>servlet-api</artifactId>
+ </dependency>
+ </dependencies>
+
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-war-plugin</artifactId>
+ <version>2.1-beta-1</version>
+ <configuration>
+ <packagingExcludes>WEB-INF/lib/*.jar</packagingExcludes>
+ <archive>
+ <manifest>
+ <addClasspath>true</addClasspath>
+ </manifest>
+ </archive>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+
+</project>
\ No newline at end of file
Added: maven2/org/gatein/wsrp/wsrp-producer/1.0.0-Beta03/wsrp-producer-1.0.0-Beta03.pom.md5
===================================================================
--- maven2/org/gatein/wsrp/wsrp-producer/1.0.0-Beta03/wsrp-producer-1.0.0-Beta03.pom.md5 (rev 0)
+++ maven2/org/gatein/wsrp/wsrp-producer/1.0.0-Beta03/wsrp-producer-1.0.0-Beta03.pom.md5 2009-12-22 08:43:49 UTC (rev 33182)
@@ -0,0 +1 @@
+89363d2821b6d6798e5a1e300924dce9
\ No newline at end of file
Added: maven2/org/gatein/wsrp/wsrp-producer/1.0.0-Beta03/wsrp-producer-1.0.0-Beta03.pom.sha1
===================================================================
--- maven2/org/gatein/wsrp/wsrp-producer/1.0.0-Beta03/wsrp-producer-1.0.0-Beta03.pom.sha1 (rev 0)
+++ maven2/org/gatein/wsrp/wsrp-producer/1.0.0-Beta03/wsrp-producer-1.0.0-Beta03.pom.sha1 2009-12-22 08:43:49 UTC (rev 33182)
@@ -0,0 +1 @@
+a74ff396dfad5a6fbebd13ede9cf5a099714fceb
\ No newline at end of file
Added: maven2/org/gatein/wsrp/wsrp-producer/1.0.0-Beta03/wsrp-producer-1.0.0-Beta03.war
===================================================================
(Binary files differ)
Property changes on: maven2/org/gatein/wsrp/wsrp-producer/1.0.0-Beta03/wsrp-producer-1.0.0-Beta03.war
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/gatein/wsrp/wsrp-producer/1.0.0-Beta03/wsrp-producer-1.0.0-Beta03.war.md5
===================================================================
--- maven2/org/gatein/wsrp/wsrp-producer/1.0.0-Beta03/wsrp-producer-1.0.0-Beta03.war.md5 (rev 0)
+++ maven2/org/gatein/wsrp/wsrp-producer/1.0.0-Beta03/wsrp-producer-1.0.0-Beta03.war.md5 2009-12-22 08:43:49 UTC (rev 33182)
@@ -0,0 +1 @@
+995a22b86b0b7518ef5231ece05a07bb
\ No newline at end of file
Added: maven2/org/gatein/wsrp/wsrp-producer/1.0.0-Beta03/wsrp-producer-1.0.0-Beta03.war.sha1
===================================================================
--- maven2/org/gatein/wsrp/wsrp-producer/1.0.0-Beta03/wsrp-producer-1.0.0-Beta03.war.sha1 (rev 0)
+++ maven2/org/gatein/wsrp/wsrp-producer/1.0.0-Beta03/wsrp-producer-1.0.0-Beta03.war.sha1 2009-12-22 08:43:49 UTC (rev 33182)
@@ -0,0 +1 @@
+dbc9a09c19ac68e7ad45901f6aa08f7cf4cf3bc1
\ No newline at end of file
Modified: maven2/org/gatein/wsrp/wsrp-producer/maven-metadata.xml
===================================================================
--- maven2/org/gatein/wsrp/wsrp-producer/maven-metadata.xml 2009-12-21 13:26:42 UTC (rev 33181)
+++ maven2/org/gatein/wsrp/wsrp-producer/maven-metadata.xml 2009-12-22 08:43:49 UTC (rev 33182)
@@ -8,7 +8,8 @@
<versions>
<version>1.0.0-Beta01</version>
<version>1.0.0-Beta02</version>
+ <version>1.0.0-Beta03</version>
</versions>
- <lastUpdated>20091214163025</lastUpdated>
+ <lastUpdated>20091222083651</lastUpdated>
</versioning>
</metadata>
Modified: maven2/org/gatein/wsrp/wsrp-producer/maven-metadata.xml.md5
===================================================================
--- maven2/org/gatein/wsrp/wsrp-producer/maven-metadata.xml.md5 2009-12-21 13:26:42 UTC (rev 33181)
+++ maven2/org/gatein/wsrp/wsrp-producer/maven-metadata.xml.md5 2009-12-22 08:43:49 UTC (rev 33182)
@@ -1 +1 @@
-a6387def800486a7ff863d632113fae7
\ No newline at end of file
+5745b29b1f23f1eb352ac2d960803645
\ No newline at end of file
Modified: maven2/org/gatein/wsrp/wsrp-producer/maven-metadata.xml.sha1
===================================================================
--- maven2/org/gatein/wsrp/wsrp-producer/maven-metadata.xml.sha1 2009-12-21 13:26:42 UTC (rev 33181)
+++ maven2/org/gatein/wsrp/wsrp-producer/maven-metadata.xml.sha1 2009-12-22 08:43:49 UTC (rev 33182)
@@ -1 +1 @@
-27880772564ece5e0400c841e3157fa96498cbe0
\ No newline at end of file
+6cd0c319595403cb9a3c2b1286675b401f0b48b0
\ No newline at end of file
Added: maven2/org/gatein/wsrp/wsrp-producer-lib/1.0.0-Beta03/wsrp-producer-lib-1.0.0-Beta03-sources.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/gatein/wsrp/wsrp-producer-lib/1.0.0-Beta03/wsrp-producer-lib-1.0.0-Beta03-sources.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/gatein/wsrp/wsrp-producer-lib/1.0.0-Beta03/wsrp-producer-lib-1.0.0-Beta03-sources.jar.md5
===================================================================
--- maven2/org/gatein/wsrp/wsrp-producer-lib/1.0.0-Beta03/wsrp-producer-lib-1.0.0-Beta03-sources.jar.md5 (rev 0)
+++ maven2/org/gatein/wsrp/wsrp-producer-lib/1.0.0-Beta03/wsrp-producer-lib-1.0.0-Beta03-sources.jar.md5 2009-12-22 08:43:49 UTC (rev 33182)
@@ -0,0 +1 @@
+d1b1d96b1d834b783b0aecdb4aa8b32c
\ No newline at end of file
Added: maven2/org/gatein/wsrp/wsrp-producer-lib/1.0.0-Beta03/wsrp-producer-lib-1.0.0-Beta03-sources.jar.sha1
===================================================================
--- maven2/org/gatein/wsrp/wsrp-producer-lib/1.0.0-Beta03/wsrp-producer-lib-1.0.0-Beta03-sources.jar.sha1 (rev 0)
+++ maven2/org/gatein/wsrp/wsrp-producer-lib/1.0.0-Beta03/wsrp-producer-lib-1.0.0-Beta03-sources.jar.sha1 2009-12-22 08:43:49 UTC (rev 33182)
@@ -0,0 +1 @@
+98c74120d24f7c5a0b38f9cd7b68f6ebf05a2fad
\ No newline at end of file
Added: maven2/org/gatein/wsrp/wsrp-producer-lib/1.0.0-Beta03/wsrp-producer-lib-1.0.0-Beta03.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/gatein/wsrp/wsrp-producer-lib/1.0.0-Beta03/wsrp-producer-lib-1.0.0-Beta03.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/gatein/wsrp/wsrp-producer-lib/1.0.0-Beta03/wsrp-producer-lib-1.0.0-Beta03.jar.md5
===================================================================
--- maven2/org/gatein/wsrp/wsrp-producer-lib/1.0.0-Beta03/wsrp-producer-lib-1.0.0-Beta03.jar.md5 (rev 0)
+++ maven2/org/gatein/wsrp/wsrp-producer-lib/1.0.0-Beta03/wsrp-producer-lib-1.0.0-Beta03.jar.md5 2009-12-22 08:43:49 UTC (rev 33182)
@@ -0,0 +1 @@
+724eca6789e98a0049900460384bb014
\ No newline at end of file
Added: maven2/org/gatein/wsrp/wsrp-producer-lib/1.0.0-Beta03/wsrp-producer-lib-1.0.0-Beta03.jar.sha1
===================================================================
--- maven2/org/gatein/wsrp/wsrp-producer-lib/1.0.0-Beta03/wsrp-producer-lib-1.0.0-Beta03.jar.sha1 (rev 0)
+++ maven2/org/gatein/wsrp/wsrp-producer-lib/1.0.0-Beta03/wsrp-producer-lib-1.0.0-Beta03.jar.sha1 2009-12-22 08:43:49 UTC (rev 33182)
@@ -0,0 +1 @@
+6809fcdf53408c3c163ecb3ff8c70ac53d6049f0
\ No newline at end of file
Added: maven2/org/gatein/wsrp/wsrp-producer-lib/1.0.0-Beta03/wsrp-producer-lib-1.0.0-Beta03.pom
===================================================================
--- maven2/org/gatein/wsrp/wsrp-producer-lib/1.0.0-Beta03/wsrp-producer-lib-1.0.0-Beta03.pom (rev 0)
+++ maven2/org/gatein/wsrp/wsrp-producer-lib/1.0.0-Beta03/wsrp-producer-lib-1.0.0-Beta03.pom 2009-12-22 08:43:49 UTC (rev 33182)
@@ -0,0 +1,106 @@
+<!--
+ ~ JBoss, a division of Red Hat
+ ~ Copyright 2009, Red Hat Middleware, LLC, and individual
+ ~ contributors as indicated by the @authors tag. See the
+ ~ copyright.txt in the distribution for a full listing of
+ ~ individual contributors.
+ ~
+ ~ This is free software; you can redistribute it and/or modify it
+ ~ under the terms of the GNU Lesser General Public License as
+ ~ published by the Free Software Foundation; either version 2.1 of
+ ~ the License, or (at your option) any later version.
+ ~
+ ~ This software is distributed in the hope that it will be useful,
+ ~ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ ~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ ~ Lesser General Public License for more details.
+ ~
+ ~ You should have received a copy of the GNU Lesser General Public
+ ~ License along with this software; if not, write to the Free
+ ~ Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ ~ 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+ -->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <parent>
+ <groupId>org.gatein.wsrp</groupId>
+ <artifactId>wsrp-parent</artifactId>
+ <version>1.0.0-Beta03</version>
+ </parent>
+ <modelVersion>4.0.0</modelVersion>
+ <artifactId>wsrp-producer-lib</artifactId>
+ <packaging>jar</packaging>
+ <name>GateIn WSRP Producer</name>
+
+ <dependencies>
+ <dependency>
+ <groupId>org.gatein.wsrp</groupId>
+ <artifactId>wsrp-wsrp1-ws</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.gatein.wsrp</groupId>
+ <artifactId>wsrp-common</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>org.gatein.common</groupId>
+ <artifactId>common-common</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.gatein.pc</groupId>
+ <artifactId>pc-api</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.gatein.pc</groupId>
+ <artifactId>pc-portlet</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.gatein.pc</groupId>
+ <artifactId>pc-federation</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-api</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>commons-fileupload</groupId>
+ <artifactId>commons-fileupload</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>javax.mail</groupId>
+ <artifactId>mail</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss</groupId>
+ <artifactId>jbossxb</artifactId>
+ </dependency>
+
+ <!-- tests -->
+ <dependency>
+ <groupId>org.gatein.wsrp</groupId>
+ <artifactId>test-framework</artifactId>
+ <scope>test</scope>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-jdk14</artifactId>
+ </dependency>
+ </dependencies>
+
+ <!-- Disable some tests for now until we can find some time to work on migrating them -->
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <excludes>
+ <exclude>org/gatein/wsrp/protocol/v1/*</exclude>
+ </excludes>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+</project>
\ No newline at end of file
Added: maven2/org/gatein/wsrp/wsrp-producer-lib/1.0.0-Beta03/wsrp-producer-lib-1.0.0-Beta03.pom.md5
===================================================================
--- maven2/org/gatein/wsrp/wsrp-producer-lib/1.0.0-Beta03/wsrp-producer-lib-1.0.0-Beta03.pom.md5 (rev 0)
+++ maven2/org/gatein/wsrp/wsrp-producer-lib/1.0.0-Beta03/wsrp-producer-lib-1.0.0-Beta03.pom.md5 2009-12-22 08:43:49 UTC (rev 33182)
@@ -0,0 +1 @@
+31ead97608bde290b107be9cebffb13b
\ No newline at end of file
Added: maven2/org/gatein/wsrp/wsrp-producer-lib/1.0.0-Beta03/wsrp-producer-lib-1.0.0-Beta03.pom.sha1
===================================================================
--- maven2/org/gatein/wsrp/wsrp-producer-lib/1.0.0-Beta03/wsrp-producer-lib-1.0.0-Beta03.pom.sha1 (rev 0)
+++ maven2/org/gatein/wsrp/wsrp-producer-lib/1.0.0-Beta03/wsrp-producer-lib-1.0.0-Beta03.pom.sha1 2009-12-22 08:43:49 UTC (rev 33182)
@@ -0,0 +1 @@
+f599090e3288e784a20921a7276ba78756e39ff4
\ No newline at end of file
Modified: maven2/org/gatein/wsrp/wsrp-producer-lib/maven-metadata.xml
===================================================================
--- maven2/org/gatein/wsrp/wsrp-producer-lib/maven-metadata.xml 2009-12-21 13:26:42 UTC (rev 33181)
+++ maven2/org/gatein/wsrp/wsrp-producer-lib/maven-metadata.xml 2009-12-22 08:43:49 UTC (rev 33182)
@@ -8,7 +8,8 @@
<versions>
<version>1.0.0-Beta01</version>
<version>1.0.0-Beta02</version>
+ <version>1.0.0-Beta03</version>
</versions>
- <lastUpdated>20091214163018</lastUpdated>
+ <lastUpdated>20091222083625</lastUpdated>
</versioning>
</metadata>
Modified: maven2/org/gatein/wsrp/wsrp-producer-lib/maven-metadata.xml.md5
===================================================================
--- maven2/org/gatein/wsrp/wsrp-producer-lib/maven-metadata.xml.md5 2009-12-21 13:26:42 UTC (rev 33181)
+++ maven2/org/gatein/wsrp/wsrp-producer-lib/maven-metadata.xml.md5 2009-12-22 08:43:49 UTC (rev 33182)
@@ -1 +1 @@
-74b3140e1b4e342298c3833e9ad8ba41
\ No newline at end of file
+d00b4c037f9e487497ce40b709e0bdf3
\ No newline at end of file
Modified: maven2/org/gatein/wsrp/wsrp-producer-lib/maven-metadata.xml.sha1
===================================================================
--- maven2/org/gatein/wsrp/wsrp-producer-lib/maven-metadata.xml.sha1 2009-12-21 13:26:42 UTC (rev 33181)
+++ maven2/org/gatein/wsrp/wsrp-producer-lib/maven-metadata.xml.sha1 2009-12-22 08:43:49 UTC (rev 33182)
@@ -1 +1 @@
-96b0b789b877d25716eee10d0beb166111fc245d
\ No newline at end of file
+38e68f1fea4ee757f6e9370c9bf2b184a07895c0
\ No newline at end of file
Added: maven2/org/gatein/wsrp/wsrp-wsrp1-ws/1.0.0-Beta03/wsrp-wsrp1-ws-1.0.0-Beta03-sources.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/gatein/wsrp/wsrp-wsrp1-ws/1.0.0-Beta03/wsrp-wsrp1-ws-1.0.0-Beta03-sources.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/gatein/wsrp/wsrp-wsrp1-ws/1.0.0-Beta03/wsrp-wsrp1-ws-1.0.0-Beta03-sources.jar.md5
===================================================================
--- maven2/org/gatein/wsrp/wsrp-wsrp1-ws/1.0.0-Beta03/wsrp-wsrp1-ws-1.0.0-Beta03-sources.jar.md5 (rev 0)
+++ maven2/org/gatein/wsrp/wsrp-wsrp1-ws/1.0.0-Beta03/wsrp-wsrp1-ws-1.0.0-Beta03-sources.jar.md5 2009-12-22 08:43:49 UTC (rev 33182)
@@ -0,0 +1 @@
+3dc91e01df256791a876ec4ff4517642
\ No newline at end of file
Added: maven2/org/gatein/wsrp/wsrp-wsrp1-ws/1.0.0-Beta03/wsrp-wsrp1-ws-1.0.0-Beta03-sources.jar.sha1
===================================================================
--- maven2/org/gatein/wsrp/wsrp-wsrp1-ws/1.0.0-Beta03/wsrp-wsrp1-ws-1.0.0-Beta03-sources.jar.sha1 (rev 0)
+++ maven2/org/gatein/wsrp/wsrp-wsrp1-ws/1.0.0-Beta03/wsrp-wsrp1-ws-1.0.0-Beta03-sources.jar.sha1 2009-12-22 08:43:49 UTC (rev 33182)
@@ -0,0 +1 @@
+68171920e68d6750ca521d3bb1c47ac52a81e386
\ No newline at end of file
Added: maven2/org/gatein/wsrp/wsrp-wsrp1-ws/1.0.0-Beta03/wsrp-wsrp1-ws-1.0.0-Beta03.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/gatein/wsrp/wsrp-wsrp1-ws/1.0.0-Beta03/wsrp-wsrp1-ws-1.0.0-Beta03.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/gatein/wsrp/wsrp-wsrp1-ws/1.0.0-Beta03/wsrp-wsrp1-ws-1.0.0-Beta03.jar.md5
===================================================================
--- maven2/org/gatein/wsrp/wsrp-wsrp1-ws/1.0.0-Beta03/wsrp-wsrp1-ws-1.0.0-Beta03.jar.md5 (rev 0)
+++ maven2/org/gatein/wsrp/wsrp-wsrp1-ws/1.0.0-Beta03/wsrp-wsrp1-ws-1.0.0-Beta03.jar.md5 2009-12-22 08:43:49 UTC (rev 33182)
@@ -0,0 +1 @@
+b49a0e4e512e4da2950c170d890f32cb
\ No newline at end of file
Added: maven2/org/gatein/wsrp/wsrp-wsrp1-ws/1.0.0-Beta03/wsrp-wsrp1-ws-1.0.0-Beta03.jar.sha1
===================================================================
--- maven2/org/gatein/wsrp/wsrp-wsrp1-ws/1.0.0-Beta03/wsrp-wsrp1-ws-1.0.0-Beta03.jar.sha1 (rev 0)
+++ maven2/org/gatein/wsrp/wsrp-wsrp1-ws/1.0.0-Beta03/wsrp-wsrp1-ws-1.0.0-Beta03.jar.sha1 2009-12-22 08:43:49 UTC (rev 33182)
@@ -0,0 +1 @@
+620ca4daa8d86f7e05755b48ac280bad363937d3
\ No newline at end of file
Added: maven2/org/gatein/wsrp/wsrp-wsrp1-ws/1.0.0-Beta03/wsrp-wsrp1-ws-1.0.0-Beta03.pom
===================================================================
--- maven2/org/gatein/wsrp/wsrp-wsrp1-ws/1.0.0-Beta03/wsrp-wsrp1-ws-1.0.0-Beta03.pom (rev 0)
+++ maven2/org/gatein/wsrp/wsrp-wsrp1-ws/1.0.0-Beta03/wsrp-wsrp1-ws-1.0.0-Beta03.pom 2009-12-22 08:43:49 UTC (rev 33182)
@@ -0,0 +1,46 @@
+<!--
+ ~ JBoss, a division of Red Hat
+ ~ Copyright 2009, Red Hat Middleware, LLC, and individual
+ ~ contributors as indicated by the @authors tag. See the
+ ~ copyright.txt in the distribution for a full listing of
+ ~ individual contributors.
+ ~
+ ~ This is free software; you can redistribute it and/or modify it
+ ~ under the terms of the GNU Lesser General Public License as
+ ~ published by the Free Software Foundation; either version 2.1 of
+ ~ the License, or (at your option) any later version.
+ ~
+ ~ This software is distributed in the hope that it will be useful,
+ ~ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ ~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ ~ Lesser General Public License for more details.
+ ~
+ ~ You should have received a copy of the GNU Lesser General Public
+ ~ License along with this software; if not, write to the Free
+ ~ Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ ~ 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+ -->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <parent>
+ <groupId>org.gatein.wsrp</groupId>
+ <artifactId>wsrp-parent</artifactId>
+ <version>1.0.0-Beta03</version>
+ </parent>
+ <modelVersion>4.0.0</modelVersion>
+ <artifactId>wsrp-wsrp1-ws</artifactId>
+ <packaging>jar</packaging>
+ <name>GateIn WSRP Generated JAX-WS Classes</name>
+
+ <dependencies>
+ <dependency>
+ <groupId>javax.xml.ws</groupId>
+ <artifactId>jaxws-api</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>javax.jws</groupId>
+ <artifactId>jsr181-api</artifactId>
+ <version>1.0-MR1</version>
+ </dependency>
+ </dependencies>
+</project>
\ No newline at end of file
Added: maven2/org/gatein/wsrp/wsrp-wsrp1-ws/1.0.0-Beta03/wsrp-wsrp1-ws-1.0.0-Beta03.pom.md5
===================================================================
--- maven2/org/gatein/wsrp/wsrp-wsrp1-ws/1.0.0-Beta03/wsrp-wsrp1-ws-1.0.0-Beta03.pom.md5 (rev 0)
+++ maven2/org/gatein/wsrp/wsrp-wsrp1-ws/1.0.0-Beta03/wsrp-wsrp1-ws-1.0.0-Beta03.pom.md5 2009-12-22 08:43:49 UTC (rev 33182)
@@ -0,0 +1 @@
+37f22c1600d42cd1c7ef3ff8a552bc21
\ No newline at end of file
Added: maven2/org/gatein/wsrp/wsrp-wsrp1-ws/1.0.0-Beta03/wsrp-wsrp1-ws-1.0.0-Beta03.pom.sha1
===================================================================
--- maven2/org/gatein/wsrp/wsrp-wsrp1-ws/1.0.0-Beta03/wsrp-wsrp1-ws-1.0.0-Beta03.pom.sha1 (rev 0)
+++ maven2/org/gatein/wsrp/wsrp-wsrp1-ws/1.0.0-Beta03/wsrp-wsrp1-ws-1.0.0-Beta03.pom.sha1 2009-12-22 08:43:49 UTC (rev 33182)
@@ -0,0 +1 @@
+7dd036226842c783f2b5acfa24f227eb582fa7a0
\ No newline at end of file
Modified: maven2/org/gatein/wsrp/wsrp-wsrp1-ws/maven-metadata.xml
===================================================================
--- maven2/org/gatein/wsrp/wsrp-wsrp1-ws/maven-metadata.xml 2009-12-21 13:26:42 UTC (rev 33181)
+++ maven2/org/gatein/wsrp/wsrp-wsrp1-ws/maven-metadata.xml 2009-12-22 08:43:49 UTC (rev 33182)
@@ -8,7 +8,8 @@
<versions>
<version>1.0.0-Beta01</version>
<version>1.0.0-Beta02</version>
+ <version>1.0.0-Beta03</version>
</versions>
- <lastUpdated>20091214163013</lastUpdated>
+ <lastUpdated>20091222083607</lastUpdated>
</versioning>
</metadata>
Modified: maven2/org/gatein/wsrp/wsrp-wsrp1-ws/maven-metadata.xml.md5
===================================================================
--- maven2/org/gatein/wsrp/wsrp-wsrp1-ws/maven-metadata.xml.md5 2009-12-21 13:26:42 UTC (rev 33181)
+++ maven2/org/gatein/wsrp/wsrp-wsrp1-ws/maven-metadata.xml.md5 2009-12-22 08:43:49 UTC (rev 33182)
@@ -1 +1 @@
-617d924acf766548744275126d47030b
\ No newline at end of file
+c4b1122a495dd6eb19ec4375a8004d2d
\ No newline at end of file
Modified: maven2/org/gatein/wsrp/wsrp-wsrp1-ws/maven-metadata.xml.sha1
===================================================================
--- maven2/org/gatein/wsrp/wsrp-wsrp1-ws/maven-metadata.xml.sha1 2009-12-21 13:26:42 UTC (rev 33181)
+++ maven2/org/gatein/wsrp/wsrp-wsrp1-ws/maven-metadata.xml.sha1 2009-12-22 08:43:49 UTC (rev 33182)
@@ -1 +1 @@
-f8dcff40900071211b1ba678826198daf667fae5
\ No newline at end of file
+977cc85937783bdefbc5307a0f97325ad19c716f
\ No newline at end of file
16 years, 5 months
Repository SVN: r33181 - in maven2/jgroups/jgroups: 2.8.0.GA and 1 other directory.
by jboss-maven2-commits@lists.jboss.org
Author: bela(a)jboss.com
Date: 2009-12-21 08:26:42 -0500 (Mon, 21 Dec 2009)
New Revision: 33181
Added:
maven2/jgroups/jgroups/2.8.0.GA/
maven2/jgroups/jgroups/2.8.0.GA/jgroups-2.8.0.GA-sources.jar
maven2/jgroups/jgroups/2.8.0.GA/jgroups-2.8.0.GA-sources.jar.md5
maven2/jgroups/jgroups/2.8.0.GA/jgroups-2.8.0.GA-sources.jar.sha1
maven2/jgroups/jgroups/2.8.0.GA/jgroups-2.8.0.GA.jar
maven2/jgroups/jgroups/2.8.0.GA/jgroups-2.8.0.GA.jar.md5
maven2/jgroups/jgroups/2.8.0.GA/jgroups-2.8.0.GA.jar.sha1
maven2/jgroups/jgroups/2.8.0.GA/jgroups-2.8.0.GA.pom
maven2/jgroups/jgroups/2.8.0.GA/jgroups-2.8.0.GA.pom.md5
maven2/jgroups/jgroups/2.8.0.GA/jgroups-2.8.0.GA.pom.sha1
Log:
added 2.8.0.GA
Added: maven2/jgroups/jgroups/2.8.0.GA/jgroups-2.8.0.GA-sources.jar
===================================================================
(Binary files differ)
Property changes on: maven2/jgroups/jgroups/2.8.0.GA/jgroups-2.8.0.GA-sources.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/jgroups/jgroups/2.8.0.GA/jgroups-2.8.0.GA-sources.jar.md5
===================================================================
--- maven2/jgroups/jgroups/2.8.0.GA/jgroups-2.8.0.GA-sources.jar.md5 (rev 0)
+++ maven2/jgroups/jgroups/2.8.0.GA/jgroups-2.8.0.GA-sources.jar.md5 2009-12-21 13:26:42 UTC (rev 33181)
@@ -0,0 +1 @@
+b8576a17a96021cbea1b265f59c0b8fc
\ No newline at end of file
Added: maven2/jgroups/jgroups/2.8.0.GA/jgroups-2.8.0.GA-sources.jar.sha1
===================================================================
--- maven2/jgroups/jgroups/2.8.0.GA/jgroups-2.8.0.GA-sources.jar.sha1 (rev 0)
+++ maven2/jgroups/jgroups/2.8.0.GA/jgroups-2.8.0.GA-sources.jar.sha1 2009-12-21 13:26:42 UTC (rev 33181)
@@ -0,0 +1 @@
+2f757b55ed229116a52261d0b4fc6b2c18a4bbb1
\ No newline at end of file
Added: maven2/jgroups/jgroups/2.8.0.GA/jgroups-2.8.0.GA.jar
===================================================================
(Binary files differ)
Property changes on: maven2/jgroups/jgroups/2.8.0.GA/jgroups-2.8.0.GA.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/jgroups/jgroups/2.8.0.GA/jgroups-2.8.0.GA.jar.md5
===================================================================
--- maven2/jgroups/jgroups/2.8.0.GA/jgroups-2.8.0.GA.jar.md5 (rev 0)
+++ maven2/jgroups/jgroups/2.8.0.GA/jgroups-2.8.0.GA.jar.md5 2009-12-21 13:26:42 UTC (rev 33181)
@@ -0,0 +1 @@
+fa24c7e03268aac122edb3e084807ba6
\ No newline at end of file
Added: maven2/jgroups/jgroups/2.8.0.GA/jgroups-2.8.0.GA.jar.sha1
===================================================================
--- maven2/jgroups/jgroups/2.8.0.GA/jgroups-2.8.0.GA.jar.sha1 (rev 0)
+++ maven2/jgroups/jgroups/2.8.0.GA/jgroups-2.8.0.GA.jar.sha1 2009-12-21 13:26:42 UTC (rev 33181)
@@ -0,0 +1 @@
+ee8a827b74723f42f8e8957932fbaff7d2399632
\ No newline at end of file
Added: maven2/jgroups/jgroups/2.8.0.GA/jgroups-2.8.0.GA.pom
===================================================================
--- maven2/jgroups/jgroups/2.8.0.GA/jgroups-2.8.0.GA.pom (rev 0)
+++ maven2/jgroups/jgroups/2.8.0.GA/jgroups-2.8.0.GA.pom 2009-12-21 13:26:42 UTC (rev 33181)
@@ -0,0 +1,155 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>jgroups</groupId>
+ <artifactId>jgroups</artifactId>
+ <packaging>jar</packaging>
+ <name>JGroups</name>
+ <version>2.8.0.GA</version>
+ <url>http://www.jgroups.org</url>
+ <repositories>
+ <repository>
+ <id>jboss</id>
+ <name>JBoss Inc. Repository</name>
+ <url>http://repository.jboss.com/maven2/</url>
+ <snapshots>
+ <enabled>false</enabled>
+ </snapshots>
+ <releases>
+ <enabled>true</enabled>
+ </releases>
+ </repository>
+ </repositories>
+ <dependencies>
+ <dependency>
+ <groupId>bsh</groupId>
+ <artifactId>bsh</artifactId>
+ <version>1.2b7</version>
+ <optional>true</optional>
+ </dependency>
+ <dependency>
+ <groupId>log4j</groupId>
+ <artifactId>log4j</artifactId>
+ <version>1.2.14</version>
+ <optional>true</optional>
+ </dependency>
+ <!-- Tests not included in maven build currently so commented out -->
+ <!-- <dependency>
+ <groupId>org.testng</groupId>
+ <artifactId>testng</artifactId>
+ <version>5.10</version>
+ <classifier>jdk15</classifier>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>bouncycastle</groupId>
+ <artifactId>bcprov-jdk15</artifactId>
+ <version>140</version>
+ <scope>test</scope>
+ </dependency> -->
+ </dependencies>
+ <build>
+ <sourceDirectory>src</sourceDirectory>
+ <resources>
+ <resource>
+ <directory>conf</directory>
+ <includes>
+ <include>*.xml</include>
+ </includes>
+ <excludes>
+ <exclude>*-service.xml</exclude>
+ </excludes>
+ </resource>
+ <resource>
+ <directory>${project.build.outputDirectory}/schema</directory>
+ </resource>
+ </resources>
+ <plugins>
+ <plugin>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <configuration>
+ <source>1.5</source>
+ <target>1.5</target>
+ <excludes>
+ <exclude>org/jgroups/util/JUnitXMLReporter.java</exclude>
+ <exclude>org/jgroups/demos/**</exclude>
+ </excludes>
+ </configuration>
+ </plugin>
+ <plugin>
+ <artifactId>maven-antrun-plugin</artifactId>
+ <executions>
+ <execution>
+ <phase>compile</phase>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ <configuration>
+ <tasks>
+ <property name="compile_classpath" refid="maven.compile.classpath"/>
+ <property name="plugin_classpath" refid="maven.plugin.classpath"/>
+ <delete dir="${project.build.outputDirectory}/schema" failonerror="false"/>
+ <mkdir dir="${project.build.outputDirectory}/schema"/>
+ <java classname="org.jgroups.util.XMLSchemaGenerator">
+ <classpath>
+ <pathelement path="${compile_classpath}"/>
+ <pathelement path="${plugin_classpath}"/>
+ </classpath>
+ <arg line="-o ${project.build.outputDirectory}/schema"/>
+ </java>
+ </tasks>
+ </configuration>
+ </execution>
+ </executions>
+ <dependencies> <!-- Not really needed in Java 5 -->
+ <dependency>
+ <groupId>xalan</groupId>
+ <artifactId>xalan</artifactId>
+ <version>2.7.1</version>
+ </dependency>
+ <dependency>
+ <groupId>xalan</groupId>
+ <artifactId>serializer</artifactId>
+ <version>2.7.1</version>
+ </dependency>
+ </dependencies>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-jar-plugin</artifactId>
+ <configuration>
+ <archive>
+ <manifestFile>conf/manifest.mf</manifestFile>
+ </archive>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.felix</groupId>
+ <artifactId>maven-bundle-plugin</artifactId>
+ <extensions>true</extensions>
+ <configuration>
+ <instructions>
+ <Export-Package>
+ schema;version=${pom.version},
+ org.jgroups;version=${pom.version},
+ org.jgroups.annotations;version=${pom.version},
+ org.jgroups.auth;version=${pom.version},
+ org.jgroups.blocks;version=${pom.version},
+ org.jgroups.conf;version=${pom.version},
+ org.jgroups.debug;version=${pom.version},
+ org.jgroups.jmx;version=${pom.version},
+ org.jgroups.logging;version=${pom.version},
+ org.jgroups.mux;version=${pom.version},
+ org.jgroups.persistence;version=${pom.version},
+ org.jgroups.protocols;version=${pom.version},
+ org.jgroups.protocols.pbcast;version=${pom.version},
+ org.jgroups.stack;version=${pom.version},
+ org.jgroups.util;version=${pom.version},
+ </Export-Package>
+ <Bundle-RequiredExecutionEnvironment>J2SE-1.5</Bundle-RequiredExecutionEnvironment>
+ </instructions>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+</project>
Added: maven2/jgroups/jgroups/2.8.0.GA/jgroups-2.8.0.GA.pom.md5
===================================================================
--- maven2/jgroups/jgroups/2.8.0.GA/jgroups-2.8.0.GA.pom.md5 (rev 0)
+++ maven2/jgroups/jgroups/2.8.0.GA/jgroups-2.8.0.GA.pom.md5 2009-12-21 13:26:42 UTC (rev 33181)
@@ -0,0 +1 @@
+8d76fe162bb579e45aa1bbf3d1a41d37
\ No newline at end of file
Added: maven2/jgroups/jgroups/2.8.0.GA/jgroups-2.8.0.GA.pom.sha1
===================================================================
--- maven2/jgroups/jgroups/2.8.0.GA/jgroups-2.8.0.GA.pom.sha1 (rev 0)
+++ maven2/jgroups/jgroups/2.8.0.GA/jgroups-2.8.0.GA.pom.sha1 2009-12-21 13:26:42 UTC (rev 33181)
@@ -0,0 +1 @@
+8de04607dc400853cab0b1c68cccb5738327970b
\ No newline at end of file
16 years, 5 months
Repository SVN: r33180 - maven2/org/gatein/tools/packager/1.0.0-Beta05.
by jboss-maven2-commits@lists.jboss.org
Author: thomas.heute(a)jboss.com
Date: 2009-12-21 06:08:11 -0500 (Mon, 21 Dec 2009)
New Revision: 33180
Added:
maven2/org/gatein/tools/packager/1.0.0-Beta05/packager-1.0.0-Beta05.zip.sha1
Log:
Wagon: Adding maven-artifact2947709697828926308.tmp to repository
Added: maven2/org/gatein/tools/packager/1.0.0-Beta05/packager-1.0.0-Beta05.zip.sha1
===================================================================
--- maven2/org/gatein/tools/packager/1.0.0-Beta05/packager-1.0.0-Beta05.zip.sha1 (rev 0)
+++ maven2/org/gatein/tools/packager/1.0.0-Beta05/packager-1.0.0-Beta05.zip.sha1 2009-12-21 11:08:11 UTC (rev 33180)
@@ -0,0 +1 @@
+b1d4a48f2782abe653e7a2a548134d18eb86f661
\ No newline at end of file
16 years, 5 months
Repository SVN: r33179 - maven2/org/gatein/tools/packager/1.0.0-Beta05.
by jboss-maven2-commits@lists.jboss.org
Author: thomas.heute(a)jboss.com
Date: 2009-12-21 06:07:33 -0500 (Mon, 21 Dec 2009)
New Revision: 33179
Added:
maven2/org/gatein/tools/packager/1.0.0-Beta05/packager-1.0.0-Beta05.zip.md5
Log:
Wagon: Adding maven-artifact4892127710757082335.tmp to repository
Added: maven2/org/gatein/tools/packager/1.0.0-Beta05/packager-1.0.0-Beta05.zip.md5
===================================================================
--- maven2/org/gatein/tools/packager/1.0.0-Beta05/packager-1.0.0-Beta05.zip.md5 (rev 0)
+++ maven2/org/gatein/tools/packager/1.0.0-Beta05/packager-1.0.0-Beta05.zip.md5 2009-12-21 11:07:33 UTC (rev 33179)
@@ -0,0 +1 @@
+3155db804fb8089ef0630111babb1d09
\ No newline at end of file
16 years, 5 months
Repository SVN: r33178 - maven2/org/gatein/tools/packager/1.0.0-Beta05.
by jboss-maven2-commits@lists.jboss.org
Author: thomas.heute(a)jboss.com
Date: 2009-12-21 06:06:45 -0500 (Mon, 21 Dec 2009)
New Revision: 33178
Added:
maven2/org/gatein/tools/packager/1.0.0-Beta05/packager-1.0.0-Beta05.zip
Log:
Wagon: Adding packager-1.0.0-Beta05.zip to repository
Added: maven2/org/gatein/tools/packager/1.0.0-Beta05/packager-1.0.0-Beta05.zip
===================================================================
(Binary files differ)
Property changes on: maven2/org/gatein/tools/packager/1.0.0-Beta05/packager-1.0.0-Beta05.zip
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
16 years, 5 months
Repository SVN: r33177 - maven2/org/gatein/tools/packager.
by jboss-maven2-commits@lists.jboss.org
Author: thomas.heute(a)jboss.com
Date: 2009-12-21 06:05:45 -0500 (Mon, 21 Dec 2009)
New Revision: 33177
Modified:
maven2/org/gatein/tools/packager/maven-metadata.xml.sha1
Log:
Wagon: Adding maven-artifact7755170043518638777.tmp to repository
Modified: maven2/org/gatein/tools/packager/maven-metadata.xml.sha1
===================================================================
--- maven2/org/gatein/tools/packager/maven-metadata.xml.sha1 2009-12-21 11:04:21 UTC (rev 33176)
+++ maven2/org/gatein/tools/packager/maven-metadata.xml.sha1 2009-12-21 11:05:45 UTC (rev 33177)
@@ -1 +1 @@
-c46ccd0b9b4ec9c5e690f4cd2ab35b93b982dc95
\ No newline at end of file
+7e6354161b3a874938bed9b6e109adcfa5d01393
\ No newline at end of file
16 years, 5 months