Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in
Toggle navigation
S
solarium
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
common
solarium
Commits
9e4ae9e3
Commit
9e4ae9e3
authored
Nov 27, 2011
by
Bas de Nooijer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated build.xml
parent
d5e4835c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
build.xml
build.xml
+4
-1
No files found.
build.xml
View file @
9e4ae9e3
...
...
@@ -33,7 +33,10 @@ you could also write the switches here)
<!-- Generate jdepend.xml and software metrics charts -->
<target
name=
"pdepend"
>
<exec
executable=
"pdepend"
>
<arg
line=
"--jdepend-xml=${basedir}/build/logs/jdepend.xml library"
/>
<arg
line=
"--overview-pyramid=${basedir}/build/pdepend/overview-pyramid.svg"
/>
<arg
line=
"--jdepend-chart=${basedir}/build/pdepend/dependencies.svg"
/>
<arg
line=
"--jdepend-xml=${basedir}/build/logs/jdepend.xml"
/>
<arg
line=
"library"
/>
</exec>
</target>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment