diff options
author | Maros Marsalek <mmarsale@cisco.com> | 2016-11-09 12:00:34 +0100 |
---|---|---|
committer | Maros Marsalek <mmarsale@cisco.com> | 2016-11-09 11:01:39 +0000 |
commit | be5cfe7728f780e08aa466d69259d8f1e3a45be3 (patch) | |
tree | 7f9ccb0bc048039445cac15699000e41a9f32b53 | |
parent | c2fa4de9535239bec172357dcc8c0ddc576212e6 (diff) |
HONEYCOMB-240 Remove imagesdir asciidcotor prefix
Change-Id: Ia086f3b677fe33ecb20a3ded780dac9f89415590
Signed-off-by: Maros Marsalek <mmarsale@cisco.com>
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | common/honeycomb-parent/pom.xml | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index c6fe1f56d..c55011a46 100644 --- a/.gitignore +++ b/.gitignore @@ -16,5 +16,6 @@ maven-metadata-local.xml *.log .asciidoctor/ **/asciidoc/*.png +**/asciidoc/*.png.cache # usused builders generated by yangtools **/org/opendaylight/yang/gen/v1/urn diff --git a/common/honeycomb-parent/pom.xml b/common/honeycomb-parent/pom.xml index e6340286c..cb287ab16 100644 --- a/common/honeycomb-parent/pom.xml +++ b/common/honeycomb-parent/pom.xml @@ -422,7 +422,6 @@ <attributes> <source-highlighter>coderay</source-highlighter> <coderay-css>style</coderay-css> - <imagesdir>${project.build.directory}/site/images</imagesdir> <icons>font</icons> <sectanchors>true</sectanchors> <idprefix/> |