Author: aheritier
Date: Fri Nov 16 04:50:32 2007
New Revision: 595649

URL: http://svn.apache.org/viewvc?rev=595649&view=rev
Log:
[MECLIPSE-264, MECLIPSE-333] WTP-2.0 support with howto documentation, some 
refactoring and contextroot handling 
Merge from branch MECLIPSE-333 with few additional changes
Submitted by: Cris Daniluk, Richard van Nieuwenhoven

Added:
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/m2repo/root/project/ear/1.0-SNAPSHOT/ear-1.0-SNAPSHOT.ear
   (with props)
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/m2repo/root/project/ear/1.0-SNAPSHOT/ear-1.0-SNAPSHOT.pom
   (with props)
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/m2repo/root/project/ear/1.0-SNAPSHOT/maven-metadata-local.xml
   (with props)
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/j2ee-simple/projects/logging/src/main/java/
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/j2ee-simple/projects/logging/src/main/resources/
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/j2ee-simple/projects/logging/src/test/java/
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/j2ee-simple/projects/logging/src/test/resources/

Added: 
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/m2repo/root/project/ear/1.0-SNAPSHOT/ear-1.0-SNAPSHOT.ear
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/m2repo/root/project/ear/1.0-SNAPSHOT/ear-1.0-SNAPSHOT.ear?rev=595649&view=auto
==============================================================================
Binary file - no diff available.

Propchange: 
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/m2repo/root/project/ear/1.0-SNAPSHOT/ear-1.0-SNAPSHOT.ear
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: 
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/m2repo/root/project/ear/1.0-SNAPSHOT/ear-1.0-SNAPSHOT.pom
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/m2repo/root/project/ear/1.0-SNAPSHOT/ear-1.0-SNAPSHOT.pom?rev=595649&view=auto
==============================================================================
--- 
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/m2repo/root/project/ear/1.0-SNAPSHOT/ear-1.0-SNAPSHOT.pom
 (added)
+++ 
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/m2repo/root/project/ear/1.0-SNAPSHOT/ear-1.0-SNAPSHOT.pom
 Fri Nov 16 04:50:32 2007
@@ -0,0 +1,65 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
+   <modelVersion>4.0.0</modelVersion>
+   <groupId>root.project</groupId>
+   <artifactId>ear</artifactId>
+   <packaging>ear</packaging>
+   <name>ear assembly</name>
+   <parent>
+      <groupId>root</groupId>
+      <artifactId>project</artifactId>
+      <version>1.0-SNAPSHOT</version>
+   </parent>
+   <dependencies>
+      <dependency>
+         <groupId>root.project</groupId>
+         <artifactId>ejbs</artifactId>
+         <type>ejb</type>
+      </dependency>
+      <dependency>
+         <groupId>root.project.servlets</groupId>
+         <artifactId>servlet</artifactId>
+         <type>war</type>
+      </dependency>
+      <dependency>
+         <groupId>root.project</groupId>
+         <artifactId>primary-source</artifactId>
+      </dependency>
+      <dependency>
+         <groupId>root.project.projects</groupId>
+         <artifactId>logging</artifactId>
+      </dependency>
+   </dependencies>
+   <build>
+      <plugins>
+         <plugin>
+            <artifactId>maven-ear-plugin</artifactId>
+            <configuration>
+               <archive>
+                  <manifest>
+                     <addClasspath>true</addClasspath>
+                  </manifest>
+               </archive>
+            </configuration>
+         </plugin>
+      </plugins>
+   </build>
+</project>

Propchange: 
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/m2repo/root/project/ear/1.0-SNAPSHOT/ear-1.0-SNAPSHOT.pom
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/m2repo/root/project/ear/1.0-SNAPSHOT/ear-1.0-SNAPSHOT.pom
------------------------------------------------------------------------------
    svn:keywords = "Author Date Id Revision"

Added: 
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/m2repo/root/project/ear/1.0-SNAPSHOT/maven-metadata-local.xml
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/m2repo/root/project/ear/1.0-SNAPSHOT/maven-metadata-local.xml?rev=595649&view=auto
==============================================================================
--- 
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/m2repo/root/project/ear/1.0-SNAPSHOT/maven-metadata-local.xml
 (added)
+++ 
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/m2repo/root/project/ear/1.0-SNAPSHOT/maven-metadata-local.xml
 Fri Nov 16 04:50:32 2007
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?><metadata>
+  <groupId>root.project</groupId>
+  <artifactId>ear</artifactId>
+  <version>1.0-SNAPSHOT</version>
+  <versioning>
+    <snapshot>
+      <localCopy>true</localCopy>
+    </snapshot>
+    <lastUpdated>20071116101308</lastUpdated>
+  </versioning>
+</metadata>
\ No newline at end of file

Propchange: 
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/m2repo/root/project/ear/1.0-SNAPSHOT/maven-metadata-local.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/m2repo/root/project/ear/1.0-SNAPSHOT/maven-metadata-local.xml
------------------------------------------------------------------------------
    svn:keywords = "Author Date Id Revision"


Reply via email to