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:29 UTC

svn commit: r411521 - /myfaces/core/branches/jsf12/api/pom.xml

Author: dennisbyrne
Date: Sat Jun  3 22:08:29 2006
New Revision: 411521

URL: http://svn.apache.org/viewvc?rev=411521&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/api/pom.xml

Modified: myfaces/core/branches/jsf12/api/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/branches/jsf12/api/pom.xml?rev=411521&r1=411520&r2=411521&view=diff
==============================================================================
--- myfaces/core/branches/jsf12/api/pom.xml (original)
+++ myfaces/core/branches/jsf12/api/pom.xml Sat Jun  3 22:08:29 2006
@@ -95,18 +95,12 @@
       <artifactId>jsp</artifactId>
       <version>2.1-6.0.0beta15</version>
       <scope>compile</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>
     <dependency>
-       <groupId>javax</groupId>
-	   <artifactId>javaee</artifactId>
-	   <version>5.0</version>
+      <groupId>temp</groupId>
+      <artifactId>impl</artifactId>
+      <version>1.2</version>
+      <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>commons-lang</groupId>