Skip to content

Commit 9daf52a

Browse files
Merge pull request gwt-plugins#372 from ByronLudwig/master
Fixes gwt-plugins#168 Corrected package name.
2 parents 3aabaa7 + ca51039 commit 9daf52a

File tree

2 files changed

+2
-2
lines changed
  • plugins
    • com.gwtplugins.gwt.eclipse.core
    • com.gwtplugins.gwt.eclipse.sdkbundle.gwt28

2 files changed

+2
-2
lines changed

plugins/com.gwtplugins.gwt.eclipse.core/plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@
299299
<extension
300300
point="org.eclipse.debug.ui.launchConfigurationTabGroups">
301301
<launchConfigurationTabGroup
302-
class="com.google.gwt.eclipse.core.launch.ui.groups.GWTJUnitTabGroup"
302+
class="com.google.gwt.eclipse.core.launch.ui.tab_groups.GWTJUnitTabGroup"
303303
helpContextId="org.eclipse.jdt.junit.junit_tab_group"
304304
id="com.gwtplugins.gwt.eclipse.core.launch.gwtJUnitTabGroup"
305305
type="com.gwtplugins.gwt.eclipse.core.launch.gwtJUnit">

plugins/com.gwtplugins.gwt.eclipse.sdkbundle.gwt28/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<url>https://goo.gl/TysXZl</url>
3232
<unpack>true</unpack>
3333
<overwrite>true</overwrite>
34-
<outputFileName>${basedir}/gwt-2.8.1.zip</outputFileName>
34+
<outputFileName>gwt-2.8.1.zip</outputFileName>
3535
<outputDirectory>${basedir}</outputDirectory>
3636
</configuration>
3737
</execution>

0 commit comments

Comments
 (0)