You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shale.apache.org by cr...@apache.org on 2006/08/19 06:02:07 UTC

svn commit: r432789 - /shale/framework/trunk/pom.xml

Author: craigmcc
Date: Fri Aug 18 21:02:06 2006
New Revision: 432789

URL: http://svn.apache.org/viewvc?rev=432789&view=rev
Log:
Comment out the "designtime" profile, as shale-designtime is not being
included in the 1.0.3 release.

Modified:
    shale/framework/trunk/pom.xml

Modified: shale/framework/trunk/pom.xml
URL: http://svn.apache.org/viewvc/shale/framework/trunk/pom.xml?rev=432789&r1=432788&r2=432789&view=diff
==============================================================================
--- shale/framework/trunk/pom.xml (original)
+++ shale/framework/trunk/pom.xml Fri Aug 18 21:02:06 2006
@@ -50,6 +50,7 @@
 
     <!-- http://jira.codehaus.org/browse/MNG-2136 -->
     <profiles>
+<!-- shale-designtime is not part of 1.0.3, even as a profile
         <profile>
             <id>designtime</id>
             <activation>
@@ -61,6 +62,7 @@
                 <module>shale-designtime</module>
             </modules>
         </profile>
+-->
         <profile>
             <id>apps</id>
             <activation>