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:
parent
074f2fbb0e
commit
09efdfa315
2 changed files with 2 additions and 2 deletions
|
@ -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!
|
||||
|
|
|
@ -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">
|
||||
|
|
Loading…
Add table
Reference in a new issue