You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by fg...@apache.org on 2005/10/31 16:22:17 UTC

svn commit: r329838 [2/2] - in /maven/components/trunk/maven-plugins/maven-eclipse-plugin: ./ src/test/java/org/apache/maven/plugin/eclipse/ src/test/m2repo/ src/test/m2repo/eclipsetest/ src/test/m2repo/eclipsetest/deps-direct-compile/ src/test/m2repo/...

Added: maven/components/trunk/maven-plugins/maven-eclipse-plugin/src/test/projects/master-test/pom.xml
URL: http://svn.apache.org/viewcvs/maven/components/trunk/maven-plugins/maven-eclipse-plugin/src/test/projects/master-test/pom.xml?rev=329838&view=auto
==============================================================================
--- maven/components/trunk/maven-plugins/maven-eclipse-plugin/src/test/projects/master-test/pom.xml (added)
+++ maven/components/trunk/maven-plugins/maven-eclipse-plugin/src/test/projects/master-test/pom.xml Mon Oct 31 07:21:32 2005
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<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>
+  <packaging>pom</packaging>
+  <groupId>eclipsetest</groupId>
+  <artifactId>master-test</artifactId>
+  <version>1.0</version>
+  <name>master</name>
+  <modules>
+    <module>module-1</module>
+    <module>module-2</module>
+  </modules>
+</project>

Propchange: maven/components/trunk/maven-plugins/maven-eclipse-plugin/src/test/projects/master-test/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/components/trunk/maven-plugins/maven-eclipse-plugin/src/test/projects/master-test/pom.xml
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Propchange: maven/components/trunk/maven-plugins/maven-eclipse-plugin/src/test/projects/project-8/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Mon Oct 31 07:21:32 2005
@@ -0,0 +1,4 @@
+.classpath
+.project
+.wtpmodules
+target