Skip to content

Commit 00c7ce4

Browse files
Removes deprecated com.google.gwt.benchmarks.*
Change-Id: I2432ac4a85be1780e1bf7c9906cf608aa6ab3134 Review-Link: https://gwt-review.googlesource.com/#/c/1970/ git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@11525 8db76d5a-ed1c-0410-87a9-c151d255dfc7
1 parent 812dd5a commit 00c7ce4

File tree

99 files changed

+30
-7983
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

99 files changed

+30
-7983
lines changed

build.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -152,11 +152,6 @@
152152
<call-subproject subproject="requestfactory" subtarget="test" />
153153
</target>
154154

155-
<target name="benchmark" depends="dist-dev"
156-
description="[action] Runs all the GWT benchmarks">
157-
<call-subproject subproject="user" subtarget="benchmark" />
158-
</target>
159-
160155
<path id="emma.classpath.src">
161156
<pathelement location="${gwt.root}/user/src" />
162157
<pathelement location="${gwt.root}/dev/**/src/com/google" />

common.ant.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,9 +111,6 @@
111111
<property name="gwt.junit.port" value="8888" />
112112
<property name="gwt.junit.testcase.includes" value="**/*Suite.class"/>
113113

114-
<!-- Benchmark support -->
115-
<property name="gwt.benchmark.testcase.includes" value="**/*SuiteBenchmark.class"/>
116-
117114
<!-- Shared class paths -->
118115
<path id="project.classpath.class">
119116
<pathelement location="${javac.out}" />

distro-source/build.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
<zipfileset file="${gwt.build.lib}/gwt-servlet.jar" prefix="${project.distname}" />
3333
<zipfileset file="${gwt.build.lib}/gwt-codeserver.jar" prefix="${project.distname}" />
3434
<zipfileset file="${gwt.build.lib}/gwt-servlet-deps.jar" prefix="${project.distname}" />
35-
<zipfileset file="${gwt.build.lib}/gwt-benchmark-viewer.war" prefix="${project.distname}" />
3635
<zipfileset file="${gwt.build.lib}/gwt-soyc-vis.jar" prefix="${project.distname}" />
3736
<zipfileset file="${gwt.build.lib}/gwt-api-checker.jar" prefix="${project.distname}" />
3837
<zipfileset file="${gwt.build.lib}/requestfactory*.jar" prefix="${project.distname}" />

distro-source/common.ant.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,10 @@
99

1010
<patternset id="chmod.executables">
1111
<include name="*Creator" />
12-
<include name="benchmarkViewer" />
1312
</patternset>
1413

1514
<patternset id="chmod.not.executables">
1615
<exclude name="*Creator" />
17-
<exclude name="benchmarkViewer" />
1816
</patternset>
1917

2018
<target name="filter" description="Filters distro files for versioning">

distro-source/core/src/COPYING

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -202,13 +202,6 @@ e.g. "gwt-dev-linux.jar".
202202
http://asm.objectweb.org/license.html
203203
Source code availability: com/google/gwt/dev/asm/ within gwt-dev.jar
204204

205-
* Browser Detect v2.1.6
206-
License: Creative Commons Attribution 1.0
207-
http://creativecommons.org/licenses/by/1.0/
208-
Source code availability:
209-
http://google-web-toolkit.googlecode.com/svn/trunk/tools/benchmark-viewer/src/com/google/gwt/benchmarks/viewer/client/BrowserInfo.java
210-
(transliterated into Java source)
211-
212205
* Eclipse Java Development Tools (JDT)
213206
License: Eclipse Public License v. 1.0
214207
http://www.eclipse.org/legal/epl-v10.html

distro-source/core/src/COPYING.html

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -293,11 +293,6 @@ <h2>License Information regarding Bundled Third-Party Software</h2>
293293
<td class="license">(<a href="http://asm.objectweb.org/license.html">custom</a>)</td>
294294
<td class="location">com/google/gwt/dev/asm/ within gwt-dev.jar</td>
295295
</tr>
296-
<tr class="even">
297-
<td class="package">Browser Detect v2.1.6</td>
298-
<td class="license"><a href="http://creativecommons.org/licenses/by/1.0/">Creative Commons Attribution 1.0</a></td>
299-
<td class="location"><a href="http://google-web-toolkit.googlecode.com/svn/trunk/tools/benchmark-viewer/src/com/google/gwt/benchmarks/viewer/client/BrowserInfo.java">google-web-toolkit.googlecode.com</a>; transliterated into Java source</td>
300-
</tr>
301296
<tr>
302297
<td class="package">Eclipse Java Development Tools (JDT)</td>
303298
<td class="license"><a href="http://www.eclipse.org/legal/epl-v10.html">Eclipse Public License v. 1.0</a></td>

distro-source/src/benchmarkViewer

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

distro-source/src/benchmarkViewer.cmd

Lines changed: 0 additions & 1 deletion
This file was deleted.

eclipse/lang/.classpath

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
<classpathentry kind="src" path="user/super/com/google/gwt/typedarrays/super"/>
55
<classpathentry kind="src" path="user/src/com/google/gwt/regexp/super"/>
66
<classpathentry kind="src" path="user/super/com/google/gwt/user/translatable"/>
7-
<classpathentry kind="src" path="user/super/com/google/gwt/benchmarks/translatable"/>
87
<classpathentry kind="src" path="user/super/com/google/gwt/emul"/>
98
<classpathentry kind="src" path="user/super/com/google/gwt/junit/translatable"/>
109
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>

eclipse/servlet/.classpath

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<classpath>
33
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
4-
<classpathentry excluding="**/rebind/|**/tools/|com/google/gwt/json/|com/google/gwt/junit/*.java|com/google/gwt/junit/benchmarks/|com/google/gwt/junit/client/Benchmark.java|com/google/gwt/junit/client/GWTTestCase.java|com/google/gwt/junit/remote/|com/google/gwt/junit/server/" kind="src" path="core/src"/>
4+
<classpathentry excluding="**/rebind/|**/tools/|com/google/gwt/json/|com/google/gwt/junit/*.java|com/google/gwt/junit/client/GWTTestCase.java|com/google/gwt/junit/remote/|com/google/gwt/junit/server/" kind="src" path="core/src"/>
55
<classpathentry kind="var" path="GWT_TOOLS/lib/junit/junit-4.8.2.jar" sourcepath="/GWT_TOOLS/lib/junit/junit-4.8.2-src.zip"/>
66
<classpathentry kind="var" path="GWT_TOOLS/lib/tomcat/servlet-api-2.4.jar"/>
77
<classpathentry combineaccessrules="false" kind="src" path="/gwt-user"/>

0 commit comments

Comments
 (0)