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 /tests/bundles/org.eclipse.ecf.tests.sharedobject
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 'tests/bundles/org.eclipse.ecf.tests.sharedobject')
-rwxr-xr-xtests/bundles/org.eclipse.ecf.tests.sharedobject/META-INF/MANIFEST.MF2
-rwxr-xr-xtests/bundles/org.eclipse.ecf.tests.sharedobject/about.html2
-rw-r--r--tests/bundles/org.eclipse.ecf.tests.sharedobject/pom.xml2
3 files changed, 3 insertions, 3 deletions
diff --git a/tests/bundles/org.eclipse.ecf.tests.sharedobject/META-INF/MANIFEST.MF b/tests/bundles/org.eclipse.ecf.tests.sharedobject/META-INF/MANIFEST.MF
index f1bde8f93..be3d47bc4 100755
--- a/tests/bundles/org.eclipse.ecf.tests.sharedobject/META-INF/MANIFEST.MF
+++ b/tests/bundles/org.eclipse.ecf.tests.sharedobject/META-INF/MANIFEST.MF
@@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: %plugin.name
Bundle-SymbolicName: org.eclipse.ecf.tests.sharedobject
Automatic-Module-Name: org.eclipse.ecf.tests.sharedobject
-Bundle-Version: 2.0.100.qualifier
+Bundle-Version: 2.0.101.qualifier
Bundle-Activator: org.eclipse.ecf.tests.sharedobject.Activator
Bundle-Vendor: %plugin.provider
Bundle-Localization: plugin
diff --git a/tests/bundles/org.eclipse.ecf.tests.sharedobject/about.html b/tests/bundles/org.eclipse.ecf.tests.sharedobject/about.html
index 4c79781a5..9f1dc0dd5 100755
--- a/tests/bundles/org.eclipse.ecf.tests.sharedobject/about.html
+++ b/tests/bundles/org.eclipse.ecf.tests.sharedobject/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/tests/bundles/org.eclipse.ecf.tests.sharedobject/pom.xml b/tests/bundles/org.eclipse.ecf.tests.sharedobject/pom.xml
index cf0ba5983..f805a35df 100644
--- a/tests/bundles/org.eclipse.ecf.tests.sharedobject/pom.xml
+++ b/tests/bundles/org.eclipse.ecf.tests.sharedobject/pom.xml
@@ -10,7 +10,7 @@
</parent>
<groupId>org.eclipse.ecf</groupId>
<artifactId>org.eclipse.ecf.tests.sharedobject</artifactId>
- <version>2.0.100-SNAPSHOT</version>
+ <version>2.0.101-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>
<build>

Back to the top