File tree Expand file tree Collapse file tree
com.google.cloud.tools.eclipse.appengine.standard.java8.test/src/com/google/cloud/tools/eclipse/appengine/standard/java8
com.google.cloud.tools.eclipse.appengine.standard.java8 Expand file tree Collapse file tree File renamed without changes.
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ Bundle-Name: Java 8 development support for App Engine standard
44Bundle-SymbolicName : com.google.cloud.tools.eclipse.appengine.standard.java8;singleton:=true
55Bundle-Version : 0.1.0.qualifier
66Bundle-Vendor : Google, Inc.
7- Bundle-Localization : plugin
87Bundle-RequiredExecutionEnvironment : JavaSE-1.7
98Bundle-Localization : plugin
109Require-Bundle : com.google.cloud.tools.eclipse.appengine.localserver;bundle-version="0.1.0",
Original file line number Diff line number Diff line change 1- source.. = src/,\
2- src-test/
3- src.excludes = src-test/
1+ source.. = src/
42output.. = target/classes
53bin.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
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments