⚲
Project
General
Profile
Sign in
Home
Projects
Help
Search
:
BuildBase
All Projects
BuildBase
Overview
Activity
Roadmap
Issues
Spent time
Gantt
Calendar
News
Documents
Wiki
Files
Repository
Download (325 Bytes)
Support #1490
» viz.xml
Yuriy Shekochihin, 07/07/2011 06:46 PM
<project
name=
"viz"
default=
"vizant"
>
<taskdef
name=
"vizant"
classname=
"net.sourceforge.vizant.Vizant"
classpath=
"vizant-0.1.2.jar"
/>
<target
name=
"vizant"
>
<vizant
antfile=
"tools/buildbase/buildbase.xml"
outfile=
"build.dot"
/>
<exec
executable=
"dot"
><arg
line=
"-Tpng build.dot -o build.png"
/></exec>
</target>
</project>
« Previous
1
2
3
Next »
(1-1/3)
Loading...