Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcbateman2006-11-10 20:01:23 +0000
committercbateman2006-11-10 20:01:23 +0000
commit425fde8d6106d252d1be39d950359842b5815a9f (patch)
treeda3cdaf2ec4353570a7f0053287ca02abcb89caf /jsf/plugins/org.eclipse.jst.jsf.common/build.properties
parent91f4087e01fe9b54ced4b979d421272cc05de6d9 (diff)
downloadwebtools.jsf-425fde8d6106d252d1be39d950359842b5815a9f.tar.gz
webtools.jsf-425fde8d6106d252d1be39d950359842b5815a9f.tar.xz
webtools.jsf-425fde8d6106d252d1be39d950359842b5815a9f.zip
Adding new common module that unifies JSF-neutral code and API used in the JSF tools project.
Diffstat (limited to 'jsf/plugins/org.eclipse.jst.jsf.common/build.properties')
-rw-r--r--jsf/plugins/org.eclipse.jst.jsf.common/build.properties8
1 files changed, 8 insertions, 0 deletions
diff --git a/jsf/plugins/org.eclipse.jst.jsf.common/build.properties b/jsf/plugins/org.eclipse.jst.jsf.common/build.properties
new file mode 100644
index 000000000..b60bcabe4
--- /dev/null
+++ b/jsf/plugins/org.eclipse.jst.jsf.common/build.properties
@@ -0,0 +1,8 @@
+source.. = src/
+output.. = bin/
+bin.includes = META-INF/,\
+ .,\
+ bin/,\
+ build.properties,\
+ plugin.properties,\
+ about.html \ No newline at end of file

Back to the top