Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBogdan Gheorghe2013-01-08 21:31:54 +0000
committerBogdan Gheorghe2013-01-08 21:31:54 +0000
commitbabff2b56652637745eb55029b69f49d44e72e2f (patch)
treef970c393117b20af798cf539c44b33c3ed34938c /bundles/org.eclipse.swt/pom.xml
parent4b3c8574d06649452a22322cceaf48cf2a4643d4 (diff)
downloadeclipse.platform.swt-babff2b56652637745eb55029b69f49d44e72e2f.tar.gz
eclipse.platform.swt-babff2b56652637745eb55029b69f49d44e72e2f.tar.xz
eclipse.platform.swt-babff2b56652637745eb55029b69f49d44e72e2f.zip
Bug 396104 - Merge in CBI patches from 4.2.2 into 4.3 (pom changes) for eclipse.swt
Diffstat (limited to 'bundles/org.eclipse.swt/pom.xml')
-rw-r--r--bundles/org.eclipse.swt/pom.xml21
1 files changed, 18 insertions, 3 deletions
diff --git a/bundles/org.eclipse.swt/pom.xml b/bundles/org.eclipse.swt/pom.xml
index 7e35ce5835..8424f1bbaa 100644
--- a/bundles/org.eclipse.swt/pom.xml
+++ b/bundles/org.eclipse.swt/pom.xml
@@ -8,10 +8,12 @@
Contributors:
Igor Fedorenko - initial implementation
+ Krzysztof Daniel, Red Hat, Inc. - building native SWT parts.
-->
-<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">
+<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>
<artifactId>eclipse.platform.swt</artifactId>
@@ -21,6 +23,19 @@
</parent>
<groupId>eclipse.platform.swt</groupId>
<artifactId>org.eclipse.swt</artifactId>
- <version>3.100.0-SNAPSHOT</version>
+ <version>3.101.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.eclipse.tycho</groupId>
+ <artifactId>target-platform-configuration</artifactId>
+ <configuration>
+ <dependency-resolution>
+ <optionalDependencies>ignore</optionalDependencies>
+ </dependency-resolution>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
</project>

Back to the top