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 2007/10/09 13:16:53 UTC

svn commit: r583111 - in /myfaces/orchestra/trunk: core15/pom.xml examples/pom.xml maven/pom.xml sandbox/pom.xml

Author: imario
Date: Tue Oct  9 04:16:50 2007
New Revision: 583111

URL: http://svn.apache.org/viewvc?rev=583111&view=rev
Log:
cleanup pom.xml, made myfaces dependency optional

Modified:
    myfaces/orchestra/trunk/core15/pom.xml
    myfaces/orchestra/trunk/examples/pom.xml
    myfaces/orchestra/trunk/maven/pom.xml
    myfaces/orchestra/trunk/sandbox/pom.xml

Modified: myfaces/orchestra/trunk/core15/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/orchestra/trunk/core15/pom.xml?rev=583111&r1=583110&r2=583111&view=diff
==============================================================================
--- myfaces/orchestra/trunk/core15/pom.xml (original)
+++ myfaces/orchestra/trunk/core15/pom.xml Tue Oct  9 04:16:50 2007
@@ -45,6 +45,7 @@
 		<dependency>
 			<groupId>org.apache.myfaces.orchestra</groupId>
 			<artifactId>myfaces-orchestra-core</artifactId>
+			<version>1.0-SNAPSHOT</version>
 			<scope>compile</scope>
 		</dependency>
 

Modified: myfaces/orchestra/trunk/examples/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/orchestra/trunk/examples/pom.xml?rev=583111&r1=583110&r2=583111&view=diff
==============================================================================
--- myfaces/orchestra/trunk/examples/pom.xml (original)
+++ myfaces/orchestra/trunk/examples/pom.xml Tue Oct  9 04:16:50 2007
@@ -187,10 +187,12 @@
 		<dependency>
 			<groupId>org.apache.myfaces.orchestra</groupId>
 			<artifactId>myfaces-orchestra-core</artifactId>
+			<version>1.0-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.myfaces.orchestra</groupId>
 			<artifactId>myfaces-orchestra-core15</artifactId>
+			<version>1.0-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.myfaces.orchestra</groupId>

Modified: myfaces/orchestra/trunk/maven/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/orchestra/trunk/maven/pom.xml?rev=583111&r1=583110&r2=583111&view=diff
==============================================================================
--- myfaces/orchestra/trunk/maven/pom.xml (original)
+++ myfaces/orchestra/trunk/maven/pom.xml Tue Oct  9 04:16:50 2007
@@ -75,33 +75,17 @@
 		<dependencies>
 
 			<dependency>
-				<groupId>org.apache.myfaces.orchestra</groupId>
-				<artifactId>myfaces-orchestra-core</artifactId>
-				<version>${project.version}</version>
-			</dependency>
-
-			<dependency>
-				<groupId>org.apache.myfaces.orchestra</groupId>
-				<artifactId>myfaces-orchestra-core15</artifactId>
-				<version>${project.version}</version>
-			</dependency>
-
-			<dependency>
 				<groupId>org.apache.myfaces.core</groupId>
 				<artifactId>myfaces-api</artifactId>
 				<version>${myfaces.version}</version>
+				<optional>true</optional>
 			</dependency>
 
 			<dependency>
 				<groupId>org.apache.myfaces.core</groupId>
 				<artifactId>myfaces-impl</artifactId>
 				<version>${myfaces.version}</version>
-			</dependency>
-
-			<dependency>
-				<groupId>org.apache.myfaces.core</groupId>
-				<artifactId>myfaces-impl</artifactId>
-				<version>${myfaces.version}</version>
+				<optional>true</optional>
 			</dependency>
 
 			<dependency>

Modified: myfaces/orchestra/trunk/sandbox/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/orchestra/trunk/sandbox/pom.xml?rev=583111&r1=583110&r2=583111&view=diff
==============================================================================
--- myfaces/orchestra/trunk/sandbox/pom.xml (original)
+++ myfaces/orchestra/trunk/sandbox/pom.xml Tue Oct  9 04:16:50 2007
@@ -45,12 +45,14 @@
 		<dependency>
 			<groupId>org.apache.myfaces.orchestra</groupId>
 			<artifactId>myfaces-orchestra-core</artifactId>
+			<version>1.0-SNAPSHOT</version>
 			<scope>compile</scope>
 		</dependency>
 
 		<dependency>
 			<groupId>org.apache.myfaces.orchestra</groupId>
 			<artifactId>myfaces-orchestra-core15</artifactId>
+			<version>1.0-SNAPSHOT</version>
 			<scope>compile</scope>
 		</dependency>