| Summary: | Add stand alone editor and compare widget zip files as additional download options. | ||
|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | libing wang <libingw> |
| Component: | Releng | Assignee: | 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
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>
pushed to master with http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=53c279035df54de2e5dcb2382814f6aa4d1b1d6f. The editor's zip file is built-editor.zip. The compare's zip file is built-compare.zip Transferred to Anthony. He will add the two zip files as the additional download options in the download page. (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 |