You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by mc...@apache.org on 2008/06/19 06:40:05 UTC

svn commit: r669386 - /geronimo/devtools/eclipse-plugin/trunk/testsuite/pom.xml

Author: mcconne
Date: Wed Jun 18 21:40:05 2008
New Revision: 669386

URL: http://svn.apache.org/viewvc?rev=669386&view=rev
Log:
GERONIMODEVTOOLS-286 Updates to GEP automated testsuite

Added:
    geronimo/devtools/eclipse-plugin/trunk/testsuite/pom.xml   (with props)

Added: geronimo/devtools/eclipse-plugin/trunk/testsuite/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/trunk/testsuite/pom.xml?rev=669386&view=auto
==============================================================================
--- geronimo/devtools/eclipse-plugin/trunk/testsuite/pom.xml (added)
+++ geronimo/devtools/eclipse-plugin/trunk/testsuite/pom.xml Wed Jun 18 21:40:05 2008
@@ -0,0 +1,43 @@
+<?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.
+  -->
+                        
+<!-- @version $Rev$ $Date$ -->
+                        
+<project>
+                        
+    <modelVersion>4.0.0</modelVersion>
+
+    <groupId>org.apache.geronimo.devtools</groupId>
+    <artifactId>testsuite</artifactId>
+    <packaging>pom</packaging>
+    <version>2.1.1</version>
+    <name>Geronimo Devtools Testsuite</name>
+                        
+    <parent>
+        <groupId>org.apache.geronimo.devtools</groupId>
+        <artifactId>geronimo-eclipse-plugin</artifactId>
+        <version>2.1.1</version>
+    </parent>
+
+    <modules>
+        <module>eclipse</module>
+        <module>plugins</module> 
+        <module>launcher</module> 
+    </modules>
+                        
+</project>

Propchange: geronimo/devtools/eclipse-plugin/trunk/testsuite/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/devtools/eclipse-plugin/trunk/testsuite/pom.xml
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/devtools/eclipse-plugin/trunk/testsuite/pom.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml