Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 431296

Summary: Add stand alone editor and compare widget zip files as additional download options.
Product: [ECD] Orion Reporter: libing wang <libingw>
Component: RelengAssignee: Anthony Hunter <ahunter.eclipse>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: ahunter.eclipse
Version: 5.0   
Target Milestone: 6.0 M1   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description libing wang CLA 2014-03-26 17:20:05 EDT
Currently in Orion build download page we have 5 individual files for editor build and 9 for compare widget build. It is pretty hard for a user to download them easily.
In addition to the individual download files we need to add 2 zip files for the user to download.
Comment 1 libing wang CLA 2014-03-26 17:21:51 EDT
Fixed with patch. Waiting master to be opened then I will push. Anthony will change the download page to reflect it.

diff --git a/releng/org.eclipse.orion.client.releng/builder/orion.mini.xml b/releng/org.eclipse.orion.client.releng/builder/orion.mini.xml
index 0214b65..84c83c7 100644
--- a/releng/org.eclipse.orion.client.releng/builder/orion.mini.xml
+++ b/releng/org.eclipse.orion.client.releng/builder/orion.mini.xml
@@ -193,6 +193,8 @@
 			<copy todir= "${out}" >
 				<fileset dir="${orionClient}/bundles/org.eclipse.orion.client.ui/web/font"  includes="OrionIconFont-Regular.eot, OrionIconFont-Regular.woff, OrionIconFont-Regular.ttf, OrionIconFont-Regular.svg"/>
 			</copy>
+			<zip destFile="${out}/built-editor.zip" basedir="${out}" includes="built-editor.css, built-editor-amd.min.js, built-editor-amd.js, built-editor.min.js, built-editor.js" />
+			<zip destFile="${out}/built-compare.zip" basedir="${out}" includes="built-compare.css, built-compare-amd.min.js, built-compare-amd.js, built-compare.min.js, built-compare.js, OrionIconFont-Regular.eot, OrionIconFont-Regular.woff, OrionIconFont-Regular.ttf, OrionIconFont-Regular.svg" />
 		</sequential>
 	</target>
Comment 3 libing wang CLA 2014-03-31 11:40:52 EDT
The editor's zip file is built-editor.zip. The compare's zip file is built-compare.zip
Comment 4 libing wang CLA 2014-03-31 12:16:36 EDT
Transferred to Anthony. He will add the two zip files as the additional download options in the download page.
Comment 5 Anthony Hunter CLA 2014-03-31 12:19:50 EDT
(In reply to libing wang from comment #4)
> Transferred to Anthony. He will add the two zip files as the additional
> download options in the download page.

Fixed with commit:
http://git.eclipse.org/c/orion/org.eclipse.orion.server.git/commit/?id=5b10d68612e2348487ac02a59ef9caa800204e7a