]> source.dussan.org Git - gitblit.git/commit
Build infrastructure improvements. Setting to show remote branches.
authorJames Moger <james.moger@gitblit.com>
Wed, 4 May 2011 21:35:49 +0000 (17:35 -0400)
committerJames Moger <james.moger@gitblit.com>
Wed, 4 May 2011 21:35:49 +0000 (17:35 -0400)
commitcf9550d8df51d927c63176675280d69b86e7a6e2
tree9974201aae08af4e46275465eff30793e13262aa
parentb5b4026628c50ffdfa3ceeb93badb613cdca18eb
Build infrastructure improvements. Setting to show remote branches.

The JGit team is now publishing 0.12.1 artifacts on the Eclipse Maven
site. Yeah! That was the last missing piece for a slick Git:Blit
deployment. The build has been reworked to download from Eclipse and
to also download source and javadoc jars for setting up a development
environment.

Made the log4j pattern configurable by operating system.
Moved Markdown utils to their own class since I need StringUtils for
Build and that introduced a chicken-and-egg scenario.
25 files changed:
.classpath
build.xml
gitblit.properties
makepassword.cmd [deleted file]
makerepository.cmd [deleted file]
src/com/gitblit/Build.java
src/com/gitblit/Constants.java
src/com/gitblit/FileSettings.java
src/com/gitblit/GitBlit.java
src/com/gitblit/GitBlitServer.java
src/com/gitblit/Launcher.java
src/com/gitblit/WebXmlSettings.java
src/com/gitblit/utils/JGitUtils.java
src/com/gitblit/utils/MarkdownUtils.java [new file with mode: 0644]
src/com/gitblit/utils/StringUtils.java
src/com/gitblit/wicket/GitBlitWebApp.properties
src/com/gitblit/wicket/models/RepositoryModel.java
src/com/gitblit/wicket/pages/BranchesPage.java
src/com/gitblit/wicket/pages/EditRepositoryPage.html
src/com/gitblit/wicket/pages/EditRepositoryPage.java
src/com/gitblit/wicket/pages/MarkdownPage.java
src/com/gitblit/wicket/pages/RepositoriesPage.java
src/com/gitblit/wicket/pages/SummaryPage.java
src/com/gitblit/wicket/panels/BranchesPanel.java
src/com/gitblit/wicket/resources/welcome.mkd