Skip to content

Commit 57b7036

Browse files
authored
Abandon experimental in-place bundle surefire-tests (#2226)
1 parent 4aea461 commit 57b7036

5 files changed

Lines changed: 2 additions & 56 deletions

File tree

plugins/com.google.cloud.tools.eclipse.appengine.standard.java8/src-test/com/google/cloud/tools/eclipse/appengine/standard/java8/AppEngineXsltTransformTest.java renamed to plugins/com.google.cloud.tools.eclipse.appengine.standard.java8.test/src/com/google/cloud/tools/eclipse/appengine/standard/java8/AppEngineXsltTransformTest.java

File renamed without changes.

plugins/com.google.cloud.tools.eclipse.appengine.standard.java8/.classpath

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,5 @@
77
</classpathentry>
88
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
99
<classpathentry kind="src" path="src"/>
10-
<classpathentry kind="src" output="target/test-classes" path="src-test"/>
1110
<classpathentry kind="output" path="target/classes"/>
1211
</classpath>

plugins/com.google.cloud.tools.eclipse.appengine.standard.java8/META-INF/MANIFEST.MF

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ Bundle-Name: Java 8 development support for App Engine standard
44
Bundle-SymbolicName: com.google.cloud.tools.eclipse.appengine.standard.java8;singleton:=true
55
Bundle-Version: 0.1.0.qualifier
66
Bundle-Vendor: Google, Inc.
7-
Bundle-Localization: plugin
87
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
98
Bundle-Localization: plugin
109
Require-Bundle: com.google.cloud.tools.eclipse.appengine.localserver;bundle-version="0.1.0",
Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
1-
source.. = src/,\
2-
src-test/
3-
src.excludes = src-test/
1+
source.. = src/
42
output.. = target/classes
53
bin.includes = META-INF/,\
64
.,\
75
plugin.xml,\
86
xslt/,\
97
lifecycle-mapping-metadata.xml,\
108
plugin.properties
11-
additional.bundles = org.eclipse.equinox.registry, org.junit
9+
additional.bundles = org.eclipse.equinox.registry

plugins/com.google.cloud.tools.eclipse.appengine.standard.java8/pom.xml

Lines changed: 0 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -11,54 +11,4 @@
1111
<artifactId>com.google.cloud.tools.eclipse.appengine.standard.java8</artifactId>
1212
<version>0.1.0-SNAPSHOT</version>
1313
<packaging>eclipse-plugin</packaging>
14-
15-
<dependencies>
16-
<dependency>
17-
<groupId>junit</groupId>
18-
<artifactId>junit</artifactId>
19-
<version>4.12</version>
20-
<scope>test</scope>
21-
</dependency>
22-
</dependencies>
23-
24-
<build>
25-
<testSourceDirectory>${project.basedir}/src-test</testSourceDirectory>
26-
<plugins>
27-
<plugin>
28-
<groupId>org.apache.maven.plugins</groupId>
29-
<artifactId>maven-surefire-plugin</artifactId>
30-
<executions>
31-
<execution>
32-
<id>test</id>
33-
<phase>test</phase>
34-
<configuration>
35-
<includes>
36-
<include>**/*Test.java</include>
37-
</includes>
38-
</configuration>
39-
<goals>
40-
<goal>test</goal>
41-
</goals>
42-
</execution>
43-
</executions>
44-
</plugin>
45-
<plugin>
46-
<groupId>org.apache.maven.plugins</groupId>
47-
<artifactId>maven-compiler-plugin</artifactId>
48-
<configuration>
49-
<source>1.7</source>
50-
<target>1.7</target>
51-
</configuration>
52-
<executions>
53-
<execution>
54-
<id>compiletests</id>
55-
<phase>test-compile</phase>
56-
<goals>
57-
<goal>testCompile</goal>
58-
</goals>
59-
</execution>
60-
</executions>
61-
</plugin>
62-
</plugins>
63-
</build>
6414
</project>

0 commit comments

Comments
 (0)