You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2007/10/16 22:55:02 UTC

svn commit: r585262 - /myfaces/tobago/trunk/sandbox/pom.xml

Author: lofwyr
Date: Tue Oct 16 13:55:01 2007
New Revision: 585262

URL: http://svn.apache.org/viewvc?rev=585262&view=rev
Log:
undo change by mistake, the classes are not in rt.jar on macosx

Modified:
    myfaces/tobago/trunk/sandbox/pom.xml

Modified: myfaces/tobago/trunk/sandbox/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/sandbox/pom.xml?rev=585262&r1=585261&r2=585262&view=diff
==============================================================================
--- myfaces/tobago/trunk/sandbox/pom.xml (original)
+++ myfaces/tobago/trunk/sandbox/pom.xml Tue Oct 16 13:55:01 2007
@@ -337,7 +337,13 @@
                   <attach>true</attach>
                   <verify>true</verify>
                   <verifyClasspath>
+                     <element>${java14.home}/lib/rt.jar</element>
+<!--
+for macosx
                      <element>/System/Library/Frameworks/JavaVM.framework/Versions/1.4/Classes/classes.jar</element>
+or
+                     <element>${java14.home}/../Classes/classes.jar</element>
+-->
                   </verifyClasspath>
                 </configuration>
               </execution>