Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortarendt2013-07-16 09:29:17 +0000
committertarendt2013-07-16 09:29:17 +0000
commit3dfc8de78e21da57f842d017dea3c49c1c936a77 (patch)
treed875c84742d8e4cf8636c592366d6ff22e42e5e7
parentefa92bebeff658a72efc82242987d6af922b031b (diff)
downloadorg.eclipse.emf.refactor.refactoring-3dfc8de78e21da57f842d017dea3c49c1c936a77.tar.gz
org.eclipse.emf.refactor.refactoring-3dfc8de78e21da57f842d017dea3c49c1c936a77.tar.xz
org.eclipse.emf.refactor.refactoring-3dfc8de78e21da57f842d017dea3c49c1c936a77.zip
Build properties refactorings xtext changed
-rw-r--r--org.eclipse.emf.refactor.refactoring.xtext/build.properties4
1 files changed, 3 insertions, 1 deletions
diff --git a/org.eclipse.emf.refactor.refactoring.xtext/build.properties b/org.eclipse.emf.refactor.refactoring.xtext/build.properties
index 6f20375..b274f26 100644
--- a/org.eclipse.emf.refactor.refactoring.xtext/build.properties
+++ b/org.eclipse.emf.refactor.refactoring.xtext/build.properties
@@ -2,4 +2,6 @@ source.. = src/
output.. = bin/
bin.includes = META-INF/,\
.,\
- plugin.xml
+ plugin.xml,\
+ src/,\
+ bin/

Back to the top