Author: hfnukal
Date: 2011-06-17 08:55:39 -0400 (Fri, 17 Jun 2011)
New Revision: 6675
Added:
epp/portal/branches/EPP_5_1_Branch/distribution/mead-tools/
epp/portal/branches/EPP_5_1_Branch/distribution/mead-tools/build.xml
epp/portal/branches/EPP_5_1_Branch/distribution/mead-tools/exo-core/
epp/portal/branches/EPP_5_1_Branch/distribution/mead-tools/exo-core/pom.xml
epp/portal/branches/EPP_5_1_Branch/distribution/mead-tools/exo-doc/
epp/portal/branches/EPP_5_1_Branch/distribution/mead-tools/exo-doc/pom.xml
epp/portal/branches/EPP_5_1_Branch/distribution/mead-tools/exo-jcr/
epp/portal/branches/EPP_5_1_Branch/distribution/mead-tools/exo-jcr/pom.xml
epp/portal/branches/EPP_5_1_Branch/distribution/mead-tools/exo-junit/
epp/portal/branches/EPP_5_1_Branch/distribution/mead-tools/exo-junit/pom.xml
epp/portal/branches/EPP_5_1_Branch/distribution/mead-tools/exo-kernel/
epp/portal/branches/EPP_5_1_Branch/distribution/mead-tools/exo-kernel/pom.xml
epp/portal/branches/EPP_5_1_Branch/distribution/mead-tools/exo-parent/
epp/portal/branches/EPP_5_1_Branch/distribution/mead-tools/exo-parent/pom.xml
epp/portal/branches/EPP_5_1_Branch/distribution/mead-tools/exo-ws/
epp/portal/branches/EPP_5_1_Branch/distribution/mead-tools/exo-ws/pom.xml
epp/portal/branches/EPP_5_1_Branch/distribution/mead-tools/gatein-common/
epp/portal/branches/EPP_5_1_Branch/distribution/mead-tools/gatein-common/pom.xml
epp/portal/branches/EPP_5_1_Branch/distribution/mead-tools/gatein-dep/
epp/portal/branches/EPP_5_1_Branch/distribution/mead-tools/gatein-dep/pom.xml
epp/portal/branches/EPP_5_1_Branch/distribution/mead-tools/gatein-mop/
epp/portal/branches/EPP_5_1_Branch/distribution/mead-tools/gatein-mop/pom.xml
epp/portal/branches/EPP_5_1_Branch/distribution/mead-tools/gatein-packager/
epp/portal/branches/EPP_5_1_Branch/distribution/mead-tools/gatein-packager/pom.xml
epp/portal/branches/EPP_5_1_Branch/distribution/mead-tools/gatein-parent/
epp/portal/branches/EPP_5_1_Branch/distribution/mead-tools/gatein-parent/pom.xml
epp/portal/branches/EPP_5_1_Branch/distribution/mead-tools/gatein-pc/
epp/portal/branches/EPP_5_1_Branch/distribution/mead-tools/gatein-pc/pom.xml
epp/portal/branches/EPP_5_1_Branch/distribution/mead-tools/gatein-portal/
epp/portal/branches/EPP_5_1_Branch/distribution/mead-tools/gatein-portal/pom.xml
epp/portal/branches/EPP_5_1_Branch/distribution/mead-tools/gatein-shindig/
epp/portal/branches/EPP_5_1_Branch/distribution/mead-tools/gatein-shindig/pom.xml
epp/portal/branches/EPP_5_1_Branch/distribution/mead-tools/gatein-simplecaptcha/
epp/portal/branches/EPP_5_1_Branch/distribution/mead-tools/gatein-simplecaptcha/pom.xml
epp/portal/branches/EPP_5_1_Branch/distribution/mead-tools/gatein-sso/
epp/portal/branches/EPP_5_1_Branch/distribution/mead-tools/gatein-sso/pom.xml
epp/portal/branches/EPP_5_1_Branch/distribution/mead-tools/gatein-wci/
epp/portal/branches/EPP_5_1_Branch/distribution/mead-tools/gatein-wci/pom.xml
epp/portal/branches/EPP_5_1_Branch/distribution/mead-tools/gatein-wsrp/
epp/portal/branches/EPP_5_1_Branch/distribution/mead-tools/gatein-wsrp/pom.xml
epp/portal/branches/EPP_5_1_Branch/distribution/mead-tools/jboss-picketlink-idm/
epp/portal/branches/EPP_5_1_Branch/distribution/mead-tools/jboss-picketlink-idm/pom.xml
epp/portal/branches/EPP_5_1_Branch/distribution/mead-tools/jboss-portletbridge/
epp/portal/branches/EPP_5_1_Branch/distribution/mead-tools/jboss-portletbridge/pom.xml
epp/portal/branches/EPP_5_1_Branch/distribution/mead-tools/mead.parent/
epp/portal/branches/EPP_5_1_Branch/distribution/mead-tools/mead.parent/pom.xml
epp/portal/branches/EPP_5_1_Branch/distribution/mead-tools/pom.xml
Log:
MEAD tools
Property changes on: epp/portal/branches/EPP_5_1_Branch/distribution/mead-tools
___________________________________________________________________
Added: svn:ignore
+ target
Copied: epp/portal/branches/EPP_5_1_Branch/distribution/mead-tools/build.xml (from rev
6643, epp/portal/branches/EPP_5_1_Branch/distribution/pack/src/build.xml)
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/distribution/mead-tools/build.xml
(rev 0)
+++ epp/portal/branches/EPP_5_1_Branch/distribution/mead-tools/build.xml 2011-06-17
12:55:39 UTC (rev 6675)
@@ -0,0 +1,221 @@
+
+<project name="packageEPP">
+ <!--
+ expecting those parameters:
+ svn.base - Base sv
+
+ <ant antfile="src/build.xml" inheritRefs="true">
+ <target name="mead-build"/>
+ <property name="mead.svn.base"
value="http://anonsvn.jboss.org/repos"/>
+ <property name="mead.svn.repo" value="gatein"/>
+ <property name="mead.svn.path"
value="maven/parent/tags/1.0.2-GA"/>
+
+ <property name="mead.build.profiles" value="default
distribution-epp"/>
+ <property name="mead.build.properties" value="aaa=bbb
ccc=ddd"/>
+ <property name="mead.patch.path"
value="/maven/parent/tags/1.0.2-GA"/>
+ </ant>
+
+ -->
+ <target name="mead-build"
depends="patch,profiles,properties">
+
+ <property
name="svnurl">${mead.svn.base}/${mead.svn.repo}/${mead.svn.path}</property>
+
+ <echo>=================================================</echo>
+ <echo>Getting revision from ${svnurl}</echo>
+ <exec executable="svn"
output="${ant.build.dir}/svn.properties" failonerror="true"
failifexecutionfails="true">
+ <arg value="info" />
+ <arg value="${svnurl}" />
+ </exec>
+
+ <loadfile property="svn.revision"
srcFile="${ant.build.dir}/svn.properties">
+ <filterchain>
+ <linecontains>
+ <contains value="Last Changed Rev" />
+ </linecontains>
+ <deletecharacters chars="\n"/>
+ <deletecharacters chars="Last Changed Rev: "/>
+ </filterchain>
+ </loadfile>
+ <echo>Last Changed Rev: "${svn.revision}"</echo>
+
+
+<!-- <property
name="mead.patch">${mead.build.patch}</property>-->
+
+ <property
name="mead.properties">${mead.build.properties}</property>
+ <property
name="mead.profiles">${mead.build.profiles}</property>
+
+ <echo></echo>
+ <echo>brew mead-build ${mead.target}
'svn+${mead.svn.base}/${mead.svn.repo}?${mead.svn.path}#${svn.revision}'
${mead.patch} ${mead.profiles} ${mead.properties}</echo>
+ <echo></echo>
+<echo file="${brew.commands.file}" append="true">
+# Name: ${project.name}
+brew mead-build ${mead.target}
'svn+${mead.svn.base}/${mead.svn.repo}?${mead.svn.path}#${svn.revision}'
${mead.patch} ${mead.profiles} ${mead.properties}
+
+</echo>
+
+ <antcall target="brew-build-exec"/>
+
+ </target>
+
+
+ <!-- PATCH -->
+ <target name="patch" depends="patch-cond-if,patch-cond-else"
/>
+ <target name="patch-cond">
+ <condition property="patch-cond-is-true">
+ <and>
+ <not><equals arg1="${mead.patch.path}"
arg2=""/></not>
+ <isset property="mead.patch.path"/>
+ </and>
+ </condition>
+ </target>
+ <target name="patch-cond-if" depends="patch-cond"
if="patch-cond-is-true">
+ <echo>mead.patch.path is set</echo>
+ <property
name="svnpatchurl">${svn.patch.base}/${mead.patch.path}</property>
+
+ <echo>Getting revision for patch ${svnpatchurl}</echo>
+ <exec executable="svn"
output="${ant.build.dir}/svnpatch.properties" failonerror="true"
failifexecutionfails="true">
+ <arg value="info" />
+ <arg value="${svnpatchurl}" />
+ </exec>
+
+ <loadfile property="svnpatch.revision"
srcFile="${ant.build.dir}/svnpatch.properties">
+ <filterchain>
+ <linecontains>
+ <contains value="Last Changed Rev" />
+ </linecontains>
+ <deletecharacters chars="\n"/>
+ <deletecharacters chars="Last Changed Rev: "/>
+ </filterchain>
+ </loadfile>
+ <echo>Patch Revision: "${svnpatch.revision}"</echo>
+
+ <property name="mead.patch">--patches
'${svn.patch.base}?${mead.patch.path}#${svnpatch.revision}'</property>
+ </target>
+
+ <target name="patch-cond-else" depends="patch-cond"
unless="patch-cond-is-true">
+ <echo>mead.patch.path is NOT set</echo>
+ <property name="mead.patch" value=""/>
+ </target>
+
+ <!-- PROFILES -->
+ <target name="profiles"
depends="profiles-cond-if,profiles-cond-else" />
+ <target name="profiles-cond">
+ <condition property="profiles-cond-is-true">
+ <and>
+ <not><equals arg1="${mead.build.profiles}"
arg2=""/></not>
+ <isset property="mead.build.profiles"/>
+ </and>
+ </condition>
+ </target>
+ <target name="profiles-cond-if" depends="profiles-cond"
if="profiles-cond-is-true">
+ <echo>mead.build.profiles is set</echo>
+ <echo file="${ant.build.dir}/profiles.properties">
${mead.build.profiles}</echo>
+ <loadfile property="mead.profiles"
srcFile="${ant.build.dir}/profiles.properties">
+ <filterchain>
+ <replaceregex flags="g" pattern=" " replace="
--profile "/>
+ </filterchain>
+ </loadfile>
+<!-- <delete
file="${ant.build.dir}/profiles.properties"/>-->
+ </target>
+ <target name="profiles-cond-else" depends="profiles-cond"
unless="profiles-cond-is-true">
+ <echo>mead.build.profiles is NOT set</echo>
+ <property name="mead.profiles" value=""/>
+ </target>
+
+ <!-- PROPERIES -->
+ <target name="properties"
depends="properties-cond-if,properties-cond-else" />
+ <target name="properties-cond">
+ <condition property="properties-cond-is-true">
+ <and>
+ <not><equals arg1="${mead.build.properties}"
arg2=""/></not>
+ <isset property="mead.build.properties"/>
+ </and>
+ </condition>
+ </target>
+ <target name="properties-cond-if" depends="properties-cond"
if="properties-cond-is-true">
+ <echo>mead.build.properties is set</echo>
+ <echo file="${ant.build.dir}/properties.properties">
${mead.build.properties}</echo>
+ <loadfile property="mead.properties"
srcFile="${ant.build.dir}/properties.properties">
+ <filterchain>
+ <replaceregex flags="g" pattern=" " replace="
--property "/>
+ </filterchain>
+ </loadfile>
+<!-- <delete
file="${ant.build.dir}/properties.properties"/>-->
+ </target>
+ <target name="properties-cond-else" depends="properties-cond"
unless="properties-cond-is-true">
+ <echo>mead.build.properties is NOT set</echo>
+ <property name="mead.properties" value=""/>
+ </target>
+
+ <target name="brew-build-exec" if="brew.exec">
+
+ <!-- Exceute MEAD buid -->
+<!-- <exec executable="brew"
output="${ant.build.dir}/task.properties" failonerror="true"
failifexecutionfails="">
+ <arg value="mead-build"/>
+ <arg value="${mead.target}"/>
+ <arg
value="'svn+${svn.base}/${svn.repo}?${svn.path}#${svn.revision}'" />
+ <arg line="${mead.patch} ${mead.profiles}
${mead.properties}" />
+ </exec>-->
+ <echo file="${ant.build.dir}/task.properties">
+Created task: 3399568
+Task info:
http://brewweb.devel.redhat.com/brew/taskinfo?taskID=3399568
+Watching tasks (this may be safely interrupted)...
+3399568 maven (jboss-epp-5-nosign,
/repos/gatein:components/wsrp/tags/2.0.1-EPP511-CR01:6602): free
+3399568 maven (jboss-epp-5-nosign,
/repos/gatein:components/wsrp/tags/2.0.1-EPP511-CR01:6602): free -> open
(
x86-003.build.bos.redhat.com)
+ 3399569 buildMaven (jboss-epp-5-build): open (
x86-006.build.bos.redhat.com)
+ </echo>
+
+ <loadfile property="mead.task.id"
srcFile="${ant.build.dir}/task.properties">
+ <filterchain>
+ <linecontains>
+ <contains value="Created task: " />
+ </linecontains>
+ <deletecharacters chars="\n"/>
+ <deletecharacters chars="Created task: "/>
+ </filterchain>
+ </loadfile>
+
+ <echo>Task ID: "${mead.task.id}"</echo>
+
+
+ <antcall target="brew-build-wait"/>
+
+ </target>
+ <target name="brew-build-wait" unless="brew.not.wait">
+ <echo>Task ID: "${mead.task.id}"</echo>
+
+
+ <!-- Parse taskinfo to get build ID -->
+<!-- <exec executable="brew"
output="${ant.build.dir}/taskinfo.properties">
+ <arg value="taskinfo"/>
+ <arg value="${task.id}"/>
+ </exec>-->
+ <echo file="${ant.build.dir}/taskinfo.properties">
+Task: 3375489
+Type: maven
+Owner: hfnukal
+State: closed
+Created: Wed Jun 8 01:39:18 2011
+Started: Wed Jun 8 01:39:20 2011
+Finished: Wed Jun 8 02:26:24 2011
+Host:
x86-007.build.bos.redhat.com
+Build: org.exoplatform.portal-exo.portal.parent-5.1.1_epp_DEV02-1 (166768)
+ </echo>
+
+ <loadfile property="mead.build.id"
srcFile="${ant.build.dir}/taskinfo.properties">
+ <filterchain>
+ <linecontains>
+ <contains value="Build: " />
+ </linecontains>
+ <deletecharacters chars="\n"/>
+<!-- <deletecharacters chars="Build:
"/>-->
+ <replaceregex pattern="Build: (.*) \(.*"
replace="\1"/>
+ </filterchain>
+ </loadfile>
+
+ <echo>Build ID: "${mead.build.id}"</echo>
+
+ <echo>EXEC: brew wait-repo --target jboss-epp-5 --build
${mead.build.id}</echo>
+
+ </target>
+</project>
\ No newline at end of file
Added: epp/portal/branches/EPP_5_1_Branch/distribution/mead-tools/exo-core/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/distribution/mead-tools/exo-core/pom.xml
(rev 0)
+++ epp/portal/branches/EPP_5_1_Branch/distribution/mead-tools/exo-core/pom.xml 2011-06-17
12:55:39 UTC (rev 6675)
@@ -0,0 +1,28 @@
+<?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">
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.exoplatform.portal.mead</groupId>
+ <artifactId>mead.parent</artifactId>
+ <version>5.1.1-epp-DEV02</version>
+ <relativePath>../mead.parent/pom.xml</relativePath>
+ </parent>
+
+ <artifactId>mead-exo-core</artifactId>
+ <packaging>pom</packaging>
+
+ <properties>
+
+ <mead.svn.base>${svn.base}</mead.svn.base>
+ <mead.svn.repo>${svn.exo.repo}</mead.svn.repo>
+ <mead.svn.path>${exo-core.svnpath}</mead.svn.path>
+
+ <mead.build.profiles></mead.build.profiles>
+ <mead.build.properties></mead.build.properties>
+ <mead.patch.path></mead.patch.path>
+
+ </properties>
+</project>
\ No newline at end of file
Added: epp/portal/branches/EPP_5_1_Branch/distribution/mead-tools/exo-doc/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/distribution/mead-tools/exo-doc/pom.xml
(rev 0)
+++ epp/portal/branches/EPP_5_1_Branch/distribution/mead-tools/exo-doc/pom.xml 2011-06-17
12:55:39 UTC (rev 6675)
@@ -0,0 +1,28 @@
+<?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">
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.exoplatform.portal.mead</groupId>
+ <artifactId>mead.parent</artifactId>
+ <version>5.1.1-epp-DEV02</version>
+ <relativePath>../mead.parent/pom.xml</relativePath>
+ </parent>
+
+ <artifactId>mead-exo-doc</artifactId>
+ <packaging>pom</packaging>
+
+ <properties>
+
+ <mead.svn.base>${svn.base}</mead.svn.base>
+ <mead.svn.repo>${svn.exo.repo}</mead.svn.repo>
+ <mead.svn.path>${exo-doc.svnpath}</mead.svn.path>
+
+ <mead.build.profiles></mead.build.profiles>
+ <mead.build.properties></mead.build.properties>
+ <mead.patch.path></mead.patch.path>
+
+ </properties>
+</project>
\ No newline at end of file
Added: epp/portal/branches/EPP_5_1_Branch/distribution/mead-tools/exo-jcr/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/distribution/mead-tools/exo-jcr/pom.xml
(rev 0)
+++ epp/portal/branches/EPP_5_1_Branch/distribution/mead-tools/exo-jcr/pom.xml 2011-06-17
12:55:39 UTC (rev 6675)
@@ -0,0 +1,28 @@
+<?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">
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.exoplatform.portal.mead</groupId>
+ <artifactId>mead.parent</artifactId>
+ <version>5.1.1-epp-DEV02</version>
+ <relativePath>../mead.parent/pom.xml</relativePath>
+ </parent>
+
+ <artifactId>mead-eco-jcr</artifactId>
+ <packaging>pom</packaging>
+
+ <properties>
+
+ <mead.svn.base>${svn.base}</mead.svn.base>
+ <mead.svn.repo>${svn.exo.repo}</mead.svn.repo>
+ <mead.svn.path>${exo-jcr.svnpath}</mead.svn.path>
+
+ <mead.build.profiles></mead.build.profiles>
+ <mead.build.properties></mead.build.properties>
+
<mead.patch.path>patches/org.exoplatform.portal-exo.portal.parent/branches/EPP_5_1</mead.patch.path>
+
+ </properties>
+</project>
\ No newline at end of file
Added: epp/portal/branches/EPP_5_1_Branch/distribution/mead-tools/exo-junit/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/distribution/mead-tools/exo-junit/pom.xml
(rev 0)
+++
epp/portal/branches/EPP_5_1_Branch/distribution/mead-tools/exo-junit/pom.xml 2011-06-17
12:55:39 UTC (rev 6675)
@@ -0,0 +1,28 @@
+<?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">
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.exoplatform.portal.mead</groupId>
+ <artifactId>mead.parent</artifactId>
+ <version>5.1.1-epp-DEV02</version>
+ <relativePath>../mead.parent/pom.xml</relativePath>
+ </parent>
+
+ <artifactId>mead-exo-junit</artifactId>
+ <packaging>pom</packaging>
+
+ <properties>
+
+ <mead.svn.base>${svn.base}</mead.svn.base>
+ <mead.svn.repo>${svn.exo.repo}</mead.svn.repo>
+ <mead.svn.path>${exo-junit.svnpath}</mead.svn.path>
+
+ <mead.build.profiles></mead.build.profiles>
+ <mead.build.properties></mead.build.properties>
+ <mead.patch.path></mead.patch.path>
+
+ </properties>
+</project>
\ No newline at end of file
Added: epp/portal/branches/EPP_5_1_Branch/distribution/mead-tools/exo-kernel/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/distribution/mead-tools/exo-kernel/pom.xml
(rev 0)
+++
epp/portal/branches/EPP_5_1_Branch/distribution/mead-tools/exo-kernel/pom.xml 2011-06-17
12:55:39 UTC (rev 6675)
@@ -0,0 +1,28 @@
+<?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">
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.exoplatform.portal.mead</groupId>
+ <artifactId>mead.parent</artifactId>
+ <version>5.1.1-epp-DEV02</version>
+ <relativePath>../mead.parent/pom.xml</relativePath>
+ </parent>
+
+ <artifactId>mead-exo-kernel</artifactId>
+ <packaging>pom</packaging>
+
+ <properties>
+
+ <mead.svn.base>${svn.base}</mead.svn.base>
+ <mead.svn.repo>${svn.exo.repo}</mead.svn.repo>
+ <mead.svn.path>${exo-kernel.svnpath}</mead.svn.path>
+
+ <mead.build.profiles></mead.build.profiles>
+ <mead.build.properties></mead.build.properties>
+ <mead.patch.path></mead.patch.path>
+
+ </properties>
+</project>
\ No newline at end of file
Added: epp/portal/branches/EPP_5_1_Branch/distribution/mead-tools/exo-parent/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/distribution/mead-tools/exo-parent/pom.xml
(rev 0)
+++
epp/portal/branches/EPP_5_1_Branch/distribution/mead-tools/exo-parent/pom.xml 2011-06-17
12:55:39 UTC (rev 6675)
@@ -0,0 +1,28 @@
+<?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">
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.exoplatform.portal.mead</groupId>
+ <artifactId>mead.parent</artifactId>
+ <version>5.1.1-epp-DEV02</version>
+ <relativePath>../mead.parent/pom.xml</relativePath>
+ </parent>
+
+ <artifactId>mead-exo-parent</artifactId>
+ <packaging>pom</packaging>
+
+ <properties>
+
+ <mead.svn.base>${svn.base}</mead.svn.base>
+ <mead.svn.repo>${svn.exo.repo}</mead.svn.repo>
+ <mead.svn.path>${exo-parent.svnpath}</mead.svn.path>
+
+ <mead.build.profiles></mead.build.profiles>
+ <mead.build.properties></mead.build.properties>
+ <mead.patch.path></mead.patch.path>
+
+ </properties>
+</project>
\ No newline at end of file
Added: epp/portal/branches/EPP_5_1_Branch/distribution/mead-tools/exo-ws/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/distribution/mead-tools/exo-ws/pom.xml
(rev 0)
+++ epp/portal/branches/EPP_5_1_Branch/distribution/mead-tools/exo-ws/pom.xml 2011-06-17
12:55:39 UTC (rev 6675)
@@ -0,0 +1,28 @@
+<?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">
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.exoplatform.portal.mead</groupId>
+ <artifactId>mead.parent</artifactId>
+ <version>5.1.1-epp-DEV02</version>
+ <relativePath>../mead.parent/pom.xml</relativePath>
+ </parent>
+
+ <artifactId>mead-exo-ws</artifactId>
+ <packaging>pom</packaging>
+
+ <properties>
+
+ <mead.svn.base>${svn.base}</mead.svn.base>
+ <mead.svn.repo>${svn.exo.repo}</mead.svn.repo>
+ <mead.svn.path>${exo-ws.svnpath}</mead.svn.path>
+
+ <mead.build.profiles></mead.build.profiles>
+ <mead.build.properties></mead.build.properties>
+ <mead.patch.path></mead.patch.path>
+
+ </properties>
+</project>
\ No newline at end of file
Added: epp/portal/branches/EPP_5_1_Branch/distribution/mead-tools/gatein-common/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/distribution/mead-tools/gatein-common/pom.xml
(rev 0)
+++
epp/portal/branches/EPP_5_1_Branch/distribution/mead-tools/gatein-common/pom.xml 2011-06-17
12:55:39 UTC (rev 6675)
@@ -0,0 +1,28 @@
+<?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">
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.exoplatform.portal.mead</groupId>
+ <artifactId>mead.parent</artifactId>
+ <version>5.1.1-epp-DEV02</version>
+ <relativePath>../mead.parent/pom.xml</relativePath>
+ </parent>
+
+ <artifactId>mead-gatein-common</artifactId>
+ <packaging>pom</packaging>
+
+ <properties>
+
+ <mead.svn.base>${svn.base}</mead.svn.base>
+ <mead.svn.repo>${svn.gatein.repo}</mead.svn.repo>
+ <mead.svn.path>${gatein-common.svnpath}</mead.svn.path>
+
+ <mead.build.profiles></mead.build.profiles>
+ <mead.build.properties></mead.build.properties>
+ <mead.patch.path></mead.patch.path>
+
+ </properties>
+</project>
\ No newline at end of file
Added: epp/portal/branches/EPP_5_1_Branch/distribution/mead-tools/gatein-dep/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/distribution/mead-tools/gatein-dep/pom.xml
(rev 0)
+++
epp/portal/branches/EPP_5_1_Branch/distribution/mead-tools/gatein-dep/pom.xml 2011-06-17
12:55:39 UTC (rev 6675)
@@ -0,0 +1,28 @@
+<?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">
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.exoplatform.portal.mead</groupId>
+ <artifactId>mead.parent</artifactId>
+ <version>5.1.1-epp-DEV02</version>
+ <relativePath>../mead.parent/pom.xml</relativePath>
+ </parent>
+
+ <artifactId>mead-gatein-dep</artifactId>
+ <packaging>pom</packaging>
+
+ <properties>
+
+ <mead.svn.base>${svn.base}</mead.svn.base>
+ <mead.svn.repo>${svn.gatein.repo}</mead.svn.repo>
+ <mead.svn.path>${gatein-dep.svnpath}</mead.svn.path>
+
+ <mead.build.profiles></mead.build.profiles>
+ <mead.build.properties></mead.build.properties>
+ <mead.patch.path></mead.patch.path>
+
+ </properties>
+</project>
\ No newline at end of file
Added: epp/portal/branches/EPP_5_1_Branch/distribution/mead-tools/gatein-mop/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/distribution/mead-tools/gatein-mop/pom.xml
(rev 0)
+++
epp/portal/branches/EPP_5_1_Branch/distribution/mead-tools/gatein-mop/pom.xml 2011-06-17
12:55:39 UTC (rev 6675)
@@ -0,0 +1,28 @@
+<?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">
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.exoplatform.portal.mead</groupId>
+ <artifactId>mead.parent</artifactId>
+ <version>5.1.1-epp-DEV02</version>
+ <relativePath>../mead.parent/pom.xml</relativePath>
+ </parent>
+
+ <artifactId>mead-gatein-mop</artifactId>
+ <packaging>pom</packaging>
+
+ <properties>
+
+ <mead.svn.base>${svn.base}</mead.svn.base>
+ <mead.svn.repo>${svn.gatein.repo}</mead.svn.repo>
+ <mead.svn.path>${gatein-mop.svnpath}</mead.svn.path>
+
+ <mead.build.profiles></mead.build.profiles>
+ <mead.build.properties></mead.build.properties>
+ <mead.patch.path></mead.patch.path>
+
+ </properties>
+</project>
\ No newline at end of file
Added: epp/portal/branches/EPP_5_1_Branch/distribution/mead-tools/gatein-packager/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/distribution/mead-tools/gatein-packager/pom.xml
(rev 0)
+++
epp/portal/branches/EPP_5_1_Branch/distribution/mead-tools/gatein-packager/pom.xml 2011-06-17
12:55:39 UTC (rev 6675)
@@ -0,0 +1,28 @@
+<?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">
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.exoplatform.portal.mead</groupId>
+ <artifactId>mead.parent</artifactId>
+ <version>5.1.1-epp-DEV02</version>
+ <relativePath>../mead.parent/pom.xml</relativePath>
+ </parent>
+
+ <artifactId>mead-gatein-packager</artifactId>
+ <packaging>pom</packaging>
+
+ <properties>
+
+ <mead.svn.base>${svn.base}</mead.svn.base>
+ <mead.svn.repo>${svn.gatein.repo}</mead.svn.repo>
+ <mead.svn.path>${gatein-packager.svnpath}</mead.svn.path>
+
+ <mead.build.profiles></mead.build.profiles>
+ <mead.build.properties></mead.build.properties>
+ <mead.patch.path></mead.patch.path>
+
+ </properties>
+</project>
\ No newline at end of file
Added: epp/portal/branches/EPP_5_1_Branch/distribution/mead-tools/gatein-parent/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/distribution/mead-tools/gatein-parent/pom.xml
(rev 0)
+++
epp/portal/branches/EPP_5_1_Branch/distribution/mead-tools/gatein-parent/pom.xml 2011-06-17
12:55:39 UTC (rev 6675)
@@ -0,0 +1,28 @@
+<?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">
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.exoplatform.portal.mead</groupId>
+ <artifactId>mead.parent</artifactId>
+ <version>5.1.1-epp-DEV02</version>
+ <relativePath>../mead.parent/pom.xml</relativePath>
+ </parent>
+
+ <artifactId>mead-gatein-parent</artifactId>
+ <packaging>pom</packaging>
+
+ <properties>
+
+ <mead.svn.base>${svn.base}</mead.svn.base>
+ <mead.svn.repo>${svn.gatein.repo}</mead.svn.repo>
+ <mead.svn.path>${gatein-parent.svnpath}</mead.svn.path>
+
+ <mead.build.profiles></mead.build.profiles>
+ <mead.build.properties></mead.build.properties>
+ <mead.patch.path></mead.patch.path>
+
+ </properties>
+</project>
\ No newline at end of file
Added: epp/portal/branches/EPP_5_1_Branch/distribution/mead-tools/gatein-pc/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/distribution/mead-tools/gatein-pc/pom.xml
(rev 0)
+++
epp/portal/branches/EPP_5_1_Branch/distribution/mead-tools/gatein-pc/pom.xml 2011-06-17
12:55:39 UTC (rev 6675)
@@ -0,0 +1,28 @@
+<?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">
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.exoplatform.portal.mead</groupId>
+ <artifactId>mead.parent</artifactId>
+ <version>5.1.1-epp-DEV02</version>
+ <relativePath>../mead.parent/pom.xml</relativePath>
+ </parent>
+
+ <artifactId>mead-gatein-pc</artifactId>
+ <packaging>pom</packaging>
+
+ <properties>
+
+ <mead.svn.base>${svn.base}</mead.svn.base>
+ <mead.svn.repo>${svn.gatein.repo}</mead.svn.repo>
+ <mead.svn.path>${gatein-pc.svnpath}</mead.svn.path>
+
+ <mead.build.profiles></mead.build.profiles>
+ <mead.build.properties>tests=local
container.unpack.dir=/maven/build/test-containers
JBOSS_5_1_HOME=/maven/build/test-containers/jboss-5.1.0.GA
tests.failOnError=true</mead.build.properties>
+
<mead.patch.path>patches/org.gatein.pc-pc-parent/tags/2.2.0-CR02</mead.patch.path>
+
+ </properties>
+</project>
\ No newline at end of file
Added: epp/portal/branches/EPP_5_1_Branch/distribution/mead-tools/gatein-portal/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/distribution/mead-tools/gatein-portal/pom.xml
(rev 0)
+++
epp/portal/branches/EPP_5_1_Branch/distribution/mead-tools/gatein-portal/pom.xml 2011-06-17
12:55:39 UTC (rev 6675)
@@ -0,0 +1,28 @@
+<?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">
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.exoplatform.portal.mead</groupId>
+ <artifactId>mead.parent</artifactId>
+ <version>5.1.1-epp-DEV02</version>
+ <relativePath>../mead.parent/pom.xml</relativePath>
+ </parent>
+
+ <artifactId>mead-gatein-portal</artifactId>
+ <packaging>pom</packaging>
+
+ <properties>
+
+ <mead.svn.base>${svn.base}</mead.svn.base>
+ <mead.svn.repo>${svn.gatein.repo}</mead.svn.repo>
+ <mead.svn.path>${gatein-portal.svnpath}</mead.svn.path>
+
+ <mead.build.profiles>release pkg-jbossas</mead.build.profiles>
+
<mead.build.properties>exo.projects.directory.dependencies=/maven/build/test-containers</mead.build.properties>
+
<mead.patch.path>patches/org.exoplatform.portal-exo.portal.parent/tags/epp-5.1.0-ER03</mead.patch.path>
+
+ </properties>
+</project>
\ No newline at end of file
Added: epp/portal/branches/EPP_5_1_Branch/distribution/mead-tools/gatein-shindig/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/distribution/mead-tools/gatein-shindig/pom.xml
(rev 0)
+++
epp/portal/branches/EPP_5_1_Branch/distribution/mead-tools/gatein-shindig/pom.xml 2011-06-17
12:55:39 UTC (rev 6675)
@@ -0,0 +1,28 @@
+<?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">
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.exoplatform.portal.mead</groupId>
+ <artifactId>mead.parent</artifactId>
+ <version>5.1.1-epp-DEV02</version>
+ <relativePath>../mead.parent/pom.xml</relativePath>
+ </parent>
+
+ <artifactId>mead-gatein-shindig</artifactId>
+ <packaging>pom</packaging>
+
+ <properties>
+
+ <mead.svn.base>${svn.base}</mead.svn.base>
+ <mead.svn.repo>${svn.gatein.repo}</mead.svn.repo>
+ <mead.svn.path>${gatein-shindig.svnpath}</mead.svn.path>
+
+ <mead.build.profiles></mead.build.profiles>
+ <mead.build.properties></mead.build.properties>
+ <mead.patch.path></mead.patch.path>
+
+ </properties>
+</project>
\ No newline at end of file
Added:
epp/portal/branches/EPP_5_1_Branch/distribution/mead-tools/gatein-simplecaptcha/pom.xml
===================================================================
---
epp/portal/branches/EPP_5_1_Branch/distribution/mead-tools/gatein-simplecaptcha/pom.xml
(rev 0)
+++
epp/portal/branches/EPP_5_1_Branch/distribution/mead-tools/gatein-simplecaptcha/pom.xml 2011-06-17
12:55:39 UTC (rev 6675)
@@ -0,0 +1,28 @@
+<?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">
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.exoplatform.portal.mead</groupId>
+ <artifactId>mead.parent</artifactId>
+ <version>5.1.1-epp-DEV02</version>
+ <relativePath>../mead.parent/pom.xml</relativePath>
+ </parent>
+
+ <artifactId>mead-gatein-simplecaptcha</artifactId>
+ <packaging>pom</packaging>
+
+ <properties>
+
+ <mead.svn.base>${svn.base}</mead.svn.base>
+ <mead.svn.repo>${svn.gatein.repo}</mead.svn.repo>
+ <mead.svn.path>${gatein-simplecaptcha.svnpath}</mead.svn.path>
+
+ <mead.build.profiles></mead.build.profiles>
+ <mead.build.properties></mead.build.properties>
+ <mead.patch.path></mead.patch.path>
+
+ </properties>
+</project>
\ No newline at end of file
Added: epp/portal/branches/EPP_5_1_Branch/distribution/mead-tools/gatein-sso/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/distribution/mead-tools/gatein-sso/pom.xml
(rev 0)
+++
epp/portal/branches/EPP_5_1_Branch/distribution/mead-tools/gatein-sso/pom.xml 2011-06-17
12:55:39 UTC (rev 6675)
@@ -0,0 +1,28 @@
+<?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">
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.exoplatform.portal.mead</groupId>
+ <artifactId>mead.parent</artifactId>
+ <version>5.1.1-epp-DEV02</version>
+ <relativePath>../mead.parent/pom.xml</relativePath>
+ </parent>
+
+ <artifactId>mead-gatein-sso</artifactId>
+ <packaging>pom</packaging>
+
+ <properties>
+
+ <mead.svn.base>${svn.base}</mead.svn.base>
+ <mead.svn.repo>${svn.gatein.repo}</mead.svn.repo>
+ <mead.svn.path>${gatein-sso.svnpath}</mead.svn.path>
+
+ <mead.build.profiles></mead.build.profiles>
+ <mead.build.properties></mead.build.properties>
+ <mead.patch.path></mead.patch.path>
+
+ </properties>
+</project>
\ No newline at end of file
Added: epp/portal/branches/EPP_5_1_Branch/distribution/mead-tools/gatein-wci/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/distribution/mead-tools/gatein-wci/pom.xml
(rev 0)
+++
epp/portal/branches/EPP_5_1_Branch/distribution/mead-tools/gatein-wci/pom.xml 2011-06-17
12:55:39 UTC (rev 6675)
@@ -0,0 +1,28 @@
+<?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">
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.exoplatform.portal.mead</groupId>
+ <artifactId>mead.parent</artifactId>
+ <version>5.1.1-epp-DEV02</version>
+ <relativePath>../mead.parent/pom.xml</relativePath>
+ </parent>
+
+ <artifactId>mead-gatein-wci</artifactId>
+ <packaging>pom</packaging>
+
+ <properties>
+
+ <mead.svn.base>${svn.base}</mead.svn.base>
+ <mead.svn.repo>${svn.gatein.repo}</mead.svn.repo>
+ <mead.svn.path>${gatein-wci.svnpath}</mead.svn.path>
+
+ <mead.build.profiles>jboss51</mead.build.profiles>
+ <mead.build.properties>container.unpack.dir=/maven/build/test-containers
JBOSS_5_1_HOME=/maven/build/test-containers/jboss-5.1.0.GA
tests.failOnError=true</mead.build.properties>
+
<mead.patch.path>patches/org.gatein.wci-wci-parent/tags/2.0.0-GA</mead.patch.path>
+
+ </properties>
+</project>
\ No newline at end of file
Added: epp/portal/branches/EPP_5_1_Branch/distribution/mead-tools/gatein-wsrp/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/distribution/mead-tools/gatein-wsrp/pom.xml
(rev 0)
+++
epp/portal/branches/EPP_5_1_Branch/distribution/mead-tools/gatein-wsrp/pom.xml 2011-06-17
12:55:39 UTC (rev 6675)
@@ -0,0 +1,28 @@
+<?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">
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.exoplatform.portal.mead</groupId>
+ <artifactId>mead.parent</artifactId>
+ <version>5.1.1-epp-DEV02</version>
+ <relativePath>../mead.parent/pom.xml</relativePath>
+ </parent>
+
+ <artifactId>mead-gatein-wsrp</artifactId>
+ <packaging>pom</packaging>
+
+ <properties>
+
+ <mead.svn.base>${svn.base}</mead.svn.base>
+ <mead.svn.repo>${svn.gatein.repo}</mead.svn.repo>
+ <mead.svn.path>${gatein-wsrp.svnpath}</mead.svn.path>
+
+ <mead.build.profiles></mead.build.profiles>
+ <mead.build.properties>container.unpack.dir=/maven/build/test-containers
JBOSS_5_1_0_HOME=/maven/build/test-containers/jboss-5.1.0.GA
</mead.build.properties>
+
<mead.patch.path>patches/org.gatein.wsrp-wsrp-parent/tags/epp-5.1.0-ER03</mead.patch.path>
+
+ </properties>
+</project>
\ No newline at end of file
Added:
epp/portal/branches/EPP_5_1_Branch/distribution/mead-tools/jboss-picketlink-idm/pom.xml
===================================================================
---
epp/portal/branches/EPP_5_1_Branch/distribution/mead-tools/jboss-picketlink-idm/pom.xml
(rev 0)
+++
epp/portal/branches/EPP_5_1_Branch/distribution/mead-tools/jboss-picketlink-idm/pom.xml 2011-06-17
12:55:39 UTC (rev 6675)
@@ -0,0 +1,28 @@
+<?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">
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.exoplatform.portal.mead</groupId>
+ <artifactId>mead.parent</artifactId>
+ <version>5.1.1-epp-DEV02</version>
+ <relativePath>../mead.parent/pom.xml</relativePath>
+ </parent>
+
+ <artifactId>mead-jboss-picketlink-idm</artifactId>
+ <packaging>pom</packaging>
+
+ <properties>
+
+ <mead.svn.base>${svn.base}</mead.svn.base>
+ <mead.svn.repo>${svn.jboss-picketlink-idm.repo}</mead.svn.repo>
+ <mead.svn.path>${jboss-picketlink-idm.svnpath}</mead.svn.path>
+
+ <mead.build.profiles>distro</mead.build.profiles>
+ <mead.build.properties></mead.build.properties>
+ <mead.patch.path></mead.patch.path>
+
+ </properties>
+</project>
\ No newline at end of file
Added:
epp/portal/branches/EPP_5_1_Branch/distribution/mead-tools/jboss-portletbridge/pom.xml
===================================================================
---
epp/portal/branches/EPP_5_1_Branch/distribution/mead-tools/jboss-portletbridge/pom.xml
(rev 0)
+++
epp/portal/branches/EPP_5_1_Branch/distribution/mead-tools/jboss-portletbridge/pom.xml 2011-06-17
12:55:39 UTC (rev 6675)
@@ -0,0 +1,28 @@
+<?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">
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.exoplatform.portal.mead</groupId>
+ <artifactId>mead.parent</artifactId>
+ <version>5.1.1-epp-DEV02</version>
+ <relativePath>../mead.parent/pom.xml</relativePath>
+ </parent>
+
+ <artifactId>mead-jboss-portletbridge</artifactId>
+ <packaging>pom</packaging>
+
+ <properties>
+
+ <mead.svn.base>${svn.base}</mead.svn.base>
+ <mead.svn.repo>${svn.jboss-portletbridge.repo}</mead.svn.repo>
+ <mead.svn.path>${jboss-portletbridge.svnpath}</mead.svn.path>
+
+ <mead.build.profiles></mead.build.profiles>
+ <mead.build.properties></mead.build.properties>
+ <mead.patch.path></mead.patch.path>
+
+ </properties>
+</project>
\ No newline at end of file
Added: epp/portal/branches/EPP_5_1_Branch/distribution/mead-tools/mead.parent/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/distribution/mead-tools/mead.parent/pom.xml
(rev 0)
+++
epp/portal/branches/EPP_5_1_Branch/distribution/mead-tools/mead.parent/pom.xml 2011-06-17
12:55:39 UTC (rev 6675)
@@ -0,0 +1,50 @@
+<?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">
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.exoplatform.portal.mead</groupId>
+ <version>5.1.1-epp-DEV02</version>
+ <artifactId>mead-tools</artifactId>
+ <relativePath>../pom.xml</relativePath>
+ </parent>
+
+ <artifactId>mead.parent</artifactId>
+ <packaging>pom</packaging>
+ <name>Distribution MEAD Tools</name>
+ <properties>
+ <!-- Ant properties -->
+ <ant.build.dir>${project.build.directory}</ant.build.dir>
+ <ant.build.file>../build.xml</ant.build.file>
+ <ant.target>mead-build</ant.target>
+ </properties>
+
+
+ <build>
+ <plugins>
+ <!-- Generate MEAD commands -->
+ <plugin>
+ <artifactId>maven-antrun-plugin</artifactId>
+ <version>1.6</version>
+ <executions>
+ <execution>
+ <id>mead-build-${project.artifactId}</id>
+ <phase>compile</phase>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ <configuration>
+ <target>
+ <ant antfile="${ant.build.file}" inheritRefs="true"
inheritAll="true">
+ <target name="${ant.target}"/>
+ </ant>
+ </target>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+</project>
\ No newline at end of file
Added: epp/portal/branches/EPP_5_1_Branch/distribution/mead-tools/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/distribution/mead-tools/pom.xml
(rev 0)
+++ epp/portal/branches/EPP_5_1_Branch/distribution/mead-tools/pom.xml 2011-06-17 12:55:39
UTC (rev 6675)
@@ -0,0 +1,266 @@
+<?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">
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>distribution.parent</artifactId>
+ <version>5.1.1-epp-DEV02</version>
+ </parent>
+
+ <groupId>org.exoplatform.portal.mead</groupId>
+
+ <artifactId>mead-tools</artifactId>
+ <packaging>pom</packaging>
+ <name>Distribution MEAD Tools</name>
+
+
+ <properties>
+ <!-- Ant properties -->
+ <ant.build.file>build.xml</ant.build.file>
+ <ant.target>mead-build</ant.target>
+ <brew.commands.file>../target/brew.commands</brew.commands.file>
+
+ <mead.target>jboss-epp-5-nosign</mead.target>
+
<
svn.patch.base>http://svn.devel.redhat.com/repos/mead</svn.patch.ba...
+ <
svn.base>http://anonsvn.jboss.org/repos</svn.base>
+
+ <!-- GateIn -->
+ <svn.gatein.repo>gatein</svn.gatein.repo>
+
+
<gatein-portal.svnpath>epp/portal/tags/EPP_5_1_1_DEV02</gatein-portal.svnpath>
+
<gatein-parent.svnpath>maven/parent/tags/1.0.1-GA</gatein-parent.svnpath>
+
<gatein-packager.svnpath>maven/packager/tags/1.0.0-CR01</gatein-packager.svnpath>
+ <gatein-dep.svnpath>maven/dep/tags/1.0.2-GA</gatein-dep.svnpath>
+
+
<gatein-common.svnpath>components/common/tags/${org.gatein.common.version}</gatein-common.svnpath>
+
<gatein-wci.svnpath>components/wci/tags/${org.gatein.wci.version}</gatein-wci.svnpath>
+
<gatein-pc.svnpath>components/pc/tags/${org.gatein.pc.version}</gatein-pc.svnpath>
+
<gatein-wsrp.svnpath>components/wsrp/tags/${org.gatein.wsrp.version}</gatein-wsrp.svnpath>
+
<gatein-mop.svnpath>components/mop/tags/${org.gatein.mop.version}</gatein-mop.svnpath>
+ <gatein-sso.svnpath>epp/sso/tags/${sso.version}</gatein-sso.svnpath>
+
<gatein-simplecaptcha.svnpath>components/simplecaptcha/tags/${nl.captcha.simplecaptcha.version}</gatein-simplecaptcha.svnpath>
+
<gatein-shindig.svnpath>components/shindig/tags/${org.shindig.version}</gatein-shindig.svnpath>
+
+ <!-- # JBoss components -->
+
<svn.jboss-picketlink-idm.repo>picketlink</svn.jboss-picketlink-idm.repo>
+
<jboss-picketlink-idm.svnpath>idm/tags/${org.picketlink.idm}</jboss-picketlink-idm.svnpath>
+
+
<svn.jboss-portletbridge.repo>portletbridge</svn.jboss-portletbridge.repo>
+
<jboss-portletbridge.svnpath>tags/${portletbridge.version}</jboss-portletbridge.svnpath>
+
+ <!-- # eXo components -->
+ <svn.exo.repo>exo-jcr</svn.exo.repo>
+ <exo-parent.svnpath>parent/tags/7</exo-parent.svnpath>
+ <exo-doc.svnpath>docs-style/tags/1</exo-doc.svnpath>
+ <exo-junit.svnpath>junit.framework/tags/1.2.1-GA</exo-junit.svnpath>
+
+
<exo-kernel.svnpath>kernel/tags/${org.exoplatform.kernel.version}</exo-kernel.svnpath>
+
<exo-core.svnpath>core/tags/${org.exoplatform.core.version}</exo-core.svnpath>
+
<exo-ws.svnpath>ws/tags/${org.exoplatform.ws.version}</exo-ws.svnpath>
+
<exo-jcr.svnpath>jcr/tags/${org.exoplatform.jcr.version}</exo-jcr.svnpath>
+
+ </properties>
+
+ <profiles>
+ <profile>
+ <id>mead-all</id>
+ <modules>
+ <module>gatein-parent </module>
+ <module>gatein-portal </module>
+ <module>gatein-packager </module>
+ <module>gatein-dep </module>
+ <module>gatein-common </module>
+ <module>gatein-wci </module>
+ <module>gatein-pc </module>
+ <module>gatein-wsrp </module>
+ <module>gatein-mop </module>
+ <module>gatein-sso </module>
+ <module>gatein-simplecaptcha </module>
+ <module>gatein-shindig </module>
+ <module>jboss-picketlink-idm </module>
+ <module>jboss-portletbridge </module>
+ <module>exo-parent </module>
+ <module>exo-doc </module>
+ <module>exo-junit </module>
+ <module>exo-kernel </module>
+ <module>exo-core </module>
+ <module>exo-ws </module>
+ <module>exo-jcr </module>
+ </modules>
+ </profile>
+
+<!--gatein-parent-->
+ <profile>
+ <id>gatein-parent</id>
+ <modules>
+ <module>gatein-parent</module>
+ </modules>
+ </profile>
+
+<!--gatein-portal-->
+ <profile>
+ <id>gatein-portal</id>
+ <modules>
+ <module>gatein-portal</module>
+ </modules>
+ </profile>
+
+<!--gatein-packager-->
+ <profile>
+ <id>gatein-packager</id>
+ <modules>
+ <module>gatein-packager</module>
+ </modules>
+
+ </profile>
+
+<!--gatein-dep-->
+ <profile>
+ <id>gatein-dep</id>
+ <modules>
+ <module>gatein-dep</module>
+ </modules>
+ </profile>
+
+<!--gatein-common-->
+ <profile>
+ <id>gatein-common</id>
+ <modules>
+ <module>gatein-common</module>
+ </modules>
+ </profile>
+
+<!--gatein-wci-->
+ <profile>
+ <id>gatein-wci</id>
+ <modules>
+ <module>gatein-wci</module>
+ </modules>
+ </profile>
+
+<!--gatein-pc-->
+ <profile>
+ <id>gatein-pc</id>
+ <modules>
+ <module>gatein-pc</module>
+ </modules>
+ </profile>
+
+<!--gatein-wsrp-->
+ <profile>
+ <id>gatein-wsrp</id>
+ <modules>
+ <module>gatein-wsrp</module>
+ </modules>
+ </profile>
+
+<!--gatein-mop-->
+ <profile>
+ <id>gatein-mop</id>
+ <modules>
+ <module>gatein-mop</module>
+ </modules>
+ </profile>
+
+<!--gatein-sso-->
+ <profile>
+ <id>gatein-sso</id>
+ <modules>
+ <module>gatein-sso</module>
+ </modules>
+ </profile>
+
+<!--gatein-simplecaptcha-->
+ <profile>
+ <id>gatein-simplecaptcha</id>
+ <modules>
+ <module>gatein-simplecaptcha</module>
+ </modules>
+ </profile>
+
+<!--gatein-shindig-->
+ <profile>
+ <id>gatein-shindig</id>
+ <modules>
+ <module>gatein-shindig</module>
+ </modules>
+ </profile>
+
+<!--jboss-picketlink-idm-->
+ <profile>
+ <id>jboss-picketlink-idm</id>
+ <modules>
+ <module>jboss-picketlink-idm</module>
+ </modules>
+ </profile>
+
+<!--jboss-portletbridge-->
+ <profile>
+ <id>jboss-portletbridge</id>
+ <modules>
+ <module>jboss-portletbridge</module>
+ </modules>
+ </profile>
+
+<!--exo-parent-->
+ <profile>
+ <id>exo-parent</id>
+ <modules>
+ <module>exo-parent</module>
+ </modules>
+ </profile>
+
+<!--exo-doc-->
+ <profile>
+ <id>exo-doc</id>
+ <modules>
+ <module>exo-doc</module>
+ </modules>
+ </profile>
+
+<!--exo-junit-->
+ <profile>
+ <id>exo-junit</id>
+ <modules>
+ <module>exo-junit</module>
+ </modules>
+ </profile>
+
+<!--exo-kernel-->
+ <profile>
+ <id>exo-kernel</id>
+ <modules>
+ <module>exo-kernel</module>
+ </modules>
+ </profile>
+
+<!--exo-core-->
+ <profile>
+ <id>exo-core</id>
+ <modules>
+ <module>exo-core</module>
+ </modules>
+ </profile>
+
+<!--exo-ws-->
+ <profile>
+ <id>exo-ws</id>
+ <modules>
+ <module>exo-ws</module>
+ </modules>
+ </profile>
+
+<!--exo-jcr-->
+ <profile>
+ <id>exo-jcr</id>
+ <modules>
+ <module>exo-jcr</module>
+ </modules>
+ </profile>
+
+ </profiles>
+
+</project>
\ No newline at end of file