Author: felipeal
Date: Mon Jan 17 17:04:16 2005
New Revision: 125455

URL: http://svn.apache.org/viewcvs?view=rev&rev=125455
Log:
broke test structure in multiple directories
Added:
   maven/maven-1/plugins/trunk/hibernate/src/plugin-test/maven.xml
   maven/maven-1/plugins/trunk/hibernate/src/plugin-test/project.xml

Added: maven/maven-1/plugins/trunk/hibernate/src/plugin-test/maven.xml
Url: 
http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/hibernate/src/plugin-test/maven.xml?view=auto&rev=125455
==============================================================================
--- (empty file)
+++ maven/maven-1/plugins/trunk/hibernate/src/plugin-test/maven.xml     Mon Jan 
17 17:04:16 2005
@@ -0,0 +1,26 @@
+<!-- 
+/*
+ * Copyright 2004 The Apache Software Foundation.
+ * 
+ * Licensed 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:maven="jelly:maven"
+  default="testPlugin">
+
+  <goal name="testPlugin">
+    <maven:reactor basedir="${basedir}" includes="*Test/project.xml" 
goals="testPlugin" banner="Test" ignoreFailures="false"/>
+  </goal>
+
+</project>

Added: maven/maven-1/plugins/trunk/hibernate/src/plugin-test/project.xml
Url: 
http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/hibernate/src/plugin-test/project.xml?view=auto&rev=125455
==============================================================================
--- (empty file)
+++ maven/maven-1/plugins/trunk/hibernate/src/plugin-test/project.xml   Mon Jan 
17 17:04:16 2005
@@ -0,0 +1,54 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- 
+/*
+ * Copyright 2001-2004 The Apache Software Foundation.
+ * 
+ * Licensed 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>
+  <pomVersion>3</pomVersion>
+  <name>Test project for Maven Hibernate Plugin</name>
+  <groupId>maven</groupId>
+  <currentVersion>1.0</currentVersion>
+  <organization>
+    <name>Apache Software Foundation</name>
+    <url>http://www.apache.org/</url>
+    <logo>http://maven.apache.org/images/apache-maven-project.png</logo>
+  </organization>
+  <inceptionYear>2001</inceptionYear>
+  <package>org.apache.maven</package>
+  <logo>http://maven.apache.org/images/maven.gif</logo>
+  <description>Test for Maven Hibernate plugin</description>
+  <shortDescription>Test for Maven Hibernate plugin</shortDescription>
+  <url>http://maven.apache.org/reference/plugins/hibernate/</url>
+  
<siteDirectory>/www/maven.apache.org/reference/plugins/hibernate/</siteDirectory>
+  <repository>
+    
<connection>scm:svn:http://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk/hibernate/</connection>
+    
<url>http://svn.apache.org/viewcvs.cgi/maven/maven-1/plugins/trunk/hibernate/</url>
+  </repository>
+  <developers>
+    <developer>
+      <name>Felipe Leme</name>
+      <id>felipeal</id>
+      <email>[EMAIL PROTECTED]</email>
+      <organization>Falcon Informatica</organization>
+      <roles>
+        <role>Java Developer</role>
+      </roles>
+      <timezone>-3</timezone>
+    </developer>     
+  </developers>
+</project>
\ No newline at end of file

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to