You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by im...@apache.org on 2006/10/15 18:38:12 UTC

svn commit: r464222 - /myfaces/tomahawk/trunk/pom.xml

Author: imario
Date: Sun Oct 15 09:38:08 2006
New Revision: 464222

URL: http://svn.apache.org/viewvc?view=rev&rev=464222
Log:
added sandbox15 using a jdk1.5 profile. Thanks to Wendy for pointing
this out.

Modified:
    myfaces/tomahawk/trunk/pom.xml

Modified: myfaces/tomahawk/trunk/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/pom.xml?view=diff&rev=464222&r1=464221&r2=464222
==============================================================================
--- myfaces/tomahawk/trunk/pom.xml (original)
+++ myfaces/tomahawk/trunk/pom.xml Sun Oct 15 09:38:08 2006
@@ -43,6 +43,17 @@
     </repository>
   </repositories>
 
+  <profiles>
+    <profile>
+      <activation>
+        <jdk>1.5</jdk>
+      </activation>
+      <modules>
+        <module>sandbox15</module>
+      </modules>
+    </profile> 
+  </profiles>
+
   <modules>
     <module>core</module>
     <module>examples</module>