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.remoteservice.generic
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.remoteservice.generic')
-rwxr-xr-xtests/bundles/org.eclipse.ecf.tests.remoteservice.generic/META-INF/MANIFEST.MF2
-rwxr-xr-xtests/bundles/org.eclipse.ecf.tests.remoteservice.generic/about.html2
-rw-r--r--tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/pom.xml2
3 files changed, 3 insertions, 3 deletions
diff --git a/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/META-INF/MANIFEST.MF b/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/META-INF/MANIFEST.MF
index e05f4f6ad..5e539f6a4 100755
--- a/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/META-INF/MANIFEST.MF
+++ b/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/META-INF/MANIFEST.MF
@@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: %plugin.name
Bundle-SymbolicName: org.eclipse.ecf.tests.remoteservice.generic;singleton:=true
Automatic-Module-Name: org.eclipse.ecf.tests.remoteservice.generic
-Bundle-Version: 2.1.100.qualifier
+Bundle-Version: 2.1.101.qualifier
Bundle-Vendor: %plugin.provider
Bundle-Localization: plugin
Require-Bundle: org.eclipse.equinox.common,
diff --git a/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/about.html b/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/about.html
index 4c79781a5..9f1dc0dd5 100755
--- a/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/about.html
+++ b/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/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.remoteservice.generic/pom.xml b/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/pom.xml
index 7e01c9401..8cba116b7 100644
--- a/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/pom.xml
+++ b/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/pom.xml
@@ -10,6 +10,6 @@
</parent>
<groupId>org.eclipse.ecf</groupId>
<artifactId>org.eclipse.ecf.tests.remoteservice.generic</artifactId>
- <version>2.1.100-SNAPSHOT</version>
+ <version>2.1.101-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>
</project>

Back to the top