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/10 09:27:48 UTC

svn commit: r583374 - /myfaces/orchestra/tags/core-1_0/pom.xml

Author: imario
Date: Wed Oct 10 00:27:47 2007
New Revision: 583374

URL: http://svn.apache.org/viewvc?rev=583374&view=rev
Log:
fixed custom manifest entries, fixed scope of shared

Modified:
    myfaces/orchestra/tags/core-1_0/pom.xml

Modified: myfaces/orchestra/tags/core-1_0/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/orchestra/tags/core-1_0/pom.xml?rev=583374&r1=583373&r2=583374&view=diff
==============================================================================
--- myfaces/orchestra/tags/core-1_0/pom.xml (original)
+++ myfaces/orchestra/tags/core-1_0/pom.xml Wed Oct 10 00:27:47 2007
@@ -47,7 +47,7 @@
 		<dependency>
 			<groupId>org.apache.myfaces.shared</groupId>
 			<artifactId>myfaces-shared-orchestra</artifactId>
-			<scope>provided</scope>
+			<scope>compile</scope>
 			<!-- because we add all classes to the jar directly -->
 		</dependency>
 
@@ -117,9 +117,9 @@
 				<configuration>
 					<archive>
 						<manifestEntries>
-							<orchestra-artifact>${pom.artifactId}</orchestra-artifact>
-							<orchestra-artifact-version>${pom.version}</orchestra-artifact-version>
-							<build-target>${build.target}</build-target>
+							<X-orchestra-artifact>${pom.artifactId}</X-orchestra-artifact>
+							<X-orchestra-artifact-version>${pom.version}</X-orchestra-artifact-version>
+							<X-Compile-Target-JDK>${build.target}</X-Compile-Target-JDK>
 						</manifestEntries>
 					</archive>
 				</configuration>