Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Vosburgh2012-08-31 20:34:18 +0000
committerBrian Vosburgh2012-08-31 20:39:15 +0000
commit38d94a54d7326cc0c4dd7c71f4038d05e4b93690 (patch)
tree7e18ea3dc088d809db76bf10f5fde1342c2ca9c0
parent48d35fe5252cf12caf4b6937da7f681cc8a0a0ce (diff)
downloadwebtools.dali-38d94a54d7326cc0c4dd7c71f4038d05e4b93690.tar.gz
webtools.dali-38d94a54d7326cc0c4dd7c71f4038d05e4b93690.tar.xz
webtools.dali-38d94a54d7326cc0c4dd7c71f4038d05e4b93690.zip
add common.core model directory to source jar
-rw-r--r--common/plugins/org.eclipse.jpt.common.core/build.properties3
1 files changed, 2 insertions, 1 deletions
diff --git a/common/plugins/org.eclipse.jpt.common.core/build.properties b/common/plugins/org.eclipse.jpt.common.core/build.properties
index f52f6dfa50..8dedd9e6a2 100644
--- a/common/plugins/org.eclipse.jpt.common.core/build.properties
+++ b/common/plugins/org.eclipse.jpt.common.core/build.properties
@@ -17,4 +17,5 @@ bin.includes = .,\
plugin.properties,\
.options
jars.compile.order = .
-src.includes = schema/
+src.includes = schema/,\
+ model/

Back to the top