Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.osgi/build.properties')
-rw-r--r--bundles/org.eclipse.osgi/build.properties5
1 files changed, 3 insertions, 2 deletions
diff --git a/bundles/org.eclipse.osgi/build.properties b/bundles/org.eclipse.osgi/build.properties
index 89ec1bca2..d7eb3d8e9 100644
--- a/bundles/org.eclipse.osgi/build.properties
+++ b/bundles/org.eclipse.osgi/build.properties
@@ -1,5 +1,5 @@
###############################################################################
-# Copyright (c) 2003, 2013 IBM Corporation and others.
+# Copyright (c) 2003, 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
@@ -15,7 +15,8 @@ bin.includes = .options,\
systembundle.properties,\
*.profile,\
profile.list,\
- about_files/
+ about_files/,\
+ plugin.xml
src.includes = about.html,\
about_files/
source.. = osgi/src,\

Back to the top