Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTorbjörn Svensson2019-10-06 15:50:38 +0000
committerTorbjörn Svensson2019-10-12 19:26:28 +0000
commit3135b975c19b87c9602d19c9a2ed6881c5c7ca6f (patch)
tree4cb70e20ee5a3cf26c9f0adcf1ba5d940ca71370 /incubation
parentf98e978557da61e452474066ac2a008698205733 (diff)
downloadorg.eclipse.ecf-3135b975c19b87c9602d19c9a2ed6881c5c7ca6f.tar.gz
org.eclipse.ecf-3135b975c19b87c9602d19c9a2ed6881c5c7ca6f.tar.xz
org.eclipse.ecf-3135b975c19b87c9602d19c9a2ed6881c5c7ca6f.zip
Bug 551818: Fix broken link in about.html
Change-Id: I54f523bc9a82f2e3e3b8d8bff531f346452b9ecf Signed-off-by: Torbjörn Svensson <azoff@svenskalinuxforeningen.se>
Diffstat (limited to 'incubation')
-rw-r--r--incubation/bundles/org.eclipse.ecf.bulletinboard.commons/META-INF/MANIFEST.MF2
-rw-r--r--incubation/bundles/org.eclipse.ecf.bulletinboard.commons/about.html2
-rw-r--r--incubation/bundles/org.eclipse.ecf.bulletinboard/META-INF/MANIFEST.MF2
-rw-r--r--incubation/bundles/org.eclipse.ecf.bulletinboard/about.html2
-rw-r--r--incubation/bundles/org.eclipse.ecf.docshare2.core/META-INF/MANIFEST.MF2
-rw-r--r--incubation/bundles/org.eclipse.ecf.docshare2.core/about.html2
-rwxr-xr-xincubation/bundles/org.eclipse.ecf.mylyn.ui/META-INF/MANIFEST.MF2
-rwxr-xr-xincubation/bundles/org.eclipse.ecf.mylyn.ui/about.html2
-rw-r--r--incubation/bundles/org.eclipse.ecf.provider.endpointdescription.localdiscovery/META-INF/MANIFEST.MF2
-rw-r--r--incubation/bundles/org.eclipse.ecf.provider.endpointdescription.localdiscovery/about.html2
-rw-r--r--incubation/bundles/org.eclipse.ecf.provider.phpbb/META-INF/MANIFEST.MF2
-rw-r--r--incubation/bundles/org.eclipse.ecf.provider.phpbb/about.html2
-rw-r--r--incubation/bundles/org.eclipse.ecf.provider.riena/META-INF/MANIFEST.MF2
-rw-r--r--incubation/bundles/org.eclipse.ecf.provider.riena/about.html2
-rw-r--r--incubation/bundles/org.eclipse.ecf.provider.vbulletin/META-INF/MANIFEST.MF2
-rw-r--r--incubation/bundles/org.eclipse.ecf.provider.vbulletin/about.html2
-rw-r--r--incubation/bundles/org.eclipse.ecf.springframework/META-INF/MANIFEST.MF2
-rw-r--r--incubation/bundles/org.eclipse.ecf.springframework/about.html2
-rw-r--r--incubation/bundles/org.eclipse.ecf.sync.resources.core/META-INF/MANIFEST.MF2
-rw-r--r--incubation/bundles/org.eclipse.ecf.sync.resources.core/about.html2
20 files changed, 20 insertions, 20 deletions
diff --git a/incubation/bundles/org.eclipse.ecf.bulletinboard.commons/META-INF/MANIFEST.MF b/incubation/bundles/org.eclipse.ecf.bulletinboard.commons/META-INF/MANIFEST.MF
index 28ff9ed62..4124c0269 100644
--- a/incubation/bundles/org.eclipse.ecf.bulletinboard.commons/META-INF/MANIFEST.MF
+++ b/incubation/bundles/org.eclipse.ecf.bulletinboard.commons/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %plugin.name
Bundle-SymbolicName: org.eclipse.ecf.bulletinboard.commons
-Bundle-Version: 0.1.0.qualifier
+Bundle-Version: 0.1.1.qualifier
Bundle-Vendor: %plugin.provider
Bundle-Localization: plugin
Require-Bundle: org.eclipse.ecf,
diff --git a/incubation/bundles/org.eclipse.ecf.bulletinboard.commons/about.html b/incubation/bundles/org.eclipse.ecf.bulletinboard.commons/about.html
index 4c79781a5..9f1dc0dd5 100644
--- a/incubation/bundles/org.eclipse.ecf.bulletinboard.commons/about.html
+++ b/incubation/bundles/org.eclipse.ecf.bulletinboard.commons/about.html
@@ -22,7 +22,7 @@ being redistributed by another party (&quot;Redistributor&quot;) and different t
apply to your use of any object code in the Content. Check the Redistributor's license that was
provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise
indicated below, the terms and conditions of the EPL still apply to any source code in the Content
-and such source code may be obtained at <a href="/">http://www.eclipse.org</a>.</p>
+and such source code may be obtained at <a href="http://www.eclipse.org">http://www.eclipse.org</a>.</p>
</body>
</html> \ No newline at end of file
diff --git a/incubation/bundles/org.eclipse.ecf.bulletinboard/META-INF/MANIFEST.MF b/incubation/bundles/org.eclipse.ecf.bulletinboard/META-INF/MANIFEST.MF
index 9df701596..eab334cff 100644
--- a/incubation/bundles/org.eclipse.ecf.bulletinboard/META-INF/MANIFEST.MF
+++ b/incubation/bundles/org.eclipse.ecf.bulletinboard/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %plugin.name
Bundle-SymbolicName: org.eclipse.ecf.bulletinboard
-Bundle-Version: 0.1.0.qualifier
+Bundle-Version: 0.1.1.qualifier
Bundle-Activator: org.eclipse.ecf.internal.bulletinboard.BulletinBoardPlugin
Bundle-Vendor: %plugin.provider
Bundle-Localization: plugin
diff --git a/incubation/bundles/org.eclipse.ecf.bulletinboard/about.html b/incubation/bundles/org.eclipse.ecf.bulletinboard/about.html
index 4c79781a5..9f1dc0dd5 100644
--- a/incubation/bundles/org.eclipse.ecf.bulletinboard/about.html
+++ b/incubation/bundles/org.eclipse.ecf.bulletinboard/about.html
@@ -22,7 +22,7 @@ being redistributed by another party (&quot;Redistributor&quot;) and different t
apply to your use of any object code in the Content. Check the Redistributor's license that was
provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise
indicated below, the terms and conditions of the EPL still apply to any source code in the Content
-and such source code may be obtained at <a href="/">http://www.eclipse.org</a>.</p>
+and such source code may be obtained at <a href="http://www.eclipse.org">http://www.eclipse.org</a>.</p>
</body>
</html> \ No newline at end of file
diff --git a/incubation/bundles/org.eclipse.ecf.docshare2.core/META-INF/MANIFEST.MF b/incubation/bundles/org.eclipse.ecf.docshare2.core/META-INF/MANIFEST.MF
index f47e625c4..074ad6ec5 100644
--- a/incubation/bundles/org.eclipse.ecf.docshare2.core/META-INF/MANIFEST.MF
+++ b/incubation/bundles/org.eclipse.ecf.docshare2.core/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %plugin.name
Bundle-SymbolicName: org.eclipse.ecf.docshare2.core
-Bundle-Version: 2.1.0.qualifier
+Bundle-Version: 2.1.1.qualifier
Bundle-Activator: org.eclipse.ecf.internal.docshare2.DocShareActivator
Bundle-Vendor: %plugin.provider
Bundle-Localization: plugin
diff --git a/incubation/bundles/org.eclipse.ecf.docshare2.core/about.html b/incubation/bundles/org.eclipse.ecf.docshare2.core/about.html
index 6a60a262f..7e02a356d 100644
--- a/incubation/bundles/org.eclipse.ecf.docshare2.core/about.html
+++ b/incubation/bundles/org.eclipse.ecf.docshare2.core/about.html
@@ -22,7 +22,7 @@ being redistributed by another party (&quot;Redistributor&quot;) and different t
apply to your use of any object code in the Content. Check the Redistributor's license that was
provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise
indicated below, the terms and conditions of the EPL still apply to any source code in the Content
-and such source code may be obtained at <a href="/">http://www.eclipse.org</a>.</p>
+and such source code may be obtained at <a href="http://www.eclipse.org">http://www.eclipse.org</a>.</p>
</body>
</html> \ No newline at end of file
diff --git a/incubation/bundles/org.eclipse.ecf.mylyn.ui/META-INF/MANIFEST.MF b/incubation/bundles/org.eclipse.ecf.mylyn.ui/META-INF/MANIFEST.MF
index 11867452a..50d0d2cd6 100755
--- a/incubation/bundles/org.eclipse.ecf.mylyn.ui/META-INF/MANIFEST.MF
+++ b/incubation/bundles/org.eclipse.ecf.mylyn.ui/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %plugin.name
Bundle-SymbolicName: org.eclipse.ecf.mylyn.ui;singleton:=true
-Bundle-Version: 0.1.0
+Bundle-Version: 0.1.1
Bundle-Activator: org.eclipse.ecf.internal.mylyn.ui.Activator
Bundle-Vendor: %provider.name
Bundle-Localization: plugin
diff --git a/incubation/bundles/org.eclipse.ecf.mylyn.ui/about.html b/incubation/bundles/org.eclipse.ecf.mylyn.ui/about.html
index 6a60a262f..7e02a356d 100755
--- a/incubation/bundles/org.eclipse.ecf.mylyn.ui/about.html
+++ b/incubation/bundles/org.eclipse.ecf.mylyn.ui/about.html
@@ -22,7 +22,7 @@ being redistributed by another party (&quot;Redistributor&quot;) and different t
apply to your use of any object code in the Content. Check the Redistributor's license that was
provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise
indicated below, the terms and conditions of the EPL still apply to any source code in the Content
-and such source code may be obtained at <a href="/">http://www.eclipse.org</a>.</p>
+and such source code may be obtained at <a href="http://www.eclipse.org">http://www.eclipse.org</a>.</p>
</body>
</html> \ No newline at end of file
diff --git a/incubation/bundles/org.eclipse.ecf.provider.endpointdescription.localdiscovery/META-INF/MANIFEST.MF b/incubation/bundles/org.eclipse.ecf.provider.endpointdescription.localdiscovery/META-INF/MANIFEST.MF
index 954dd5e85..3095eae99 100644
--- a/incubation/bundles/org.eclipse.ecf.provider.endpointdescription.localdiscovery/META-INF/MANIFEST.MF
+++ b/incubation/bundles/org.eclipse.ecf.provider.endpointdescription.localdiscovery/META-INF/MANIFEST.MF
@@ -3,6 +3,6 @@ Bundle-ManifestVersion: 2
Bundle-Name: %plugin.name
Bundle-Vendor: %plugin.provider
Bundle-SymbolicName: org.eclipse.ecf.provider.endpointdescription.localdiscovery;singleton:=true
-Bundle-Version: 1.0.0.qualifier
+Bundle-Version: 1.0.1.qualifier
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: J2SE-1.5
diff --git a/incubation/bundles/org.eclipse.ecf.provider.endpointdescription.localdiscovery/about.html b/incubation/bundles/org.eclipse.ecf.provider.endpointdescription.localdiscovery/about.html
index 4c79781a5..9f1dc0dd5 100644
--- a/incubation/bundles/org.eclipse.ecf.provider.endpointdescription.localdiscovery/about.html
+++ b/incubation/bundles/org.eclipse.ecf.provider.endpointdescription.localdiscovery/about.html
@@ -22,7 +22,7 @@ being redistributed by another party (&quot;Redistributor&quot;) and different t
apply to your use of any object code in the Content. Check the Redistributor's license that was
provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise
indicated below, the terms and conditions of the EPL still apply to any source code in the Content
-and such source code may be obtained at <a href="/">http://www.eclipse.org</a>.</p>
+and such source code may be obtained at <a href="http://www.eclipse.org">http://www.eclipse.org</a>.</p>
</body>
</html> \ No newline at end of file
diff --git a/incubation/bundles/org.eclipse.ecf.provider.phpbb/META-INF/MANIFEST.MF b/incubation/bundles/org.eclipse.ecf.provider.phpbb/META-INF/MANIFEST.MF
index a3f3c7fb9..27739f040 100644
--- a/incubation/bundles/org.eclipse.ecf.provider.phpbb/META-INF/MANIFEST.MF
+++ b/incubation/bundles/org.eclipse.ecf.provider.phpbb/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %plugin.name
Bundle-SymbolicName: org.eclipse.ecf.provider.phpbb;singleton:=true
-Bundle-Version: 1.2.0.qualifier
+Bundle-Version: 1.2.1.qualifier
Bundle-Vendor: %plugin.provider
Bundle-Localization: plugin
Require-Bundle: org.eclipse.ecf,
diff --git a/incubation/bundles/org.eclipse.ecf.provider.phpbb/about.html b/incubation/bundles/org.eclipse.ecf.provider.phpbb/about.html
index 4c79781a5..9f1dc0dd5 100644
--- a/incubation/bundles/org.eclipse.ecf.provider.phpbb/about.html
+++ b/incubation/bundles/org.eclipse.ecf.provider.phpbb/about.html
@@ -22,7 +22,7 @@ being redistributed by another party (&quot;Redistributor&quot;) and different t
apply to your use of any object code in the Content. Check the Redistributor's license that was
provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise
indicated below, the terms and conditions of the EPL still apply to any source code in the Content
-and such source code may be obtained at <a href="/">http://www.eclipse.org</a>.</p>
+and such source code may be obtained at <a href="http://www.eclipse.org">http://www.eclipse.org</a>.</p>
</body>
</html> \ No newline at end of file
diff --git a/incubation/bundles/org.eclipse.ecf.provider.riena/META-INF/MANIFEST.MF b/incubation/bundles/org.eclipse.ecf.provider.riena/META-INF/MANIFEST.MF
index bf6525fe6..3e3b0edf3 100644
--- a/incubation/bundles/org.eclipse.ecf.provider.riena/META-INF/MANIFEST.MF
+++ b/incubation/bundles/org.eclipse.ecf.provider.riena/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %plugin.name
Bundle-SymbolicName: org.eclipse.ecf.provider.riena;singleton:=true
-Bundle-Version: 1.0.0.qualifier
+Bundle-Version: 1.0.1.qualifier
Bundle-Activator: org.eclipse.ecf.internal.provider.riena.Activator
Bundle-Vendor: Eclipse.org
Bundle-RequiredExecutionEnvironment: J2SE-1.5
diff --git a/incubation/bundles/org.eclipse.ecf.provider.riena/about.html b/incubation/bundles/org.eclipse.ecf.provider.riena/about.html
index 4c79781a5..9f1dc0dd5 100644
--- a/incubation/bundles/org.eclipse.ecf.provider.riena/about.html
+++ b/incubation/bundles/org.eclipse.ecf.provider.riena/about.html
@@ -22,7 +22,7 @@ being redistributed by another party (&quot;Redistributor&quot;) and different t
apply to your use of any object code in the Content. Check the Redistributor's license that was
provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise
indicated below, the terms and conditions of the EPL still apply to any source code in the Content
-and such source code may be obtained at <a href="/">http://www.eclipse.org</a>.</p>
+and such source code may be obtained at <a href="http://www.eclipse.org">http://www.eclipse.org</a>.</p>
</body>
</html> \ No newline at end of file
diff --git a/incubation/bundles/org.eclipse.ecf.provider.vbulletin/META-INF/MANIFEST.MF b/incubation/bundles/org.eclipse.ecf.provider.vbulletin/META-INF/MANIFEST.MF
index e38cb2069..06e80456b 100644
--- a/incubation/bundles/org.eclipse.ecf.provider.vbulletin/META-INF/MANIFEST.MF
+++ b/incubation/bundles/org.eclipse.ecf.provider.vbulletin/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %plugin.name
Bundle-SymbolicName: org.eclipse.ecf.provider.vbulletin;singleton:=true
-Bundle-Version: 0.1.0.qualifier
+Bundle-Version: 0.1.1.qualifier
Bundle-Activator: org.eclipse.ecf.internal.provider.vbulletin.Activator
Bundle-Vendor: %plugin.provider
Bundle-Localization: plugin
diff --git a/incubation/bundles/org.eclipse.ecf.provider.vbulletin/about.html b/incubation/bundles/org.eclipse.ecf.provider.vbulletin/about.html
index 4c79781a5..9f1dc0dd5 100644
--- a/incubation/bundles/org.eclipse.ecf.provider.vbulletin/about.html
+++ b/incubation/bundles/org.eclipse.ecf.provider.vbulletin/about.html
@@ -22,7 +22,7 @@ being redistributed by another party (&quot;Redistributor&quot;) and different t
apply to your use of any object code in the Content. Check the Redistributor's license that was
provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise
indicated below, the terms and conditions of the EPL still apply to any source code in the Content
-and such source code may be obtained at <a href="/">http://www.eclipse.org</a>.</p>
+and such source code may be obtained at <a href="http://www.eclipse.org">http://www.eclipse.org</a>.</p>
</body>
</html> \ No newline at end of file
diff --git a/incubation/bundles/org.eclipse.ecf.springframework/META-INF/MANIFEST.MF b/incubation/bundles/org.eclipse.ecf.springframework/META-INF/MANIFEST.MF
index 063bd8e38..8bc68a305 100644
--- a/incubation/bundles/org.eclipse.ecf.springframework/META-INF/MANIFEST.MF
+++ b/incubation/bundles/org.eclipse.ecf.springframework/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %bundleName
Bundle-SymbolicName: org.eclipse.ecf.springframework
-Bundle-Version: 1.0.0.qualifier
+Bundle-Version: 1.0.1.qualifier
Import-Package: org.aopalliance.intercept;version="1.0.0",
org.eclipse.core.runtime;version="3.4.0",
org.eclipse.ecf.core;version="3.0.0",
diff --git a/incubation/bundles/org.eclipse.ecf.springframework/about.html b/incubation/bundles/org.eclipse.ecf.springframework/about.html
index 4c79781a5..9f1dc0dd5 100644
--- a/incubation/bundles/org.eclipse.ecf.springframework/about.html
+++ b/incubation/bundles/org.eclipse.ecf.springframework/about.html
@@ -22,7 +22,7 @@ being redistributed by another party (&quot;Redistributor&quot;) and different t
apply to your use of any object code in the Content. Check the Redistributor's license that was
provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise
indicated below, the terms and conditions of the EPL still apply to any source code in the Content
-and such source code may be obtained at <a href="/">http://www.eclipse.org</a>.</p>
+and such source code may be obtained at <a href="http://www.eclipse.org">http://www.eclipse.org</a>.</p>
</body>
</html> \ No newline at end of file
diff --git a/incubation/bundles/org.eclipse.ecf.sync.resources.core/META-INF/MANIFEST.MF b/incubation/bundles/org.eclipse.ecf.sync.resources.core/META-INF/MANIFEST.MF
index f3d2bd8a3..2363e18ed 100644
--- a/incubation/bundles/org.eclipse.ecf.sync.resources.core/META-INF/MANIFEST.MF
+++ b/incubation/bundles/org.eclipse.ecf.sync.resources.core/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %plugin.name
Bundle-SymbolicName: org.eclipse.ecf.sync.resources.core;singleton:=true
-Bundle-Version: 1.0.0.qualifier
+Bundle-Version: 1.0.1.qualifier
Bundle-Activator: org.eclipse.ecf.internal.sync.resources.core.SyncResourcesCore
Bundle-Vendor: %plugin.provider
Bundle-RequiredExecutionEnvironment: J2SE-1.4
diff --git a/incubation/bundles/org.eclipse.ecf.sync.resources.core/about.html b/incubation/bundles/org.eclipse.ecf.sync.resources.core/about.html
index 6a60a262f..7e02a356d 100644
--- a/incubation/bundles/org.eclipse.ecf.sync.resources.core/about.html
+++ b/incubation/bundles/org.eclipse.ecf.sync.resources.core/about.html
@@ -22,7 +22,7 @@ being redistributed by another party (&quot;Redistributor&quot;) and different t
apply to your use of any object code in the Content. Check the Redistributor's license that was
provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise
indicated below, the terms and conditions of the EPL still apply to any source code in the Content
-and such source code may be obtained at <a href="/">http://www.eclipse.org</a>.</p>
+and such source code may be obtained at <a href="http://www.eclipse.org">http://www.eclipse.org</a>.</p>
</body>
</html> \ No newline at end of file

Back to the top