Author: jens
Date: Mon Jan 31 15:48:22 2011
New Revision: 1065657

URL: http://svn.apache.org/viewvc?rev=1065657&view=rev
Log:
experimental feature: make inmemory server a web project in eclipse and allow 
easier run/debug setup in Eclipse WTP

Modified:
    
incubator/chemistry/opencmis-cmis11/trunk/chemistry-opencmis-server/chemistry-opencmis-server-inmemory/pom.xml

Modified: 
incubator/chemistry/opencmis-cmis11/trunk/chemistry-opencmis-server/chemistry-opencmis-server-inmemory/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/chemistry/opencmis-cmis11/trunk/chemistry-opencmis-server/chemistry-opencmis-server-inmemory/pom.xml?rev=1065657&r1=1065656&r2=1065657&view=diff
==============================================================================
--- 
incubator/chemistry/opencmis-cmis11/trunk/chemistry-opencmis-server/chemistry-opencmis-server-inmemory/pom.xml
 (original)
+++ 
incubator/chemistry/opencmis-cmis11/trunk/chemistry-opencmis-server/chemistry-opencmis-server-inmemory/pom.xml
 Mon Jan 31 15:48:22 2011
@@ -86,6 +86,28 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-eclipse-plugin</artifactId>
+                               <version>2.8</version>
+                <configuration>
+                   <wtpversion>2.0</wtpversion>
+                   <wtpContextName>inmemory</wtpContextName>
+                                  <linkedResources>
+                                      <linkedResource>
+                                              
<name>src/main/webapp/WEB-INF/sun-jaxws.xml</name> 
+                                                  <type>1</type> 
+                                                  
<location>$%7BPARENT-2-PROJECT_LOC%7D/chemistry-opencmis-server/chemistry-opencmis-server-bindings/src/main/webapp/WEB-INF/sun-jaxws.xml</location>
+                                          </linkedResource>
+                                      <linkedResource>
+                                              
<name>src/main/webapp/WEB-INF/web.xml</name> 
+                                                  <type>1</type> 
+                                                  
<location>$%7BPARENT-2-PROJECT_LOC%7D/chemistry-opencmis-server/chemistry-opencmis-server-bindings/src/main/webapp/WEB-INF/web.xml</location>
+                                          </linkedResource>
+                                      <linkedResource>
+                                              
<name>src/main/webapp/WEB-INF/wsdl</name> 
+                                                  <type>2</type> 
+                                                  
<location>$%7BPARENT-2-PROJECT_LOC%7D/chemistry-opencmis-server/chemistry-opencmis-server-bindings/src/main/webapp/WEB-INF/wsdl</location>
+                                          </linkedResource>
+                                  </linkedResources>
+                </configuration>            
             </plugin>
         </plugins>
     </build>


Reply via email to