summaryrefslogtreecommitdiffstats
path: root/bundles
diff options
context:
space:
mode:
authorFelipe Heidrich <fheidric>2009-06-30 13:54:49 +0000
committerFelipe Heidrich <fheidric>2009-06-30 13:54:49 +0000
commit9c86c87179c6e65f42737ae3c791e65655144a79 (patch)
tree05edf1ec8188d6361e207957595004f9e6e31536 /bundles
parent5b2e08ea9bce1e26fdfc73dc33a7eb40aa6a20bf (diff)
downloadeclipse.platform.swt-9c86c87179c6e65f42737ae3c791e65655144a79.tar.gz
eclipse.platform.swt-9c86c87179c6e65f42737ae3c791e65655144a79.tar.xz
eclipse.platform.swt-9c86c87179c6e65f42737ae3c791e65655144a79.zip
*** empty log message ***
Diffstat (limited to 'bundles')
-rw-r--r--bundles/org.eclipse.swt.tools/tasks/build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.swt.tools/tasks/build.xml b/bundles/org.eclipse.swt.tools/tasks/build.xml
index 9314beaad1..7840c27920 100644
--- a/bundles/org.eclipse.swt.tools/tasks/build.xml
+++ b/bundles/org.eclipse.swt.tools/tasks/build.xml
@@ -326,7 +326,7 @@
<echo>Commiting ${removed_files}</echo>
<cvs dest="${fragment}" command="commit -m 'remove v${old_version}' ${removed_files}" cvsRoot="${cvsRoot}" cvsrsh="${cvsRsh}" failonerror="true"/>
<echo>Adding ${added_files}</echo>
- <cvs dest="${fragment}" command="add ${added_files}" cvsRoot="${cvsRoot}" cvsrsh="${cvsRsh}" failonerror="true"/>
+ <cvs dest="${fragment}" command="add -kb ${added_files}" cvsRoot="${cvsRoot}" cvsrsh="${cvsRsh}" failonerror="true"/>
</target>
<target name="build_notes">