Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDani Megert2013-01-16 09:17:46 +0000
committerDani Megert2013-01-16 09:17:46 +0000
commit70a6fda1e71a395fc69543b5ca3fb53625b36958 (patch)
treef92b3775e1d916b5e7cf3cc851680d71eea0ef6e
parentdaaf7cc6f0cb254015488b832c8042d46f188e20 (diff)
downloadeclipse.platform-70a6fda1e71a395fc69543b5ca3fb53625b36958.tar.gz
eclipse.platform-70a6fda1e71a395fc69543b5ca3fb53625b36958.tar.xz
eclipse.platform-70a6fda1e71a395fc69543b5ca3fb53625b36958.zip
Fixed bug 397965: Update features and product bundles for Juno SR2v20130116-091746M20130116-1030M20130116-1000
-rw-r--r--platform/org.eclipse.platform/META-INF/MANIFEST.MF2
-rw-r--r--platform/org.eclipse.platform/about.properties4
-rw-r--r--platform/org.eclipse.platform/plugin.properties6
-rw-r--r--platform/org.eclipse.platform/pom.xml4
-rw-r--r--platform/org.eclipse.sdk/META-INF/MANIFEST.MF2
-rw-r--r--platform/org.eclipse.sdk/about.properties4
-rw-r--r--platform/org.eclipse.sdk/plugin.properties6
-rw-r--r--platform/org.eclipse.sdk/pom.xml4
8 files changed, 16 insertions, 16 deletions
diff --git a/platform/org.eclipse.platform/META-INF/MANIFEST.MF b/platform/org.eclipse.platform/META-INF/MANIFEST.MF
index 967592152..bca2408ed 100644
--- a/platform/org.eclipse.platform/META-INF/MANIFEST.MF
+++ b/platform/org.eclipse.platform/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.platform; singleton:=true
-Bundle-Version: 3.8.1.qualifier
+Bundle-Version: 3.8.2.qualifier
Bundle-ClassPath: platform.jar
Bundle-Vendor: %providerName
Bundle-Localization: plugin
diff --git a/platform/org.eclipse.platform/about.properties b/platform/org.eclipse.platform/about.properties
index 8ed361eee..656b62cd2 100644
--- a/platform/org.eclipse.platform/about.properties
+++ b/platform/org.eclipse.platform/about.properties
@@ -1,5 +1,5 @@
###############################################################################
-# Copyright (c) 2000, 2012 IBM Corporation and others.
+# Copyright (c) 2000, 2013 IBM Corporation and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
@@ -21,7 +21,7 @@ blurb=Eclipse Platform\n\
Version: {featureVersion}\n\
Build id: {0}\n\
\n\
-(c) Copyright Eclipse contributors and others 2000, 2012. All rights reserved.\n\
+(c) Copyright Eclipse contributors and others 2000, 2013. All rights reserved.\n\
Visit http://www.eclipse.org/platform\n\
\n\
This product includes software developed by the\n\
diff --git a/platform/org.eclipse.platform/plugin.properties b/platform/org.eclipse.platform/plugin.properties
index df91a3b73..6fe2a41ba 100644
--- a/platform/org.eclipse.platform/plugin.properties
+++ b/platform/org.eclipse.platform/plugin.properties
@@ -1,5 +1,5 @@
###############################################################################
-# Copyright (c) 2000, 2012 IBM Corporation and others.
+# Copyright (c) 2000, 2013 IBM Corporation and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
@@ -14,10 +14,10 @@ providerName=Eclipse.org
productName=Eclipse Platform
productBlurb=Eclipse Platform\n\
\n\
-Version: 3.8.1\n\
+Version: 3.8.2\n\
Build id: {0}\n\
\n\
-(c) Copyright Eclipse contributors and others 2000, 2012. All rights reserved.\n\
+(c) Copyright Eclipse contributors and others 2000, 2013. All rights reserved.\n\
Visit http://www.eclipse.org/platform\n\
\n\
This product includes software developed by the\n\
diff --git a/platform/org.eclipse.platform/pom.xml b/platform/org.eclipse.platform/pom.xml
index fdffcf8ea..6836d88f7 100644
--- a/platform/org.eclipse.platform/pom.xml
+++ b/platform/org.eclipse.platform/pom.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (c) 2012 Eclipse Foundation.
+ 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 Public License v1.0
which accompanies this distribution, and is available at
@@ -21,7 +21,7 @@
</parent>
<groupId>org.eclipse.platform</groupId>
<artifactId>org.eclipse.platform</artifactId>
- <version>3.8.1-SNAPSHOT</version>
+ <version>3.8.2-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<build>
diff --git a/platform/org.eclipse.sdk/META-INF/MANIFEST.MF b/platform/org.eclipse.sdk/META-INF/MANIFEST.MF
index 8029b1846..d10cf67e5 100644
--- a/platform/org.eclipse.sdk/META-INF/MANIFEST.MF
+++ b/platform/org.eclipse.sdk/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.sdk; singleton:=true
-Bundle-Version: 3.8.1.qualifier
+Bundle-Version: 3.8.2.qualifier
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Require-Bundle: org.eclipse.ui;bundle-version="[3.2.0,4.0.0)",
diff --git a/platform/org.eclipse.sdk/about.properties b/platform/org.eclipse.sdk/about.properties
index c89b07e94..ba6ca4267 100644
--- a/platform/org.eclipse.sdk/about.properties
+++ b/platform/org.eclipse.sdk/about.properties
@@ -1,5 +1,5 @@
###############################################################################
-# Copyright (c) 2000, 2012 IBM Corporation and others.
+# Copyright (c) 2000, 2013 IBM Corporation and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
@@ -19,6 +19,6 @@ blurb=Eclipse Project SDK\n\
Version: {featureVersion}\n\
Build id: {0}\n\
\n\
-(c) Copyright Eclipse contributors and others 2000, 2012. All rights reserved.\n\
+(c) Copyright Eclipse contributors and others 2000, 2013. All rights reserved.\n\
Visit http://www.eclipse.org/eclipse
diff --git a/platform/org.eclipse.sdk/plugin.properties b/platform/org.eclipse.sdk/plugin.properties
index 66e639b82..e56790906 100644
--- a/platform/org.eclipse.sdk/plugin.properties
+++ b/platform/org.eclipse.sdk/plugin.properties
@@ -1,5 +1,5 @@
###############################################################################
-# Copyright (c) 2000, 2012 IBM Corporation and others.
+# Copyright (c) 2000, 2013 IBM Corporation and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
@@ -14,10 +14,10 @@ providerName=Eclipse.org
productName=Eclipse SDK
productBlurb=Eclipse SDK\n\
\n\
-Version: 3.8.1\n\
+Version: 3.8.2\n\
Build id: {0}\n\
\n\
-(c) Copyright Eclipse contributors and others 2000, 2012. All rights reserved.\n\
+(c) Copyright Eclipse contributors and others 2000, 2013. All rights reserved.\n\
Visit http://www.eclipse.org/platform\n\
\n\
This product includes software developed by the\n\
diff --git a/platform/org.eclipse.sdk/pom.xml b/platform/org.eclipse.sdk/pom.xml
index 7fde8df5e..ffc07fa51 100644
--- a/platform/org.eclipse.sdk/pom.xml
+++ b/platform/org.eclipse.sdk/pom.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (c) 2012 Eclipse Foundation.
+ 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 Public License v1.0
which accompanies this distribution, and is available at
@@ -21,7 +21,7 @@
</parent>
<groupId>org.eclipse.platform</groupId>
<artifactId>org.eclipse.sdk</artifactId>
- <version>3.8.1-SNAPSHOT</version>
+ <version>3.8.2-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<build>

Back to the top