Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDani Megert2014-05-07 13:38:25 +0000
committerDani Megert2014-05-07 13:38:25 +0000
commitbd165671a9428a35a3f28a78a38fbf2c631aaca1 (patch)
tree6fb4207297c718477e83c6d7ee5bdefceaa69b4f /apitools
parent6080bff2ce608bb7796db2f800a690dcf9f595ad (diff)
downloadeclipse.pde.ui-bd165671a9428a35a3f28a78a38fbf2c631aaca1.tar.gz
eclipse.pde.ui-bd165671a9428a35a3f28a78a38fbf2c631aaca1.tar.xz
eclipse.pde.ui-bd165671a9428a35a3f28a78a38fbf2c631aaca1.zip
Fixed bug 434316: Several plug-ins have no about.htmlI20140508-2000I20140507-2000
Diffstat (limited to 'apitools')
-rw-r--r--apitools/org.eclipse.pde.api.tools.annotations/build.properties13
1 files changed, 12 insertions, 1 deletions
diff --git a/apitools/org.eclipse.pde.api.tools.annotations/build.properties b/apitools/org.eclipse.pde.api.tools.annotations/build.properties
index c58ea2178c..0dd151ad71 100644
--- a/apitools/org.eclipse.pde.api.tools.annotations/build.properties
+++ b/apitools/org.eclipse.pde.api.tools.annotations/build.properties
@@ -1,5 +1,16 @@
+###############################################################################
+# Copyright (c) 2013, 2014 IBM Corporation and others.
+# 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:
+# IBM Corporation - initial API and implementation
+###############################################################################
source.. = src/
output.. = bin/
bin.includes = META-INF/,\
.,\
- OSGI-INF/
+ OSGI-INF/,\
+ about.html

Back to the top