Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--org.eclipse.tips.core/META-INF/MANIFEST.MF2
-rw-r--r--org.eclipse.tips.core/build.properties3
-rw-r--r--org.eclipse.tips.core/pom.xml2
-rw-r--r--org.eclipse.tips.examples/about.html36
-rw-r--r--org.eclipse.tips.examples/build.properties1
-rw-r--r--org.eclipse.tips.feature/feature.properties2
-rw-r--r--org.eclipse.tips.feature/feature.xml2
-rw-r--r--org.eclipse.tips.feature/pom.xml2
-rw-r--r--org.eclipse.tips.ide/META-INF/MANIFEST.MF2
-rw-r--r--org.eclipse.tips.ide/build.properties1
-rw-r--r--org.eclipse.tips.ide/pom.xml2
-rw-r--r--org.eclipse.tips.json/META-INF/MANIFEST.MF2
-rw-r--r--org.eclipse.tips.json/build.properties1
-rw-r--r--org.eclipse.tips.json/pom.xml2
-rw-r--r--org.eclipse.tips.tests/META-INF/MANIFEST.MF2
-rw-r--r--org.eclipse.tips.tests/build.properties1
-rw-r--r--org.eclipse.tips.tests/pom.xml2
-rw-r--r--org.eclipse.tips.ui/META-INF/MANIFEST.MF2
-rw-r--r--org.eclipse.tips.ui/build.properties1
-rw-r--r--org.eclipse.tips.ui/pom.xml2
20 files changed, 56 insertions, 14 deletions
diff --git a/org.eclipse.tips.core/META-INF/MANIFEST.MF b/org.eclipse.tips.core/META-INF/MANIFEST.MF
index 1d0755664..56bd59c78 100644
--- a/org.eclipse.tips.core/META-INF/MANIFEST.MF
+++ b/org.eclipse.tips.core/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.eclipse.tips.core;singleton:=true
-Bundle-Version: 0.1.200.qualifier
+Bundle-Version: 0.1.300.qualifier
Bundle-Vendor: %Bundle-Vendor
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Export-Package: org.eclipse.tips.core,
diff --git a/org.eclipse.tips.core/build.properties b/org.eclipse.tips.core/build.properties
index 4095a9010..37c9691bf 100644
--- a/org.eclipse.tips.core/build.properties
+++ b/org.eclipse.tips.core/build.properties
@@ -19,4 +19,5 @@ bin.includes = META-INF/,\
images/,\
OSGI-INF/,\
about.html
-src.includes = schema/
+src.includes = schema/,\
+ about.html
diff --git a/org.eclipse.tips.core/pom.xml b/org.eclipse.tips.core/pom.xml
index 521d9225c..48516f40a 100644
--- a/org.eclipse.tips.core/pom.xml
+++ b/org.eclipse.tips.core/pom.xml
@@ -22,6 +22,6 @@
</parent>
<groupId>org.eclipse.ui</groupId>
<artifactId>org.eclipse.tips.core</artifactId>
- <version>0.1.200-SNAPSHOT</version>
+ <version>0.1.300-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>
diff --git a/org.eclipse.tips.examples/about.html b/org.eclipse.tips.examples/about.html
new file mode 100644
index 000000000..164f781a8
--- /dev/null
+++ b/org.eclipse.tips.examples/about.html
@@ -0,0 +1,36 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
+<title>About</title>
+</head>
+<body lang="EN-US">
+ <h2>About This Content</h2>
+
+ <p>November 30, 2017</p>
+ <h3>License</h3>
+
+ <p>
+ The Eclipse Foundation makes available all content in this plug-in
+ (&quot;Content&quot;). Unless otherwise indicated below, the Content
+ is provided to you under the terms and conditions of the Eclipse
+ Public License Version 2.0 (&quot;EPL&quot;). A copy of the EPL is
+ available at <a href="http://www.eclipse.org/legal/epl-2.0">http://www.eclipse.org/legal/epl-2.0</a>.
+ For purposes of the EPL, &quot;Program&quot; will mean the Content.
+ </p>
+
+ <p>
+ If you did not receive this Content directly from the Eclipse
+ Foundation, the Content is being redistributed by another party
+ (&quot;Redistributor&quot;) and different terms and conditions may
+ 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/">http://www.eclipse.org</a>.
+ </p>
+
+</body>
+</html> \ No newline at end of file
diff --git a/org.eclipse.tips.examples/build.properties b/org.eclipse.tips.examples/build.properties
index dcb61d0e0..648bb8084 100644
--- a/org.eclipse.tips.examples/build.properties
+++ b/org.eclipse.tips.examples/build.properties
@@ -19,3 +19,4 @@ bin.includes = META-INF/,\
icons/,\
matrixrain/,\
images/
+src.includes = about.html
diff --git a/org.eclipse.tips.feature/feature.properties b/org.eclipse.tips.feature/feature.properties
index 0a2011834..ffaf1a457 100644
--- a/org.eclipse.tips.feature/feature.properties
+++ b/org.eclipse.tips.feature/feature.properties
@@ -10,7 +10,7 @@
###############################################################################
featureName=Tip of the Day UI Feature
-providerName=Remain Software
+providerName=Eclipse.org
updateSiteName=Eclipse Update Site
diff --git a/org.eclipse.tips.feature/feature.xml b/org.eclipse.tips.feature/feature.xml
index 37e212379..225d980c9 100644
--- a/org.eclipse.tips.feature/feature.xml
+++ b/org.eclipse.tips.feature/feature.xml
@@ -15,7 +15,7 @@
<feature
id="org.eclipse.tips.feature"
label="%featureName"
- version="0.2.300.qualifier"
+ version="0.2.400.qualifier"
provider-name="%providerName"
license-feature="org.eclipse.license"
license-feature-version="0.0.0">
diff --git a/org.eclipse.tips.feature/pom.xml b/org.eclipse.tips.feature/pom.xml
index dca6ad0f0..a4be8c686 100644
--- a/org.eclipse.tips.feature/pom.xml
+++ b/org.eclipse.tips.feature/pom.xml
@@ -23,7 +23,7 @@
</parent>
<groupId>org.eclipse.ui</groupId>
<artifactId>org.eclipse.tips.feature</artifactId>
- <version>0.2.300-SNAPSHOT</version>
+ <version>0.2.400-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
<build>
<plugins>
diff --git a/org.eclipse.tips.ide/META-INF/MANIFEST.MF b/org.eclipse.tips.ide/META-INF/MANIFEST.MF
index 691e63b96..c223bc749 100644
--- a/org.eclipse.tips.ide/META-INF/MANIFEST.MF
+++ b/org.eclipse.tips.ide/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.eclipse.tips.ide;singleton:=true
-Bundle-Version: 0.1.300.qualifier
+Bundle-Version: 0.1.400.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Require-Bundle: org.eclipse.ui;bundle-version="3.108.0",
org.eclipse.core.runtime;bundle-version="3.12.0",
diff --git a/org.eclipse.tips.ide/build.properties b/org.eclipse.tips.ide/build.properties
index 1c2285304..fbe3b9346 100644
--- a/org.eclipse.tips.ide/build.properties
+++ b/org.eclipse.tips.ide/build.properties
@@ -20,3 +20,4 @@ bin.includes = META-INF/,\
OSGI-INF/,\
images/,\
about.html
+src.includes = about.html
diff --git a/org.eclipse.tips.ide/pom.xml b/org.eclipse.tips.ide/pom.xml
index 4e7f0ba58..b458f389a 100644
--- a/org.eclipse.tips.ide/pom.xml
+++ b/org.eclipse.tips.ide/pom.xml
@@ -22,6 +22,6 @@
</parent>
<groupId>org.eclipse.ui</groupId>
<artifactId>org.eclipse.tips.ide</artifactId>
- <version>0.1.300-SNAPSHOT</version>
+ <version>0.1.400-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>
diff --git a/org.eclipse.tips.json/META-INF/MANIFEST.MF b/org.eclipse.tips.json/META-INF/MANIFEST.MF
index 1500e7bed..e7bc83e2f 100644
--- a/org.eclipse.tips.json/META-INF/MANIFEST.MF
+++ b/org.eclipse.tips.json/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.eclipse.tips.json;singleton:=true
-Bundle-Version: 0.1.200.qualifier
+Bundle-Version: 0.1.300.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Require-Bundle: org.eclipse.core.runtime;bundle-version="3.12.0",
org.eclipse.jface;bundle-version="3.12.0",
diff --git a/org.eclipse.tips.json/build.properties b/org.eclipse.tips.json/build.properties
index 9bd8d0412..e889b11ac 100644
--- a/org.eclipse.tips.json/build.properties
+++ b/org.eclipse.tips.json/build.properties
@@ -17,3 +17,4 @@ bin.includes = META-INF/,\
.,\
OSGI-INF/,\
about.html
+src.includes = about.html
diff --git a/org.eclipse.tips.json/pom.xml b/org.eclipse.tips.json/pom.xml
index 17f622ffb..def38c8cf 100644
--- a/org.eclipse.tips.json/pom.xml
+++ b/org.eclipse.tips.json/pom.xml
@@ -18,6 +18,6 @@ t SPDX-License-Identifier: EPL-2.0 Contributors: wim.jongman@remainsoftware.com
</parent>
<groupId>org.eclipse.ui</groupId>
<artifactId>org.eclipse.tips.json</artifactId>
- <version>0.1.200-SNAPSHOT</version>
+ <version>0.1.300-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>
diff --git a/org.eclipse.tips.tests/META-INF/MANIFEST.MF b/org.eclipse.tips.tests/META-INF/MANIFEST.MF
index 5bdc5d080..742b2c149 100644
--- a/org.eclipse.tips.tests/META-INF/MANIFEST.MF
+++ b/org.eclipse.tips.tests/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Tip of the Day Tests
Bundle-SymbolicName: org.eclipse.tips.tests
-Bundle-Version: 1.0.100.qualifier
+Bundle-Version: 1.0.200.qualifier
Bundle-Vendor: Eclipse
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Require-Bundle: org.junit;bundle-version="4.12.0",
diff --git a/org.eclipse.tips.tests/build.properties b/org.eclipse.tips.tests/build.properties
index 17f2d1fad..3605267dd 100644
--- a/org.eclipse.tips.tests/build.properties
+++ b/org.eclipse.tips.tests/build.properties
@@ -15,3 +15,4 @@ source.. = src/
output.. = bin/
bin.includes = META-INF/,\
.
+src.includes = about.html
diff --git a/org.eclipse.tips.tests/pom.xml b/org.eclipse.tips.tests/pom.xml
index 2b18a23bc..f52dee512 100644
--- a/org.eclipse.tips.tests/pom.xml
+++ b/org.eclipse.tips.tests/pom.xml
@@ -23,6 +23,6 @@
</parent>
<groupId>org.eclipse.ui</groupId>
<artifactId>org.eclipse.tips.tests</artifactId>
- <version>1.0.100-SNAPSHOT</version>
+ <version>1.0.200-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>
</project>
diff --git a/org.eclipse.tips.ui/META-INF/MANIFEST.MF b/org.eclipse.tips.ui/META-INF/MANIFEST.MF
index 050d9d381..0e0408f1a 100644
--- a/org.eclipse.tips.ui/META-INF/MANIFEST.MF
+++ b/org.eclipse.tips.ui/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.eclipse.tips.ui;singleton:=true
-Bundle-Version: 0.1.300.qualifier
+Bundle-Version: 0.1.400.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Require-Bundle: org.eclipse.core.runtime;bundle-version="3.12.0",
org.eclipse.jface;bundle-version="3.12.0",
diff --git a/org.eclipse.tips.ui/build.properties b/org.eclipse.tips.ui/build.properties
index 252c26d3b..e581c007d 100644
--- a/org.eclipse.tips.ui/build.properties
+++ b/org.eclipse.tips.ui/build.properties
@@ -18,3 +18,4 @@ bin.includes = META-INF/,\
icons/,\
OSGI-INF/,\
about.html
+src.includes = about.html
diff --git a/org.eclipse.tips.ui/pom.xml b/org.eclipse.tips.ui/pom.xml
index d0beee388..f879aacba 100644
--- a/org.eclipse.tips.ui/pom.xml
+++ b/org.eclipse.tips.ui/pom.xml
@@ -22,6 +22,6 @@
</parent>
<groupId>org.eclipse.ui</groupId>
<artifactId>org.eclipse.tips.ui</artifactId>
- <version>0.1.300-SNAPSHOT</version>
+ <version>0.1.400-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>

Back to the top