Skip to content

Commit 54908f2

Browse files
gkdnGerrit Code Review
authored andcommitted
Remove broken j.u.logging sample
Logging works out of the box now so a complex sample app is not much useful for most users. Bug: issue 8971 Change-Id: I037bb9a551f9e5f1ead0cddc0f25578da894e293
1 parent 3c49dc1 commit 54908f2

34 files changed

+1
-1179
lines changed

distro-source/core/src/samples/build.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
<ant target="${target}" dir="DynaTable"/>
55
<ant target="${target}" dir="Hello"/>
66
<ant target="${target}" dir="JSON"/>
7-
<ant target="${target}" dir="LogExample"/>
87
<ant target="${target}" dir="Mail"/>
98
<ant target="${target}" dir="Showcase"/>
109
</target>

eclipse/.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ bin/
1111
# Generated by GWT tests
1212
gwt-unitCache/
1313
www-test/
14-
# LogExample and code-museum have a war folder so don't remove 'user/'
14+
# code-museum have a war folder so don't remove 'user/'
1515
user/war/

eclipse/samples/LogExample/.checkstyle

Lines changed: 0 additions & 7 deletions
This file was deleted.

eclipse/samples/LogExample/.classpath

Lines changed: 0 additions & 8 deletions
This file was deleted.

eclipse/samples/LogExample/.project

Lines changed: 0 additions & 30 deletions
This file was deleted.

eclipse/samples/LogExample/LogExample.gwtc.launch

Lines changed: 0 additions & 17 deletions
This file was deleted.

eclipse/samples/LogExample/LogExample.launch

Lines changed: 0 additions & 17 deletions
This file was deleted.

eclipse/samples/LogExample/war/LogExample.css

Lines changed: 0 additions & 38 deletions
This file was deleted.

eclipse/samples/LogExample/war/LogExample.html

Lines changed: 0 additions & 21 deletions
This file was deleted.

samples/build.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,6 @@
2222
<gwt.ant dir="json" />
2323
</target>
2424

25-
<target name="logexample" description="Build logexample">
26-
<gwt.ant dir="logexample" />
27-
</target>
28-
2925
<target name="mail" description="Build mail">
3026
<gwt.ant dir="mail" />
3127
</target>
@@ -51,7 +47,6 @@
5147
<antcall target="dynatablerf" />
5248
<antcall target="hello" />
5349
<antcall target="json" />
54-
<antcall target="logexample" />
5550
<antcall target="mail" />
5651
<antcall target="mobilewebapp" />
5752
<antcall target="showcase" />

0 commit comments

Comments
 (0)