1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

whoops put the plugin in the wrong spot.

This commit is contained in:
Doug Schaefer 2010-01-19 04:44:24 +00:00
parent 074f2fbb0e
commit 09efdfa315
2 changed files with 2 additions and 2 deletions

View file

@ -30,6 +30,8 @@ mkdir -p tools
cd tools
cvs -d:pserver:anonymous@dev.eclipse.org:/cvsroot/eclipse \
checkout -r R36_M3 org.eclipse.releng.basebuilder
cp /home/data/httpd/download.eclipse.org/technology/subversive/0.7/pde-update-site/plugins/org.eclipse.team.svn.pde.build_0.7.8.I20090525-1500.jar \
org.eclipse.releng.basebuilder/plugins
cd ..
# Let's go!

View file

@ -16,7 +16,6 @@
<tstamp/>
<property name="eclipseDist" value="/home/data/httpd/download.eclipse.org/eclipse/downloads/drops/S-3.6M4-200912101301/eclipse-SDK-3.6M4-linux-gtk-ppc.tar.gz"/>
<property name="rseDist" value="/home/data/httpd/download.eclipse.org/dsdp/tm/downloads/drops/N.latest/RSE-SDK-latest.zip"/>
<property name="pdeSvnJar" value="/home/data/httpd/download.eclipse.org/technology/subversive/0.7/pde-update-site/plugins/org.eclipse.team.svn.pde.build_0.7.8.I20090525-1500.jar"/>
<property name="branchVersion" value="7.0.0"/>
<property name="timestamp" value="${DSTAMP}${TSTAMP}" />
<property name="forceContextQualifier" value="${timestamp}"/>
@ -134,7 +133,6 @@
<target name="unzip" depends="init" unless="dontUnzip">
<untar src="${eclipseDist}" dest="${buildDirectory}" compression="gzip"/>
<unzip src="${rseDist}" dest="${buildDirectory}"/>
<copy file="${pdeSvnJar}" todir="${buildDirectory}/eclipse/plugins"/>
</target>
<target name="zips" depends="init,unzip">