| | |
| | | <page name="using the Eclipse plugin" src="eclipse_plugin.mkd" />
|
| | | </menu>
|
| | | <divider />
|
| | | <menu name="Tickets" pager="true" pagerPlacement="bottom" pagerLayout="justified"> |
| | | <page name="overview" src="tickets_overview.mkd" /> |
| | | <page name="using" src="tickets_using.mkd" /> |
| | | <page name="barnum" src="tickets_barnum.mkd" /> |
| | | <menu name="Tickets" pager="true" pagerPlacement="bottom" pagerLayout="justified">
|
| | | <page name="overview" src="tickets_overview.mkd" />
|
| | | <page name="using" src="tickets_using.mkd" />
|
| | | <page name="barnum" src="tickets_barnum.mkd" />
|
| | | <page name="setup" src="tickets_setup.mkd" />
|
| | | <page name="replication & advanced administration" src="tickets_replication.mkd" /> |
| | | </menu> |
| | | <divider /> |
| | | <page name="replication & advanced administration" src="tickets_replication.mkd" />
|
| | | </menu>
|
| | | <divider />
|
| | | <menu name="Plugins" pager="true" pagerPlacement="bottom" pagerLayout="justified">
|
| | | <page name="plugins" src="setup_plugins.mkd" />
|
| | | </menu>
|
| | | <divider />
|
| | | <page name="federation" src="federation.mkd" />
|
| | | <divider />
|
| | | <page name="settings" src="properties.mkd" />
|
| | |
| | | <link name="Gitblit Next (SNAPSHOT)" src="https://next-gitblit.rhcloud.com" />
|
| | | <divider />
|
| | | <link name="Gitblit (Self-Hosted)" src="https://dev.gitblit.com" />
|
| | | <divider />
|
| | | <link name="Plugin Registry" src="http://plugins.gitblit.com" />
|
| | | <divider />
|
| | | <link name="Github" src="${project.scmUrl}" />
|
| | | <link name="Issues" src="${project.issuesUrl}" />
|
| | |
| | | <page name="using the Eclipse plugin" src="eclipse_plugin.mkd" />
|
| | | </menu>
|
| | | <divider />
|
| | | <menu name="Tickets" pager="true" pagerPlacement="bottom" pagerLayout="justified"> |
| | | <page name="overview" src="tickets_overview.mkd" /> |
| | | <page name="using" src="tickets_using.mkd" /> |
| | | <page name="barnum" src="tickets_barnum.mkd" /> |
| | | <page name="setup" src="tickets_setup.mkd" /> |
| | | <menu name="Tickets" pager="true" pagerPlacement="bottom" pagerLayout="justified">
|
| | | <page name="overview" src="tickets_overview.mkd" />
|
| | | <page name="using" src="tickets_using.mkd" />
|
| | | <page name="barnum" src="tickets_barnum.mkd" />
|
| | | <page name="setup" src="tickets_setup.mkd" />
|
| | | <page name="replication & advanced administration" src="tickets_replication.mkd" />
|
| | | </menu> |
| | | <divider /> |
| | | </menu>
|
| | | <divider />
|
| | | <menu name="Plugins" pager="true" pagerPlacement="bottom" pagerLayout="justified">
|
| | | <page name="plugins" src="setup_plugins.mkd" />
|
| | | </menu>
|
| | | <divider />
|
| | | <page name="federation" src="federation.mkd" />
|
| | | <divider />
|
| | | <page name="settings" src="properties.mkd" />
|
| | |
| | | <menu name="links">
|
| | | <link name="Gitblit Demo (RELEASE)" src="https://demo-gitblit.rhcloud.com" />
|
| | | <link name="Gitbilt Next (SNAPSHOT)" src="https://next-gitblit.rhcloud.com" />
|
| | | <divider />
|
| | | <link name="Plugin Registry" src="http://plugins.gitblit.com" />
|
| | | <divider />
|
| | | <link name="Github" src="${project.scmUrl}" />
|
| | | <link name="Issues" src="${project.issuesUrl}" />
|
| | |
| | | <arg value="-DcreateChecksum=true" />
|
| | | </exec>
|
| | | </target>
|
| | |
|
| | | <!--
|
| | | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
| | | Install Gitblit JAR for usage as Moxie artifact
|
| | | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
| | | -->
|
| | | <target name="installMoxie" depends="compile" description="Install Gitblit JAR as a Moxie artifact">
|
| | | <local name="project.jar" />
|
| | | <property name="project.jar" value="${project.targetDirectory}/${project.artifactId}-${project.version}.jar" />
|
| | | <property name="resourceFolderPrefix" value="" />
|
| | | <mx:jar destfile="${project.jar}" includeresources="true" resourceFolderPrefix="${resourceFolderPrefix}" />
|
| | |
|
| | | <mx:install />
|
| | | </target>
|
| | |
|
| | | </project>
|