Skip to main content
summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorBrian Vosburgh2012-08-31 20:35:34 +0000
committerBrian Vosburgh2012-08-31 20:39:21 +0000
commit1000d7abed5cd6f526d35b49b0b1ad0f5dbc1b35 (patch)
treee78742ded71f459d2921de4ea06c586865717c6b /common
parent38d94a54d7326cc0c4dd7c71f4038d05e4b93690 (diff)
downloadwebtools.dali-1000d7abed5cd6f526d35b49b0b1ad0f5dbc1b35.tar.gz
webtools.dali-1000d7abed5cd6f526d35b49b0b1ad0f5dbc1b35.tar.xz
webtools.dali-1000d7abed5cd6f526d35b49b0b1ad0f5dbc1b35.zip
add new common.ui plugin.xml file to plug-in jar
Diffstat (limited to 'common')
-rw-r--r--common/plugins/org.eclipse.jpt.common.ui/build.properties1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/plugins/org.eclipse.jpt.common.ui/build.properties b/common/plugins/org.eclipse.jpt.common.ui/build.properties
index a00c5c6ca0..09040302a1 100644
--- a/common/plugins/org.eclipse.jpt.common.ui/build.properties
+++ b/common/plugins/org.eclipse.jpt.common.ui/build.properties
@@ -13,6 +13,7 @@ output.. = bin/
bin.includes = .,\
META-INF/,\
about.html,\
+ plugin.xml,\
plugin.properties,\
.options
jars.compile.order = .

Back to the top