NEW - bug 334258: Update UDC Releng to use Tycho
https://bugs.eclipse.org/bugs/show_bug.cgi?id=334258
diff --git a/releng/org.eclipse.epp.usagedata.releng.tycho/build.sh b/releng/org.eclipse.epp.usagedata.releng.tycho/build.sh
new file mode 100755
index 0000000..69332fa
--- /dev/null
+++ b/releng/org.eclipse.epp.usagedata.releng.tycho/build.sh
@@ -0,0 +1,19 @@
+#!/bin/bash
+root=:pserver:anonymous@dev.eclipse.org:/cvsroot/technology
+path=org.eclipse.epp
+target=workspace
+tag=${1:-HEAD}
+echo $tag
+cvs -d $root checkout -d $target/org.eclipse.epp.usagedata.feature -r $tag $path/features/org.eclipse.epp.usagedata.feature
+cvs -d $root checkout -d $target/org.eclipse.epp.usagedata.gathering -r $tag $path/plugins/org.eclipse.epp.usagedata.gathering
+cvs -d $root checkout -d $target/org.eclipse.epp.usagedata.recording -r $tag $path/plugins/org.eclipse.epp.usagedata.recording
+cvs -d $root checkout -d $target/org.eclipse.epp.usagedata.ui -r $tag $path/plugins/org.eclipse.epp.usagedata.ui
+cvs -d $root checkout -d $target/org.eclipse.epp.usagedata.tests -r $tag $path/test/org.eclipse.epp.usagedata.tests
+cvs -d $root checkout -d $target/org.eclipse.epp.usagedata.gathering.tests -r $tag $path/test/org.eclipse.epp.usagedata.gathering.tests
+cvs -d $root checkout -d $target/org.eclipse.epp.usagedata.recording.tests -r $tag $path/test/org.eclipse.epp.usagedata.recording.tests
+cvs -d $root checkout -d $target/org.eclipse.epp.usagedata.ui.tests -r $tag $path/test/org.eclipse.epp.usagedata.ui.tests
+cvs -d $root checkout -d $target/org.eclipse.epp.usagedata.repository -r $tag $path/releng/org.eclipse.epp.usagedata.repository
+cvs -d $root checkout -d $target/org.eclipse.epp.usagedata.releng.tycho -r $tag $path/releng/org.eclipse.epp.usagedata.releng.tycho
+cd $target/org.eclipse.epp.usagedata.releng.tycho
+mvn clean install
+