Revert "Fix incremental compile warnings in dynatablerf sample." This is no longer needed now that ResourceOracle supports relative paths (I9b213fbd7411656677e5ff923f4c7f9564fe036d) This reverts commit be63703a22c1f29fd5854a1c168bf82661a79197. Change-Id: I0b1299f8dc0071e0c5fb927e151608091c4a9ed9
diff --git a/samples/dynatablerf/src/main/java/com/google/gwt/sample/dynatablerf/client/widgets/AddressEditor.ui.xml b/samples/dynatablerf/src/main/java/com/google/gwt/sample/dynatablerf/client/widgets/AddressEditor.ui.xml index b82c1bf..992b10c 100644 --- a/samples/dynatablerf/src/main/java/com/google/gwt/sample/dynatablerf/client/widgets/AddressEditor.ui.xml +++ b/samples/dynatablerf/src/main/java/com/google/gwt/sample/dynatablerf/client/widgets/AddressEditor.ui.xml
@@ -2,7 +2,7 @@ xmlns:dt='urn:import:com.google.gwt.sample.dynatablerf.client.widgets' xmlns:g='urn:import:com.google.gwt.user.client.ui' xmlns:e='urn:import:com.google.gwt.editor.ui.client'> - <ui:style src="com/google/gwt/sample/dynatablerf/client/common.css"> + <ui:style src="../common.css"> </ui:style> <g:HTMLPanel>
diff --git a/samples/dynatablerf/src/main/java/com/google/gwt/sample/dynatablerf/client/widgets/MentorSelector.ui.xml b/samples/dynatablerf/src/main/java/com/google/gwt/sample/dynatablerf/client/widgets/MentorSelector.ui.xml index 52b196e..5d365e6 100644 --- a/samples/dynatablerf/src/main/java/com/google/gwt/sample/dynatablerf/client/widgets/MentorSelector.ui.xml +++ b/samples/dynatablerf/src/main/java/com/google/gwt/sample/dynatablerf/client/widgets/MentorSelector.ui.xml
@@ -1,7 +1,7 @@ <ui:UiBinder xmlns:ui='urn:ui:com.google.gwt.uibinder' xmlns:g='urn:import:com.google.gwt.user.client.ui' xmlns:dt='urn:import:com.google.gwt.sample.dynatablerf.client.widgets' xmlns:e='urn:import:com.google.gwt.editor.ui.client'> - <ui:style src="com/google/gwt/sample/dynatablerf/client/common.css" /> + <ui:style src="../common.css" /> <g:FlowPanel> <dt:NameLabel ui:field="nameLabel" stylePrimaryName="{style.editField}" /> <g:Button ui:field="choose">Choose Randomly</g:Button>
diff --git a/samples/dynatablerf/src/main/java/com/google/gwt/sample/dynatablerf/client/widgets/PersonEditor.ui.xml b/samples/dynatablerf/src/main/java/com/google/gwt/sample/dynatablerf/client/widgets/PersonEditor.ui.xml index 9aea563..40b32ce 100644 --- a/samples/dynatablerf/src/main/java/com/google/gwt/sample/dynatablerf/client/widgets/PersonEditor.ui.xml +++ b/samples/dynatablerf/src/main/java/com/google/gwt/sample/dynatablerf/client/widgets/PersonEditor.ui.xml
@@ -1,7 +1,7 @@ <ui:UiBinder xmlns:ui='urn:ui:com.google.gwt.uibinder' xmlns:g='urn:import:com.google.gwt.user.client.ui' xmlns:dt='urn:import:com.google.gwt.sample.dynatablerf.client.widgets' xmlns:e='urn:import:com.google.gwt.editor.ui.client'> - <ui:style src="com/google/gwt/sample/dynatablerf/client/common.css"> + <ui:style src="../common.css"> </ui:style> <g:HTMLPanel>
diff --git a/samples/dynatablerf/src/main/java/com/google/gwt/sample/dynatablerf/client/widgets/SummaryWidget.ui.xml b/samples/dynatablerf/src/main/java/com/google/gwt/sample/dynatablerf/client/widgets/SummaryWidget.ui.xml index cd18707..8376f7e 100644 --- a/samples/dynatablerf/src/main/java/com/google/gwt/sample/dynatablerf/client/widgets/SummaryWidget.ui.xml +++ b/samples/dynatablerf/src/main/java/com/google/gwt/sample/dynatablerf/client/widgets/SummaryWidget.ui.xml
@@ -1,6 +1,6 @@ <ui:UiBinder xmlns:ui='urn:ui:com.google.gwt.uibinder' xmlns:g='urn:import:com.google.gwt.user.client.ui' xmlns:cv='urn:import:com.google.gwt.user.cellview.client'> - <ui:style src="com/google/gwt/sample/dynatablerf/client/common.css" + <ui:style src="../common.css" type="com.google.gwt.sample.dynatablerf.client.widgets.SummaryWidget.Style"> .displayInline { display: inline;