Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Schindl2013-07-15 22:09:13 +0000
committerTom Schindl2013-07-15 22:09:13 +0000
commitfea788d15721967ead85f2b3ac9d73632ef1a219 (patch)
tree88c2afb4dbad0412ccb879f6fc0b1194bf8094a7
parentdbd2a2dd9986d032a11b01c4268427fce0aabcb2 (diff)
downloadorg.eclipse.efxclipse-fea788d15721967ead85f2b3ac9d73632ef1a219.tar.gz
org.eclipse.efxclipse-fea788d15721967ead85f2b3ac9d73632ef1a219.tar.xz
org.eclipse.efxclipse-fea788d15721967ead85f2b3ac9d73632ef1a219.zip
fixed build
-rwxr-xr-xbundles/tooling/org.eclipse.fx.ide.css.jfx/build.properties3
1 files changed, 1 insertions, 2 deletions
diff --git a/bundles/tooling/org.eclipse.fx.ide.css.jfx/build.properties b/bundles/tooling/org.eclipse.fx.ide.css.jfx/build.properties
index e0ef0910e..1e68d6ddd 100755
--- a/bundles/tooling/org.eclipse.fx.ide.css.jfx/build.properties
+++ b/bundles/tooling/org.eclipse.fx.ide.css.jfx/build.properties
@@ -2,6 +2,5 @@ output.. = bin/
bin.includes = META-INF/,\
.,\
about.html,\
- OSGI-INF/,\
- OSGI-INF/jfxprovider.xml
+ OSGI-INF/
source.. = src/

Back to the top