Reviewers: rdayal, skybrian,

Message:
A small one for your last day guys.

Description:
Remove DOCTYPEs from all our modules.

Issue 5605


Please review this at https://gwt-code-reviews.appspot.com/1772803/

Affected files:
  M user/src/com/google/gwt/activity/Activity.gwt.xml
  M user/src/com/google/gwt/place/Place.gwt.xml
  M user/src/com/google/gwt/validation/Validation.gwt.xml
  M user/src/com/google/gwt/widget/Widget.gwt.xml
  M user/src/com/google/web/bindery/requestfactory/RequestFactory.gwt.xml
  M user/src/javax/validation/Validation.gwt.xml
  M user/test/com/google/gwt/place/PlaceSuite.gwt.xml
  M user/test/com/google/gwt/text/TextSuite.gwt.xml
  M user/test/com/google/gwt/validation/ValidationTest.gwt.xml
  M user/test/com/google/gwt/validation/example/ValidationExample.gwt.xml
M user/test/com/google/web/bindery/requestfactory/gwt/RequestFactoryExceptionHandlerTest.gwt.xml M user/test/com/google/web/bindery/requestfactory/gwt/RequestFactorySuite.gwt.xml
  M user/test/org/hibernate/jsr303/tck/tests/ValidationTck.gwt.xml
  M user/test/org/hibernate/jsr303/tck/tests/bootstrap/TckTest.gwt.xml
M user/test/org/hibernate/jsr303/tck/tests/bootstrap/customprovider/TckTest.gwt.xml M user/test/org/hibernate/jsr303/tck/tests/constraints/application/TckTest.gwt.xml M user/test/org/hibernate/jsr303/tck/tests/constraints/builtinconstraints/TckTest.gwt.xml M user/test/org/hibernate/jsr303/tck/tests/constraints/constraintcomposition/TckTest.gwt.xml M user/test/org/hibernate/jsr303/tck/tests/constraints/constraintcomposition/nestedconstraintcomposition/TckTest.gwt.xml M user/test/org/hibernate/jsr303/tck/tests/constraints/constraintdefinition/TckTest.gwt.xml M user/test/org/hibernate/jsr303/tck/tests/constraints/customconstraint/TckTest.gwt.xml M user/test/org/hibernate/jsr303/tck/tests/constraints/groups/TckTest.gwt.xml M user/test/org/hibernate/jsr303/tck/tests/constraints/groups/groupsequence/TckTest.gwt.xml M user/test/org/hibernate/jsr303/tck/tests/constraints/groups/groupsequenceisolation/TckTest.gwt.xml M user/test/org/hibernate/jsr303/tck/tests/constraints/groups/inheritance/TckTest.gwt.xml M user/test/org/hibernate/jsr303/tck/tests/constraints/inheritance/TckTest.gwt.xml M user/test/org/hibernate/jsr303/tck/tests/constraints/invalidconstraintdefinitions/TckTest.gwt.xml M user/test/org/hibernate/jsr303/tck/tests/constraints/validatorresolution/AmbiguousValidatorFactory.gwt.xml M user/test/org/hibernate/jsr303/tck/tests/constraints/validatorresolution/TckTest.gwt.xml M user/test/org/hibernate/jsr303/tck/tests/messageinterpolation/TckTest.gwt.xml M user/test/org/hibernate/jsr303/tck/tests/messageinterpolation/TckTest_de.gwt.xml
  M user/test/org/hibernate/jsr303/tck/tests/metadata/TckTest.gwt.xml
M user/test/org/hibernate/jsr303/tck/tests/traversableresolver/TckTest.gwt.xml
  M user/test/org/hibernate/jsr303/tck/tests/validation/TckTest.gwt.xml
M user/test/org/hibernate/jsr303/tck/tests/validation/UnknownProviderBootstrapCompileTest.gwt.xml M user/test/org/hibernate/jsr303/tck/tests/validation/graphnavigation/TckTest.gwt.xml M user/test/org/hibernate/jsr303/tck/tests/validation/validatorcontext/TckTest.gwt.xml M user/test/org/hibernate/jsr303/tck/tests/validatorfactory/TckTest.gwt.xml M user/test/org/hibernate/jsr303/tck/tests/xmlconfiguration/TckTest.gwt.xml M user/test/org/hibernate/jsr303/tck/tests/xmlconfiguration/constraintdeclaration/TckTest.gwt.xml


Index: user/src/com/google/gwt/activity/Activity.gwt.xml
diff --git a/user/src/com/google/gwt/activity/Activity.gwt.xml b/user/src/com/google/gwt/activity/Activity.gwt.xml index dbdd2963d8196b1a6400cdb2b59d1690c3df7ccd..2f5a44e6a349d8eb5cc770a0b29b50cbd381aa65 100644
--- a/user/src/com/google/gwt/activity/Activity.gwt.xml
+++ b/user/src/com/google/gwt/activity/Activity.gwt.xml
@@ -1,5 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE module PUBLIC "-//Google Inc.//DTD Google Web Toolkit 0.0.999//EN" "http://google-web-toolkit.googlecode.com/svn/tags/0.0.999/distro-source/core/src/gwt-module.dtd";>
 <module>
   <inherits name='com.google.gwt.place.Place'/>

Index: user/src/com/google/gwt/place/Place.gwt.xml
diff --git a/user/src/com/google/gwt/place/Place.gwt.xml b/user/src/com/google/gwt/place/Place.gwt.xml index 56fff20773b5349b77fc8f16680898128ca05359..524d65df9abd17f5d8cb1eab76c770d940a6af71 100644
--- a/user/src/com/google/gwt/place/Place.gwt.xml
+++ b/user/src/com/google/gwt/place/Place.gwt.xml
@@ -1,5 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE module PUBLIC "-//Google Inc.//DTD Google Web Toolkit 0.0.999//EN" "http://google-web-toolkit.googlecode.com/svn/tags/0.0.999/distro-source/core/src/gwt-module.dtd";>
 <module>
   <inherits name='com.google.gwt.user.User'/>

Index: user/src/com/google/gwt/validation/Validation.gwt.xml
diff --git a/user/src/com/google/gwt/validation/Validation.gwt.xml b/user/src/com/google/gwt/validation/Validation.gwt.xml index 9bfb54d90f7f39bcc0d1f1e71eefce314d09c2c2..fd1695f152b0c8d9ffd8849f7fd20f5b5c1f0286 100644
--- a/user/src/com/google/gwt/validation/Validation.gwt.xml
+++ b/user/src/com/google/gwt/validation/Validation.gwt.xml
@@ -1,6 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE module PUBLIC "-//Google Inc.//DTD Google Web Toolkit 2.0.1//EN"
-  
"http://google-web-toolkit.googlecode.com/svn/tags/2.0.1/distro-source/core/src/gwt-module.dtd";>
 <!--
   Copyright 2010 Google Inc.

Index: user/src/com/google/gwt/widget/Widget.gwt.xml
diff --git a/user/src/com/google/gwt/widget/Widget.gwt.xml b/user/src/com/google/gwt/widget/Widget.gwt.xml index 4807934de5894597e2794a6104f5281b2e99c938..9e153200c71481fb1d10167d39e7086814072dc2 100644
--- a/user/src/com/google/gwt/widget/Widget.gwt.xml
+++ b/user/src/com/google/gwt/widget/Widget.gwt.xml
@@ -1,6 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE module PUBLIC "-//Google Inc.//DTD Google Web Toolkit 2.0.1//EN"
-  
"http://google-web-toolkit.googlecode.com/svn/tags/2.0.1/distro-source/core/src/gwt-module.dtd";>
 <!--
   Copyright 2011 Google Inc.

Index: user/src/com/google/web/bindery/requestfactory/RequestFactory.gwt.xml
diff --git a/user/src/com/google/web/bindery/requestfactory/RequestFactory.gwt.xml b/user/src/com/google/web/bindery/requestfactory/RequestFactory.gwt.xml index f55cc8d6fb09085025f16d8fd052e7b4fdd92370..583868a2f4cc07d82b7c64e74977d96a16f08fa1 100644
--- a/user/src/com/google/web/bindery/requestfactory/RequestFactory.gwt.xml
+++ b/user/src/com/google/web/bindery/requestfactory/RequestFactory.gwt.xml
@@ -1,5 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE module PUBLIC "-//Google Inc.//DTD Google Web Toolkit 2.0.1//EN" "http://google-web-toolkit.googlecode.com/svn/tags/2.0.1/distro-source/core/src/gwt-module.dtd";>
 <!--
   Copyright 2010 Google Inc.

Index: user/src/javax/validation/Validation.gwt.xml
diff --git a/user/src/javax/validation/Validation.gwt.xml b/user/src/javax/validation/Validation.gwt.xml index 9eec25732b92e9b1ef58d90af71164484194a3ad..8a22ce1969d019b4debad0c8b85481336d8e8806 100644
--- a/user/src/javax/validation/Validation.gwt.xml
+++ b/user/src/javax/validation/Validation.gwt.xml
@@ -1,5 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE module PUBLIC "-//Google Inc.//DTD Google Web Toolkit 2.0.1//EN" "http://google-web-toolkit.googlecode.com/svn/tags/2.0.1/distro-source/core/src/gwt-module.dtd";>
 <!--
   Copyright 2010 Google Inc.

Index: user/test/com/google/gwt/place/PlaceSuite.gwt.xml
diff --git a/user/test/com/google/gwt/place/PlaceSuite.gwt.xml b/user/test/com/google/gwt/place/PlaceSuite.gwt.xml index 44c1d91c12a6d0f7018ca5a4b48e7899c056d59f..845bc3f2990772f2d078602b0280526d935a7c74 100644
--- a/user/test/com/google/gwt/place/PlaceSuite.gwt.xml
+++ b/user/test/com/google/gwt/place/PlaceSuite.gwt.xml
@@ -1,5 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE module PUBLIC "-//Google Inc.//DTD Google Web Toolkit 0.0.999//EN" "http://google-web-toolkit.googlecode.com/svn/tags/0.0.999/distro-source/core/src/gwt-module.dtd";>
 <module>
   <inherits name='com.google.gwt.place.Place'/>

Index: user/test/com/google/gwt/text/TextSuite.gwt.xml
diff --git a/user/test/com/google/gwt/text/TextSuite.gwt.xml b/user/test/com/google/gwt/text/TextSuite.gwt.xml index de4eae9fe4f32f380ecae596bb92ff3bde2f04d9..b2de8b1e7eaa51838bdeb5819afcf3e95518fe11 100644
--- a/user/test/com/google/gwt/text/TextSuite.gwt.xml
+++ b/user/test/com/google/gwt/text/TextSuite.gwt.xml
@@ -1,6 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
<!-- Could not determine the version of your GWT SDK; using the module DTD from GWT 1.6.4. You may want to change this. --> -<!DOCTYPE module PUBLIC "-//Google Inc.//DTD Google Web Toolkit 1.6.4//EN" "http://google-web-toolkit.googlecode.com/svn/tags/1.6.4/distro-source/core/src/gwt-module.dtd";>
 <module>
        <inherits name="com.google.gwt.text.Text" />
        <source path="client"/>
Index: user/test/com/google/gwt/validation/ValidationTest.gwt.xml
diff --git a/user/test/com/google/gwt/validation/ValidationTest.gwt.xml b/user/test/com/google/gwt/validation/ValidationTest.gwt.xml index 357d3eda94bb8de9de0eccb6bc2b81a680680512..d496b50b9683095d712f35fd00e76d1e8d571d9c 100644
--- a/user/test/com/google/gwt/validation/ValidationTest.gwt.xml
+++ b/user/test/com/google/gwt/validation/ValidationTest.gwt.xml
@@ -1,5 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE module PUBLIC "-//Google Inc.//DTD Google Web Toolkit 2.0.1//EN" "http://google-web-toolkit.googlecode.com/svn/tags/2.0.1/distro-source/core/src/gwt-module.dtd";>
 <!--
   Copyright 2010 Google Inc.

Index: user/test/com/google/gwt/validation/example/ValidationExample.gwt.xml
diff --git a/user/test/com/google/gwt/validation/example/ValidationExample.gwt.xml b/user/test/com/google/gwt/validation/example/ValidationExample.gwt.xml index fe7f629878961277bf8bcbdf07f18b55638bcdbe..3fea5b57bd573e76fe5f4db648173117a15065fe 100644
--- a/user/test/com/google/gwt/validation/example/ValidationExample.gwt.xml
+++ b/user/test/com/google/gwt/validation/example/ValidationExample.gwt.xml
@@ -1,5 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE module PUBLIC "-//Google Inc.//DTD Google Web Toolkit 2.0.1//EN" "http://google-web-toolkit.googlecode.com/svn/tags/2.0.1/distro-source/core/src/gwt-module.dtd";>
 <!--
   Copyright 2010 Google Inc.

Index: user/test/com/google/web/bindery/requestfactory/gwt/RequestFactoryExceptionHandlerTest.gwt.xml diff --git a/user/test/com/google/web/bindery/requestfactory/gwt/RequestFactoryExceptionHandlerTest.gwt.xml b/user/test/com/google/web/bindery/requestfactory/gwt/RequestFactoryExceptionHandlerTest.gwt.xml index 32645c8390299453e095f555efea5a75a9c0c7c1..1290b5ac45650f0dc509d97430bfaa72c5a2a122 100644 --- a/user/test/com/google/web/bindery/requestfactory/gwt/RequestFactoryExceptionHandlerTest.gwt.xml +++ b/user/test/com/google/web/bindery/requestfactory/gwt/RequestFactoryExceptionHandlerTest.gwt.xml
@@ -1,5 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE module PUBLIC "-//Google Inc.//DTD Google Web Toolkit 2.0.1//EN" "http://google-web-toolkit.googlecode.com/svn/tags/2.0.1/distro-source/core/src/gwt-module.dtd";>
 <!--
   Copyright 2010 Google Inc.

Index: user/test/com/google/web/bindery/requestfactory/gwt/RequestFactorySuite.gwt.xml diff --git a/user/test/com/google/web/bindery/requestfactory/gwt/RequestFactorySuite.gwt.xml b/user/test/com/google/web/bindery/requestfactory/gwt/RequestFactorySuite.gwt.xml index 51a99f41eb3483d4a2ade8a29c8fa39c79d8f0a0..ea327a1b589373a40a51a25e7103bd34e6cd20d6 100644 --- a/user/test/com/google/web/bindery/requestfactory/gwt/RequestFactorySuite.gwt.xml +++ b/user/test/com/google/web/bindery/requestfactory/gwt/RequestFactorySuite.gwt.xml
@@ -1,5 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE module PUBLIC "-//Google Inc.//DTD Google Web Toolkit 2.0.1//EN" "http://google-web-toolkit.googlecode.com/svn/tags/2.0.1/distro-source/core/src/gwt-module.dtd";>
 <!--
   Copyright 2010 Google Inc.

Index: user/test/org/hibernate/jsr303/tck/tests/ValidationTck.gwt.xml
diff --git a/user/test/org/hibernate/jsr303/tck/tests/ValidationTck.gwt.xml b/user/test/org/hibernate/jsr303/tck/tests/ValidationTck.gwt.xml index a7a1bf9ab0b213e632236ef11395c74785290e7f..a871e434a3e0c83c2cbea81a1e741e869dd38548 100644
--- a/user/test/org/hibernate/jsr303/tck/tests/ValidationTck.gwt.xml
+++ b/user/test/org/hibernate/jsr303/tck/tests/ValidationTck.gwt.xml
@@ -1,5 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE module PUBLIC "-//Google Inc.//DTD Google Web Toolkit 2.0.1//EN" "http://google-web-toolkit.googlecode.com/svn/tags/2.0.1/distro-source/core/src/gwt-module.dtd";>
 <!--
   Copyright 2010 Google Inc.

Index: user/test/org/hibernate/jsr303/tck/tests/bootstrap/TckTest.gwt.xml
diff --git a/user/test/org/hibernate/jsr303/tck/tests/bootstrap/TckTest.gwt.xml b/user/test/org/hibernate/jsr303/tck/tests/bootstrap/TckTest.gwt.xml index 5e694390412c201d7c9f5ce95751ed6130b25602..599eaef5ce336536820509d0dc4a57b1fc86f996 100644
--- a/user/test/org/hibernate/jsr303/tck/tests/bootstrap/TckTest.gwt.xml
+++ b/user/test/org/hibernate/jsr303/tck/tests/bootstrap/TckTest.gwt.xml
@@ -1,5 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE module PUBLIC "-//Google Inc.//DTD Google Web Toolkit 2.0.1//EN" "http://google-web-toolkit.googlecode.com/svn/tags/2.0.1/distro-source/core/src/gwt-module.dtd";>
 <!--
   Copyright 2010 Google Inc.

Index: user/test/org/hibernate/jsr303/tck/tests/bootstrap/customprovider/TckTest.gwt.xml diff --git a/user/test/org/hibernate/jsr303/tck/tests/bootstrap/customprovider/TckTest.gwt.xml b/user/test/org/hibernate/jsr303/tck/tests/bootstrap/customprovider/TckTest.gwt.xml index 054e740f24d037d6ccbffd32bbc7a245aa5fc2cb..3f04e465447eaee0782eda2ba98c2aa9719bf5e4 100644 --- a/user/test/org/hibernate/jsr303/tck/tests/bootstrap/customprovider/TckTest.gwt.xml +++ b/user/test/org/hibernate/jsr303/tck/tests/bootstrap/customprovider/TckTest.gwt.xml
@@ -1,5 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE module PUBLIC "-//Google Inc.//DTD Google Web Toolkit 2.0.1//EN" "http://google-web-toolkit.googlecode.com/svn/tags/2.0.1/distro-source/core/src/gwt-module.dtd";>
 <!--
   Copyright 2011 Google Inc.

Index: user/test/org/hibernate/jsr303/tck/tests/constraints/application/TckTest.gwt.xml diff --git a/user/test/org/hibernate/jsr303/tck/tests/constraints/application/TckTest.gwt.xml b/user/test/org/hibernate/jsr303/tck/tests/constraints/application/TckTest.gwt.xml index 920c5496723eb2e8e6537ebbde7297f15224c84e..f2198a4979f8241b31785047118913fd84a1e538 100644 --- a/user/test/org/hibernate/jsr303/tck/tests/constraints/application/TckTest.gwt.xml +++ b/user/test/org/hibernate/jsr303/tck/tests/constraints/application/TckTest.gwt.xml
@@ -1,5 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE module PUBLIC "-//Google Inc.//DTD Google Web Toolkit 2.0.1//EN" "http://google-web-toolkit.googlecode.com/svn/tags/2.0.1/distro-source/core/src/gwt-module.dtd";>
 <!--
   Copyright 2010 Google Inc.

Index: user/test/org/hibernate/jsr303/tck/tests/constraints/builtinconstraints/TckTest.gwt.xml diff --git a/user/test/org/hibernate/jsr303/tck/tests/constraints/builtinconstraints/TckTest.gwt.xml b/user/test/org/hibernate/jsr303/tck/tests/constraints/builtinconstraints/TckTest.gwt.xml index 1009a69b61fde2934859e18e72c92fb86c3f1fb2..dc2abe6d0e4920d97a0e47110de47b48aa834139 100644 --- a/user/test/org/hibernate/jsr303/tck/tests/constraints/builtinconstraints/TckTest.gwt.xml +++ b/user/test/org/hibernate/jsr303/tck/tests/constraints/builtinconstraints/TckTest.gwt.xml
@@ -1,5 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE module PUBLIC "-//Google Inc.//DTD Google Web Toolkit 2.0.1//EN" "http://google-web-toolkit.googlecode.com/svn/tags/2.0.1/distro-source/core/src/gwt-module.dtd";>
 <!--
   Copyright 2010 Google Inc.

Index: user/test/org/hibernate/jsr303/tck/tests/constraints/constraintcomposition/TckTest.gwt.xml diff --git a/user/test/org/hibernate/jsr303/tck/tests/constraints/constraintcomposition/TckTest.gwt.xml b/user/test/org/hibernate/jsr303/tck/tests/constraints/constraintcomposition/TckTest.gwt.xml index f3c9ac133e79861ee41a81643f06a5d47550cb95..fffe745bd09aeb3a08f006fecae9363cf7801be7 100644 --- a/user/test/org/hibernate/jsr303/tck/tests/constraints/constraintcomposition/TckTest.gwt.xml +++ b/user/test/org/hibernate/jsr303/tck/tests/constraints/constraintcomposition/TckTest.gwt.xml
@@ -1,5 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE module PUBLIC "-//Google Inc.//DTD Google Web Toolkit 2.0.1//EN" "http://google-web-toolkit.googlecode.com/svn/tags/2.0.1/distro-source/core/src/gwt-module.dtd";>
 <!--
   Copyright 2010 Google Inc.

Index: user/test/org/hibernate/jsr303/tck/tests/constraints/constraintcomposition/nestedconstraintcomposition/TckTest.gwt.xml diff --git a/user/test/org/hibernate/jsr303/tck/tests/constraints/constraintcomposition/nestedconstraintcomposition/TckTest.gwt.xml b/user/test/org/hibernate/jsr303/tck/tests/constraints/constraintcomposition/nestedconstraintcomposition/TckTest.gwt.xml index 00310d57ef02d580bd4ee1d27d5b93206967805c..6900862b77d9053f4a0a26a27b2066b073e00134 100644 --- a/user/test/org/hibernate/jsr303/tck/tests/constraints/constraintcomposition/nestedconstraintcomposition/TckTest.gwt.xml +++ b/user/test/org/hibernate/jsr303/tck/tests/constraints/constraintcomposition/nestedconstraintcomposition/TckTest.gwt.xml
@@ -1,5 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE module PUBLIC "-//Google Inc.//DTD Google Web Toolkit 2.0.1//EN" "http://google-web-toolkit.googlecode.com/svn/tags/2.0.1/distro-source/core/src/gwt-module.dtd";>
 <!--
   Copyright 2010 Google Inc.

Index: user/test/org/hibernate/jsr303/tck/tests/constraints/constraintdefinition/TckTest.gwt.xml diff --git a/user/test/org/hibernate/jsr303/tck/tests/constraints/constraintdefinition/TckTest.gwt.xml b/user/test/org/hibernate/jsr303/tck/tests/constraints/constraintdefinition/TckTest.gwt.xml index 5d35b775a0e26e3a1cdb7ef4f193dd0184a4c471..689f7d58dca33682b463559e21019085e0b93b98 100644 --- a/user/test/org/hibernate/jsr303/tck/tests/constraints/constraintdefinition/TckTest.gwt.xml +++ b/user/test/org/hibernate/jsr303/tck/tests/constraints/constraintdefinition/TckTest.gwt.xml
@@ -1,5 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE module PUBLIC "-//Google Inc.//DTD Google Web Toolkit 2.0.1//EN" "http://google-web-toolkit.googlecode.com/svn/tags/2.0.1/distro-source/core/src/gwt-module.dtd";>
 <!--
   Copyright 2010 Google Inc.

Index: user/test/org/hibernate/jsr303/tck/tests/constraints/customconstraint/TckTest.gwt.xml diff --git a/user/test/org/hibernate/jsr303/tck/tests/constraints/customconstraint/TckTest.gwt.xml b/user/test/org/hibernate/jsr303/tck/tests/constraints/customconstraint/TckTest.gwt.xml index 37c38b9c678ce09610fc57106f4ce45a5a8b94de..c47f5e8949c6421153621fd5002cece31b96771e 100644 --- a/user/test/org/hibernate/jsr303/tck/tests/constraints/customconstraint/TckTest.gwt.xml +++ b/user/test/org/hibernate/jsr303/tck/tests/constraints/customconstraint/TckTest.gwt.xml
@@ -1,5 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE module PUBLIC "-//Google Inc.//DTD Google Web Toolkit 2.0.1//EN" "http://google-web-toolkit.googlecode.com/svn/tags/2.0.1/distro-source/core/src/gwt-module.dtd";>
 <!--
   Copyright 2010 Google Inc.

Index: user/test/org/hibernate/jsr303/tck/tests/constraints/groups/TckTest.gwt.xml diff --git a/user/test/org/hibernate/jsr303/tck/tests/constraints/groups/TckTest.gwt.xml b/user/test/org/hibernate/jsr303/tck/tests/constraints/groups/TckTest.gwt.xml index 7078a2381c053e18bcbcad9f41fa99b39d08186e..5f34eedac2783416f1f23a15fde4b353b0a8dcda 100644 --- a/user/test/org/hibernate/jsr303/tck/tests/constraints/groups/TckTest.gwt.xml +++ b/user/test/org/hibernate/jsr303/tck/tests/constraints/groups/TckTest.gwt.xml
@@ -1,5 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE module PUBLIC "-//Google Inc.//DTD Google Web Toolkit 2.0.1//EN" "http://google-web-toolkit.googlecode.com/svn/tags/2.0.1/distro-source/core/src/gwt-module.dtd";>
 <!--
   Copyright 2010 Google Inc.

Index: user/test/org/hibernate/jsr303/tck/tests/constraints/groups/groupsequence/TckTest.gwt.xml diff --git a/user/test/org/hibernate/jsr303/tck/tests/constraints/groups/groupsequence/TckTest.gwt.xml b/user/test/org/hibernate/jsr303/tck/tests/constraints/groups/groupsequence/TckTest.gwt.xml index 24129354fc3be9f18b4f47148989448792c56156..488ac8df444e42778b668a60276634c8f76f49c0 100644 --- a/user/test/org/hibernate/jsr303/tck/tests/constraints/groups/groupsequence/TckTest.gwt.xml +++ b/user/test/org/hibernate/jsr303/tck/tests/constraints/groups/groupsequence/TckTest.gwt.xml
@@ -1,5 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE module PUBLIC "-//Google Inc.//DTD Google Web Toolkit 2.0.1//EN" "http://google-web-toolkit.googlecode.com/svn/tags/2.0.1/distro-source/core/src/gwt-module.dtd";>
 <!--
   Copyright 2010 Google Inc.

Index: user/test/org/hibernate/jsr303/tck/tests/constraints/groups/groupsequenceisolation/TckTest.gwt.xml diff --git a/user/test/org/hibernate/jsr303/tck/tests/constraints/groups/groupsequenceisolation/TckTest.gwt.xml b/user/test/org/hibernate/jsr303/tck/tests/constraints/groups/groupsequenceisolation/TckTest.gwt.xml index 3ea00472f7a99e105ca285e07619903a8d1dcbd9..ff5fa17aa20fc8515f6c8bd1566932c5b030f176 100644 --- a/user/test/org/hibernate/jsr303/tck/tests/constraints/groups/groupsequenceisolation/TckTest.gwt.xml +++ b/user/test/org/hibernate/jsr303/tck/tests/constraints/groups/groupsequenceisolation/TckTest.gwt.xml
@@ -1,5 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE module PUBLIC "-//Google Inc.//DTD Google Web Toolkit 2.0.1//EN" "http://google-web-toolkit.googlecode.com/svn/tags/2.0.1/distro-source/core/src/gwt-module.dtd";>
 <!--
   Copyright 2010 Google Inc.

Index: user/test/org/hibernate/jsr303/tck/tests/constraints/groups/inheritance/TckTest.gwt.xml diff --git a/user/test/org/hibernate/jsr303/tck/tests/constraints/groups/inheritance/TckTest.gwt.xml b/user/test/org/hibernate/jsr303/tck/tests/constraints/groups/inheritance/TckTest.gwt.xml index 2f86e8ab85a98339eb487015f2c49e08d5cf5e33..3be43d6d0a1b578dedb9c6934125aa378f1e22fd 100644 --- a/user/test/org/hibernate/jsr303/tck/tests/constraints/groups/inheritance/TckTest.gwt.xml +++ b/user/test/org/hibernate/jsr303/tck/tests/constraints/groups/inheritance/TckTest.gwt.xml
@@ -1,5 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE module PUBLIC "-//Google Inc.//DTD Google Web Toolkit 2.0.1//EN" "http://google-web-toolkit.googlecode.com/svn/tags/2.0.1/distro-source/core/src/gwt-module.dtd";>
 <!--
   Copyright 2010 Google Inc.

Index: user/test/org/hibernate/jsr303/tck/tests/constraints/inheritance/TckTest.gwt.xml diff --git a/user/test/org/hibernate/jsr303/tck/tests/constraints/inheritance/TckTest.gwt.xml b/user/test/org/hibernate/jsr303/tck/tests/constraints/inheritance/TckTest.gwt.xml index 0246c7521410f973b8d7a675fbbf26ad9531be68..35bbcf6ca7ebfd2c09f44a22944612bd2d33e5b4 100644 --- a/user/test/org/hibernate/jsr303/tck/tests/constraints/inheritance/TckTest.gwt.xml +++ b/user/test/org/hibernate/jsr303/tck/tests/constraints/inheritance/TckTest.gwt.xml
@@ -1,5 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE module PUBLIC "-//Google Inc.//DTD Google Web Toolkit 2.0.1//EN" "http://google-web-toolkit.googlecode.com/svn/tags/2.0.1/distro-source/core/src/gwt-module.dtd";>
 <!--
   Copyright 2010 Google Inc.

Index: user/test/org/hibernate/jsr303/tck/tests/constraints/invalidconstraintdefinitions/TckTest.gwt.xml diff --git a/user/test/org/hibernate/jsr303/tck/tests/constraints/invalidconstraintdefinitions/TckTest.gwt.xml b/user/test/org/hibernate/jsr303/tck/tests/constraints/invalidconstraintdefinitions/TckTest.gwt.xml index 678091ef41dd28d470fb38089e1666f775d6dcc9..968ddd615fb76454f0812902c13e1adcdf5cffc7 100644 --- a/user/test/org/hibernate/jsr303/tck/tests/constraints/invalidconstraintdefinitions/TckTest.gwt.xml +++ b/user/test/org/hibernate/jsr303/tck/tests/constraints/invalidconstraintdefinitions/TckTest.gwt.xml
@@ -1,5 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE module PUBLIC "-//Google Inc.//DTD Google Web Toolkit 2.0.1//EN" "http://google-web-toolkit.googlecode.com/svn/tags/2.0.1/distro-source/core/src/gwt-module.dtd";>
 <!--
   Copyright 2010 Google Inc.

Index: user/test/org/hibernate/jsr303/tck/tests/constraints/validatorresolution/AmbiguousValidatorFactory.gwt.xml diff --git a/user/test/org/hibernate/jsr303/tck/tests/constraints/validatorresolution/AmbiguousValidatorFactory.gwt.xml b/user/test/org/hibernate/jsr303/tck/tests/constraints/validatorresolution/AmbiguousValidatorFactory.gwt.xml index c8279048458d2fbc545fe462a3af16b6b1c11948..623757178c4c2f8d715ac091c95e3986a7dfd0cf 100644 --- a/user/test/org/hibernate/jsr303/tck/tests/constraints/validatorresolution/AmbiguousValidatorFactory.gwt.xml +++ b/user/test/org/hibernate/jsr303/tck/tests/constraints/validatorresolution/AmbiguousValidatorFactory.gwt.xml
@@ -1,5 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE module PUBLIC "-//Google Inc.//DTD Google Web Toolkit 2.0.1//EN" "http://google-web-toolkit.googlecode.com/svn/tags/2.0.1/distro-source/core/src/gwt-module.dtd";>
 <!--
   Copyright 2010 Google Inc.

Index: user/test/org/hibernate/jsr303/tck/tests/constraints/validatorresolution/TckTest.gwt.xml diff --git a/user/test/org/hibernate/jsr303/tck/tests/constraints/validatorresolution/TckTest.gwt.xml b/user/test/org/hibernate/jsr303/tck/tests/constraints/validatorresolution/TckTest.gwt.xml index 52be2f1708a781d9c92d16b8300ad4171c2530c2..51562ce38272a81152262aa0bcf808c7c70df09b 100644 --- a/user/test/org/hibernate/jsr303/tck/tests/constraints/validatorresolution/TckTest.gwt.xml +++ b/user/test/org/hibernate/jsr303/tck/tests/constraints/validatorresolution/TckTest.gwt.xml
@@ -1,5 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE module PUBLIC "-//Google Inc.//DTD Google Web Toolkit 2.0.1//EN" "http://google-web-toolkit.googlecode.com/svn/tags/2.0.1/distro-source/core/src/gwt-module.dtd";>
 <!--
   Copyright 2010 Google Inc.

Index: user/test/org/hibernate/jsr303/tck/tests/messageinterpolation/TckTest.gwt.xml diff --git a/user/test/org/hibernate/jsr303/tck/tests/messageinterpolation/TckTest.gwt.xml b/user/test/org/hibernate/jsr303/tck/tests/messageinterpolation/TckTest.gwt.xml index 8f8f063f0ec1c7843de5987bd3d266da1ec3e4f3..c879842ee36bdeec58f652805275c22cd441d816 100644 --- a/user/test/org/hibernate/jsr303/tck/tests/messageinterpolation/TckTest.gwt.xml +++ b/user/test/org/hibernate/jsr303/tck/tests/messageinterpolation/TckTest.gwt.xml
@@ -1,5 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE module PUBLIC "-//Google Inc.//DTD Google Web Toolkit 2.0.1//EN" "http://google-web-toolkit.googlecode.com/svn/tags/2.0.1/distro-source/core/src/gwt-module.dtd";>
 <!--
   Copyright 2010 Google Inc.

Index: user/test/org/hibernate/jsr303/tck/tests/messageinterpolation/TckTest_de.gwt.xml diff --git a/user/test/org/hibernate/jsr303/tck/tests/messageinterpolation/TckTest_de.gwt.xml b/user/test/org/hibernate/jsr303/tck/tests/messageinterpolation/TckTest_de.gwt.xml index f53fb5f49e484358c8f374787a1dc38ead1ac716..2d088038cb09464412d3706606639c05e8e8e9bf 100644 --- a/user/test/org/hibernate/jsr303/tck/tests/messageinterpolation/TckTest_de.gwt.xml +++ b/user/test/org/hibernate/jsr303/tck/tests/messageinterpolation/TckTest_de.gwt.xml
@@ -1,5 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE module PUBLIC "-//Google Inc.//DTD Google Web Toolkit 2.0.1//EN" "http://google-web-toolkit.googlecode.com/svn/tags/2.0.1/distro-source/core/src/gwt-module.dtd";>
 <!--
   Copyright 2010 Google Inc.

Index: user/test/org/hibernate/jsr303/tck/tests/metadata/TckTest.gwt.xml
diff --git a/user/test/org/hibernate/jsr303/tck/tests/metadata/TckTest.gwt.xml b/user/test/org/hibernate/jsr303/tck/tests/metadata/TckTest.gwt.xml index cddeb2b26eace6ae4c1c3c4122e3718cfd5ca80d..db2ccc11825d5268bce4b22278fe7dd7db106516 100644
--- a/user/test/org/hibernate/jsr303/tck/tests/metadata/TckTest.gwt.xml
+++ b/user/test/org/hibernate/jsr303/tck/tests/metadata/TckTest.gwt.xml
@@ -1,5 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE module PUBLIC "-//Google Inc.//DTD Google Web Toolkit 2.0.1//EN" "http://google-web-toolkit.googlecode.com/svn/tags/2.0.1/distro-source/core/src/gwt-module.dtd";>
 <!--
   Copyright 2010 Google Inc.

Index: user/test/org/hibernate/jsr303/tck/tests/traversableresolver/TckTest.gwt.xml diff --git a/user/test/org/hibernate/jsr303/tck/tests/traversableresolver/TckTest.gwt.xml b/user/test/org/hibernate/jsr303/tck/tests/traversableresolver/TckTest.gwt.xml index a3273e7d2d06f2b2cc2a4b30a1b724413de7caa7..f5b81cb579e7fedf5dd09f874e32288a053a75ec 100644 --- a/user/test/org/hibernate/jsr303/tck/tests/traversableresolver/TckTest.gwt.xml +++ b/user/test/org/hibernate/jsr303/tck/tests/traversableresolver/TckTest.gwt.xml
@@ -1,5 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE module PUBLIC "-//Google Inc.//DTD Google Web Toolkit 2.0.1//EN" "http://google-web-toolkit.googlecode.com/svn/tags/2.0.1/distro-source/core/src/gwt-module.dtd";>
 <!--
   Copyright 2010 Google Inc.

Index: user/test/org/hibernate/jsr303/tck/tests/validation/TckTest.gwt.xml
diff --git a/user/test/org/hibernate/jsr303/tck/tests/validation/TckTest.gwt.xml b/user/test/org/hibernate/jsr303/tck/tests/validation/TckTest.gwt.xml index ea01d162f35a894087a20c16932c95b18d800192..a61d13664eb8ec6a1e9b57fe1342c604fcdc211d 100644
--- a/user/test/org/hibernate/jsr303/tck/tests/validation/TckTest.gwt.xml
+++ b/user/test/org/hibernate/jsr303/tck/tests/validation/TckTest.gwt.xml
@@ -1,5 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE module PUBLIC "-//Google Inc.//DTD Google Web Toolkit 2.0.1//EN" "http://google-web-toolkit.googlecode.com/svn/tags/2.0.1/distro-source/core/src/gwt-module.dtd";>
 <!--
   Copyright 2010 Google Inc.

Index: user/test/org/hibernate/jsr303/tck/tests/validation/UnknownProviderBootstrapCompileTest.gwt.xml diff --git a/user/test/org/hibernate/jsr303/tck/tests/validation/UnknownProviderBootstrapCompileTest.gwt.xml b/user/test/org/hibernate/jsr303/tck/tests/validation/UnknownProviderBootstrapCompileTest.gwt.xml index 87ee45ec8fd7a479d832d97f00d33e6b4b0c12cc..a4916dd1da32db4490f95b502b575de71eba2ba9 100644 --- a/user/test/org/hibernate/jsr303/tck/tests/validation/UnknownProviderBootstrapCompileTest.gwt.xml +++ b/user/test/org/hibernate/jsr303/tck/tests/validation/UnknownProviderBootstrapCompileTest.gwt.xml
@@ -1,5 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE module PUBLIC "-//Google Inc.//DTD Google Web Toolkit 2.0.1//EN" "http://google-web-toolkit.googlecode.com/svn/tags/2.0.1/distro-source/core/src/gwt-module.dtd";>
 <!--
   Copyright 2010 Google Inc.

Index: user/test/org/hibernate/jsr303/tck/tests/validation/graphnavigation/TckTest.gwt.xml diff --git a/user/test/org/hibernate/jsr303/tck/tests/validation/graphnavigation/TckTest.gwt.xml b/user/test/org/hibernate/jsr303/tck/tests/validation/graphnavigation/TckTest.gwt.xml index 29ee564be0bd770d847d66a3180619df12b6f92f..ada2c5b9b63e864729d4f7e1c84a59afcfb1a241 100644 --- a/user/test/org/hibernate/jsr303/tck/tests/validation/graphnavigation/TckTest.gwt.xml +++ b/user/test/org/hibernate/jsr303/tck/tests/validation/graphnavigation/TckTest.gwt.xml
@@ -1,5 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE module PUBLIC "-//Google Inc.//DTD Google Web Toolkit 2.0.1//EN" "http://google-web-toolkit.googlecode.com/svn/tags/2.0.1/distro-source/core/src/gwt-module.dtd";>
 <!--
   Copyright 2010 Google Inc.

Index: user/test/org/hibernate/jsr303/tck/tests/validation/validatorcontext/TckTest.gwt.xml diff --git a/user/test/org/hibernate/jsr303/tck/tests/validation/validatorcontext/TckTest.gwt.xml b/user/test/org/hibernate/jsr303/tck/tests/validation/validatorcontext/TckTest.gwt.xml index 3142b824175156e95fb3a1e9cee6c1946d9d678c..a3563955422fbd3c1f63a68e47e0b30c4de72c2c 100644 --- a/user/test/org/hibernate/jsr303/tck/tests/validation/validatorcontext/TckTest.gwt.xml +++ b/user/test/org/hibernate/jsr303/tck/tests/validation/validatorcontext/TckTest.gwt.xml
@@ -1,5 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE module PUBLIC "-//Google Inc.//DTD Google Web Toolkit 2.0.1//EN" "http://google-web-toolkit.googlecode.com/svn/tags/2.0.1/distro-source/core/src/gwt-module.dtd";>
 <!--
   Copyright 2010 Google Inc.

Index: user/test/org/hibernate/jsr303/tck/tests/validatorfactory/TckTest.gwt.xml diff --git a/user/test/org/hibernate/jsr303/tck/tests/validatorfactory/TckTest.gwt.xml b/user/test/org/hibernate/jsr303/tck/tests/validatorfactory/TckTest.gwt.xml index d562da54ec677e0ffaa329a09b8456e8b1e353ad..d342ea09087d3534b406a7214929ec56d5ab4365 100644 --- a/user/test/org/hibernate/jsr303/tck/tests/validatorfactory/TckTest.gwt.xml +++ b/user/test/org/hibernate/jsr303/tck/tests/validatorfactory/TckTest.gwt.xml
@@ -1,5 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE module PUBLIC "-//Google Inc.//DTD Google Web Toolkit 2.0.1//EN" "http://google-web-toolkit.googlecode.com/svn/tags/2.0.1/distro-source/core/src/gwt-module.dtd";>
 <!--
   Copyright 2010 Google Inc.

Index: user/test/org/hibernate/jsr303/tck/tests/xmlconfiguration/TckTest.gwt.xml diff --git a/user/test/org/hibernate/jsr303/tck/tests/xmlconfiguration/TckTest.gwt.xml b/user/test/org/hibernate/jsr303/tck/tests/xmlconfiguration/TckTest.gwt.xml index 1b9f361edc7bf46879eb6f9297f6138124fd7b94..12b64a01eb5ac46b2d932cdf44d33d05ca3e8323 100644 --- a/user/test/org/hibernate/jsr303/tck/tests/xmlconfiguration/TckTest.gwt.xml +++ b/user/test/org/hibernate/jsr303/tck/tests/xmlconfiguration/TckTest.gwt.xml
@@ -1,5 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE module PUBLIC "-//Google Inc.//DTD Google Web Toolkit 2.0.1//EN" "http://google-web-toolkit.googlecode.com/svn/tags/2.0.1/distro-source/core/src/gwt-module.dtd";>
 <!--
   Copyright 2011 Google Inc.

Index: user/test/org/hibernate/jsr303/tck/tests/xmlconfiguration/constraintdeclaration/TckTest.gwt.xml diff --git a/user/test/org/hibernate/jsr303/tck/tests/xmlconfiguration/constraintdeclaration/TckTest.gwt.xml b/user/test/org/hibernate/jsr303/tck/tests/xmlconfiguration/constraintdeclaration/TckTest.gwt.xml index 579c66d053920a10c01c913584833720c5863d48..d2db34b2462ecb1772d5a798af34d2301713ce45 100644 --- a/user/test/org/hibernate/jsr303/tck/tests/xmlconfiguration/constraintdeclaration/TckTest.gwt.xml +++ b/user/test/org/hibernate/jsr303/tck/tests/xmlconfiguration/constraintdeclaration/TckTest.gwt.xml
@@ -1,5 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE module PUBLIC "-//Google Inc.//DTD Google Web Toolkit 2.0.1//EN" "http://google-web-toolkit.googlecode.com/svn/tags/2.0.1/distro-source/core/src/gwt-module.dtd";>
 <!--
   Copyright 2011 Google Inc.



--
http://groups.google.com/group/Google-Web-Toolkit-Contributors

Reply via email to