You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ba...@apache.org on 2007/05/27 21:01:05 UTC

svn commit: r542022 - in /myfaces/core/branches/jsf12: api/pom.xml impl/pom.xml pom.xml

Author: baranda
Date: Sun May 27 12:01:04 2007
New Revision: 542022

URL: http://svn.apache.org/viewvc?view=rev&rev=542022
Log:
MYFACES-1648 (Put myfaces-build as a extension for the core modules)

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

Modified: myfaces/core/branches/jsf12/api/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/branches/jsf12/api/pom.xml?view=diff&rev=542022&r1=542021&r2=542022
==============================================================================
--- myfaces/core/branches/jsf12/api/pom.xml (original)
+++ myfaces/core/branches/jsf12/api/pom.xml Sun May 27 12:01:04 2007
@@ -17,6 +17,13 @@
     <url>http://svn.apache.org/repos/asf/myfaces/core/branches/jsf12/api</url>
   </scm>
   <build>
+    <extensions>
+     <extension>
+       <groupId>org.apache.myfaces.core</groupId>
+       <artifactId>myfaces-build</artifactId>
+       <version>1.2.0-SNAPSHOT</version>
+     </extension>
+    </extensions>
     <plugins>
       <plugin>
         <artifactId>maven-jar-plugin</artifactId>
@@ -152,11 +159,6 @@
     </profile>
   </profiles>
   <dependencies>
-    <dependency>
-       <groupId>org.apache.myfaces.core</groupId>
-       <artifactId>myfaces-build</artifactId>
-    </dependency>
-
     <dependency>
       <groupId>javax.servlet</groupId>
       <artifactId>servlet-api</artifactId>

Modified: myfaces/core/branches/jsf12/impl/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/branches/jsf12/impl/pom.xml?view=diff&rev=542022&r1=542021&r2=542022
==============================================================================
--- myfaces/core/branches/jsf12/impl/pom.xml (original)
+++ myfaces/core/branches/jsf12/impl/pom.xml Sun May 27 12:01:04 2007
@@ -17,6 +17,13 @@
     <url>http://svn.apache.org/repos/asf/myfaces/core/branches/jsf12/impl</url>
   </scm>
   <build>
+    <extensions>
+     <extension>
+       <groupId>org.apache.myfaces.core</groupId>
+       <artifactId>myfaces-build</artifactId>
+       <version>1.2.0-SNAPSHOT</version>
+     </extension>
+    </extensions>
     <resources>
       <resource>
         <directory>src/main/resources</directory>

Modified: myfaces/core/branches/jsf12/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/branches/jsf12/pom.xml?view=diff&rev=542022&r1=542021&r2=542022
==============================================================================
--- myfaces/core/branches/jsf12/pom.xml (original)
+++ myfaces/core/branches/jsf12/pom.xml Sun May 27 12:01:04 2007
@@ -114,12 +114,6 @@
     <dependencies>
       <dependency>
         <groupId>org.apache.myfaces.core</groupId>
-        <artifactId>myfaces-build</artifactId>
-        <version>1.2.0-SNAPSHOT</version>
-        <scope>provided</scope>
-      </dependency>
-      <dependency>
-        <groupId>org.apache.myfaces.core</groupId>
         <artifactId>myfaces-api</artifactId>
         <version>1.2.0-SNAPSHOT</version>
       </dependency>