Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.debug.examples.ui/build.properties')
-rw-r--r--org.eclipse.debug.examples.ui/build.properties6
1 files changed, 4 insertions, 2 deletions
diff --git a/org.eclipse.debug.examples.ui/build.properties b/org.eclipse.debug.examples.ui/build.properties
index b18c60771..82c144508 100644
--- a/org.eclipse.debug.examples.ui/build.properties
+++ b/org.eclipse.debug.examples.ui/build.properties
@@ -1,5 +1,5 @@
###############################################################################
-# Copyright (c) 2005, 2009 IBM Corporation and others.
+# Copyright (c) 2005, 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
@@ -15,6 +15,8 @@ bin.includes = plugin.xml,\
about.html,\
META-INF/,\
.,\
- icons/
+ icons/,\
+ OSGI-INF/l10n/bundle.properties,\
+ OSGI-INF/
src.includes = about.html,\
icons/

Back to the top