Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlgoubet2011-05-09 09:54:07 +0000
committerlgoubet2011-05-09 09:54:07 +0000
commit4325cd1d94bb085f5b49afd93d5a00ea0d004e1a (patch)
tree77f1ea973abb2301c1726c1a37748451ff4a4520
parente45a9b826ebde8a9458808e8dbb0723797828dbe (diff)
downloadorg.eclipse.emf.compare-4325cd1d94bb085f5b49afd93d5a00ea0d004e1a.tar.gz
org.eclipse.emf.compare-4325cd1d94bb085f5b49afd93d5a00ea0d004e1a.tar.xz
org.eclipse.emf.compare-4325cd1d94bb085f5b49afd93d5a00ea0d004e1a.zip
eGit bug, trying to resolve "changed but not changed" files
-rw-r--r--plugins/org.eclipse.emf.compare.doc/build.properties19
1 files changed, 10 insertions, 9 deletions
diff --git a/plugins/org.eclipse.emf.compare.doc/build.properties b/plugins/org.eclipse.emf.compare.doc/build.properties
index 437a504e4..c834621f9 100644
--- a/plugins/org.eclipse.emf.compare.doc/build.properties
+++ b/plugins/org.eclipse.emf.compare.doc/build.properties
@@ -8,17 +8,18 @@
# Contributors:
# Obeo - initial API and implementation
#################################################################################
-output.. = bin/
-custom=true
bin.includes = plugin.xml,\
about.html,\
META-INF/,\
- *.xml,\
- *.zip
+ *.zip,\
+ plugin.properties,\
+ tutorials/,\
+ images/,\
+ html/,\
+ toc.xml
src.includes = toc.xml,\
*.zip,\
- tocconcepts.xml,\
- tocreference.xml,\
- tocsamples.xml,\
- plugin.xml,\
- META-INF/
+ tutorials/,\
+ images/,\
+ html/,\
+ about.html

Back to the top