You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ah...@apache.org on 2012/12/01 15:50:03 UTC

[42/50] git commit: require Velocity filtering

require Velocity filtering

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1410883 13f79535-47bb-0310-9956-ffa450edef68


Project: http://git-wip-us.apache.org/repos/asf/maven/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/405b0141
Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/405b0141
Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/405b0141

Branch: refs/heads/feature/colorized-console/log4j2
Commit: 405b0141e61ea0acddad95d10f595f5d0b843f87
Parents: 684113c
Author: Herve Boutemy <hb...@apache.org>
Authored: Sun Nov 18 12:59:14 2012 +0000
Committer: Arnaud Héritier <ah...@exoplatform.com>
Committed: Sat Dec 1 13:51:01 2012 +0100

----------------------------------------------------------------------
 maven-embedder/src/site/apt/index.apt    |   17 -----------------
 maven-embedder/src/site/apt/index.apt.vm |   17 +++++++++++++++++
 2 files changed, 17 insertions(+), 17 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven/blob/405b0141/maven-embedder/src/site/apt/index.apt
----------------------------------------------------------------------
diff --git a/maven-embedder/src/site/apt/index.apt b/maven-embedder/src/site/apt/index.apt
deleted file mode 100644
index cde7aff..0000000
--- a/maven-embedder/src/site/apt/index.apt
+++ /dev/null
@@ -1,17 +0,0 @@
- -----
- ${project.name}
- -----
- Hervé Boutemy
- -----
- 2012-04-29
- -----
-
-${project.name}
-
- ${project.description}
-
-* References
-
- * {{{./cli.html}CLI options}},
-
- * {{{./logging.html}logging API}}.

http://git-wip-us.apache.org/repos/asf/maven/blob/405b0141/maven-embedder/src/site/apt/index.apt.vm
----------------------------------------------------------------------
diff --git a/maven-embedder/src/site/apt/index.apt.vm b/maven-embedder/src/site/apt/index.apt.vm
new file mode 100644
index 0000000..cde7aff
--- /dev/null
+++ b/maven-embedder/src/site/apt/index.apt.vm
@@ -0,0 +1,17 @@
+ -----
+ ${project.name}
+ -----
+ Hervé Boutemy
+ -----
+ 2012-04-29
+ -----
+
+${project.name}
+
+ ${project.description}
+
+* References
+
+ * {{{./cli.html}CLI options}},
+
+ * {{{./logging.html}logging API}}.