[gatein-commits] gatein SVN: r5496 - epp/examples/branches/EPP_5_1_Branch/portlets/idmhelloworld.

do-not-reply at jboss.org do-not-reply at jboss.org
Tue Dec 7 05:51:24 EST 2010


Author: thomas.heute at jboss.com
Date: 2010-12-07 05:51:23 -0500 (Tue, 07 Dec 2010)
New Revision: 5496

Modified:
   epp/examples/branches/EPP_5_1_Branch/portlets/idmhelloworld/pom.xml
Log:
Prepared for productization


Modified: epp/examples/branches/EPP_5_1_Branch/portlets/idmhelloworld/pom.xml
===================================================================
--- epp/examples/branches/EPP_5_1_Branch/portlets/idmhelloworld/pom.xml	2010-12-07 09:34:42 UTC (rev 5495)
+++ epp/examples/branches/EPP_5_1_Branch/portlets/idmhelloworld/pom.xml	2010-12-07 10:51:23 UTC (rev 5496)
@@ -10,6 +10,12 @@
    <name>EPP Portlets Examples - Identity Hello World Portlet</name>
    <description />
 
+   <properties>
+      <gatein.home>${EPP_HOME}/jboss-as/server/default/deploy/gatein.ear</gatein.home>
+      <gatein.core.version>2.3.6-CR02</gatein.core.version>
+      <gatein.kernel.version>2.2.6-CR02</gatein.kernel.version>
+   </properties>
+
    <build>
       <plugins>
          <plugin>
@@ -33,9 +39,17 @@
       <dependency>
          <groupId>org.exoplatform.core</groupId>
          <artifactId>exo.core.component.organization.api</artifactId>
-         <version>2.3.1-GA</version>
-         <scope>provided</scope>
+         <version>${gatein.core.version}</version>
+         <scope>system</scope>
+         <systemPath>${gatein.home}/lib/exo.core.component.organization.api-${gatein.core.version}.jar</systemPath>
       </dependency>
+      <dependency>
+         <groupId>org.exoplatform.kernel</groupId>
+         <artifactId>exo.kernel.container</artifactId>
+         <version>${gatein.kernel.version}</version>
+         <scope>system</scope>
+         <systemPath>${gatein.home}/lib/exo.kernel.container-${gatein.kernel.version}.jar</systemPath>
+      </dependency>
    </dependencies>
    
    <repositories>



More information about the gatein-commits mailing list