From 2614cd49525e3b3c32c479981d53ced33031fc83 Mon Sep 17 00:00:00 2001 From: tschoening Date: Fri, 25 Mar 2016 19:41:49 +0000 Subject: Project file generation moved to autogen, because this si called during a release and "site" itself doesn't use the generated project files anyway. They only need to exist for a release. git-svn-id: http://svn.apache.org/repos/asf/incubator/log4cxx/trunk@1736647 13f79535-47bb-0310-9956-ffa450edef68 --- build.xml | 10 +++++++++- src/site/apt/building/maven.apt | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/build.xml b/build.xml index cd0e755..54bd79a 100644 --- a/build.xml +++ b/build.xml @@ -2003,7 +2003,7 @@ + depends="apidocs"> <html @@ -2138,6 +2138,14 @@ + + + + diff --git a/src/site/apt/building/maven.apt b/src/site/apt/building/maven.apt index cbe3a80..ac33da7 100644 --- a/src/site/apt/building/maven.apt +++ b/src/site/apt/building/maven.apt @@ -62,7 +62,7 @@ $ mvn package *--------------------------+---------------------------------------------------------------------------------------------+ | package | build logcxx library and build and run unit tests and examples. | *--------------------------+---------------------------------------------------------------------------------------------+ -| site | Generate documentation and IDE project files, requires doxygen. | +| site | Generate website and apidoc files, requires doxygen. | *--------------------------+---------------------------------------------------------------------------------------------+ | site assembly:assembly | Generate snapshot tarball and zip file. | *--------------------------+---------------------------------------------------------------------------------------------+ -- cgit v1.2.1