blob: bb61d9258092d057a19819732ddf570becbecff7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
|
<!--
Licensed to the Ant-Contrib Project under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The Ant-Contrib Project licenses this file to You under the Apache License, Version 2.0
(the "License"); you may not use this file except in compliance with
the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<project name="cpptasks: Compile tasks for Apache Ant">
<bannerLeft>
<name>ant-contrib</name>
<href>http://ant-contrib.sourceforge.net/</href>
</bannerLeft>
<bannerRight>
<name>SourceForge.net Logo</name>
<src>http://sflogo.sourceforge.net/sflogo.php?group_id=36177&type=5</src>
<href>http://www.sourceforge.net/</href>
</bannerRight>
<body>
<breadcrumbs>
<item name="ant-contrib" href="http://ant-contrib.sourceforge.net/"/>
<item name="cpptasks" href="http://ant-contrib.sourceforge.net:80/cpptasks/"/>
</breadcrumbs>
<menu name="Get cpptasks">
<item name="Download" href="http://sourceforge.net/project/showfiles.php?group_id=36177"/>
<item name="Changes" href="/changes-report.html"/>
<item name="License" href="/license.html"/>
</menu>
<menu name="About cpptasks">
<item name="Usage" href="/index.html"/>
<item name="FAQ" href="/faq.html"/>
</menu>
<menu name="Elements">
<item name="cc" href="/antdocs/CCTask.html"/>
<item name="compiler" href="/antdocs/CompilerDef.html"/>
<item name="defineset" href="/antdocs/DefineSet.html"/>
<item name="distributer" href="/antdocs/DistributerDef.html"/>
<item name="libraryset" href="/antdocs/LibrarySet.html"/>
<item name="linker" href="/antdocs/LinkerDef.html"/>
<item name="syslibraryset" href="/antdocs/SystemLibrarySet.html"/>
<item name="targetplatform" href="/antdocs/TargetDef.html"/>
<item name="versioninfo" href="/antdocs/VersionInfo.html"/>
</menu>
<menu name="Community">
<item name="Mailing Lists" href="/mail-lists.html"/>
<item name="Issue Tracking" href="/issue-tracking.html"/>
<item name="Project Page" href="http://sourceforge.net/projects/ant-contrib/"/>
<item name="News" href="http://sourceforge.net/news/?group_id=36177"/>
</menu>
<menu name="Development">
<item name="Repository" href="/source-repository.html"/>
<item name="JavaDoc" href="/apidocs/index.html"/>
<item name="Continuous Integration" href="/integration.html"/>
</menu>
</body>
</project>
|