-
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Initial public commit of the windowtester source
git-svn-id: http://windowtester.googlecode.com/svn/trunk@1 dfedb853-a37c-be70-40fe-a5a6558f63ed
- Loading branch information
0 parents
commit 28ed43a
Showing
4,193 changed files
with
437,681 additions
and
0 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<classpath> | ||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/> | ||
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> | ||
<classpathentry kind="src" path="src"/> | ||
<classpathentry kind="output" path="bin"/> | ||
</classpath> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<projectDescription> | ||
<name>com.windowtester.eclipse.help</name> | ||
<comment></comment> | ||
<projects> | ||
</projects> | ||
<buildSpec> | ||
<buildCommand> | ||
<name>org.eclipse.jdt.core.javabuilder</name> | ||
<arguments> | ||
</arguments> | ||
</buildCommand> | ||
<buildCommand> | ||
<name>org.eclipse.pde.ManifestBuilder</name> | ||
<arguments> | ||
</arguments> | ||
</buildCommand> | ||
<buildCommand> | ||
<name>org.eclipse.pde.SchemaBuilder</name> | ||
<arguments> | ||
</arguments> | ||
</buildCommand> | ||
<buildCommand> | ||
<name>com.instantiations.helpeditor.core.toc.helpSystemBuilder</name> | ||
<arguments> | ||
</arguments> | ||
</buildCommand> | ||
</buildSpec> | ||
<natures> | ||
<nature>org.eclipse.pde.PluginNature</nature> | ||
<nature>org.eclipse.jdt.core.javanature</nature> | ||
<nature>com.instantiations.helpeditor.core.toc.helpSystemNature</nature> | ||
</natures> | ||
</projectDescription> |
38 changes: 38 additions & 0 deletions
38
com.windowtester.eclipse.help/.settings/org.eclipse.core.resources.prefs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
#Sun Sep 19 20:05:00 PDT 2010 | ||
eclipse.preferences.version=1 | ||
encoding//html/faq/faq.html=utf-8 | ||
encoding//html/faq/index.html=utf-8 | ||
encoding//html/overview/index.html=utf-8 | ||
encoding//html/overview/running_tests.html=utf-8 | ||
encoding//html/programmer/core/Condition_Factories.html=utf-8 | ||
encoding//html/programmer/core/Creating_a_Custom_Locator.html=utf-8 | ||
encoding//html/programmer/core/Custom_Base_Test.html=utf-8 | ||
encoding//html/programmer/core/Finding_Widgets.html=utf-8 | ||
encoding//html/programmer/core/International_Keyboard_Support.html=utf-8 | ||
encoding//html/programmer/core/Test_Execution.html=utf-8 | ||
encoding//html/programmer/core/embedded_swing_components.html=utf-8 | ||
encoding//html/programmer/core/index.html=utf-8 | ||
encoding//html/programmer/eclipse-rcp/closing_welcome_screen.html=utf-8 | ||
encoding//html/programmer/gef/GEF_Locators.html=utf-8 | ||
encoding//html/programmer/gef/index.html=utf-8 | ||
encoding//html/programmer/index.html=utf-8 | ||
encoding//html/reference.html=utf-8 | ||
encoding//html/reference/API_Migration.html=utf-8 | ||
encoding//html/reference/Legacy_API_Phase_Out.html=utf-8 | ||
encoding//html/reference/Legacy_Bundles.html=utf-8 | ||
encoding//html/reference/assertions.html=utf-8 | ||
encoding//html/reference/conditions.html=utf-8 | ||
encoding//html/reference/history.html=utf-8 | ||
encoding//html/reference/preferences/codegen.html=utf-8 | ||
encoding//html/reference/preferences/main.html=utf-8 | ||
encoding//html/reference/preferences/playback.html=utf-8 | ||
encoding//html/reference/preferences/recorder_ui.html=utf-8 | ||
encoding//html/reference/repros.html=utf-8 | ||
encoding//html/releases/3.7.0.html=utf-8 | ||
encoding//html/releases/3.8.0.html=utf-8 | ||
encoding//html/releases/5.1.0.html=utf-8 | ||
encoding//html/releases/6.0.0.html=utf-8 | ||
encoding//html/samples/index.html=utf-8 | ||
encoding//html/ui/codegen.html=utf-8 | ||
encoding//html/ui/index.html=utf-8 | ||
encoding//html/whatsnew.html=utf-8 |
8 changes: 8 additions & 0 deletions
8
com.windowtester.eclipse.help/.settings/org.eclipse.jdt.core.prefs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
#Tue Aug 11 15:38:23 PDT 2009 | ||
eclipse.preferences.version=1 | ||
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled | ||
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.5 | ||
org.eclipse.jdt.core.compiler.compliance=1.5 | ||
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error | ||
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error | ||
org.eclipse.jdt.core.compiler.source=1.5 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
Manifest-Version: 1.0 | ||
Bundle-ManifestVersion: 2 | ||
Bundle-Name: %pluginName | ||
Bundle-SymbolicName: com.windowtester.eclipse.help; singleton:=true | ||
Bundle-Version: 0.0.0 | ||
Bundle-Vendor: %providerName | ||
Bundle-Localization: plugin | ||
Require-Bundle: org.eclipse.ui, | ||
org.eclipse.core.runtime, | ||
org.eclipse.pde.core, | ||
org.eclipse.help, | ||
org.eclipse.ui.intro, | ||
org.eclipse.ui.intro.universal | ||
Bundle-RequiredExecutionEnvironment: J2SE-1.5 | ||
Bundle-ActivationPolicy: lazy |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,174 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<project default="build_all"> | ||
|
||
<!-- ================================================= | ||
Build the javadoc for the receiver and place it into the local project structure | ||
so that it can be tested in the development environment | ||
*and* used as part of the build process. | ||
This is used as part of a larger build process, | ||
but can also be called by itself to generate into the developer's workspace. | ||
--> | ||
<target name="build_javadoc"> | ||
<checkEclipseRunning/> | ||
<property name="javadoc.out" location="html/reference/javadoc"/> | ||
<property name="javadoc-old.out" location="${javadoc.out}/../javadoc-old"/> | ||
|
||
<fileset dir="${eclipse.home}/plugins/" id="plugins.fs"> | ||
<include name="org.eclipse.swt*.jar"/> | ||
<include name="org.eclipse.jface*.jar"/> | ||
<include name="**/junit.jar"/> | ||
<exclude name="**/org.junit4_*/**"/> | ||
</fileset> | ||
|
||
<!-- Generate javadoc for new API --> | ||
|
||
<mkdir dir="${javadoc.out}"/> | ||
<javadoc destdir="${javadoc.out}" overview="../com.windowtester.runtime/src/overview.html" stylesheetfile="stylesheets/book.css"> | ||
<classpath> | ||
<pathelement location="${java.home}/lib/rt.jar"/> | ||
<fileset refid="plugins.fs" /> | ||
<pathelement location="../com.windowtester.runtime/bin"/> | ||
<pathelement location="../com.windowtester.swt.runtime/bin"/> | ||
<pathelement location="../com.windowtester.swing.runtime/bin"/> | ||
<pathelement location="../com.windowtester.swt.runtime.gef/bin"/> | ||
</classpath> | ||
<fileset dir="../com.windowtester.runner/src"> | ||
<include name="**/*.java"/> | ||
<exclude name="**/internal/**/*.java"/> | ||
<exclude name="**/Internal*.java"/> | ||
</fileset> | ||
<fileset dir="../com.windowtester.runtime/src"> | ||
<include name="**/*.java"/> | ||
<exclude name="**/internal/**/*.java"/> | ||
<exclude name="**/Internal*.java"/> | ||
</fileset> | ||
<fileset dir="../com.windowtester.swt.runtime/src"> | ||
<include name="com/windowtester/runtime/swt/**/*.java"/> | ||
<exclude name="**/internal/**/*.java"/> | ||
<exclude name="**/Internal*.java"/> | ||
</fileset> | ||
<fileset dir="../com.windowtester.swing.runtime/src"> | ||
<include name="**/*.java"/> | ||
<exclude name="**/internal/**/*.java"/> | ||
<exclude name="**/Internal*.java"/> | ||
</fileset> | ||
<fileset dir="../com.windowtester.swt.runtime.gef/src"> | ||
<include name="**/*.java"/> | ||
<exclude name="**/internal/**/*.java"/> | ||
<exclude name="**/Internal*.java"/> | ||
</fileset> | ||
</javadoc> | ||
|
||
<!-- Generate javadoc for old API --> | ||
|
||
<mkdir dir="${javadoc-old.out}"/> | ||
<javadoc destdir="${javadoc-old.out}" overview="../com.windowtester.swt.runtime/src/overview.html" stylesheetfile="stylesheets/book.css"> | ||
<classpath> | ||
<pathelement location="${java.home}/lib/rt.jar"/> | ||
<fileset refid="plugins.fs" /> | ||
<pathelement location="../com.windowtester.runtime/bin"/> | ||
<pathelement location="../com.windowtester.swt.runtime/bin"/> | ||
<pathelement location="../com.windowtester.swing.runtime/bin"/> | ||
</classpath> | ||
<fileset dir="../com.windowtester.swt.runtime/src"> | ||
<include name="junit/extensions/UITestCase.java"/> | ||
<include name="com/windowtester/swt/IWidgetLocator.java"/> | ||
<include name="com/windowtester/swt/IWidgetLocatorVisitor.java"/> | ||
<include name="com/windowtester/swt/WidgetLocator.java"/> | ||
<include name="com/windowtester/swt/IUIContext.java"/> | ||
<include name="com/windowtester/swt/WidgetSearchException.java"/> | ||
<include name="com/windowtester/swt/WidgetNotFoundException.java"/> | ||
<include name="com/windowtester/swt/MultipleWidgetsFoundException.java"/> | ||
<include name="com/windowtester/swt/condition/ICondition.java"/> | ||
<include name="com/windowtester/swt/condition/IConditionHandler.java"/> | ||
<include name="com/windowtester/swt/condition/IHandler.java"/> | ||
<include name="com/windowtester/swt/condition/WidgetDisposedCondition.java"/> | ||
|
||
<include name="com/windowtester/swt/util/StringComparator.java"/> | ||
|
||
<include name="com/windowtester/swt/monitor/IUIThreadMonitor.java"/> | ||
<include name="com/windowtester/swt/monitor/IUIThreadMonitorListener.java"/> | ||
|
||
<include name="com/windowtester/swt/condition/IConditionMonitor.java"/> | ||
|
||
<include name="com/windowtester/swt/condition/eclipse/*.java"/> | ||
<include name="com/windowtester/swt/locator/eclipse/*.java"/> | ||
|
||
<include name="com/windowtester/swt/locator/LabeledLocator.java"/> | ||
|
||
<include name="com/windowtester/swt/condition/shell/IShellCondition.java"/> | ||
<include name="com/windowtester/swt/condition/shell/IShellConditionHandler.java"/> | ||
<include name="com/windowtester/swt/condition/shell/IShellMonitor.java"/> | ||
<include name="com/windowtester/swt/condition/shell/ShellCondition.java"/> | ||
|
||
</fileset> | ||
</javadoc> | ||
|
||
<!-- Refresh the local workspace with the changes --> | ||
|
||
<eclipse.convertPath filesystempath="${javadoc-old.out}" property="javadoc-old.res"/> | ||
<eclipse.convertPath filesystempath="${javadoc.out}" property="javadoc.res"/> | ||
<eclipse.refreshLocal resource="${javadoc-old.res}" depth="infinite"/> | ||
<eclipse.refreshLocal resource="${javadoc.res}" depth="infinite"/> | ||
|
||
</target> | ||
|
||
<!-- ================================================= | ||
Build elements common for all versions of Eclipse | ||
and place them into ${build.temp}/common/${Project-Name}/out | ||
--> | ||
<target name="build_common" depends="build_javadoc"> | ||
<init_properties /> | ||
<read_manifest/> | ||
<read_build /> | ||
|
||
<dir_bundle eclipseTarget="common" type="plugins"> | ||
<fileset dir="." includes="${Project-CommonFiles}" /> | ||
</dir_bundle> | ||
<zip destfile="${build.out}/install-image/E-common/eclipse/plugins/${Project-Id}_${Project-Version}/doc.zip"> | ||
<zipfileset dir="." includes="html/**" /> | ||
<zipfileset dir="." includes="images/**" /> | ||
</zip> | ||
</target> | ||
|
||
<!-- ================================================= | ||
Build elements for Eclipse 3.2 | ||
and place them into ${build.temp}/3.2/${Project-Name}/out | ||
--> | ||
<target name="build_3.2" depends="build_common" if="build.for.32.flag"> | ||
<dir_bundle eclipseTarget="3.2" type="plugins" /> | ||
</target> | ||
|
||
|
||
<!-- ================================================= | ||
Build elements for Eclipse 3.3 | ||
and place them into ${build.temp}/3.3/${Project-Name}/out | ||
--> | ||
<target name="build_3.3" depends="build_common" if="build.for.33.flag"> | ||
<dir_bundle eclipseTarget="3.3" type="plugins" /> | ||
</target> | ||
|
||
<!-- ================================================= | ||
Build elements for Eclipse 3.4 | ||
and place them into ${build.temp}/3.4/${Project-Name}/out | ||
--> | ||
<target name="build_3.4" depends="build_common" if="build.for.34.flag"> | ||
<dir_bundle eclipseTarget="3.4" type="plugins" /> | ||
</target> | ||
|
||
<!-- ================================================= | ||
Build elements for Eclipse 3.5 | ||
and place them into ${build.temp}/3.5/${Project-Name}/out | ||
--> | ||
<target name="build_3.5" depends="build_common" if="build.for.35.flag"> | ||
<dir_bundle eclipseTarget="3.5" type="plugins" /> | ||
</target> | ||
|
||
<!-- ================================================= | ||
Build elements for all versions of Eclipse | ||
--> | ||
<target name="build_all" depends="build_3.5, build_3.4, build_3.3, build_3.2"> | ||
</target> | ||
|
||
</project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<project default="generate-html"> | ||
|
||
<!--import file="macros/groovy-macros.xml" /> | ||
<import file="macros/pdf-doclet-macros.xml" /--> | ||
|
||
<!--target name="build" | ||
depends="beta-history,refresh"/> | ||
<target name="beta-history" depends="compile"> | ||
<groovy src="src/history/current.groovy"> | ||
<arg value="${basedir}/html/reference/history.html"/> | ||
<classpath> | ||
<pathelement location="bin"/> | ||
</classpath> | ||
</groovy> | ||
</target--> | ||
|
||
<property name="eclipse.home" location="C:\dev\eclipse\3.4.1\eclipse"/> | ||
|
||
|
||
<path id="wikitext.classpath"> | ||
<!--fileset dir="${eclipse.home}/plugins"--> | ||
<fileset dir="lib"> | ||
<include name="org.eclipse.mylyn.wikitext.*"/> | ||
</fileset> | ||
</path> | ||
|
||
<!--taskdef classpathref="wikitext.classpath" resource="org/eclipse/mylyn/wikitext/core/util/anttask/tasks.properties" /--> | ||
|
||
|
||
<!-- taskdef name="wikitext-to-html" | ||
classname="org.eclipse.mylyn.wikitext.core.util.anttask.MarkupToHtmlTask" | ||
classpathref="wikitext.classpath"/--> | ||
|
||
<target name="generate-html" description="Generate HTML from textile source"> | ||
|
||
<fileset dir="${basedir}" id="textiles"> | ||
<include name="**/*.textile"/> | ||
</fileset> | ||
<property name="files" refid="textiles"/> | ||
<echo message="${files}"/> | ||
|
||
<wikitext-to-html markupLanguage="Textile"> | ||
<fileset refid="textiles" /> | ||
<!--stylesheet url="styles/main.css"/--> | ||
</wikitext-to-html> | ||
|
||
|
||
</target> | ||
|
||
|
||
</project> |
23 changes: 23 additions & 0 deletions
23
com.windowtester.eclipse.help/build-settings/Mark Russell.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
############################################################################### | ||
# Copyright (c) 2012 Google, Inc. | ||
# All rights reserved. This program and the accompanying materials | ||
# are made available under the terms of the Eclipse Public License v1.0 | ||
# which accompanies this distribution, and is available at | ||
# http://www.eclipse.org/legal/epl-v10.html | ||
# | ||
# Contributors: | ||
# Google, Inc. - initial API and implementation | ||
############################################################################### | ||
###################################################### | ||
# | ||
# User specific build properties | ||
# In addition, you must have the following classpath variables defined: | ||
# | ||
# ECLIPSE20_HOME ==> Eclipse 2.0.2 | ||
# ECLIPSE21_HOME ==> Eclipse 2.1.3 | ||
# ECLIPSE30_HOME ==> Eclipse 3.0.2 | ||
# | ||
###################################################### | ||
|
||
build.root=/Build/${product.name} | ||
install.tools=C:/Program Files/Instantiations/RCPPackager_v1.0.1/E-3.0/eclipse/plugins/com.instantiations.installer_1.0.1 |
23 changes: 23 additions & 0 deletions
23
com.windowtester.eclipse.help/build-settings/cc.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
############################################################################### | ||
# Copyright (c) 2012 Google, Inc. | ||
# All rights reserved. This program and the accompanying materials | ||
# are made available under the terms of the Eclipse Public License v1.0 | ||
# which accompanies this distribution, and is available at | ||
# http://www.eclipse.org/legal/epl-v10.html | ||
# | ||
# Contributors: | ||
# Google, Inc. - initial API and implementation | ||
############################################################################### | ||
###################################################### | ||
# | ||
# User specific build properties | ||
# | ||
###################################################### | ||
|
||
build.root = .. | ||
build.temp.name = temp/${product.name} | ||
build.out.root = /opt/download | ||
build.out = /opt/download/${product.name}/continuous/v${product.version}_${build.num} | ||
|
||
# set this property to any value to import projects and set classpath variables | ||
setup.workspace = yes |
10 changes: 10 additions & 0 deletions
10
com.windowtester.eclipse.help/build-settings/downloads.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<html> | ||
<head> | ||
<title>Downloads Redirect</title> | ||
<META HTTP-EQUIV="Refresh" CONTENT="0; URL=http://downloads.instantiations.com/WindowTesterDoc/continuous"> | ||
</head> | ||
<body> | ||
This page should redirect you to <br> | ||
http://downloads.instantiations.com/WindowTesterDoc/continuous | ||
</body> | ||
</html> |
Oops, something went wrong.