Skip to content

Commit

Permalink
Don't include configs.zip in the documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
thvitt committed Jul 1, 2016
1 parent b26e7b4 commit 5faa2ca
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
4 changes: 1 addition & 3 deletions doc/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
// ATTENTION: This file won't work in the GitHub UI – but it does on
// the published site.
:version: 0.4.4
:version: 0.4.5

= DARIAH-DKPro-Wrapper v{version}
:Author: DARIAH2 – Cluster 5, Use Case 1 Team
Expand All @@ -27,9 +27,7 @@ Wrapper for DKPro-Core to extract lingustic information from books.
* link:user-guide.html[A short user guide]
* link:tutorial.html[Extensive use-case oriented tutorial]
* https://github.com/DARIAH-DE/DARIAH-DKPro-Wrapper[GitHub project page], report issues here
* link:configs.zip[Configuration files (ZIP)]

'''

The tool and its tutorials have been developed with support from
the link:http://de.dariah.eu/[DARIAH-DE] initiative, the German branch
Expand Down
2 changes: 1 addition & 1 deletion doc/tutorial.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ Pipeline Download
When the Java environment is prepared, you
can link:https://github.com/DARIAH-DE/DARIAH-DKPro-Wrapper[download the latest binary]. Select
the file named dariah-dkpro-wrapper-{version}.zip and unpack it somewhere
the file named ddw-{version}.zip and unpack it somewhere
easily accessible. As a next step we need to navigate to this folder
using the command line.
Expand Down
3 changes: 1 addition & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -277,8 +277,7 @@
<phase>prepare-package</phase>
<goals><goal>single</goal></goals>
<configuration>
<descriptors><descriptor>${basedir}/src/main/assembly/config.xml</descriptor></descriptors>
<outputDirectory>${project.build.directory}/generated-docs</outputDirectory>
<descriptors><descriptor>${basedir}/src/main/assembly/config.xml</descriptor></descriptors>
<finalName>configs</finalName>
<appendAssemblyId>false</appendAssemblyId>
</configuration>
Expand Down

0 comments on commit 5faa2ca

Please sign in to comment.