Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Keller2014-07-04 10:57:48 +0000
committerMarkus Keller2014-07-04 10:57:48 +0000
commit32263ab40582322f67e002434382c8820fb899fa (patch)
tree5cc9d781c036f461a3b6ac374435df7744735a56
parent0aa271db183851b7f8fc6b449300f4ebdcb9ae18 (diff)
downloadeclipse.platform.common-32263ab40582322f67e002434382c8820fb899fa.tar.gz
eclipse.platform.common-32263ab40582322f67e002434382c8820fb899fa.tar.xz
eclipse.platform.common-32263ab40582322f67e002434382c8820fb899fa.zip
3.11.0 and 4.5.0 for MarsI20140708-0800
-rw-r--r--bundles/org.eclipse.jdt.doc.isv/META-INF/MANIFEST.MF2
-rw-r--r--bundles/org.eclipse.jdt.doc.isv/jdtOptions.txt4
-rw-r--r--bundles/org.eclipse.jdt.doc.isv/pom.xml4
-rw-r--r--bundles/org.eclipse.jdt.doc.user/META-INF/MANIFEST.MF2
-rw-r--r--bundles/org.eclipse.jdt.doc.user/pom.xml4
-rw-r--r--bundles/org.eclipse.pde.doc.user/META-INF/MANIFEST.MF2
-rw-r--r--bundles/org.eclipse.pde.doc.user/pdeOptions.txt4
-rw-r--r--bundles/org.eclipse.pde.doc.user/pom.xml4
-rw-r--r--bundles/org.eclipse.platform.doc.isv/META-INF/MANIFEST.MF2
-rw-r--r--bundles/org.eclipse.platform.doc.isv/platformOptions.txt4
-rw-r--r--bundles/org.eclipse.platform.doc.isv/pom.xml4
-rw-r--r--bundles/org.eclipse.platform.doc.user/META-INF/MANIFEST.MF2
-rw-r--r--bundles/org.eclipse.platform.doc.user/pom.xml4
13 files changed, 21 insertions, 21 deletions
diff --git a/bundles/org.eclipse.jdt.doc.isv/META-INF/MANIFEST.MF b/bundles/org.eclipse.jdt.doc.isv/META-INF/MANIFEST.MF
index 8089d0c13..1746989fa 100644
--- a/bundles/org.eclipse.jdt.doc.isv/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.jdt.doc.isv/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.jdt.doc.isv; singleton:=true
-Bundle-Version: 3.10.1.qualifier
+Bundle-Version: 3.11.0.qualifier
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Require-Bundle: org.eclipse.help;bundle-version="[3.2.0,4.0.0)"
diff --git a/bundles/org.eclipse.jdt.doc.isv/jdtOptions.txt b/bundles/org.eclipse.jdt.doc.isv/jdtOptions.txt
index 8afb401c9..8d7fda937 100644
--- a/bundles/org.eclipse.jdt.doc.isv/jdtOptions.txt
+++ b/bundles/org.eclipse.jdt.doc.isv/jdtOptions.txt
@@ -94,8 +94,8 @@
-splitIndex
-windowtitle "Eclipse JDT API Specification"
-doctitle "Eclipse JDT API Specification"
--header "<span style='font-size:small'><b>Eclipse JDT</b><br>Luna (4.4)</span>"
--bottom "<br><span style='font-size:small;float:right'>Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.</span><span style='font-size:small'><a href='{@docRoot}/../misc/api-usage-rules.html'>Guidelines for using Eclipse APIs.</a></span>"
+-header "<span style='font-size:small'><b>Eclipse JDT</b><br>Mars (4.5)</span>"
+-bottom "<br><span style='font-size:small;float:right'>Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.</span><span style='font-size:small'><a href='{@docRoot}/../misc/api-usage-rules.html'>Guidelines for using Eclipse APIs.</a></span>"
-group "Java development tools core packages" "org.eclipse.jdt.core
;org.eclipse.jdt.core.*"
-group "Java development tools UI packages" "org.eclipse.jdt.ui
diff --git a/bundles/org.eclipse.jdt.doc.isv/pom.xml b/bundles/org.eclipse.jdt.doc.isv/pom.xml
index 5b64eab37..ec21fff04 100644
--- a/bundles/org.eclipse.jdt.doc.isv/pom.xml
+++ b/bundles/org.eclipse.jdt.doc.isv/pom.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (c) 2012, 2013 Eclipse Foundation and others.
+ Copyright (c) 2012, 2014 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
@@ -19,7 +19,7 @@
</parent>
<groupId>org.eclipse.jdt</groupId>
<artifactId>org.eclipse.jdt.doc.isv</artifactId>
- <version>3.10.1-SNAPSHOT</version>
+ <version>3.11.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<profiles>
<profile>
diff --git a/bundles/org.eclipse.jdt.doc.user/META-INF/MANIFEST.MF b/bundles/org.eclipse.jdt.doc.user/META-INF/MANIFEST.MF
index f2cd5de1b..ddc1b74dc 100644
--- a/bundles/org.eclipse.jdt.doc.user/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.jdt.doc.user/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.jdt.doc.user; singleton:=true
-Bundle-Version: 3.10.1.qualifier
+Bundle-Version: 3.11.0.qualifier
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Require-Bundle: org.eclipse.help;bundle-version="[3.2.0,4.0.0)"
diff --git a/bundles/org.eclipse.jdt.doc.user/pom.xml b/bundles/org.eclipse.jdt.doc.user/pom.xml
index 73de53dec..454494f07 100644
--- a/bundles/org.eclipse.jdt.doc.user/pom.xml
+++ b/bundles/org.eclipse.jdt.doc.user/pom.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (c) 2012, 2013 Eclipse Foundation and others.
+ Copyright (c) 2012, 2014 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
@@ -19,7 +19,7 @@
</parent>
<groupId>org.eclipse.jdt</groupId>
<artifactId>org.eclipse.jdt.doc.user</artifactId>
- <version>3.10.1-SNAPSHOT</version>
+ <version>3.11.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<profiles>
<profile>
diff --git a/bundles/org.eclipse.pde.doc.user/META-INF/MANIFEST.MF b/bundles/org.eclipse.pde.doc.user/META-INF/MANIFEST.MF
index 9f9737be6..ce71b884f 100644
--- a/bundles/org.eclipse.pde.doc.user/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.pde.doc.user/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.pde.doc.user; singleton:=true
-Bundle-Version: 3.10.1.qualifier
+Bundle-Version: 3.11.0.qualifier
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Require-Bundle: org.eclipse.help;bundle-version="[3.2.0,4.0.0)"
diff --git a/bundles/org.eclipse.pde.doc.user/pdeOptions.txt b/bundles/org.eclipse.pde.doc.user/pdeOptions.txt
index 745d6bb04..41d8ef0ad 100644
--- a/bundles/org.eclipse.pde.doc.user/pdeOptions.txt
+++ b/bundles/org.eclipse.pde.doc.user/pdeOptions.txt
@@ -76,8 +76,8 @@
-windowtitle "Eclipse PDE API Specification"
-doctitle "Eclipse PDE API Specification"
--header "<span style='font-size:small'><b>Eclipse PDE</b><br>Luna (4.4)</span>"
--bottom "<br><span style='font-size:small;float:right'>Copyright (c) 2000, 2013 Eclipse Contributors and others. All rights reserved.</span><span style='font-size:small'><a href='{@docRoot}/../misc/api-usage-rules.html'>Guidelines for using Eclipse APIs.</a></span>"
+-header "<span style='font-size:small'><b>Eclipse PDE</b><br>Mars (4.5)</span>"
+-bottom "<br><span style='font-size:small;float:right'>Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.</span><span style='font-size:small'><a href='{@docRoot}/../misc/api-usage-rules.html'>Guidelines for using Eclipse APIs.</a></span>"
-link http://download.oracle.com/javase/7/docs/api
-link http://www.osgi.org/javadoc/r5/core
-link http://www.osgi.org/javadoc/r5/enterprise
diff --git a/bundles/org.eclipse.pde.doc.user/pom.xml b/bundles/org.eclipse.pde.doc.user/pom.xml
index ff0e64980..04d9ad6bd 100644
--- a/bundles/org.eclipse.pde.doc.user/pom.xml
+++ b/bundles/org.eclipse.pde.doc.user/pom.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (c) 2012, 2013 Eclipse Foundation and others.
+ Copyright (c) 2012, 2014 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
@@ -19,7 +19,7 @@
</parent>
<groupId>org.eclipse.pde</groupId>
<artifactId>org.eclipse.pde.doc.user</artifactId>
- <version>3.10.1-SNAPSHOT</version>
+ <version>3.11.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<profiles>
<profile>
diff --git a/bundles/org.eclipse.platform.doc.isv/META-INF/MANIFEST.MF b/bundles/org.eclipse.platform.doc.isv/META-INF/MANIFEST.MF
index 72e522ae1..04a038769 100644
--- a/bundles/org.eclipse.platform.doc.isv/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.platform.doc.isv/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.platform.doc.isv; singleton:=true
-Bundle-Version: 4.4.1.qualifier
+Bundle-Version: 4.5.0.qualifier
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Require-Bundle: org.eclipse.help;bundle-version="[3.2.0,4.0.0)"
diff --git a/bundles/org.eclipse.platform.doc.isv/platformOptions.txt b/bundles/org.eclipse.platform.doc.isv/platformOptions.txt
index e626a459d..7e30f0325 100644
--- a/bundles/org.eclipse.platform.doc.isv/platformOptions.txt
+++ b/bundles/org.eclipse.platform.doc.isv/platformOptions.txt
@@ -186,8 +186,8 @@
-tag 'Immutable:t'
-windowtitle "Eclipse Platform API Specification"
-doctitle "Eclipse Platform API Specification"
--header "<span style='font-size:small'><b>Eclipse Platform</b><br>Luna (4.4)</span>"
--bottom "<br><span style='font-size:small;float:right'>Copyright (c) 2000, 2013 Eclipse Contributors and others. All rights reserved.</span><span style='font-size:small'><a href='{@docRoot}/../misc/api-usage-rules.html'>Guidelines for using Eclipse APIs.</a></span>"
+-header "<span style='font-size:small'><b>Eclipse Platform</b><br>Mars (4.5)</span>"
+-bottom "<br><span style='font-size:small;float:right'>Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.</span><span style='font-size:small'><a href='{@docRoot}/../misc/api-usage-rules.html'>Guidelines for using Eclipse APIs.</a></span>"
-link http://download.oracle.com/javase/7/docs/api
-link http://www.osgi.org/javadoc/r6/core
-link http://www.osgi.org/javadoc/r5/enterprise
diff --git a/bundles/org.eclipse.platform.doc.isv/pom.xml b/bundles/org.eclipse.platform.doc.isv/pom.xml
index 22e9aded3..87669eb3d 100644
--- a/bundles/org.eclipse.platform.doc.isv/pom.xml
+++ b/bundles/org.eclipse.platform.doc.isv/pom.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (c) 2012, 2013 Eclipse Foundation and others.
+ Copyright (c) 2012, 2014 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
@@ -19,7 +19,7 @@
</parent>
<groupId>org.eclipse.platform</groupId>
<artifactId>org.eclipse.platform.doc.isv</artifactId>
- <version>4.4.1-SNAPSHOT</version>
+ <version>4.5.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<profiles>
<profile>
diff --git a/bundles/org.eclipse.platform.doc.user/META-INF/MANIFEST.MF b/bundles/org.eclipse.platform.doc.user/META-INF/MANIFEST.MF
index 6369190f6..e0b493936 100644
--- a/bundles/org.eclipse.platform.doc.user/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.platform.doc.user/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.platform.doc.user; singleton:=true
-Bundle-Version: 4.4.1.qualifier
+Bundle-Version: 4.5.0.qualifier
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Require-Bundle: org.eclipse.help;bundle-version="[3.2.0,4.0.0)"
diff --git a/bundles/org.eclipse.platform.doc.user/pom.xml b/bundles/org.eclipse.platform.doc.user/pom.xml
index e99658b91..6d10e2c89 100644
--- a/bundles/org.eclipse.platform.doc.user/pom.xml
+++ b/bundles/org.eclipse.platform.doc.user/pom.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (c) 2012, 2013 Eclipse Foundation and others.
+ Copyright (c) 2012, 2014 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
@@ -19,7 +19,7 @@
</parent>
<groupId>org.eclipse.platform</groupId>
<artifactId>org.eclipse.platform.doc.user</artifactId>
- <version>4.4.1-SNAPSHOT</version>
+ <version>4.5.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<profiles>
<profile>

Back to the top