diff options
author | Michael Rennie | 2011-07-06 19:22:30 +0000 |
---|---|---|
committer | Michael Rennie | 2011-07-06 19:22:30 +0000 |
commit | bbc6a13779b7a6542fa76a1b4d22effb2b017547 (patch) | |
tree | b29eedfe39116b5c3f20ad3c800870c5c7dcdd67 /org.eclipse.debug.examples.ui/build.properties | |
parent | ab355ec168efda9893f01c768f9243f2ad85d0bd (diff) | |
download | eclipse.platform.debug-bbc6a13779b7a6542fa76a1b4d22effb2b017547.tar.gz eclipse.platform.debug-bbc6a13779b7a6542fa76a1b4d22effb2b017547.tar.xz eclipse.platform.debug-bbc6a13779b7a6542fa76a1b4d22effb2b017547.zip |
[nobug] remove Javadoc warnings and NLS manifest + plugin.xml
Diffstat (limited to 'org.eclipse.debug.examples.ui/build.properties')
-rw-r--r-- | org.eclipse.debug.examples.ui/build.properties | 6 |
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/ |