summaryrefslogtreecommitdiffstats
path: root/src/site/federation.mkd
Commit message (Collapse)AuthorAgeFilesLines
* Adjust path after moving from "gitblit" to "gitblit-org" on GithubFlorian Zschocke2022-12-091-1/+1
|
* doc: Fix download link for fedclient ad api tarFlorian Zschocke2022-04-091-1/+1
| | | | | | It was still pointing to Google Code. This closes #1408
* doc: Fix links for dependencies that moved from Google CodeFlorian Zschocke2022-04-091-2/+2
|
* 🏃run: Use quotes around class path in scriptsFlorian Zschocke2020-04-051-1/+1
| | | | | | | | | While most systems will not need the class path passed to the JVM with the `-cp` parameter to be in quotes, apparently some exist where that will not work without the quotes, e.g. FreeBSD. So always use quotes for the class path in all scripts. Issue #1333
* Remove Launcher from Manager and Federation Client.Florian Zschocke2019-11-081-3/+3
| | | | | They will need to be called with the classpath and main class now, instead of simply using the Jar.
* DocumentationJames Moger2013-10-251-3/+4
| | | | Change-Id: I717e13d1f852a4adf50b547f4769dd62da2384ce
* Reorganized to Apache Standard Directory Layout & integrated MoxieJames Moger2013-03-271-0/+339
This is a massive commit which reorganizes the entire project structure (although it is still monolithic), removes the Build classes, and switches to Moxie, a smarter Ant build tookit based on the original Gitblit Build classes. The Ant build script will likely require additional fine-tuning, but this is big step forward.