Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Vosburgh2012-10-16 22:28:28 +0000
committerBrian Vosburgh2012-10-16 22:28:28 +0000
commit05f6d33684a97a1e820a64396ce38db955c2d38a (patch)
tree0d7afa366b20faf114c952537e21d6736459559d /jpa/plugins
parent868ffe32c300b549cad75ae5fde7160addfb7482 (diff)
downloadwebtools.dali-05f6d33684a97a1e820a64396ce38db955c2d38a.tar.gz
webtools.dali-05f6d33684a97a1e820a64396ce38db955c2d38a.tar.xz
webtools.dali-05f6d33684a97a1e820a64396ce38db955c2d38a.zip
move JPA UI plug-in ./templates directory to SDK build
Diffstat (limited to 'jpa/plugins')
-rw-r--r--jpa/plugins/org.eclipse.jpt.jpa.ui/build.properties4
1 files changed, 2 insertions, 2 deletions
diff --git a/jpa/plugins/org.eclipse.jpt.jpa.ui/build.properties b/jpa/plugins/org.eclipse.jpt.jpa.ui/build.properties
index b64eb0d178..ecb8737890 100644
--- a/jpa/plugins/org.eclipse.jpt.jpa.ui/build.properties
+++ b/jpa/plugins/org.eclipse.jpt.jpa.ui/build.properties
@@ -16,9 +16,9 @@ bin.includes = .,\
icons/,\
plugin.xml,\
plugin.properties,\
- templates/,\
images/,\
.options
jars.compile.order = .
-src.includes = schema/
+src.includes = schema/,\
+ templates/

Back to the top