Repository: incubator-freemarker-site Updated Branches: refs/heads/master 8b792dc25 -> 6e7a8b962
added task to also publish the doap file Project: http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/commit/6e7a8b96 Tree: http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/tree/6e7a8b96 Diff: http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/diff/6e7a8b96 Branch: refs/heads/master Commit: 6e7a8b9628311cf3bf4542688816e004f7fb170c Parents: 8b792dc Author: Sergio Fernández <[email protected]> Authored: Sun Nov 19 12:54:43 2017 -0800 Committer: Sergio Fernández <[email protected]> Committed: Sun Nov 19 12:54:43 2017 -0800 ---------------------------------------------------------------------- build.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/blob/6e7a8b96/build.xml ---------------------------------------------------------------------- diff --git a/build.xml b/build.xml index e00b4a3..bbc9570 100644 --- a/build.xml +++ b/build.xml @@ -64,11 +64,16 @@ /> </target> + <target name="doap"> + <copy file="doap.rdf" todir="build" /> + </target> + + <target name="clean"> <delete dir="build"/> </target> - <target name="all" depends="clean, site"/> + <target name="all" depends="clean, site, doap"/> <target name="pack" depends="site"> <tar tarfile="build/site.tar" basedir="build/docgen"/>
