You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@chemistry.apache.org by sk...@apache.org on 2010/03/08 21:03:42 UTC

svn commit: r920484 - /incubator/chemistry/trunk/opencmis/opencmis-test/opencmis-test-browser-app/pom.xml

Author: sklevenz
Date: Mon Mar  8 20:03:41 2010
New Revision: 920484

URL: http://svn.apache.org/viewvc?rev=920484&view=rev
Log:
build fix

Modified:
    incubator/chemistry/trunk/opencmis/opencmis-test/opencmis-test-browser-app/pom.xml

Modified: incubator/chemistry/trunk/opencmis/opencmis-test/opencmis-test-browser-app/pom.xml
URL: http://svn.apache.org/viewvc/incubator/chemistry/trunk/opencmis/opencmis-test/opencmis-test-browser-app/pom.xml?rev=920484&r1=920483&r2=920484&view=diff
==============================================================================
--- incubator/chemistry/trunk/opencmis/opencmis-test/opencmis-test-browser-app/pom.xml (original)
+++ incubator/chemistry/trunk/opencmis/opencmis-test/opencmis-test-browser-app/pom.xml Mon Mar  8 20:03:41 2010
@@ -51,8 +51,6 @@
 					</archive>
 					<overlays>
 						<overlay>
-						</overlay>
-						<overlay>
 							<groupId>org.opencmis</groupId>
 							<artifactId>opencmis-test-browser</artifactId>
 						</overlay>
@@ -68,7 +66,7 @@
 			<groupId>org.opencmis</groupId>
 			<artifactId>opencmis-test-browser</artifactId>
 			<version>${version}</version>
-			<type>jar</type>
+			<type>war</type>
 		</dependency>
 		<dependency>
 			<groupId>javax.servlet</groupId>