Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'json/bundles/org.eclipse.wst.json.core/build.properties')
-rw-r--r--json/bundles/org.eclipse.wst.json.core/build.properties12
1 files changed, 12 insertions, 0 deletions
diff --git a/json/bundles/org.eclipse.wst.json.core/build.properties b/json/bundles/org.eclipse.wst.json.core/build.properties
new file mode 100644
index 0000000000..d6f2a5d0fa
--- /dev/null
+++ b/json/bundles/org.eclipse.wst.json.core/build.properties
@@ -0,0 +1,12 @@
+source.. = src/
+output.. = bin/
+bin.includes = META-INF/,\
+ .,\
+ plugin.xml,\
+ plugin.properties,\
+ about.html,\
+ schema/,\
+ schemastore/
+src.includes = schema/,\
+ schemastore/,\
+ Resource/

Back to the top