Author: hfnukal
Date: 2011-09-13 15:34:51 -0400 (Tue, 13 Sep 2011)
New Revision: 7391
Added:
epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/gatein-management/
epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/gatein-management/pom.xml
Modified:
epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/pom.xml
Log:
JBEPP-1091 mead build import for gatein-management, not yet git support
Added:
epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/gatein-management/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/gatein-management/pom.xml
(rev 0)
+++
epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/gatein-management/pom.xml 2011-09-13
19:34:51 UTC (rev 7391)
@@ -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.2.0-epp-DEV04-SNAPSHOT</version>
+ <relativePath>../mead.parent/pom.xml</relativePath>
+ </parent>
+
+ <artifactId>mead-gatein-management</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
Modified: epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/pom.xml 2011-09-13 17:53:13
UTC (rev 7390)
+++ epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/pom.xml 2011-09-13 19:34:51
UTC (rev 7391)
@@ -101,6 +101,7 @@
<module>gatein-mop </module>
<module>gatein-simplecaptcha </module>
<module>gatein-shindig </module>
+ <module>gatein-management </module>
<module>gatein-packager </module>
<module>jboss-picketlink-idm </module>
<module>gatein-portal </module>
@@ -206,6 +207,14 @@
</modules>
</profile>
+<!--gatein-management-->
+ <profile>
+ <id>gatein-management</id>
+ <modules>
+ <module>gatein-management</module>
+ </modules>
+ </profile>
+
<!--jboss-picketlink-idm-->
<profile>
<id>jboss-picketlink-idm</id>