Author: mcconne
Date: Wed Jun 18 21:37:26 2008
New Revision: 669384
URL: http://svn.apache.org/viewvc?rev=669384&view=rev
Log:
GERONIMODEVTOOLS-286 Updates to GEP automated testsuite
Modified:
geronimo/devtools/eclipse-plugin/trunk/testsuite/eclipse/build.xml
geronimo/devtools/eclipse-plugin/trunk/testsuite/eclipse/pom.xml
Modified: geronimo/devtools/eclipse-plugin/trunk/testsuite/eclipse/build.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/trunk/testsuite/eclipse/build.xml?rev=669384&r1=669383&r2=669384&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/trunk/testsuite/eclipse/build.xml (original)
+++ geronimo/devtools/eclipse-plugin/trunk/testsuite/eclipse/build.xml Wed Jun 18 21:37:26
2008
@@ -38,7 +38,7 @@
<property name="europa_jee_linux_gz" value="${europa_jee_linux}.gz"/>
<property name="europa_jee_macos_gz" value="${europa_jee_macos}.gz"/>
<property name="protocol" value="&r=1&protocol=http"/>
- <property name="TEST_ECLIPSE" value="${basedir}/../test-eclipse/"/>
+ <property name="TEST_ECLIPSE" value="${basedir}/../launcher/test-eclipse/"/>
<property name="TEST_FRAMEWORK_URL" value="${base_url}/eclipse/downloads/drops/R-3.3.2-200802211800/"/>
<property name="TEST_FRAMEWORK" value="eclipse-test-framework-3.3.2.zip"/>
</target>
@@ -48,7 +48,7 @@
<echo>##
</echo>
<echo>## Downloading: ${europa_jee_win32}
</echo>
<echo>##
</echo>
- <echo>## From: ${europa_url}
</echo>
<echo>##
</echo>
+ <echo>## From: ${europa_url}
</echo>
<echo>##
</echo>
<echo>#################################################################################</echo>
<mkdir dir="${LOCAL_M2_REPO}/eclipse-downloads"/>
@@ -143,15 +143,6 @@
<mkdir dir="${TEST_ECLIPSE}"/>
<unzip src="${LOCAL_M2_REPO}/eclipse-downloads/${TEST_FRAMEWORK}"
dest="${TEST_ECLIPSE}"/>
- <echo>#################################################################################</echo>
- <echo>##
</echo>
- <echo>## Creating: org.eclipse.test
</echo>
- <echo>##
</echo>
- <echo>#################################################################################</echo>
- <mkdir dir="${TEST_ECLIPSE}/eclipse/plugins/org.eclipse.test"/>
- <copy todir="${TEST_ECLIPSE}/eclipse/plugins/org.eclipse.test">
- <fileset dir="${TEST_ECLIPSE}/eclipse/plugins/org.eclipse.test_3.2.0"/>
- </copy>
</target>
</project>
Modified: geronimo/devtools/eclipse-plugin/trunk/testsuite/eclipse/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/trunk/testsuite/eclipse/pom.xml?rev=669384&r1=669383&r2=669384&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/trunk/testsuite/eclipse/pom.xml (original)
+++ geronimo/devtools/eclipse-plugin/trunk/testsuite/eclipse/pom.xml Wed Jun 18 21:37:26 2008
@@ -1,3 +1,4 @@
+<?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
@@ -20,16 +21,17 @@
<project>
<modelVersion>4.0.0</modelVersion>
- <groupId>org.apache.geronimo.testsuite</groupId>
- <artifactId>eclipse</artifactId>
+
+ <groupId>org.apache.geronimo.devtools</groupId>
+ <artifactId>testsuite-eclipse</artifactId>
<packaging>pom</packaging>
- <name>${artifactId}</name>
+ <version>2.1.1</version>
+ <name>Geronimo Devtools Testsuite :: Eclipse</name>
<parent>
<groupId>org.apache.geronimo.devtools</groupId>
- <artifactId>geronimo-eclipse-plugin</artifactId>
+ <artifactId>testsuite</artifactId>
<version>2.1.1</version>
- <relativePath>../pom.xml</relativePath>
</parent>
<build>
@@ -39,7 +41,7 @@
<artifactId>maven-antrun-plugin</artifactId>
<executions>
<execution>
- <id>create-test-eclipse-target</id>
+ <id>create-test-eclipse</id>
<phase>validate</phase>
<configuration>
<tasks>
|