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

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

Author: fmui
Date: Thu Mar 11 15:11:18 2010
New Revision: 921887

URL: http://svn.apache.org/viewvc?rev=921887&view=rev
Log:
corrected browser pom

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=921887&r1=921886&r2=921887&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 Thu Mar 11 15:11:18 2010
@@ -49,12 +49,6 @@
 							<Web-ContextPath>browser</Web-ContextPath>
 						</manifestEntries>
 					</archive>
-					<overlays>
-						<overlay>
-							<groupId>org.opencmis</groupId>
-							<artifactId>opencmis-test-browser</artifactId>
-						</overlay>
-					</overlays>
 				</configuration>
 			</plugin>
 		</plugins>
@@ -66,7 +60,6 @@
 			<groupId>org.opencmis</groupId>
 			<artifactId>opencmis-test-browser</artifactId>
 			<version>${version}</version>
-			<type>war</type>
 		</dependency>
 		<dependency>
 			<groupId>javax.servlet</groupId>