Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTran Le2012-08-29 14:14:01 +0000
committerTran Le2012-08-29 14:14:01 +0000
commitcadd9283dc0c547c8e972afceebcee4b8adf53dc (patch)
tree73116b2585a2573bf0dc6dfb5a37eb7f30120733
parent4cfccfc532b89b9c17d3232b7cf6679c66424bcf (diff)
downloadwebtools.dali-cadd9283dc0c547c8e972afceebcee4b8adf53dc.tar.gz
webtools.dali-cadd9283dc0c547c8e972afceebcee4b8adf53dc.tar.xz
webtools.dali-cadd9283dc0c547c8e972afceebcee4b8adf53dc.zip
Added plugin.xml to jpt.doc.isvv201208291414
-rw-r--r--org.eclipse.jpt.doc.isv/build.properties5
-rw-r--r--org.eclipse.jpt.doc.isv/plugin.xml15
2 files changed, 18 insertions, 2 deletions
diff --git a/org.eclipse.jpt.doc.isv/build.properties b/org.eclipse.jpt.doc.isv/build.properties
index 3f7a92522e..c86d865d31 100644
--- a/org.eclipse.jpt.doc.isv/build.properties
+++ b/org.eclipse.jpt.doc.isv/build.properties
@@ -11,8 +11,9 @@
customBuildCallbacks=customBuildCallbacks.xml
bin.includes = META-INF/,\
+ plugin.xml,\
plugin.properties,\
about.html,\
- build.properties,\
- index*/
+ build.properties
+
generateSourceBundle=false
diff --git a/org.eclipse.jpt.doc.isv/plugin.xml b/org.eclipse.jpt.doc.isv/plugin.xml
new file mode 100644
index 0000000000..c6dcd18ff3
--- /dev/null
+++ b/org.eclipse.jpt.doc.isv/plugin.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<?eclipse version="3.2"?>
+<!--
+ 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
+ -->
+
+<plugin>
+
+</plugin> \ No newline at end of file

Back to the top