| author | Hristo Iliev | 2010-09-27 07:00:48 (EDT) |
|---|---|---|
| committer | Glyn Normington | 2010-09-27 07:00:48 (EDT) |
| commit | 1971786de1ffb81b6e1e610759e20302b036e675 (patch) (side-by-side diff) | |
| tree | e38cc70f37aebc8290d03d60a91a307b86890e8a | |
| parent | 7c8975b2b85cab13e2223806014a4868a5b68023 (diff) | |
| download | org.eclipse.virgo.documentation-1971786de1ffb81b6e1e610759e20302b036e675.zip org.eclipse.virgo.documentation-1971786de1ffb81b6e1e610759e20302b036e675.tar.gz org.eclipse.virgo.documentation-1971786de1ffb81b6e1e610759e20302b036e675.tar.bz2 | |
bug 326156: set default ant target
| -rw-r--r-- | build-documentation/build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build-documentation/build.xml b/build-documentation/build.xml index ddda7d2..c462b7b 100644 --- a/build-documentation/build.xml +++ b/build-documentation/build.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<project name="build-documentation" default="build-doc"> +<project name="build-documentation" default="doc-html"> <path id="bundles"> <pathelement location="${basedir}/../user-guide"/> |

