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

svn commit: r411520 - /myfaces/core/branches/jsf12/impl/pom.xml

Author: dennisbyrne
Date: Sat Jun  3 22:08:27 2006
New Revision: 411520

URL: http://svn.apache.org/viewvc?rev=411520&view=rev
Log:
mortbay to the rescue.  because javax.el is in jsp-2.1-6.0.0beta15.jar , there is no longer a manual install step for javaee.jar for both impl and api

Modified:
    myfaces/core/branches/jsf12/impl/pom.xml

Modified: myfaces/core/branches/jsf12/impl/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/branches/jsf12/impl/pom.xml?rev=411520&r1=411519&r2=411520&view=diff
==============================================================================
--- myfaces/core/branches/jsf12/impl/pom.xml (original)
+++ myfaces/core/branches/jsf12/impl/pom.xml Sat Jun  3 22:08:27 2006
@@ -212,19 +212,7 @@
        <artifactId>jsp-2.1</artifactId>
        <version>6.0.0beta15</version>
        <scope>provided</scope>
-    </dependency>
-    <!-- 
-    
-    Download Glassfish http://java.sun.com/javaee/downloads/index.jsp
-    run this command on AppServer\lib\javaee.jar to install locally
-    mvn install:install-file -DgeneratePom=true -Dfile=javaee.jar -DgroupId=javax -DartifactId=javaee -Dversion=5.0 -Dpackaging=jar
-    
-    -->
-    <dependency>
-       <groupId>javax</groupId>
-	   <artifactId>javaee</artifactId>
-	   <version>5.0</version>
-    </dependency>      
+    </dependency>    
     <dependency>
       <groupId>javax.servlet</groupId>
       <artifactId>servlet-api</artifactId>