|
1 | 1 | <?xml version="1.0" encoding="utf-8"?>
|
2 | 2 | <Entries xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
| 3 | + <Entry> |
| 4 | + <Id>haxe3setup</Id> |
| 5 | + <Name>Haxe + Neko</Name> |
| 6 | + <Version>3.1.3</Version> |
| 7 | + <Build>1</Build> |
| 8 | + <Desc>Haxe 3 and Neko virtual machine installer</Desc> |
| 9 | + <Group>Compilers</Group> |
| 10 | + <Bundles> |
| 11 | + <Bundle>Haxe</Bundle> |
| 12 | + </Bundles> |
| 13 | + <Type>Executable</Type> |
| 14 | + <Info>http://www.haxe.org</Info> |
| 15 | + <Urls> |
| 16 | + <Url>http://haxe.org/file/haxe-3.1.3-win.exe</Url> |
| 17 | + </Urls> |
| 18 | + </Entry> |
3 | 19 | <Entry>
|
4 | 20 | <Id>flexsdk</Id>
|
5 |
| - <Name>Flex SDK</Name> |
| 21 | + <Name>Flex SDK (OLD)</Name> |
6 | 22 | <Version>4.6.0</Version>
|
7 | 23 | <Build>23201B</Build>
|
8 |
| - <Desc>Adobe Flex SDK</Desc> |
9 |
| - <Group>AS3</Group> |
| 24 | + <Desc>Adobe Flex SDK, includes AIR 3.1 SDK</Desc> |
| 25 | + <Group>Compilers</Group> |
10 | 26 | <Info>http://www.adobe.com/devnet/flex.html</Info>
|
11 | 27 | <Urls>
|
12 | 28 | <Url>http://fpdownload.adobe.com/pub/flex/sdk/builds/flex4.6/flex_sdk_4.6.0.23201B.zip</Url>
|
|
15 | 31 | </Entry>
|
16 | 32 | <Entry>
|
17 | 33 | <Id>flexairsdk</Id>
|
18 |
| - <Name>Flex + AIR SDK</Name> |
| 34 | + <Name>Flex SDK + AIR SDK</Name> |
19 | 35 | <Version>4.6.0+16.0.0</Version>
|
20 | 36 | <Build>23201B+272</Build>
|
21 | 37 | <Desc>Adobe Flex SDK merged with Adobe AIR SDK</Desc>
|
22 | 38 | <Info>http://www.adobe.com/devnet/air.html</Info>
|
23 |
| - <Group>AS3</Group> |
| 39 | + <Group>Compilers</Group> |
| 40 | + <Bundles> |
| 41 | + <Bundle>AS3</Bundle> |
| 42 | + </Bundles> |
24 | 43 | <Urls>
|
25 | 44 | <Url>http://fpdownload.adobe.com/pub/flex/sdk/builds/flex4.6/flex_sdk_4.6.0.23201B.zip</Url>
|
26 | 45 | <Url>http://airdownload.adobe.com/air/win/download/16.0/AdobeAIRSDK.zip</Url>
|
|
34 | 53 | <Build>272</Build>
|
35 | 54 | <Desc>Adobe AIR SDK with ASC 2.0</Desc>
|
36 | 55 | <Info>http://www.adobe.com/devnet/air.html</Info>
|
37 |
| - <Group>AS3</Group> |
| 56 | + <Group>Compilers</Group> |
| 57 | + <Bundles> |
| 58 | + <Bundle>AIR</Bundle> |
| 59 | + </Bundles> |
38 | 60 | <Urls>
|
39 | 61 | <Url>http://airdownload.adobe.com/air/win/download/16.0/AIRSDK_Compiler.zip</Url>
|
40 | 62 | <Url>http://www.flashdevelop.org/appman/frameworks_flexsdk_9-16.zip</Url>
|
41 | 63 | </Urls>
|
42 | 64 | </Entry>
|
| 65 | + <Entry> |
| 66 | + <Id>aflexsdk</Id> |
| 67 | + <Name>Apache Flex SDK</Name> |
| 68 | + <Version>3.1.0</Version> |
| 69 | + <Build>1</Build> |
| 70 | + <Desc>Apache Flex SDK and dependencies installer</Desc> |
| 71 | + <Group>Compilers</Group> |
| 72 | + <Bundles> |
| 73 | + <Bundle>Flex</Bundle> |
| 74 | + </Bundles> |
| 75 | + <Type>Executable</Type> |
| 76 | + <Info>http://flex.apache.org/index.html</Info> |
| 77 | + <Urls> |
| 78 | + <Url>http://mirror.netinch.com/pub/apache/flex/installer/3.1/binaries/apache-flex-sdk-installer-3.1.0-bin.exe</Url> |
| 79 | + </Urls> |
| 80 | + </Entry> |
| 81 | + <Entry> |
| 82 | + <Id>closure</Id> |
| 83 | + <Name>Closure Compiler</Name> |
| 84 | + <Version>1.0.0</Version> |
| 85 | + <Build>v20140110</Build> |
| 86 | + <Desc>Google Closure Compiler for JavaScript</Desc> |
| 87 | + <Group>Compilers</Group> |
| 88 | + <Info>https://developers.google.com/closure/compiler/</Info> |
| 89 | + <Urls> |
| 90 | + <Url>http://dl.google.com/closure-compiler/compiler-20140110.zip</Url> |
| 91 | + </Urls> |
| 92 | + </Entry> |
| 93 | + <Entry> |
| 94 | + <Id>airrt</Id> |
| 95 | + <Name>Adobe AIR</Name> |
| 96 | + <Version>16.0.0</Version> |
| 97 | + <Build>272</Build> |
| 98 | + <Desc>Adobe AIR for AIR applications installer</Desc> |
| 99 | + <Group>Runtimes</Group> |
| 100 | + <Bundles> |
| 101 | + <Bundle>AIR</Bundle> |
| 102 | + </Bundles> |
| 103 | + <Type>Executable</Type> |
| 104 | + <Info>http://www.adobe.com/products/air.html</Info> |
| 105 | + <Urls> |
| 106 | + <Url>http://airdownload.adobe.com/air/win/download/16.0/AdobeAIRInstaller.exe</Url> |
| 107 | + </Urls> |
| 108 | + </Entry> |
43 | 109 | <Entry>
|
44 | 110 | <Id>flashsa</Id>
|
45 | 111 | <Name>Flash Player (SA)</Name>
|
46 | 112 | <Version>16.0.0</Version>
|
47 | 113 | <Build>257</Build>
|
48 | 114 | <Desc>Standalone debug Flash Player</Desc>
|
49 |
| - <Group>AS3</Group> |
| 115 | + <Group>Runtimes</Group> |
| 116 | + <Bundles> |
| 117 | + <Bundle>Haxe</Bundle> |
| 118 | + <Bundle>AS3</Bundle> |
| 119 | + <Bundle>AIR</Bundle> |
| 120 | + <Bundle>Flex</Bundle> |
| 121 | + </Bundles> |
50 | 122 | <Info>http://www.adobe.com/support/flashplayer/downloads.html</Info>
|
51 | 123 | <Urls>
|
52 | 124 | <Url>http://download.macromedia.com/pub/flashplayer/updaters/16/flashplayer_16_sa_debug.exe</Url>
|
|
58 | 130 | <Version>16.0.0</Version>
|
59 | 131 | <Build>257</Build>
|
60 | 132 | <Desc>Debug Flash Player plugin for Netscape browsers</Desc>
|
61 |
| - <Group>AS3</Group> |
| 133 | + <Group>Runtimes</Group> |
62 | 134 | <Type>Executable</Type>
|
63 | 135 | <Info>http://www.adobe.com/support/flashplayer/downloads.html</Info>
|
64 | 136 | <Urls>
|
|
71 | 143 | <Version>16.0.0</Version>
|
72 | 144 | <Build>257</Build>
|
73 | 145 | <Desc>Debug Flash Player plugin for Internet Explorer</Desc>
|
74 |
| - <Group>AS3</Group> |
| 146 | + <Group>Runtimes</Group> |
75 | 147 | <Type>Executable</Type>
|
76 | 148 | <Info>http://www.adobe.com/support/flashplayer/downloads.html</Info>
|
77 | 149 | <Urls>
|
78 | 150 | <Url>http://download.macromedia.com/pub/flashplayer/updaters/16/flashplayer_16_ax_debug.exe</Url>
|
79 | 151 | </Urls>
|
80 | 152 | </Entry>
|
81 |
| - <Entry> |
82 |
| - <Id>aflexsdk</Id> |
83 |
| - <Name>Apache Flex SDK</Name> |
84 |
| - <Version>3.1.0</Version> |
85 |
| - <Build>1</Build> |
86 |
| - <Desc>Apache Flex SDK and dependencies installer</Desc> |
87 |
| - <Group>AS3</Group> |
88 |
| - <Type>Executable</Type> |
89 |
| - <Info>http://flex.apache.org/index.html</Info> |
90 |
| - <Urls> |
91 |
| - <Url>http://mirror.netinch.com/pub/apache/flex/installer/3.1/binaries/apache-flex-sdk-installer-3.1.0-bin.exe</Url> |
92 |
| - </Urls> |
93 |
| - </Entry> |
94 |
| - <Entry> |
95 |
| - <Id>airrt</Id> |
96 |
| - <Name>Adobe AIR</Name> |
97 |
| - <Version>16.0.0</Version> |
98 |
| - <Build>272</Build> |
99 |
| - <Desc>Adobe AIR for AIR applications installer</Desc> |
100 |
| - <Group>AS3</Group> |
101 |
| - <Type>Executable</Type> |
102 |
| - <Info>http://www.adobe.com/products/air.html</Info> |
103 |
| - <Urls> |
104 |
| - <Url>http://airdownload.adobe.com/air/win/download/16.0/AdobeAIRInstaller.exe</Url> |
105 |
| - </Urls> |
106 |
| - </Entry> |
107 |
| - <Entry> |
108 |
| - <Id>haxe3setup</Id> |
109 |
| - <Name>Haxe 3</Name> |
110 |
| - <Version>3.1.3</Version> |
111 |
| - <Build>1</Build> |
112 |
| - <Desc>Haxe 3 and Neko virtual machine installer</Desc> |
113 |
| - <Group>Other</Group> |
114 |
| - <Type>Executable</Type> |
115 |
| - <Info>http://www.haxe.org</Info> |
116 |
| - <Urls> |
117 |
| - <Url>http://haxe.org/file/haxe-3.1.3-win.exe</Url> |
118 |
| - </Urls> |
119 |
| - </Entry> |
120 |
| - <Entry> |
121 |
| - <Id>closure</Id> |
122 |
| - <Name>Closure Compiler</Name> |
123 |
| - <Version>1.0.0</Version> |
124 |
| - <Build>v20140110</Build> |
125 |
| - <Desc>Google Closure Compiler for JavaScript</Desc> |
126 |
| - <Group>Other</Group> |
127 |
| - <Info>https://developers.google.com/closure/compiler/</Info> |
128 |
| - <Urls> |
129 |
| - <Url>http://dl.google.com/closure-compiler/compiler-20140110.zip</Url> |
130 |
| - </Urls> |
131 |
| - </Entry> |
132 | 153 | <Entry>
|
133 | 154 | <Id>torgit</Id>
|
134 | 155 | <Name>TortoiseGit</Name>
|
135 | 156 | <Version>1.8.12</Version>
|
136 | 157 | <Build>1</Build>
|
137 | 158 | <Desc>Git client 32-bit installer</Desc>
|
138 |
| - <Group>Other</Group> |
| 159 | + <Group>Source Control</Group> |
| 160 | + <Bundles> |
| 161 | + <Bundle>Git</Bundle> |
| 162 | + </Bundles> |
139 | 163 | <Type>Executable</Type>
|
140 | 164 | <Info>https://code.google.com/p/tortoisegit/</Info>
|
141 | 165 | <Urls>
|
|
148 | 172 | <Version>1.9.5</Version>
|
149 | 173 | <Build>1</Build>
|
150 | 174 | <Desc>Git command line client 32-bit installer</Desc>
|
151 |
| - <Group>Other</Group> |
| 175 | + <Group>Source Control</Group> |
| 176 | + <Bundles> |
| 177 | + <Bundle>Git</Bundle> |
| 178 | + </Bundles> |
152 | 179 | <Type>Executable</Type>
|
153 | 180 | <Info>http://msysgit.github.io/</Info>
|
154 | 181 | <Urls>
|
|
161 | 188 | <Version>1.8.10</Version>
|
162 | 189 | <Build>1</Build>
|
163 | 190 | <Desc>Subversion client 32-bit installer</Desc>
|
164 |
| - <Group>Other</Group> |
| 191 | + <Group>Source Control</Group> |
| 192 | + <Bundles> |
| 193 | + <Bundle>SVN</Bundle> |
| 194 | + </Bundles> |
165 | 195 | <Type>Executable</Type>
|
166 | 196 | <Info>https://code.google.com/p/tortoisegit/</Info>
|
167 | 197 | <Urls>
|
|
174 | 204 | <Version>1.8.11</Version>
|
175 | 205 | <Build>1</Build>
|
176 | 206 | <Desc>Subversion command line client 32-bit installer</Desc>
|
177 |
| - <Group>Other</Group> |
| 207 | + <Group>Source Control</Group> |
| 208 | + <Bundles> |
| 209 | + <Bundle>SVN</Bundle> |
| 210 | + </Bundles> |
178 | 211 | <Type>Executable</Type>
|
179 | 212 | <Info>http://www.sliksvn.com/en/download/</Info>
|
180 | 213 | <Urls>
|
|
0 commit comments