Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc-Andre Laperle2015-11-04 04:46:18 +0000
committerAlexander Kurtakov2016-09-21 08:46:34 +0000
commit13aff36cf5e487afc79574bb15ceacadeb15daaf (patch)
treed1a55798a7b1ccd242f83e6cb29579461c35591a /bundles/org.eclipse.swt.tools.spies/pom.xml
parent806829c269af091f858f3f4f7be3f6212583d81c (diff)
downloadeclipse.platform.swt-13aff36cf5e487afc79574bb15ceacadeb15daaf.tar.gz
eclipse.platform.swt-13aff36cf5e487afc79574bb15ceacadeb15daaf.tar.xz
eclipse.platform.swt-13aff36cf5e487afc79574bb15ceacadeb15daaf.zip
Bug 481467 - SWT Tools: Split Sleak and Spy into its own 'spies' plug-in
Change-Id: I728fdcd8853842adc7d6e987926ca10f39046845 Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Diffstat (limited to 'bundles/org.eclipse.swt.tools.spies/pom.xml')
-rw-r--r--bundles/org.eclipse.swt.tools.spies/pom.xml24
1 files changed, 24 insertions, 0 deletions
diff --git a/bundles/org.eclipse.swt.tools.spies/pom.xml b/bundles/org.eclipse.swt.tools.spies/pom.xml
new file mode 100644
index 0000000000..3f778db8b7
--- /dev/null
+++ b/bundles/org.eclipse.swt.tools.spies/pom.xml
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright (c) 2012, 2015 Eclipse Foundation and others.
+ All rights reserved. This program and the accompanying materials
+ are made available under the terms of the Eclipse Distribution License v1.0
+ which accompanies this distribution, and is available at
+ http://www.eclipse.org/org/documents/edl-v10.php
+
+ Contributors:
+ Igor Fedorenko - initial implementation
+-->
+<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.localbuild</artifactId>
+ <groupId>eclipse.platform.swt</groupId>
+ <version>4.7.0-SNAPSHOT</version>
+ <relativePath>../../local-build/local-build-parent/</relativePath>
+ </parent>
+ <groupId>org.eclipse.swt</groupId>
+ <artifactId>org.eclipse.swt.tools.spies</artifactId>
+ <version>3.106.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>

Back to the top