menu.ftl #4

  • //
  • main/
  • guest/
  • tjuricek/
  • initializer/
  • src/
  • site/
  • templates/
  • menu.ftl
  • View
  • Commits
  • Open Download .zip Download (462 B)
<nav class="navbar navbar-default" role="navigation">
    <div class="container-fluid">
        <div class="navbar-header">
            <ul class="nav navbar-nav">
                <li><a href="index.html">Initializer</a></li>
                <li><a href="overview.html">Overview</a></li>
                <li><a href="data.html">Data</a></li>
                <li><a href="../javadoc/index.html">Javadoc</a></li>
            </ul>
        </div>
    </div>
</nav>
# Change User Description Committed
#4 9174 tjuricek Fix header
#3 9172 tjuricek 0.1.2 Added command line execution options and documentation to run the initializer locally.
#2 9165 tjuricek Some documentation framework and a fatjar style distribution for the initializer to run outside of a gradle plugin.

Upped the version to 0.1.2, but this may need some testing before it's really guaranteed to work in standalone mode
#1 9088 tjuricek 0.1.0 First version of the initializer.

This currently requires setting up a local version of the p4java_ext project, since that project is awating approval into the main jcenter repository.