Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArun Thondapu2014-11-19 20:14:46 +0000
committerArun Thondapu2014-11-19 20:14:46 +0000
commit1e6f1f0dddf0c7d3344485a9cc4634430dc9aa89 (patch)
treee6f4da64363d086682c9f50a402ca063ecfe5f6a
parentd2373a953cb726e5512d424e32fe93a2639deb10 (diff)
downloadeclipse.platform.swt-1e6f1f0dddf0c7d3344485a9cc4634430dc9aa89.tar.gz
eclipse.platform.swt-1e6f1f0dddf0c7d3344485a9cc4634430dc9aa89.tar.xz
eclipse.platform.swt-1e6f1f0dddf0c7d3344485a9cc4634430dc9aa89.zip
v4508
-rw-r--r--bundles/org.eclipse.swt/pom.xml8
1 files changed, 3 insertions, 5 deletions
diff --git a/bundles/org.eclipse.swt/pom.xml b/bundles/org.eclipse.swt/pom.xml
index 10e4ef20c7..710ef921c9 100644
--- a/bundles/org.eclipse.swt/pom.xml
+++ b/bundles/org.eclipse.swt/pom.xml
@@ -1,5 +1,4 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!--
+<?xml version="1.0" encoding="UTF-8"?><!--
Copyright (c) 2012, 2013 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
@@ -9,8 +8,7 @@
Contributors:
Igor Fedorenko - initial implementation
Krzysztof Daniel, Red Hat, Inc. - building native SWT parts.
--->
-<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">
+--><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>
@@ -23,7 +21,7 @@
<version>3.104.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<properties>
- <forceContextQualifier>v20141119-1356</forceContextQualifier>
+ <forceContextQualifier>v20141119-1514</forceContextQualifier>
</properties>
<build>
<plugins>

Back to the top