Menu

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

Download this file

28 lines (20 with data), 828 Bytes

 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
<?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="-source-path ${basedir}/src"/>
<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="-package-description-file asDocPackageFile.xml"/>
<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.