Author: wsmoak
Date: Sat Dec  8 17:49:50 2007
New Revision: 602607

URL: http://svn.apache.org/viewvc?rev=602607&view=rev
Log:
Put the example apps back in a profile and exclude them from the default build.

Modified:
    shale/framework/branches/SHALE_1_0_X/pom.xml

Modified: shale/framework/branches/SHALE_1_0_X/pom.xml
URL: 
http://svn.apache.org/viewvc/shale/framework/branches/SHALE_1_0_X/pom.xml?rev=602607&r1=602606&r2=602607&view=diff
==============================================================================
--- shale/framework/branches/SHALE_1_0_X/pom.xml (original)
+++ shale/framework/branches/SHALE_1_0_X/pom.xml Sat Dec  8 17:49:50 2007
@@ -70,6 +70,17 @@
     <!-- http://jira.codehaus.org/browse/MNG-2136 -->
     <profiles>
         <profile>
+            <id>apps</id>
+            <activation>
+                <property>
+                    <name>apps</name>
+                </property>
+            </activation>
+            <modules>
+                <module>shale-apps</module>
+            </modules>
+        </profile>
+        <profile>
             <id>shale-parent-jdk15</id>
             <activation>
                 <jdk>1.5</jdk>
@@ -131,7 +142,6 @@
 
     <modules>
         <module>shale-application</module>
-        <module>shale-apps</module>
         <module>shale-clay</module>
         <module>shale-core</module>
         <module>shale-dialog</module>


Reply via email to