Skip to content
This repository was archived by the owner on Jul 27, 2022. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
78 commits
Select commit Hold shift + click to select a range
28ed43a
Initial public commit of the windowtester source
Jan 31, 2012
8fdbbac
added 2.4 and 3.8 to build
Feb 13, 2012
7df499e
added 4.2 and 3.8 to build
Feb 13, 2012
62f01f7
fixed versions to allow to compile on eclipse 4.2
Feb 13, 2012
dd1a1c0
removed 4.2 as build target because of build errors
Feb 13, 2012
e0e12f0
removed 3.8 as build target because of build errors
Feb 13, 2012
78f4e20
import of sample contactmanager app and tests
Feb 22, 2012
f5fd54b
Added hungarian keyboard map files
Mar 15, 2012
879fe6f
Comment out System.out.println() in TableCellMatcher.matches(), patch…
Apr 5, 2012
be5b7c9
implementation of isChecked condition, submitted by Frederic Gurr htt…
May 1, 2012
fc107d3
http://code.google.com/p/windowtester/issues/detail?id=4 Fix TreeIte…
May 29, 2012
70949f2
Tests for checked condition http://code.google.com/p/windowtester/iss…
Jun 7, 2012
cc4b75d
Patch for http://code.google.com/p/windowtester/issues/detail?id=5 fr…
Jul 11, 2012
5081c77
patch for http://code.google.com/p/windowtester/issues/detail?id=6 by…
Jul 11, 2012
7fd1de0
fix for http://code.google.com/p/windowtester/issues/detail?id=7 by f…
Jul 11, 2012
437a607
patch for sCheckStyleBitSet() method for table and tree item locators…
Jul 11, 2012
fa2f155
Patch for "Issue 10 - WT does not support the SWT Slider widget" (htt…
Nov 28, 2012
7f3b50e
Patch for "Issue 11 - Locating a widget providing one arbitrary ances…
Dec 29, 2012
e00707f
Fixed classpath errors - Issue 16 (http://code.google.com/p/windowtes…
Feb 9, 2013
b65307a
Fixed RecorderLaunchConfigTest for Eclipse 3.6+ - Issue 16 (http://co…
Feb 9, 2013
043ee1a
Removed license and code coverage tests - Issue 16 (http://code.googl…
Feb 9, 2013
2d0dda0
Fixed NewAPIScreenCaptureTest - Issue 16 (http://code.google.com/p/wi…
Feb 9, 2013
53cec35
Removed unused imports and replaced deprecated ui.pause() methods - I…
Feb 17, 2013
0d89a5e
Added main method to TextTestShell - Issue 22 (http://code.google.com…
Mar 19, 2013
b817e5b
Fixed code formatting and typos - Issue 22 (http://code.google.com/p/…
Mar 19, 2013
39b76ac
Fixed build.properties, removed unused imports - Issue 22 (http://cod…
Mar 19, 2013
beb99da
Fixed classpath - Issue 22 (http://code.google.com/p/windowtester/iss…
Mar 19, 2013
41711e5
Fixed import - Issue 22 (http://code.google.com/p/windowtester/issues…
Mar 19, 2013
ad23f90
Patch for "Issue 25 - New Locator StyledTextLocator" (http://code.goo…
May 30, 2013
d7d334a
Added recording functionality for StyledTextLocator, added tests for …
May 30, 2013
cc19f9f
Merge remote-tracking branch 'myfork/master'
fredg02 Aug 24, 2016
0f4f5ad
Added .gitignore (/bin)
fredg02 Dec 12, 2012
2a7ca9b
Fixed compile errors, hard coded switch to ProgramArgumentBuilder36
fredg02 Dec 12, 2012
e3a627a
Fixed typos in WidgetLocatorService and WidgetIdentifier, aligned items
fredg02 Jul 8, 2012
ff85d3c
Added pom.xml for windowtester runtime feature and plugins, added
fredg02 May 17, 2012
65d9b24
Added pom.xml for windowtester IDE feature and plugins, added
fredg02 Jan 2, 2013
2b35624
Added pom.xml for windowtester Launcher feature and plugins, added
fredg02 Jan 2, 2013
71864b5
Added pom.xml for windowtester GEF Runtime and IDE feature and plugin,
fredg02 Jan 2, 2013
ee18f32
Move up feature level parent pom configuration to a single master
fredg02 May 27, 2012
5d15a85
Added pom.xml for windowtester test feature and plugin, added
fredg02 Jan 2, 2013
1854d3f
Adapted MANIFEST.MF to new windowtester test plugin ID, added requires
fredg02 May 27, 2012
1844df3
Added pom.xml for WindowTester GEF test feature and plugin, added
fredg02 Jan 2, 2013
27ececc
Added repository project
fredg02 May 29, 2012
cb3cffa
Added /target and some JARs to .gitignore
fredg02 Jan 3, 2013
e6e4612
Switch to Tycho version 0.16.0
fredg02 Jan 3, 2013
83f8469
First steps towards working tests with Tycho
fredg02 Jul 15, 2012
653ae15
Added excludes and includes for tests, probably not finished yet
fredg02 Jul 26, 2012
f344d79
Added environments for "macosx,carbon,x86" and "macosx,cocoa,x86".
fredg02 Aug 7, 2012
54c7ab5
Removed ".feature" postfix from feature names
fredg02 Jan 4, 2013
e34c6dd
Added com.windowtester.runtime as required import
fredg02 Jan 4, 2013
0e48f0d
Tycho-fied ContactManagerRCP SWT example, renamed ContactManagerRCP
fredg02 Feb 17, 2013
c21b744
Made tests work with Tycho SureFire plugin, fixed SWT test and made
fredg02 Feb 23, 2013
04efbe5
Changed final name of WindowTester P2 Repo zip to be
fredg02 Feb 24, 2013
260351c
Replaced ${product.provider} with "Google, Inc."
fredg02 Mar 3, 2013
fb1e086
Added names for features
fredg02 Aug 19, 2013
c6f2a79
Trying to fix GEF tests
fredg02 Aug 19, 2013
d3b56a1
Added missing locator tests, run AllScenarios test suite
fredg02 Aug 19, 2013
c8b93ad
Disabled NewAPIScreenCaptureTest for now because one test hangs for
fredg02 Aug 19, 2013
12db1c4
Improved new DebugHelperprintWidgets output of text widgets
fredg02 Aug 19, 2013
3343fb9
Fixed problem with index which was introduced with patch for issue 11
fredg02 Aug 19, 2013
15ec88e
Trying to fix tests (keyboard layout locale issue)
fredg02 Aug 19, 2013
b451b6b
Fixed bundle names (com.windowtester_test ->
fredg02 Aug 19, 2013
9457f9d
Disabled WTGEFScenarioDemo test suite because all tests are already
fredg02 Aug 19, 2013
7e0e1fa
Fixed tests, made them more robust and independent
fredg02 Aug 19, 2013
b22ba67
Added .gitattributes file
fredg02 Aug 21, 2013
b741ae0
Added wintest dir to .gitignore
fredg02 Aug 21, 2013
11617a6
Fixed Eclipse 4.x specific compile errors
fredg02 Aug 22, 2013
e011ee1
Fixed ToolAndViewPullDownMenuSmokeTest in Eclipse 4.x
fredg02 Aug 22, 2013
a652f73
Fixed ActiveEditorLocatorSmokeTest in Eclipse 4.x
fredg02 Aug 22, 2013
fb74617
Disabled linux.motif.x86 and macosx.carbon.x86 SWT fragments
fredg02 Oct 7, 2013
197e14c
Trying to fix issue #1 - Exception when testing GMF diagram with
fredg02 Dec 29, 2013
ac58b64
Added HasLineOfText condition (Patch from
fredg02 Jul 8, 2014
77b1305
Switched to Tycho version 0.20.0, added source plug-ins and features
fredg02 Jul 8, 2014
f790a24
Changed qualifier format to <format>'e4x'yyyyMMddHHmm</format>
fredg02 Jul 9, 2014
0aa5075
Bumped version to 6.1.2
fredg02 Jul 9, 2014
39ae406
Add .travis.yml file
fredg02 Aug 24, 2016
d28ca40
Fixes google/windowtester#33
fredg02 Feb 8, 2017
0ce2d71
Fixes code style in ViewExplorer
fredg02 Feb 8, 2017
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
* text=auto

*.java text diff=java
*.html text diff=html
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
language: java
script:
mvn clean verify -DskipTests=true -f com.windowtester_parent/pom.xml
2 changes: 2 additions & 0 deletions com.windowtester.eclipse.help/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/bin
/target
2 changes: 1 addition & 1 deletion com.windowtester.eclipse.help/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: com.windowtester.eclipse.help; singleton:=true
Bundle-Version: 0.0.0
Bundle-Version: 6.1.2.qualifier
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Require-Bundle: org.eclipse.ui,
Expand Down
2 changes: 1 addition & 1 deletion com.windowtester.eclipse.help/plugin.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
# Google, Inc. - initial API and implementation
###############################################################################
pluginName = WindowTester Pro Help Plug-in
providerName = ${product.provider}
providerName = Google, Inc.
18 changes: 18 additions & 0 deletions com.windowtester.eclipse.help/pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>com.windowtester</groupId>
<artifactId>com.windowtester.ide-parent</artifactId>
<version>6.1.2-SNAPSHOT</version>
<relativePath>../com.windowtester.ide_parent</relativePath>
</parent>

<groupId>com.windowtester</groupId>
<artifactId>com.windowtester.eclipse.help</artifactId>
<version>6.1.2-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>

</project>
2 changes: 2 additions & 0 deletions com.windowtester.eclipse.ui.update.notifier/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/bin
/target
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: com.windowtester.eclipse.ui.update.notifier;singleton:=true
Bundle-Version: 0.0.0
Bundle-Version: 6.1.2.qualifier
Bundle-Activator: com.windowtester.eclipse.ui.updater.Activator
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
###############################################################################

pluginName = WindowTester UI Version Update Notifier
providerName = ${product.provider}
providerName = Google, Inc.
18 changes: 18 additions & 0 deletions com.windowtester.eclipse.ui.update.notifier/pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>com.windowtester</groupId>
<artifactId>com.windowtester.ide-parent</artifactId>
<version>6.1.2-SNAPSHOT</version>
<relativePath>../com.windowtester.ide_parent</relativePath>
</parent>

<groupId>com.windowtester</groupId>
<artifactId>com.windowtester.eclipse.ui.update.notifier</artifactId>
<version>6.1.2-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>

</project>
3 changes: 3 additions & 0 deletions com.windowtester.eclipse.ui/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
/bin
/target
/ui.jar
47 changes: 17 additions & 30 deletions com.windowtester.eclipse.ui/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,40 +2,27 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: com.windowtester.eclipse.ui; singleton:=true
Bundle-Version: 0.0.0
Bundle-Version: 6.1.2.qualifier
Bundle-ClassPath: ui.jar
Bundle-Activator: com.windowtester.eclipse.ui.UiPlugin
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Export-Package: com.swtdesigner,
com.windowtester.eclipse.ui,
com.windowtester.eclipse.ui.actions,
com.windowtester.eclipse.ui.assertions,
com.windowtester.eclipse.ui.convert,
com.windowtester.eclipse.ui.convert.rule,
com.windowtester.eclipse.ui.dialogs,
com.windowtester.eclipse.ui.inspector,
com.windowtester.eclipse.ui.inspector.notifications,
com.windowtester.eclipse.ui.jdt,
com.windowtester.eclipse.ui.jdt.analysis.util,
com.windowtester.eclipse.ui.launcher,
com.windowtester.eclipse.ui.launcher.bundle,
com.windowtester.eclipse.ui.pde.launcher,
com.windowtester.eclipse.ui.preferences,
com.windowtester.eclipse.ui.session,
com.windowtester.eclipse.ui.target,
com.windowtester.eclipse.ui.viewers,
com.windowtester.eclipse.ui.views,
com.windowtester.eclipse.ui.wizard,
com.windowtester.recorder.ui,
com.windowtester.recorder.ui.events,
com.windowtester.recorder.ui.remote,
com.windowtester.recorder.ui.remote.standalone,
com.windowtester.ui.core.model,
com.windowtester.ui.internal.core.recorder,
com.windowtester.ui.internal.corel.model,
com.windowtester.ui.session,
com.windowtester.ui.util
Export-Package: com.swtdesigner,com.windowtester.eclipse.ui,com.window
tester.eclipse.ui.actions,com.windowtester.eclipse.ui.assertions,com.
windowtester.eclipse.ui.convert,com.windowtester.eclipse.ui.convert.r
ule,com.windowtester.eclipse.ui.dialogs,com.windowtester.eclipse.ui.i
nspector,com.windowtester.eclipse.ui.inspector.notifications,com.wind
owtester.eclipse.ui.jdt,com.windowtester.eclipse.ui.jdt.analysis.util
,com.windowtester.eclipse.ui.launcher,com.windowtester.eclipse.ui.lau
ncher.bundle,com.windowtester.eclipse.ui.pde.launcher,com.windowteste
r.eclipse.ui.preferences,com.windowtester.eclipse.ui.session,com.wind
owtester.eclipse.ui.target,com.windowtester.eclipse.ui.viewers,com.wi
ndowtester.eclipse.ui.views,com.windowtester.eclipse.ui.wizard,com.wi
ndowtester.recorder.ui,com.windowtester.recorder.ui.events,com.window
tester.recorder.ui.remote,com.windowtester.recorder.ui.remote.standal
one,com.windowtester.ui.core.model,com.windowtester.ui.internal.core.
recorder,com.windowtester.ui.internal.corel.model,com.windowtester.ui
.session,com.windowtester.ui.util
Require-Bundle: org.eclipse.ui.forms,
org.eclipse.ui.ide,
org.eclipse.debug.ui,
Expand Down
2 changes: 1 addition & 1 deletion com.windowtester.eclipse.ui/plugin.properties
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@


pluginName = WindowTester UI Contributions
providerName = ${product.provider}
providerName = Google, Inc.

################################################################################
#
Expand Down
18 changes: 18 additions & 0 deletions com.windowtester.eclipse.ui/pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>com.windowtester</groupId>
<artifactId>com.windowtester.ide-parent</artifactId>
<version>6.1.2-SNAPSHOT</version>
<relativePath>../com.windowtester.ide_parent</relativePath>
</parent>

<groupId>com.windowtester</groupId>
<artifactId>com.windowtester.eclipse.ui</artifactId>
<version>6.1.2-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>

</project>
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@ public String[] getProgramArguments(ILaunchConfiguration configuration,
HashSet notFound=new HashSet();
try{

/* $if eclipse.version >= 3.6 $
/* $if eclipse.version >= 3.6 $ */

return new ProgramArgumentBuilder36(notFound).getProgramArguments(configuration, requiredPluginsIds);

$elseif eclipse.version == 3.5 $ */
/* $elseif eclipse.version == 3.5 $ */

return new ProgramArgumentBuilder35(notFound).getProgramArguments(configuration, requiredPluginsIds);
// return new ProgramArgumentBuilder35(notFound).getProgramArguments(configuration, requiredPluginsIds);

/* $elseif eclipse.version == 3.4 $

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
import org.eclipse.pde.core.plugin.IPluginBase;
import org.eclipse.pde.core.plugin.IPluginModelBase;

/* $if eclipse.version == 3.5 $ */
/* $if eclipse.version == 3.5 $
import org.eclipse.pde.core.plugin.ModelEntry;
import org.eclipse.pde.core.plugin.PluginRegistry;
import org.eclipse.pde.core.plugin.TargetPlatform;
Expand All @@ -42,7 +42,7 @@
import org.eclipse.pde.internal.ui.launcher.LauncherUtils;
import org.eclipse.pde.internal.ui.launcher.LaunchArgumentsHelper;
import org.eclipse.pde.internal.ui.launcher.LaunchConfigurationHelper;
/* $endif$ */
$endif$ */

import org.eclipse.pde.internal.ui.PDEPlugin;
import org.eclipse.pde.ui.launcher.IPDELauncherConstants;
Expand Down Expand Up @@ -75,7 +75,7 @@ private IPath getProductPath() {
* @see org.eclipse.pde.ui.launcher.AbstractPDELaunchConfiguration#getConfigDir(org.eclipse.debug.core.ILaunchConfiguration)
*/
protected File getConfigDir(ILaunchConfiguration config) {
/* $if eclipse.version == 3.5 $ */
/* $if eclipse.version == 3.5 $
if (fConfigDir == null) {
try {
if (config.getAttribute(IPDELauncherConstants.USEFEATURES, false) && config.getAttribute(IPDELauncherConstants.CONFIG_USE_DEFAULT_AREA, true)) {
Expand All @@ -91,12 +91,12 @@ protected File getConfigDir(ILaunchConfiguration config) {
fConfigDir = LaunchConfigurationHelper.getConfigurationArea(config);
}
}
/* $endif$ */
$endif$ */
return fConfigDir;
}

public String[] getProgramArguments2(ILaunchConfiguration configuration) throws CoreException {
/* $if eclipse.version == 3.5 $ */
/* $if eclipse.version == 3.5 $
ArrayList programArgs = new ArrayList();

// add tracing, if turned on
Expand Down Expand Up @@ -137,13 +137,13 @@ public String[] getProgramArguments2(ILaunchConfiguration configuration) throws
}

return (String[]) programArgs.toArray(new String[programArgs.size()]);
/* $else$
$else$ */
return (String[])PreprocessorInvariant.violated();
$endif$ */
/*$endif$ */
}

private void ensureProductFilesExist(IPath productArea) {
/* $if eclipse.version == 3.5 $ */
/* $if eclipse.version == 3.5 $
File productDir = productArea.toFile();
File marker = new File(productDir, ".eclipseproduct"); //$NON-NLS-1$
IPath eclipsePath = new Path(TargetPlatform.getLocation());
Expand All @@ -160,7 +160,7 @@ private void ensureProductFilesExist(IPath productArea) {
}

private void validateFeatures() throws CoreException {
/* $if eclipse.version == 3.5 $ */
/* $if eclipse.version == 3.5 $
IPath installPath = PDEPlugin.getWorkspace().getRoot().getLocation();
String lastSegment = installPath.lastSegment();
boolean badStructure = lastSegment == null;
Expand All @@ -174,9 +174,9 @@ private void validateFeatures() throws CoreException {
}
// Ensure important files are present
ensureProductFilesExist(getProductPath());
/* $else$
$else$ */
PreprocessorInvariant.violated();
$endif$ */
/* $endif$ */
}

private void updatePluginMap(Map pluginMap, String[] requiredPluginsIds) {
Expand Down Expand Up @@ -243,7 +243,7 @@ private void addToMap(Map map, IPluginModelBase model) {
}

private void addToMap(Map pluginMap, String id) {
/* $if eclipse.version == 3.5 $ */
/* $if eclipse.version == 3.5 $
ModelEntry entry = PluginRegistry.findEntry(id);
if (entry != null) {
IPluginModelBase models[] = entry.getExternalModels();
Expand All @@ -262,9 +262,9 @@ private void addToMap(Map pluginMap, String id) {
else{
locations.add(id);
}
/* $else$
$else$ */
PreprocessorInvariant.violated();
$endif$ */
/* $endif$ */

}

Expand All @@ -274,7 +274,7 @@ private void addToMap(Map pluginMap, String id) {
*/
public String[] getProgramArguments(ILaunchConfiguration configuration,String[] reqs) throws CoreException {

/* $if eclipse.version == 3.5 $ */
/* $if eclipse.version == 3.5 $
fModels = getBundleMap(configuration);


Expand Down Expand Up @@ -378,35 +378,35 @@ public String[] getProgramArguments(ILaunchConfiguration configuration,String[]
}
return (String[]) programArgs.toArray(new String[programArgs.size()]);

/* $else$
$else$ */
return (String[])PreprocessorInvariant.violated();
$endif$ */
/* $endif$ */
}

private Properties getProperties(ILaunchConfiguration configuration,
String productID) throws CoreException {
/* $if eclipse.version == 3.5 $ */
/* $if eclipse.version == 3.5 $
return LaunchConfigurationHelper.createConfigIniFile(configuration, productID, fAllBundles, fModels, getConfigDir(configuration));
/* $else$
$else$ */
return (Properties)PreprocessorInvariant.violated();
$endif$ */
/* $endif$ */
}

private Map getBundleMap(ILaunchConfiguration configuration) throws CoreException {
/* $if eclipse.version == 3.5 $ */
/* $if eclipse.version == 3.5 $
return BundleLauncherHelper.getMergedBundleMap(configuration, false);
/* $else$
$else$ */
return (Map)PreprocessorInvariant.violated();
$endif$ */
/* $endif$ */
}

private String computeShowsplashArgument() {
/* $if eclipse.version == 3.5 $ */
/* $if eclipse.version == 3.5 $
IPath eclipseHome = new Path(TargetPlatform.getLocation());
IPath fullPath = eclipseHome.append("eclipse"); //$NON-NLS-1$
return fullPath.toOSString() + " -showsplash 600"; //$NON-NLS-1$
/* $else$
$else$ */
return (String)PreprocessorInvariant.violated();
$endif$ */
/* $endif$ */
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -225,10 +225,10 @@ public String[] getClasspath(ILaunchConfiguration configuration)

private String[] constructClassPath(ILaunchConfiguration configuration) throws CoreException {
/* $if eclipse.version < 3.6 $ */
return org.eclipse.pde.internal.ui.launcher.LaunchArgumentsHelper.constructClasspath(configuration);
/* $else$
// return org.eclipse.pde.internal.ui.launcher.LaunchArgumentsHelper.constructClasspath(configuration);
/* $else$ */
return org.eclipse.pde.internal.launching.launcher.LaunchArgumentsHelper.constructClasspath(configuration);
$endif$ */
/* $endif$ */
}

/**
Expand Down
1 change: 1 addition & 0 deletions com.windowtester.eclipse.ui_test/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/bin
1 change: 1 addition & 0 deletions com.windowtester.eclipse.ui_tool/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/bin
2 changes: 2 additions & 0 deletions com.windowtester.example.contactmanager.rcp/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/bin
/target
2 changes: 1 addition & 1 deletion com.windowtester.example.contactmanager.rcp/.project
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>ContactManagerRCP</name>
<name>com.windowtester.example.contactmanager.rcp</name>
<comment></comment>
<projects>
</projects>
Expand Down
17 changes: 17 additions & 0 deletions com.windowtester.example.contactmanager.rcp/pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>com.windowtester</groupId>
<artifactId>com.windowtester.example.contactmanager.rcp-parent</artifactId>
<version>1.0.0</version>
<relativePath>../com.windowtester.example.contactmanager.rcp_parent</relativePath>
</parent>

<groupId>com.windowtester</groupId>
<artifactId>com.windowtester.example.contactmanager.rcp</artifactId>
<version>1.0.0</version>
<packaging>eclipse-plugin</packaging>
</project>
Loading