You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by zo...@apache.org on 2010/06/11 14:35:05 UTC

svn commit: r953685 - in /incubator/aries/trunk/samples/goat: goat-eba/pom.xml pom.xml

Author: zoe
Date: Fri Jun 11 12:35:04 2010
New Revision: 953685

URL: http://svn.apache.org/viewvc?rev=953685&view=rev
Log:
ARIES-319 Making the EBA build as part of the main project

Modified:
    incubator/aries/trunk/samples/goat/goat-eba/pom.xml
    incubator/aries/trunk/samples/goat/pom.xml

Modified: incubator/aries/trunk/samples/goat/goat-eba/pom.xml
URL: http://svn.apache.org/viewvc/incubator/aries/trunk/samples/goat/goat-eba/pom.xml?rev=953685&r1=953684&r2=953685&view=diff
==============================================================================
--- incubator/aries/trunk/samples/goat/goat-eba/pom.xml (original)
+++ incubator/aries/trunk/samples/goat/goat-eba/pom.xml Fri Jun 11 12:35:04 2010
@@ -31,7 +31,7 @@ under the License.
 
     <groupId>org.apache.aries.samples.goat</groupId>
     <artifactId>org.apache.aries.samples.goat.eba</artifactId>
-    <name>Apache Aries GOAT Sample</name>
+    <name>Apache Aries GOAT Sample EBA</name>
     <description>
   This EBA contains the core bundles for the sample GOAT application.  
     </description>

Modified: incubator/aries/trunk/samples/goat/pom.xml
URL: http://svn.apache.org/viewvc/incubator/aries/trunk/samples/goat/pom.xml?rev=953685&r1=953684&r2=953685&view=diff
==============================================================================
--- incubator/aries/trunk/samples/goat/pom.xml (original)
+++ incubator/aries/trunk/samples/goat/pom.xml Fri Jun 11 12:35:04 2010
@@ -70,7 +70,7 @@
         <module>goat-web</module>
         <module>goat-dummy-provider</module>
         <module>goat-assembly</module>
-    <!--    <module>goat-eba</module> -->
+        <module>goat-eba</module> 
         <module>goat-bundlecontext-modelprovider</module>
         <module>goat-info-enhancer</module>
     </modules>