Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcbateman2008-03-10 02:48:37 +0000
committercbateman2008-03-10 02:48:37 +0000
commit505b0ef3fcf6562b948e012843e782aaf3ae10c8 (patch)
tree5205105dbbc0632f9dcb98c11580ccac8d086ac3 /jsf/plugins
parent61e45ed5c3c7ea1320063ab76a7eb9042c6c1e6c (diff)
downloadwebtools.jsf-505b0ef3fcf6562b948e012843e782aaf3ae10c8.tar.gz
webtools.jsf-505b0ef3fcf6562b948e012843e782aaf3ae10c8.tar.xz
webtools.jsf-505b0ef3fcf6562b948e012843e782aaf3ae10c8.zip
Added jars dir to build.properties.
Diffstat (limited to 'jsf/plugins')
-rw-r--r--jsf/plugins/org.eclipse.jst.jsf.core/build.properties3
1 files changed, 2 insertions, 1 deletions
diff --git a/jsf/plugins/org.eclipse.jst.jsf.core/build.properties b/jsf/plugins/org.eclipse.jst.jsf.core/build.properties
index d1d90e2e5..4802a7cf4 100644
--- a/jsf/plugins/org.eclipse.jst.jsf.core/build.properties
+++ b/jsf/plugins/org.eclipse.jst.jsf.core/build.properties
@@ -17,7 +17,8 @@ bin.includes = META-INF/,\
schema/,\
about.html,\
buildnotes_JSF.html,\
- .options
+ .options,\
+ jars/
src.includes = buildnotes_JSF.html
javacSource=1.5
javacTarget=1.5

Back to the top