Revision: 6379
Author: amitman...@google.com
Date: Wed Oct 14 17:59:39 2009
Log: Removed two unnecessary lines that were re-defining a property

Patch by: amitmanjhi


http://code.google.com/p/google-web-toolkit/source/detail?r=6379

Modified:
  /trunk/user/build.xml

=======================================
--- /trunk/user/build.xml       Wed Oct 14 13:51:57 2009
+++ /trunk/user/build.xml       Wed Oct 14 17:59:39 2009
@@ -329,10 +329,6 @@
    <target name="test.dev.htmlunit"
        depends="compile, compile.tests"
        description="Run dev-mode tests with HtmlUnit.">
-    <property name="gwt.junit.testcase.dev.includes"
-        value="${gwt.junit.testcase.includes}" />
-    <property name="gwt.junit.testcase.dev.excludes"
-        value="${gwt.junit.testcase.excludes}" />
      <fileset id="test.dev.htmlunit.tests" dir="${javac.junit.out}"
          includes="${gwt.junit.testcase.dev.includes}"
          excludes="${gwt.junit.testcase.dev.excludes}" />

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

Reply via email to