Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRick Sapir2012-09-11 14:12:02 +0000
committerRick Sapir2012-09-11 14:12:02 +0000
commit17e4fe4ef05e01e8a786c72a48284a8dc351ea1b (patch)
tree721e4032b2df418a55ad2842d99545788d959b23 /jpa/plugins/org.eclipse.jpt.doc.user
parent8e0365779296d9be8fc41a2f70b35f664037c59c (diff)
parentff1d9b0c5eb44c6306ed711b8ac47d05336a01aa (diff)
downloadwebtools.dali-17e4fe4ef05e01e8a786c72a48284a8dc351ea1b.tar.gz
webtools.dali-17e4fe4ef05e01e8a786c72a48284a8dc351ea1b.tar.xz
webtools.dali-17e4fe4ef05e01e8a786c72a48284a8dc351ea1b.zip
Merge branch 'master' of ssh://rsapir@git.eclipse.org/gitroot/dali/webtools.dali.git
Diffstat (limited to 'jpa/plugins/org.eclipse.jpt.doc.user')
-rw-r--r--jpa/plugins/org.eclipse.jpt.doc.user/META-INF/MANIFEST.MF2
-rw-r--r--jpa/plugins/org.eclipse.jpt.doc.user/build.properties13
2 files changed, 11 insertions, 4 deletions
diff --git a/jpa/plugins/org.eclipse.jpt.doc.user/META-INF/MANIFEST.MF b/jpa/plugins/org.eclipse.jpt.doc.user/META-INF/MANIFEST.MF
index 299968b334..7ab23a8d98 100644
--- a/jpa/plugins/org.eclipse.jpt.doc.user/META-INF/MANIFEST.MF
+++ b/jpa/plugins/org.eclipse.jpt.doc.user/META-INF/MANIFEST.MF
@@ -3,6 +3,6 @@ Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-Vendor: %providerName
Bundle-SymbolicName: org.eclipse.jpt.doc.user;singleton:=true
-Bundle-Version: 1.4.2.qualifier
+Bundle-Version: 1.5.0.qualifier
Bundle-Localization: plugin
Require-Bundle: org.eclipse.help;bundle-version="[3.3.100,4.0.0)"
diff --git a/jpa/plugins/org.eclipse.jpt.doc.user/build.properties b/jpa/plugins/org.eclipse.jpt.doc.user/build.properties
index 2b421082db..13d5d619c8 100644
--- a/jpa/plugins/org.eclipse.jpt.doc.user/build.properties
+++ b/jpa/plugins/org.eclipse.jpt.doc.user/build.properties
@@ -1,9 +1,16 @@
-bin.includes = cheatsheets/,\
- dcommon/,\
+################################################################################
+# Copyright (c) 2012 Oracle. All rights reserved.
+# This program and the accompanying materials are made available under the
+# terms of the Eclipse Public License v1.0, which accompanies this distribution
+# and is available at http://www.eclipse.org/legal/epl-v10.html.
+#
+# Contributors:
+# Oracle - initial API and implementation
+################################################################################
+bin.includes = dcommon/,\
img/,\
META-INF/,\
about.html,\
- build.properties,\
concept_mapping.htm,\
concept_persistence.htm,\
concepts.htm,\

Back to the top