Skip to content
This repository has been archived by the owner on Oct 27, 2019. It is now read-only.

Commit

Permalink
Merge branch 'master' of ssh://dev.eclipse.org/gitroot/e4/org.eclipse…
Browse files Browse the repository at this point in the history
….orion.server
  • Loading branch information
jarthorn committed Jan 28, 2011
2 parents 07fdc59 + 50e60cb commit 3795894
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 1 deletion.
10 changes: 10 additions & 0 deletions releng/org.eclipse.orion.releng/builder/customTargets.xml
Expand Up @@ -3,6 +3,16 @@
<property name="super" value="Build specific targets and properties" />
<import file="${eclipse.pdebuild.templates}/headless-build/customTargets.xml"/>

<!-- bug 335723
This target is overriding the one from productBuild/allElements.xml
so that we can use our own packageOverride.xml which does a different
cleanup.assembly target than the one generated by pde.build -->
<target name="defaultAssemble">
<ant antfile="${builder}/packageOverride.xml" dir="${buildDirectory}">
<property name="assembleScriptName" value="${assembleScriptName}" />
</ant>
</target>

<!-- Map files are here in the releng project -->
<target name="getMapFiles" unless="skipMaps">
<!--<property name="mapsCheckoutTag" value="HEAD" /> -->
Expand Down
12 changes: 12 additions & 0 deletions releng/org.eclipse.orion.releng/builder/packageOverride.xml
@@ -0,0 +1,12 @@
<project name="package.override">

<property name="super" value="Assemble org.eclipse.pde.build.container.feature" />
<import file="${buildDirectory}/${assembleScriptName}" />

<!-- bug 335723 -->
<target name="cleanup.assembly">
<exec executable="rm" dir="${buildDirectory}" >
<arg line="-rf ${assemblyTempDir}" />
</exec>
</target>
</project>
2 changes: 1 addition & 1 deletion releng/org.eclipse.orion.releng/maps/orion.map
@@ -1,5 +1,5 @@
#client
plugin@org.eclipse.orion.client.core=GIT,tag=v20110128-1210,repo=dev.eclipse.org:/gitroot/e4/org.eclipse.orion.client.git,path=bundles/org.eclipse.orion.client.core
plugin@org.eclipse.orion.client.core=GIT,tag=v20110128-1330,repo=dev.eclipse.org:/gitroot/e4/org.eclipse.orion.client.git,path=bundles/org.eclipse.orion.client.core
plugin@org.eclipse.orion.client.editor=GIT,tag=v20110124-1700,repo=dev.eclipse.org:/gitroot/e4/org.eclipse.orion.client.git,path=bundles/org.eclipse.orion.client.editor
plugin@org.eclipse.orion.client.users.ui=GIT,tag=v20110127-1820,repo=dev.eclipse.org:/gitroot/e4/org.eclipse.orion.client.git,path=bundles/org.eclipse.orion.client.users.ui

Expand Down

0 comments on commit 3795894

Please sign in to comment.