mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
try unzipping the test plugins to the dropin folder instead
This commit is contained in:
parent
f599de21e1
commit
f5bac6723b
1 changed files with 4 additions and 4 deletions
|
@ -140,12 +140,12 @@
|
|||
<unzip src="${zipsdir}/cdt-master-${branchVersion}-${buildId}.zip"
|
||||
dest="${buildDirectory}/eclipse"/>
|
||||
<unjar src="${buildDirectory}/eclipse/plugins/org.eclipse.cdt.testing_${branchVersion}.${timestamp}.jar"
|
||||
dest="${buildDirectory}/eclipse/plugins/org.eclipse.cdt.testing_${branchVersion}.${timestamp}"/>
|
||||
dest="${buildDirectory}/eclipse/dropins/eclipse/plugins/org.eclipse.cdt.testing_${branchVersion}.${timestamp}"/>
|
||||
<unjar src="${buildDirectory}/eclipse/plugins/${eclipseTest}.jar"
|
||||
dest="${buildDirectory}/eclipse/plugins/${eclipseTest}"/>
|
||||
<ant antfile="test.xml" dir="${buildDirectory}/eclipse/plugins/org.eclipse.cdt.testing_${branchVersion}.${forceContextQualifier}">
|
||||
dest="${buildDirectory}/eclipse/dropins/eclipse/plugins/${eclipseTest}"/>
|
||||
<ant antfile="test.xml" dir="${buildDirectory}/eclipse/dropins/eclipse/plugins/org.eclipse.cdt.testing_${branchVersion}.${forceContextQualifier}">
|
||||
<property name="eclipse-home" value="${buildDirectory}/eclipse"/>
|
||||
<property name="library-file" value="${buildDirectory}/eclipse/plugins/${eclipseTest}/library.xml"/>
|
||||
<property name="library-file" value="${buildDirectory}/eclipse/dropins/eclipse/plugins/${eclipseTest}/library.xml"/>
|
||||
<property name="os" value="${baseos}"/>
|
||||
<property name="ws" value="${basews}"/>
|
||||
<property name="arch" value="${basearch}"/>
|
||||
|
|
Loading…
Add table
Reference in a new issue