Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkmoore2012-07-09 16:40:26 +0000
committerkmoore2012-07-09 16:40:26 +0000
commitb091768985d21f806b3909babc1258755de01781 (patch)
tree2222d8fdf6ff883d7d45b26c8ac72647734ec91c /jaxb/plugins
parentd74f2b9f3f137512101655c1f9dae542c120101b (diff)
downloadwebtools.dali-b091768985d21f806b3909babc1258755de01781.tar.gz
webtools.dali-b091768985d21f806b3909babc1258755de01781.tar.xz
webtools.dali-b091768985d21f806b3909babc1258755de01781.zip
Bug 381025 - DBWS icons are not appearing in the build
Diffstat (limited to 'jaxb/plugins')
-rw-r--r--jaxb/plugins/org.eclipse.jpt.dbws.eclipselink.ui/build.properties3
1 files changed, 2 insertions, 1 deletions
diff --git a/jaxb/plugins/org.eclipse.jpt.dbws.eclipselink.ui/build.properties b/jaxb/plugins/org.eclipse.jpt.dbws.eclipselink.ui/build.properties
index 377eb5ce7a..90a03e38be 100644
--- a/jaxb/plugins/org.eclipse.jpt.dbws.eclipselink.ui/build.properties
+++ b/jaxb/plugins/org.eclipse.jpt.dbws.eclipselink.ui/build.properties
@@ -1,5 +1,5 @@
################################################################################
-# Copyright (c) 2010, 2011 Oracle. All rights reserved.
+# Copyright (c) 2010, 2012 Oracle. 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.
@@ -13,6 +13,7 @@ output.. = bin/
bin.includes = .,\
META-INF/,\
about.html,\
+ icons/,\
plugin.xml,\
plugin.properties
jars.compile.order = .

Back to the top