diff options
Diffstat (limited to 'tests/org.eclipse.swt.tests/pom.xml')
-rw-r--r-- | tests/org.eclipse.swt.tests/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/org.eclipse.swt.tests/pom.xml b/tests/org.eclipse.swt.tests/pom.xml index 1f04df85cc..e6057593da 100644 --- a/tests/org.eclipse.swt.tests/pom.xml +++ b/tests/org.eclipse.swt.tests/pom.xml @@ -12,10 +12,10 @@ <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> - <artifactId>eclipse.platform.swt</artifactId> + <artifactId>eclipse.platform.swt.localbuild</artifactId> <groupId>eclipse.platform.swt</groupId> <version>4.5.0-SNAPSHOT</version> - <relativePath>../../</relativePath> + <relativePath>../../local-build/local-build-parent/</relativePath> </parent> <groupId>org.eclipse.swt</groupId> <artifactId>org.eclipse.swt.tests</artifactId> |