FIX: Doc-Generation creates absolute links (IVY-534)

git-svn-id: https://svn.apache.org/repos/asf/incubator/ivy/core/trunk@550824 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Xavier Hanin 2007-06-26 15:03:26 +00:00
parent 8a9390e659
commit 39380eaaa0
1 changed files with 1 additions and 1 deletions

View File

@ -2,6 +2,6 @@
jira: {ids: ['IVY'], url: 'http://issues.apache.org/jira'},
shortcuts: {
svn: {pre: 'https://svn.apache.org/repos/asf/incubator/ivy/core/trunk/'},
ant: {pre: xooki.c.root+'doc/use/', post:'.html'}
ant: {pre: xooki.c.relativeRoot+'doc/use/', post:'.html'}
}
}