Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 1.14 KB

README.md

File metadata and controls

36 lines (26 loc) · 1.14 KB

app_contents

Overview

This repository contains:

  1. WiperDog GUI as XWiki application source code in the directory
    src/main/resources
  2. pom for build the source codes into xar file.

because pakage.xml is automatically generated by xwiki-xar-plugin, we don't need to maintain that file any longer.

Build this package

You need to have maven 2.0 or later installed.

$ git clone https://github.com/wiperdog/app_contents.git
$ cd app_contents
$ mvn package  

to make xar package.

Download binary package

You can download pre built package from
WiperDog xwiki app.

Authors

See AUTHORS file in the wiperdog repository( https://github.com/wiperdog/wiperdog.git ).

Lisense

This module is distributed under the Apache 2.0 lisense.