Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDJ Houghton2011-04-15 13:24:05 +0000
committerDJ Houghton2011-04-15 13:24:05 +0000
commit5ba2b2b75bb84408a1703dfae2c7088030eba708 (patch)
treeb30ae1367f5af20130805a3f893eb2824c376d87 /bundles/org.eclipse.equinox.p2.ui.importexport
parent84e7608273c259242bd2931661f6ffe929f0ceaf (diff)
downloadrt.equinox.p2-5ba2b2b75bb84408a1703dfae2c7088030eba708.tar.gz
rt.equinox.p2-5ba2b2b75bb84408a1703dfae2c7088030eba708.tar.xz
rt.equinox.p2-5ba2b2b75bb84408a1703dfae2c7088030eba708.zip
Source bundle missing about.html.
Diffstat (limited to 'bundles/org.eclipse.equinox.p2.ui.importexport')
-rwxr-xr-xbundles/org.eclipse.equinox.p2.ui.importexport/build.properties13
1 files changed, 12 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.p2.ui.importexport/build.properties b/bundles/org.eclipse.equinox.p2.ui.importexport/build.properties
index a230fb68e..d4ba3a810 100755
--- a/bundles/org.eclipse.equinox.p2.ui.importexport/build.properties
+++ b/bundles/org.eclipse.equinox.p2.ui.importexport/build.properties
@@ -1,3 +1,13 @@
+###############################################################################
+# Copyright (c) 2011 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
+###############################################################################
output.. = bin/
bin.includes = META-INF/,\
.,\
@@ -7,4 +17,5 @@ bin.includes = META-INF/,\
about.html,\
OSGI-INF/
source.. = src/
-javacTarget = jsr14 \ No newline at end of file
+javacTarget = jsr14
+src.includes = about.html

Back to the top