Menu

[r376]: / cairngorm3 / trunk / libraries / Module / build.xml  Maximize  Restore  History

Download this file

21 lines (15 with data), 626 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="ISO-8859-1" ?>
<project name="Cairngorm Library" default="asdocs" basedir=".">
<property file="build.properties" />
<target name="asdocs">
<exec executable="${flex.dir}/bin/asdoc.exe" failonerror="true">
<arg line="-doc-sources ${basedir}/src" />
<arg line="-external-library-path libs" />
<arg line="-define CONFIG::Flex4 true" />
<arg line="-define CONFIG::Flex3 false" />
<arg value="-window-title" />
<arg value="${ant.project.name} Docs" />
<arg line="-output ${basedir}/docs" />
</exec>
</target>
</project>
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.