From 33b6d4b1c2c061526057aae5b9a98dd1b82bb03d Mon Sep 17 00:00:00 2001 From: Sean Owen Date: Wed, 22 Jan 2014 18:41:04 +0000 Subject: [PATCH] Point to new docs location at zxing.github.io and stop deploying javadoc to zxing.org --- README.md | 5 ++- zxingorg/pom.xml | 39 ---------------------- zxingorg/src/web/w/.gitignore | 1 - zxingorg/src/web/w/docs/javadoc/index.html | 9 +++++ 4 files changed, 13 insertions(+), 41 deletions(-) delete mode 100644 zxingorg/src/web/w/.gitignore create mode 100644 zxingorg/src/web/w/docs/javadoc/index.html diff --git a/README.md b/README.md index 3f81ec979..84471fa6a 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,8 @@ There are also additional modules which are contributed and/or intermittently ma * [Online Decoder](http://zxing.org/w/decode.jspx) * [QR Code Generator](http://zxing.appspot.com/generator) -* [Javadoc](http://zxing.org/w/docs/javadoc/index.html) +* [Javadoc](http://zxing.github.io/zxing/apidocs/) +* [Documentation Site](http://zxing.github.io/zxing/) * [Google+](https://plus.google.com/u/0/b/105889184633382354358/105889184633382354358/posts) ## Contacting @@ -77,5 +78,7 @@ on StackOverflow](http://stackoverflow.com/questions/tagged/zxing). ## Etcetera [![Build Status](https://travis-ci.org/zxing/zxing.png?branch=master)](https://travis-ci.org/zxing/zxing) + QR code is trademarked by Denso Wave, inc. Thanks to Haase & Martin OHG for contributing the logo. + Optimized with [![JProfiler](http://www.ej-technologies.com/images/banners/jprofiler_small.png)](http://www.ej-technologies.com/products/jprofiler/overview.html) diff --git a/zxingorg/pom.xml b/zxingorg/pom.xml index 0a25e5048..422974a4e 100644 --- a/zxingorg/pom.xml +++ b/zxingorg/pom.xml @@ -61,31 +61,6 @@ - - org.apache.maven.plugins - maven-dependency-plugin - - - unpack - generate-resources - - unpack - - - - - com.google.zxing - core - ${project.version} - javadoc - - - src/web/w/docs/javadoc - true - - - - org.apache.maven.plugins maven-war-plugin @@ -93,20 +68,6 @@ src/web - - org.apache.maven.plugins - maven-clean-plugin - - - - src/web/w - - docs/** - - - - - diff --git a/zxingorg/src/web/w/.gitignore b/zxingorg/src/web/w/.gitignore deleted file mode 100644 index 77f12ae2e..000000000 --- a/zxingorg/src/web/w/.gitignore +++ /dev/null @@ -1 +0,0 @@ -docs/ diff --git a/zxingorg/src/web/w/docs/javadoc/index.html b/zxingorg/src/web/w/docs/javadoc/index.html new file mode 100644 index 000000000..d92803763 --- /dev/null +++ b/zxingorg/src/web/w/docs/javadoc/index.html @@ -0,0 +1,9 @@ + + + +Redirect + + + + + \ No newline at end of file