Author: hfnukal
Date: 2011-06-13 06:14:55 -0400 (Mon, 13 Jun 2011)
New Revision: 6643
Modified:
epp/portal/branches/EPP_5_1_Branch/distribution/pack/
epp/portal/branches/EPP_5_1_Branch/distribution/pack/examples/
epp/portal/branches/EPP_5_1_Branch/distribution/pack/pom.xml
epp/portal/branches/EPP_5_1_Branch/distribution/pack/portletbridge/
epp/portal/branches/EPP_5_1_Branch/distribution/pack/serverAddon/
epp/portal/branches/EPP_5_1_Branch/distribution/pack/serverAddon/gatein.ear/
epp/portal/branches/EPP_5_1_Branch/distribution/pack/serverAddon/integration.war/
epp/portal/branches/EPP_5_1_Branch/distribution/pom.xml
Log:
Properties and optimalization.
Property changes on: epp/portal/branches/EPP_5_1_Branch/distribution/pack
___________________________________________________________________
Added: svn:ignore
+ target
Property changes on: epp/portal/branches/EPP_5_1_Branch/distribution/pack/examples
___________________________________________________________________
Added: svn:ignore
+ target
Modified: epp/portal/branches/EPP_5_1_Branch/distribution/pack/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/distribution/pack/pom.xml 2011-06-13 03:06:36 UTC
(rev 6642)
+++ epp/portal/branches/EPP_5_1_Branch/distribution/pack/pom.xml 2011-06-13 10:14:55 UTC
(rev 6643)
@@ -102,7 +102,7 @@
<property
name="eap.path">${project.build.directory}/${project.build.finalName}/${eap.dir}</property>
<move file="${eap.path}"
toFile="${epp.path}"/>
- <move
file="${epp.path}/gatein-sso-${sso.version}"
toFile="${epp.path}/gatein-sso"/>
+ <move
file="${epp.path}/gatein-sso-${sso.version}"
toFile="${epp.path}/${sso.directory}"/>
<ant antfile="src/build.xml"
inheritRefs="true">
<target name="patch"/>
@@ -131,7 +131,7 @@
<executions>
<execution>
<id>distro-assembly-zip</id>
- <phase>package</phase>
+ <phase>compile</phase>
<goals>
<goal>single</goal>
</goals>
Property changes on: epp/portal/branches/EPP_5_1_Branch/distribution/pack/portletbridge
___________________________________________________________________
Added: svn:ignore
+ target
Property changes on: epp/portal/branches/EPP_5_1_Branch/distribution/pack/serverAddon
___________________________________________________________________
Added: svn:ignore
+ target
Property changes on:
epp/portal/branches/EPP_5_1_Branch/distribution/pack/serverAddon/gatein.ear
___________________________________________________________________
Added: svn:ignore
+ target
Property changes on:
epp/portal/branches/EPP_5_1_Branch/distribution/pack/serverAddon/integration.war
___________________________________________________________________
Added: svn:ignore
+ target
Modified: epp/portal/branches/EPP_5_1_Branch/distribution/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/distribution/pom.xml 2011-06-13 03:06:36 UTC (rev
6642)
+++ epp/portal/branches/EPP_5_1_Branch/distribution/pom.xml 2011-06-13 10:14:55 UTC (rev
6643)
@@ -18,9 +18,18 @@
<eap.version>5.1.0</eap.version>
<eap.dir>jboss-eap-5.1</eap.dir>
<epp.dir>jboss-epp-5.1.1</epp.dir>
+
+ <!-- portlet bridge directory - not used, distribution module name is used as
directory name -->
+ <portletbridge.directory>portletbridge</portletbridge.directory>
+ <!-- gatein-sso directory name within EPP -->
+ <sso.directory>gatein-sso</sso.directory>
+ <!-- EPP Documentation main directory -->
+ <epp.doc.directory>jboss-epp-doc-5.1</epp.doc.directory>
+
<sso.version>1.0.2-epp-DEV01</sso.version>
<portletbridge.version>2.1.0.GA.EPP51</portletbridge.version>
+
</properties>
<modules>
Show replies by date