Fixed ant out-of-date rule for samples.  Fixed formatting & props on some showcase files.

git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@2198 8db76d5a-ed1c-0410-87a9-c151d255dfc7
diff --git a/samples/common.ant.xml b/samples/common.ant.xml
index 45b1a14..249fa10 100755
--- a/samples/common.ant.xml
+++ b/samples/common.ant.xml
@@ -40,7 +40,7 @@
 				<fileset file="${gwt.user.jar}" />
 				<fileset file="${gwt.dev.jar}" />
 			</sourcefiles>
-			<targetfiles path="${sample.build}/www/com.google.gwt.sample.${sample.package}.${sample.module}/std/com.google.gwt.sample.${sample.package}.${sample.module}.nocache.js" />
+			<targetfiles path="${sample.build}/www/com.google.gwt.sample.${sample.package}.${sample.module}/com.google.gwt.sample.${sample.package}.${sample.module}.nocache.js" />
 			<sequential>
 				<mkdir dir="${sample.build}/www" />
 				<java dir="${sample.build}" classname="com.google.gwt.dev.GWTCompiler" classpath="src:${sample.build}/bin:${gwt.user.jar}:${gwt.dev.jar}" fork="yes" failonerror="true">
diff --git a/samples/showcase/src/com/google/gwt/sample/showcase/Showcase.gwt.xml b/samples/showcase/src/com/google/gwt/sample/showcase/Showcase.gwt.xml
index 8fa3321..e67e176 100644
--- a/samples/showcase/src/com/google/gwt/sample/showcase/Showcase.gwt.xml
+++ b/samples/showcase/src/com/google/gwt/sample/showcase/Showcase.gwt.xml
@@ -2,26 +2,26 @@
 	<!-- Inherit the core Web Toolkit stuff. -->
 	<inherits name="com.google.gwt.core.Core"/>
 	<inherits name='com.google.gwt.user.User'/>
-  <inherits name="com.google.gwt.i18n.I18N"/>
+	<inherits name="com.google.gwt.i18n.I18N"/>
 
-  <!-- Enable Animations -->
-  <set-property name="gwt.enableAnimations" value="true"/> 
-  <set-property name="gwt.enableWidgetAnimations" value="true"/> 
+	<!-- Enable Animations -->
+	<set-property name="gwt.enableAnimations" value="true"/> 
+	<set-property name="gwt.enableWidgetAnimations" value="true"/> 
 
 	<!-- Enable debug ID. -->
-  <inherits name="com.google.gwt.user.Debug"/>
-  <set-property name="gwt.enableDebugId" value="true"/> 
+	<inherits name="com.google.gwt.user.Debug"/>
+	<set-property name="gwt.enableDebugId" value="true"/> 
 
 	<!-- Specify the app entry point class. -->
 	<entry-point class='com.google.gwt.sample.showcase.client.Showcase'/>
 
-  <!-- Internationalization support. -->
-  <extend-property name="locale" values="en"/>
-  <extend-property name="locale" values="ar"/>
-  <extend-property name="locale" values="fr"/>
-  <extend-property name="locale" values="zh"/>
+	<!-- Internationalization support. -->
+	<extend-property name="locale" values="en"/>
+	<extend-property name="locale" values="ar"/>
+	<extend-property name="locale" values="fr"/>
+	<extend-property name="locale" values="zh"/>
 
-  <!-- Include style sheets. -->
-  <stylesheet src="GWT-default.css"/>
-  <stylesheet src="Showcase.css"/>
+	<!-- Include style sheets. -->
+	<stylesheet src="GWT-default.css"/>
+	<stylesheet src="Showcase.css"/>
 </module>