Skip to content

Commit 6878cfe

Browse files
committed
Update to the GWT Eclipse plugin
1 parent c0b3b81 commit 6878cfe

File tree

3 files changed

+15
-1
lines changed

3 files changed

+15
-1
lines changed

.classpath

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
<classpath>
33
<classpathentry kind="src" path="src"/>
44
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
5-
<classpathentry kind="con" path="com.google.gwt.eclipse.core.GWT_CONTAINER/GWT"/>
5+
<classpathentry kind="con" path="com.google.gwt.eclipse.core.GWT_CONTAINER"/>
66
<classpathentry kind="output" path="bin"/>
77
</classpath>

.project

+11
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,19 @@
1010
<arguments>
1111
</arguments>
1212
</buildCommand>
13+
<buildCommand>
14+
<name>com.google.gdt.eclipse.core.webAppProjectValidator</name>
15+
<arguments>
16+
</arguments>
17+
</buildCommand>
18+
<buildCommand>
19+
<name>com.google.gwt.eclipse.core.gwtProjectValidator</name>
20+
<arguments>
21+
</arguments>
22+
</buildCommand>
1323
</buildSpec>
1424
<natures>
1525
<nature>org.eclipse.jdt.core.javanature</nature>
26+
<nature>com.google.gwt.eclipse.core.gwtNature</nature>
1627
</natures>
1728
</projectDescription>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#Mon Mar 14 08:15:32 CDT 2011
2+
eclipse.preferences.version=1
3+
entryPointModules=

0 commit comments

Comments
 (0)