Skip to content

Commit

Permalink
Fix eclipse compilation (#485)
Browse files Browse the repository at this point in the history
* Rebuild eclipse project files without CheckstyleBuilder

* Removed obsolete jetty code
  • Loading branch information
protoism authored Jul 26, 2024
1 parent 6eb36ed commit 17700e4
Show file tree
Hide file tree
Showing 40 changed files with 30 additions and 607 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>com.gwtplugins.eclipse.sdkbundle.e45.feature</name>
<name>com.gwtplugins.eclipse.sdkbundle.gwt27.feature</name>
<comment></comment>
<projects>
</projects>
Expand Down
2 changes: 1 addition & 1 deletion features/com.gwtplugins.eclipse.suite.v3.feature/.project
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>com.gwtplugins.eclipse.suite.feature</name>
<name>com.gwtplugins.eclipse.suite.v3.feature</name>
<comment></comment>
<projects>
</projects>
Expand Down
17 changes: 0 additions & 17 deletions mirrors/.project

This file was deleted.

8 changes: 2 additions & 6 deletions plugins/com.gwtplugins.gcp.eclipse.testing/.classpath
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="src/"/>
<classpathentry kind="output" path="target/classes"/>
</classpath>
8 changes: 2 additions & 6 deletions plugins/com.gwtplugins.gdt.eclipse.apiclientlib/.classpath
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="src/"/>
<classpathentry exported="true" kind="lib" path="lib/commons-logging-1.1.1.jar"/>
<classpathentry exported="true" kind="lib" path="lib/google-api-client-1.16.0-rc.jar"/>
<classpathentry exported="true" kind="lib" path="lib/google-api-client-gson-1.16.0-rc.jar"/>
Expand Down
6 changes: 0 additions & 6 deletions plugins/com.gwtplugins.gdt.eclipse.core.test/.project
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,6 @@
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>com.atlassw.tools.eclipse.checkstyle.CheckstyleBuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.m2e.core.maven2Builder</name>
<arguments>
Expand All @@ -35,6 +30,5 @@
<nature>org.eclipse.m2e.core.maven2Nature</nature>
<nature>org.eclipse.pde.PluginNature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
<nature>com.atlassw.tools.eclipse.checkstyle.CheckstyleNature</nature>
</natures>
</projectDescription>
6 changes: 0 additions & 6 deletions plugins/com.gwtplugins.gdt.eclipse.core/.project
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,6 @@
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>com.atlassw.tools.eclipse.checkstyle.CheckstyleBuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.m2e.core.maven2Builder</name>
<arguments>
Expand All @@ -35,6 +30,5 @@
<nature>org.eclipse.m2e.core.maven2Nature</nature>
<nature>org.eclipse.pde.PluginNature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
<nature>com.atlassw.tools.eclipse.checkstyle.CheckstyleNature</nature>
</natures>
</projectDescription>
8 changes: 2 additions & 6 deletions plugins/com.gwtplugins.gdt.eclipse.platform/.classpath
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="src/"/>
<classpathentry kind="output" path="target/classes"/>
</classpath>
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ Export-Package: com.google.gdt.eclipse.platform.debug.ui,
com.google.gdt.eclipse.platform.jdt.formatter,
com.google.gdt.eclipse.platform.jdt.model,
com.google.gdt.eclipse.platform.jdt.text.correction.proposals,
com.google.gdt.eclipse.platform.jetty,
com.google.gdt.eclipse.platform.launch,
com.google.gdt.eclipse.platform.shared.ui,
com.google.gdt.eclipse.platform.ui,
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 17700e4

Please sign in to comment.