1 | <?xml version="1.0" encoding="UTF-8"?> |
---|
2 | <?xml-stylesheet type = "text/xsl" href = "http://www.coin-or.org/projects/autoGen.xsl"?> |
---|
3 | <projectData xmlns="coin-or.org" |
---|
4 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
---|
5 | xsi:schemaLocation="coin-or.org http://www.coin-or.org/projects/autoGen.xsd"> |
---|
6 | |
---|
7 | <!-- This file is a template that will you fill in in order to provide --> |
---|
8 | <!-- specific information about your project. Once the template is --> |
---|
9 | <!-- filled in and checked into your projects repository in the conf/ --> |
---|
10 | <!-- directory, it will be automatically parsed and displayed in a --> |
---|
11 | <!-- standard HTML format when users call up the file from the main --> |
---|
12 | <!-- COIN Web site. The file is extensively commented to help you --> |
---|
13 | <!-- understand where to fill in the various pieces of required --> |
---|
14 | <!-- information. The comments are enclosed in blocks like this one. --> |
---|
15 | |
---|
16 | <projectBasics> |
---|
17 | |
---|
18 | <!-- Fill in your project's name in this block. --> |
---|
19 | <!-- For example, for SYMPHONY, you would put: --> |
---|
20 | <!-- --> |
---|
21 | <!-- <projectName> --> |
---|
22 | <!-- SYMPHONY --> |
---|
23 | <!-- </projectName> --> |
---|
24 | <!-- --> |
---|
25 | <!-- Fill in your text below (outside the comment block). --> |
---|
26 | |
---|
27 | <projectName> BuildTools </projectName> |
---|
28 | |
---|
29 | <!-- Fill in a brief description of your project here. --> |
---|
30 | <!-- For example, for SYMPHONY, you might put: --> |
---|
31 | <!-- --> |
---|
32 | <!-- <projectDescription> --> |
---|
33 | <!-- SYMPHONY is an open-source generic MILP solver, --> |
---|
34 | <!-- callable library, and extensible framework for --> |
---|
35 | <!-- implementing customized solvers for mixed-integer --> |
---|
36 | <!-- linear programs (MILPs). Blah, blah, blah. --> |
---|
37 | <!-- </projectDescription> --> |
---|
38 | <!-- --> |
---|
39 | <!-- Fill in your text below (outside the comment block) --> |
---|
40 | |
---|
41 | <projectDescription> |
---|
42 | COIN-OR developer tools and documentation, tools for managing |
---|
43 | configuration and compilation of various COIN-OR projects |
---|
44 | under Linux, Unix, and Cygwin. |
---|
45 | </projectDescription> |
---|
46 | <projectShortDescription> |
---|
47 | Tools for managing configuration and compilation of various |
---|
48 | COIN-OR projects under Linux, Unix, and Cygwin. |
---|
49 | </projectShortDescription> |
---|
50 | |
---|
51 | <!-- Fill in the project manager's name and (obfuscated) --> |
---|
52 | <!-- e-mail address here (only one name allowed). --> |
---|
53 | <!-- For example, for the SYMPHONY project, you would put --> |
---|
54 | <!-- --> |
---|
55 | <!--<projectManager> --> |
---|
56 | <!-- Ted Ralphs, tkralphs at lehigh dot edu --> |
---|
57 | <!--</projectManager> --> |
---|
58 | <!-- --> |
---|
59 | <!--Fill in your text below (outside the comment block). --> |
---|
60 | |
---|
61 | <projectManager>stefan at gams dot com</projectManager> |
---|
62 | |
---|
63 | <!-- Fill in the URLS you would like use for your main --> |
---|
64 | <!-- home page. This could be either your Trac page or --> |
---|
65 | <!-- your static page (if you have one). --> |
---|
66 | <!-- For example, for SYMPHONY, you would put --> |
---|
67 | <!-- --> |
---|
68 | <!-- --> |
---|
69 | <!--<projectHomePage> --> |
---|
70 | <!-- https://projects.coin-or.org/SYMPHONY --> |
---|
71 | <!--</projectHomePage> --> |
---|
72 | <!-- --> |
---|
73 | <!--Fill in your text below (outside the comment block). --> |
---|
74 | |
---|
75 | <projectHomePage>https://projects.coin-or.org/BuildTools</projectHomePage> |
---|
76 | |
---|
77 | <!-- Fill in the name of the license your project uses --> |
---|
78 | <!-- and a link to its page on www.opensource.org --> |
---|
79 | <!-- For example, if you use the CPL, you would put --> |
---|
80 | <!-- --> |
---|
81 | <!--<projectLicense> --> |
---|
82 | <!-- Common Public License 1.0 --> |
---|
83 | <!--</projectLicense> --> |
---|
84 | <!--<projectLicenseURL> --> |
---|
85 | <!-- http://www.opensource.org/licenses/cpl1.0.php --> |
---|
86 | <!--</projectLicenseURL> --> |
---|
87 | <!-- --> |
---|
88 | <!--Fill in your text below (outside the comment block). --> |
---|
89 | |
---|
90 | <projectLicense> Eclipse Public License 1.0</projectLicense> |
---|
91 | <projectLicenseURL>http://opensource.org/licenses/EPL-1.0</projectLicenseURL> |
---|
92 | |
---|
93 | <!-- Below, you can list other COIN projects your project --> |
---|
94 | <!-- depends on. These are listed one by one, as in the --> |
---|
95 | <!-- following example for SYMPHONY: --> |
---|
96 | <!-- --> |
---|
97 | <!--<coinLinkedProjects> --> |
---|
98 | <!-- --> |
---|
99 | <!-- <coinProject> --> |
---|
100 | <!-- <repoName> --> |
---|
101 | <!-- CoinUtils --> |
---|
102 | <!-- </repoName> --> |
---|
103 | <!-- </coinProject> --> |
---|
104 | <!-- --> |
---|
105 | <!-- <coinProject> --> |
---|
106 | <!-- <repoName> --> |
---|
107 | <!-- Cgl --> |
---|
108 | <!-- </repoName> --> |
---|
109 | <!-- </coinProject> --> |
---|
110 | <!-- --> |
---|
111 | <!-- <coinProject> --> |
---|
112 | <!-- <repoName> --> |
---|
113 | <!-- Osi --> |
---|
114 | <!-- </repoName> --> |
---|
115 | <!-- </coinProject> --> |
---|
116 | <!-- --> |
---|
117 | <!-- <coinProject> --> |
---|
118 | <!-- <repoName> --> |
---|
119 | <!-- Clp --> |
---|
120 | <!-- </repoName> --> |
---|
121 | <!-- </coinProject> --> |
---|
122 | <!-- --> |
---|
123 | <!--</coinLinkedProjects> --> |
---|
124 | <!-- --> |
---|
125 | <!--Fill in your text below (outside the comment block). --> |
---|
126 | |
---|
127 | <coinLinkedProjects> </coinLinkedProjects> |
---|
128 | |
---|
129 | <!-- Below, you can list other packages your project --> |
---|
130 | <!-- either requires or can optionally link to. These are --> |
---|
131 | <!-- one by one, as in the following example: --> |
---|
132 | <!-- --> |
---|
133 | <!--<otherLinkedPackages> --> |
---|
134 | <!-- --> |
---|
135 | <!-- <otherPackage> --> |
---|
136 | <!-- <packageName> --> |
---|
137 | <!-- GLPK --> |
---|
138 | <!-- </packageName> --> |
---|
139 | <!-- <packageURL> --> |
---|
140 | <!-- http://www.gnu.org/software/glpk/ --> |
---|
141 | <!-- </packageURL> --> |
---|
142 | <!-- <requiredOrOptional> --> |
---|
143 | <!-- Optional --> |
---|
144 | <!-- </requiredOrOptional> --> |
---|
145 | <!-- </otherPackage> --> |
---|
146 | <!-- --> |
---|
147 | <!-- <otherPackage> --> |
---|
148 | <!-- <packageName> --> |
---|
149 | <!-- GNU Readline --> |
---|
150 | <!-- </packageName> --> |
---|
151 | <!-- <packageURL> --> |
---|
152 | <!-- </packageURL> --> |
---|
153 | <!-- <requiredOrOptional> --> |
---|
154 | <!-- Optional --> |
---|
155 | <!-- </requiredOrOptional> --> |
---|
156 | <!-- </otherPackage> --> |
---|
157 | <!-- --> |
---|
158 | <!-- <otherPackage> --> |
---|
159 | <!-- <packageName> --> |
---|
160 | <!-- GNU History --> |
---|
161 | <!-- </packageName> --> |
---|
162 | <!-- <packageURL> --> |
---|
163 | <!-- </packageURL> --> |
---|
164 | <!-- <requiredOrOptional> --> |
---|
165 | <!-- Optional --> |
---|
166 | <!-- </requiredOrOptional> --> |
---|
167 | <!-- </otherPackage> --> |
---|
168 | <!-- --> |
---|
169 | <!--</otherLinkedPackages> --> |
---|
170 | <!-- --> |
---|
171 | <!--Fill in your text below (outside the comment block). --> |
---|
172 | |
---|
173 | <otherLinkedPackages> </otherLinkedPackages> |
---|
174 | |
---|
175 | <!-- Below, you can list the programming language(s) used in --> |
---|
176 | <!-- the project. For example: --> |
---|
177 | <!--<projectLanguage>C</projectLanguage> --> |
---|
178 | <!-- --> |
---|
179 | <!--Fill in your text below (outside the comment block). --> |
---|
180 | |
---|
181 | <projectLanguage>Shell script (/bin/sh); autoconf</projectLanguage> |
---|
182 | |
---|
183 | |
---|
184 | <!--The following fields describe the development status --> |
---|
185 | <!--of the project. --> |
---|
186 | <!-- --> |
---|
187 | <!--Fill in your text below (outside the comment block). --> |
---|
188 | |
---|
189 | <developmentStatus> |
---|
190 | |
---|
191 | <!--If you are actively managing your project, use --> |
---|
192 | |
---|
193 | <activityStatus>Active</activityStatus> |
---|
194 | |
---|
195 | <!--The maturity level is determined during project --> |
---|
196 | <!--review and should have been reported to you. --> |
---|
197 | <!--See http://www.coin-or.org/faqs.html#q18 for --> |
---|
198 | <!--more information on maturity level. --> |
---|
199 | <!--Fill it in like this: --> |
---|
200 | <!-- --> |
---|
201 | <!--<maturityLevel>5</maturityLevel> --> |
---|
202 | <!-- --> |
---|
203 | |
---|
204 | <maturityLevel>4</maturityLevel> |
---|
205 | |
---|
206 | <!--If you have versioning and releases, you should --> |
---|
207 | <!--fill in your latest stable version number here. --> |
---|
208 | <!--See http://www.coin-or.org/faqs.html#q19 for --> |
---|
209 | <!--more information on version numbers. --> |
---|
210 | <!--Fill it in like this: --> |
---|
211 | <!-- --> |
---|
212 | <!--<stableVersionNumber>0.5</stableVersionNumber> --> |
---|
213 | <!-- --> |
---|
214 | |
---|
215 | <!-- <stableVersionNumber>0.7</stableVersionNumber> --> |
---|
216 | |
---|
217 | <!--If you have versioning and releases, you should --> |
---|
218 | <!--fill in your latest stable release number here. --> |
---|
219 | <!--See http://www.coin-or.org/faqs.html#q19 for --> |
---|
220 | <!--more information on version numbers. --> |
---|
221 | <!--Fill it in like this: --> |
---|
222 | <!-- --> |
---|
223 | <!--<releaseVersionNumber>5.1.4</releaseeVersionNumber>--> |
---|
224 | <!-- --> |
---|
225 | |
---|
226 | <!--<releaseNumber>0.5.16</releaseNumber>--> |
---|
227 | |
---|
228 | </developmentStatus> |
---|
229 | |
---|
230 | <!--Below, you can list the platforms on which your --> |
---|
231 | <!--project has been tested. Again, these are listed one --> |
---|
232 | <!--by one. There are fields for both operating system and --> |
---|
233 | <!--compiler. Here is an example for SYMPHONY --> |
---|
234 | <!-- --> |
---|
235 | <!--<testedPlatforms> --> |
---|
236 | <!-- --> |
---|
237 | <!-- <platform> --> |
---|
238 | <!-- <operatingSystem>Microsoft Windows</operatingSystem> --> |
---|
239 | <!-- <compiler>MSVC++/cl</compiler> --> |
---|
240 | <!-- </platform> --> |
---|
241 | <!-- --> |
---|
242 | <!-- <platform> --> |
---|
243 | <!-- <operatingSystem>Microsoft Windows</operatingSystem> --> |
---|
244 | <!-- <compiler>CYGWIN/cl</compiler> --> |
---|
245 | <!-- </platform> --> |
---|
246 | <!-- --> |
---|
247 | <!-- <platform> --> |
---|
248 | <!-- <operatingSystem>Microsoft Windows</operatingSystem> --> |
---|
249 | <!-- <compiler>CYGWIN/gcc</compiler> --> |
---|
250 | <!-- </platform> --> |
---|
251 | <!-- --> |
---|
252 | <!-- <platform> --> |
---|
253 | <!-- <operatingSystem>Microsoft Windows</operatingSystem> --> |
---|
254 | <!-- <compiler>MSys/gcc</compiler> --> |
---|
255 | <!-- </platform> --> |
---|
256 | <!-- --> |
---|
257 | <!-- <platform> --> |
---|
258 | <!-- <operatingSystem>Linux</operatingSystem> --> |
---|
259 | <!-- <compiler>gcc</compiler> --> |
---|
260 | <!-- </platform> --> |
---|
261 | <!-- --> |
---|
262 | <!-- <platform> --> |
---|
263 | <!-- <operatingSystem>Mac OSX</operatingSystem> --> |
---|
264 | <!-- <compiler>gcc</compiler> --> |
---|
265 | <!-- </platform> --> |
---|
266 | <!-- --> |
---|
267 | <!-- <platform> --> |
---|
268 | <!-- <operatingSystem>Solaris x86</operatingSystem> --> |
---|
269 | <!-- <compiler>gcc</compiler> --> |
---|
270 | <!-- </platform> --> |
---|
271 | <!-- --> |
---|
272 | <!-- <platform> --> |
---|
273 | <!-- <operatingSystem>Solaris x86</operatingSystem> --> |
---|
274 | <!-- <compiler>sunpro</compiler> --> |
---|
275 | <!-- </platform> --> |
---|
276 | <!-- --> |
---|
277 | <!--</testedPlatforms> --> |
---|
278 | <!-- --> |
---|
279 | <!--Fill in your text below (outside the comment block). --> |
---|
280 | |
---|
281 | <testedPlatforms></testedPlatforms> |
---|
282 | |
---|
283 | <projectCategories> |
---|
284 | <!-- Start of projectCategories block --> |
---|
285 | |
---|
286 | <!--Below is the list of COIN-OR project categores. --> |
---|
287 | <!--Simply "un-comment" any categories that apply to --> |
---|
288 | <!--your project. --> |
---|
289 | |
---|
290 | <category> |
---|
291 | Development tools |
---|
292 | </category> |
---|
293 | <!-- <category> --> |
---|
294 | <!-- Graphs --> |
---|
295 | <!-- </category> --> |
---|
296 | <!-- <category> --> |
---|
297 | <!-- Interfaces --> |
---|
298 | <!-- </category> --> |
---|
299 | <!-- <category> --> |
---|
300 | <!-- Metaheuristics --> |
---|
301 | <!-- </category> --> |
---|
302 | <!-- <category> --> |
---|
303 | <!-- Modeling systems --> |
---|
304 | <!-- </category> --> |
---|
305 | <!-- <category> --> |
---|
306 | <!-- Optimization convex non-differentiable --> |
---|
307 | <!-- </category> --> |
---|
308 | <!-- <category> --> |
---|
309 | <!-- Optimization deterministic linear continuous --> |
---|
310 | <!-- </category> --> |
---|
311 | <!-- <category> --> |
---|
312 | <!-- Optimization deterministic linear discrete --> |
---|
313 | <!-- </category> --> |
---|
314 | <!-- <category> --> |
---|
315 | <!-- Optimization deterministic nonlinear --> |
---|
316 | <!-- </category> --> |
---|
317 | <!-- <category> --> |
---|
318 | <!-- Optimization deterministic nonlinear discrete --> |
---|
319 | <!-- </category> --> |
---|
320 | <!-- <category> --> |
---|
321 | <!-- Optimization deterministic semidefinite continuous --> |
---|
322 | <!-- </category> --> |
---|
323 | <!-- <category> --> |
---|
324 | <!-- Optimization stochastic --> |
---|
325 | <!-- </category> --> |
---|
326 | <!-- <category> --> |
---|
327 | <!-- Optimization utility --> |
---|
328 | <!-- </category> --> |
---|
329 | |
---|
330 | <!-- End of projectCategories block --> |
---|
331 | </projectCategories> |
---|
332 | |
---|
333 | |
---|
334 | <!-- End of projectBasics block --> |
---|
335 | |
---|
336 | </projectBasics> |
---|
337 | |
---|
338 | <!--Below, you can specify the links for the left-hand side menu. --> |
---|
339 | <!--Note that these are optional, so if there is a blank, there will --> |
---|
340 | <!--be no corresponding menu item --> |
---|
341 | <!-- --> |
---|
342 | <!--For SYMPHONY, this block would look like this: --> |
---|
343 | <!-- --> |
---|
344 | <!--<leftMenuLinks> --> |
---|
345 | <!-- --> |
---|
346 | <!-- <documentation> --> |
---|
347 | <!-- http://www.coin-or.org/SYMPHONY/man-5.1 --> |
---|
348 | <!-- </documentation> --> |
---|
349 | <!-- --> |
---|
350 | <!-- <sourceCodeDownload> --> |
---|
351 | <!-- http://www.coin-or.org/download/source/SYMPHONY --> |
---|
352 | <!-- </sourceCodeDownload> --> |
---|
353 | <!-- --> |
---|
354 | <!-- <binaryDownload> --> |
---|
355 | <!-- http://www.coin-or.org/download/binary/SYMPHONY --> |
---|
356 | <!-- </binaryDownload> --> |
---|
357 | <!-- --> |
---|
358 | <!-- <mailingList> --> |
---|
359 | <!-- http://list.coin-or.org/mailman/listinfo/coin-symphony --> |
---|
360 | <!-- </mailingList> --> |
---|
361 | <!--</leftMenuLinks> --> |
---|
362 | <!-- --> |
---|
363 | <!--Fill in your text below (outside the comment block). --> |
---|
364 | |
---|
365 | <leftMenuLinks> |
---|
366 | |
---|
367 | <documentation>https://projects.coin-or.org/BuildTools/wiki/pm-main</documentation> |
---|
368 | |
---|
369 | <sourceCodeDownload></sourceCodeDownload> |
---|
370 | |
---|
371 | <binaryDownload></binaryDownload> |
---|
372 | |
---|
373 | <mailingList>http://list.coin-or.org/mailman/listinfo/buildtools</mailingList> |
---|
374 | |
---|
375 | </leftMenuLinks> |
---|
376 | |
---|
377 | <!-- End of projectData block --> |
---|
378 | </projectData> |
---|