Skip to content

Commit 17700e4

Browse files
authored
Fix eclipse compilation (#485)
* Rebuild eclipse project files without CheckstyleBuilder * Removed obsolete jetty code
1 parent 6eb36ed commit 17700e4

File tree

40 files changed

+30
-607
lines changed

40 files changed

+30
-607
lines changed

features/com.gwtplugins.eclipse.sdkbundle.gwt27.feature/.project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<projectDescription>
3-
<name>com.gwtplugins.eclipse.sdkbundle.e45.feature</name>
3+
<name>com.gwtplugins.eclipse.sdkbundle.gwt27.feature</name>
44
<comment></comment>
55
<projects>
66
</projects>

features/com.gwtplugins.eclipse.suite.v3.feature/.project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<projectDescription>
3-
<name>com.gwtplugins.eclipse.suite.feature</name>
3+
<name>com.gwtplugins.eclipse.suite.v3.feature</name>
44
<comment></comment>
55
<projects>
66
</projects>

mirrors/.project

Lines changed: 0 additions & 17 deletions
This file was deleted.
Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<classpath>
3-
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11">
4-
<attributes>
5-
<attribute name="module" value="true"/>
6-
</attributes>
7-
</classpathentry>
3+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11"/>
84
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
9-
<classpathentry kind="src" path="src"/>
5+
<classpathentry kind="src" path="src/"/>
106
<classpathentry kind="output" path="target/classes"/>
117
</classpath>

plugins/com.gwtplugins.gdt.eclipse.apiclientlib/.classpath

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<classpath>
3-
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11">
4-
<attributes>
5-
<attribute name="module" value="true"/>
6-
</attributes>
7-
</classpathentry>
3+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11"/>
84
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
9-
<classpathentry kind="src" path="src"/>
5+
<classpathentry kind="src" path="src/"/>
106
<classpathentry exported="true" kind="lib" path="lib/commons-logging-1.1.1.jar"/>
117
<classpathentry exported="true" kind="lib" path="lib/google-api-client-1.16.0-rc.jar"/>
128
<classpathentry exported="true" kind="lib" path="lib/google-api-client-gson-1.16.0-rc.jar"/>

plugins/com.gwtplugins.gdt.eclipse.core.test/.project

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,6 @@
2020
<arguments>
2121
</arguments>
2222
</buildCommand>
23-
<buildCommand>
24-
<name>com.atlassw.tools.eclipse.checkstyle.CheckstyleBuilder</name>
25-
<arguments>
26-
</arguments>
27-
</buildCommand>
2823
<buildCommand>
2924
<name>org.eclipse.m2e.core.maven2Builder</name>
3025
<arguments>
@@ -35,6 +30,5 @@
3530
<nature>org.eclipse.m2e.core.maven2Nature</nature>
3631
<nature>org.eclipse.pde.PluginNature</nature>
3732
<nature>org.eclipse.jdt.core.javanature</nature>
38-
<nature>com.atlassw.tools.eclipse.checkstyle.CheckstyleNature</nature>
3933
</natures>
4034
</projectDescription>

plugins/com.gwtplugins.gdt.eclipse.core/.project

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,6 @@
2020
<arguments>
2121
</arguments>
2222
</buildCommand>
23-
<buildCommand>
24-
<name>com.atlassw.tools.eclipse.checkstyle.CheckstyleBuilder</name>
25-
<arguments>
26-
</arguments>
27-
</buildCommand>
2823
<buildCommand>
2924
<name>org.eclipse.m2e.core.maven2Builder</name>
3025
<arguments>
@@ -35,6 +30,5 @@
3530
<nature>org.eclipse.m2e.core.maven2Nature</nature>
3631
<nature>org.eclipse.pde.PluginNature</nature>
3732
<nature>org.eclipse.jdt.core.javanature</nature>
38-
<nature>com.atlassw.tools.eclipse.checkstyle.CheckstyleNature</nature>
3933
</natures>
4034
</projectDescription>
Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<classpath>
3-
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11">
4-
<attributes>
5-
<attribute name="module" value="true"/>
6-
</attributes>
7-
</classpathentry>
3+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11"/>
84
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
9-
<classpathentry kind="src" path="src"/>
5+
<classpathentry kind="src" path="src/"/>
106
<classpathentry kind="output" path="target/classes"/>
117
</classpath>

plugins/com.gwtplugins.gdt.eclipse.platform/META-INF/MANIFEST.MF

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ Export-Package: com.google.gdt.eclipse.platform.debug.ui,
1212
com.google.gdt.eclipse.platform.jdt.formatter,
1313
com.google.gdt.eclipse.platform.jdt.model,
1414
com.google.gdt.eclipse.platform.jdt.text.correction.proposals,
15-
com.google.gdt.eclipse.platform.jetty,
1615
com.google.gdt.eclipse.platform.launch,
1716
com.google.gdt.eclipse.platform.shared.ui,
1817
com.google.gdt.eclipse.platform.ui,

plugins/com.gwtplugins.gdt.eclipse.platform/src/com/google/gdt/eclipse/platform/jetty/IJettyServer.java

Lines changed: 0 additions & 28 deletions
This file was deleted.

plugins/com.gwtplugins.gdt.eclipse.platform/src/com/google/gdt/eclipse/platform/jetty/JSON.java

Lines changed: 0 additions & 26 deletions
This file was deleted.

plugins/com.gwtplugins.gdt.eclipse.platform/src/com/google/gdt/eclipse/platform/jetty/JettyEclipseLogger.java

Lines changed: 0 additions & 165 deletions
This file was deleted.

0 commit comments

Comments
 (0)