Skip to content

Commit dbed442

Browse files
committed
Maven changes
1 parent 0f5137d commit dbed442

File tree

4 files changed

+3
-16
lines changed

4 files changed

+3
-16
lines changed

src/main/java/at/gmi/nordborglab/widgets/geneviewer/client/GeneViewer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ public class GeneViewer extends Composite implements HasMouseMoveHandlers, HasZo
8181
interface Resources extends ClientBundle
8282
{
8383
Resources INSTANCE = GWT.create(Resources.class);
84-
@Source("GeneViewer.pde")
84+
@Source("resources/GeneViewer.pde")
8585
ExternalTextResource getCode();
8686
}
8787

src/main/java/at/gmi/nordborglab/widgets/geneviewer/client/GeneViewer.ui.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<ui:UiBinder xmlns:ui="urn:ui:com.google.gwt.uibinder"
33
xmlns:g="urn:import:com.google.gwt.user.client.ui"
44
xmlns:dyg="urn:import:org.danvk.dygraphs.client"
5-
xmlns:pjs="urn:import:com.processingjs.client">
5+
xmlns:pjs="urn:import:at.gmi.nordborglab.processingjs.client">
66

77
<ui:with field="mainRes" type="at.gmi.nordborglab.widgets.geneviewer.client.resources.MyResources" />
88

src/main/resources/at/gmi/nordborglab/widgets/geneviewer/GeneViewer.gwt.xml

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,8 @@
44
<inherits name='com.google.gwt.user.User'/>
55
<inherits name="com.google.gwt.resources.Resources" />
66
<inherits name='com.google.gwt.json.JSON' />
7-
8-
<!-- Inherit the default GWT style sheet. You can change -->
9-
<!-- the theme of your GWT application by uncommenting -->
10-
<!-- any one of the following lines. -->
11-
<!-- <inherits name='com.google.gwt.user.theme.chrome.Chrome'/> -->
12-
<!-- <inherits name='com.google.gwt.user.theme.dark.Dark'/> -->
13-
14-
<!-- Other module inherits -->
15-
16-
<!-- Specify the app entry point class. -->
17-
18-
<!-- Specify the paths for translatable code -->
19-
<inherits name="com.processingjs.Processing" />
7+
<inherits name="at.gmi.nordborglab.processingjs.Processing" />
208
<inherits name="com.google.gwt.visualization.Visualization"/>
219
<inherits name="org.danvk.dygraphs.Dygraph" />
2210
<source path='client'/>
23-
<source path='shared'/>
2411
</module>

0 commit comments

Comments
 (0)