Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.tips.core')
-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
3 files changed, 4 insertions, 3 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>

Back to the top