summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/tasks
diff options
context:
space:
mode:
authorSilenio Quarti <silenio>2010-07-07 02:31:34 +0000
committerSilenio Quarti <silenio>2010-07-07 02:31:34 +0000
commitc27f151b2d51a05f6d256b4a1bdf6c1e4635f866 (patch)
treea3d3c95e94a68ead19ea02352e994e27c0d80eb3 /bundles/org.eclipse.swt/tasks
parent53cf0fe391c84e41b6c37f9d4f7b456edf81529d (diff)
downloadeclipse.platform.swt-c27f151b2d51a05f6d256b4a1bdf6c1e4635f866.tar.gz
eclipse.platform.swt-c27f151b2d51a05f6d256b4a1bdf6c1e4635f866.tar.xz
eclipse.platform.swt-c27f151b2d51a05f6d256b4a1bdf6c1e4635f866.zip
remove bogus change
Diffstat (limited to 'bundles/org.eclipse.swt/tasks')
-rw-r--r--bundles/org.eclipse.swt/tasks/build.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/bundles/org.eclipse.swt/tasks/build.xml b/bundles/org.eclipse.swt/tasks/build.xml
index ff01e72623..ac504a9d05 100644
--- a/bundles/org.eclipse.swt/tasks/build.xml
+++ b/bundles/org.eclipse.swt/tasks/build.xml
@@ -713,7 +713,7 @@
<replace file="${tmpdir}/${make_common}" token="comma_ver=${comma_ver}" value="comma_ver=${new_comma_ver}"/>
<!-- Commit the files -->
- <!--cvs cvsRoot="${cvsRoot}" cvsrsh="${cvsRsh}" failonerror="true" dest="${tmpdir}">
+ <cvs cvsRoot="${cvsRoot}" cvsrsh="${cvsRsh}" failonerror="true" dest="${tmpdir}">
<commandline>
<argument value="commit"/>
<argument value="-m"/>
@@ -723,7 +723,7 @@
<argument value="${make_common}"/>
<argument value="${version_file}"/>
</commandline>
- </cvs-->
+ </cvs>
<!-- See bug 201700 -->
<!--antcall target="update_manifest"/-->