mirror of
https://github.com/zxing/zxing.git
synced 2025-02-02 05:41:08 -08:00
Point to new docs location at zxing.github.io and stop deploying javadoc to zxing.org
This commit is contained in:
parent
1ea0b66bff
commit
33b6d4b1c2
|
@ -66,7 +66,8 @@ There are also additional modules which are contributed and/or intermittently ma
|
||||||
|
|
||||||
* [Online Decoder](http://zxing.org/w/decode.jspx)
|
* [Online Decoder](http://zxing.org/w/decode.jspx)
|
||||||
* [QR Code Generator](http://zxing.appspot.com/generator)
|
* [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)
|
* [Google+](https://plus.google.com/u/0/b/105889184633382354358/105889184633382354358/posts)
|
||||||
|
|
||||||
## Contacting
|
## Contacting
|
||||||
|
@ -77,5 +78,7 @@ on StackOverflow](http://stackoverflow.com/questions/tagged/zxing).
|
||||||
## Etcetera
|
## Etcetera
|
||||||
|
|
||||||
[![Build Status](https://travis-ci.org/zxing/zxing.png?branch=master)](https://travis-ci.org/zxing/zxing)
|
[![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.
|
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)
|
Optimized with [![JProfiler](http://www.ej-technologies.com/images/banners/jprofiler_small.png)](http://www.ej-technologies.com/products/jprofiler/overview.html)
|
||||||
|
|
|
@ -61,31 +61,6 @@
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
<plugins>
|
<plugins>
|
||||||
<plugin>
|
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
|
||||||
<artifactId>maven-dependency-plugin</artifactId>
|
|
||||||
<executions>
|
|
||||||
<execution>
|
|
||||||
<id>unpack</id>
|
|
||||||
<phase>generate-resources</phase>
|
|
||||||
<goals>
|
|
||||||
<goal>unpack</goal>
|
|
||||||
</goals>
|
|
||||||
<configuration>
|
|
||||||
<artifactItems>
|
|
||||||
<artifactItem>
|
|
||||||
<groupId>com.google.zxing</groupId>
|
|
||||||
<artifactId>core</artifactId>
|
|
||||||
<version>${project.version}</version>
|
|
||||||
<type>javadoc</type>
|
|
||||||
</artifactItem>
|
|
||||||
</artifactItems>
|
|
||||||
<outputDirectory>src/web/w/docs/javadoc</outputDirectory>
|
|
||||||
<overWriteIfNewer>true</overWriteIfNewer>
|
|
||||||
</configuration>
|
|
||||||
</execution>
|
|
||||||
</executions>
|
|
||||||
</plugin>
|
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-war-plugin</artifactId>
|
<artifactId>maven-war-plugin</artifactId>
|
||||||
|
@ -93,20 +68,6 @@
|
||||||
<warSourceDirectory>src/web</warSourceDirectory>
|
<warSourceDirectory>src/web</warSourceDirectory>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
<plugin>
|
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
|
||||||
<artifactId>maven-clean-plugin</artifactId>
|
|
||||||
<configuration>
|
|
||||||
<filesets>
|
|
||||||
<fileset>
|
|
||||||
<directory>src/web/w</directory>
|
|
||||||
<includes>
|
|
||||||
<include>docs/**</include>
|
|
||||||
</includes>
|
|
||||||
</fileset>
|
|
||||||
</filesets>
|
|
||||||
</configuration>
|
|
||||||
</plugin>
|
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
|
|
||||||
|
|
1
zxingorg/src/web/w/.gitignore
vendored
1
zxingorg/src/web/w/.gitignore
vendored
|
@ -1 +0,0 @@
|
||||||
docs/
|
|
9
zxingorg/src/web/w/docs/javadoc/index.html
Normal file
9
zxingorg/src/web/w/docs/javadoc/index.html
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>Redirect</title>
|
||||||
|
<meta http-equiv="Refresh" content="0;url=http://zxing.github.io/zxing/apidocs/index.html"/>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
</body>
|
||||||
|
</html>
|
Loading…
Reference in a new issue