From 1e2c114fca3cfbf3ec4018af80933f9659465a1b Mon Sep 17 00:00:00 2001 From: Gustavo Henrique <gustavo@gustavohenrique.net> Date: Wed, 24 Jul 2013 14:18:01 -0400 Subject: [PATCH] Copy static files to classes dir. --- build.moxie | 12 +++++++----- 1 files changed, 7 insertions(+), 5 deletions(-) diff --git a/build.moxie b/build.moxie index be9a21c..f417d3c 100644 --- a/build.moxie +++ b/build.moxie @@ -10,12 +10,12 @@ description: pure Java Git solution groupId: com.gitblit artifactId: gitblit -version: 1.3.0-SNAPSHOT +version: 1.3.1-SNAPSHOT inceptionYear: 2011 # Current stable release -releaseVersion: 1.2.1 -releaseDate: '2013-01-15' +releaseVersion: 1.3.0 +releaseDate: 2013-07-14 # Project urls url: 'http://gitblit.com' @@ -100,7 +100,7 @@ jetty.version : 7.6.8.v20121106 wicket.version : 1.4.21 lucene.version : 3.6.1 - jgit.version : 3.0.0-SNAPSHOT + jgit.version : 3.0.0.201306101825-r groovy.version : 1.8.8 bouncycastle.version : 1.47 selenium.version : 2.28.0 @@ -148,6 +148,9 @@ - compile 'com.toedter:jcalendar:1.3.2' :authority - compile 'org.apache.commons:commons-compress:1.4.1' :war - compile 'com.force.api:force-partner-api:24.0.0' :war +- compile 'org.freemarker:freemarker:2.3.19' :war +- compile 'com.github.dblock.waffle:waffle-jna:1.5' :war +- compile 'org.kohsuke:libpam4j:1.7' :war - test 'junit' # Dependencies for Selenium web page testing - test 'org.seleniumhq.selenium:selenium-java:${selenium.version}' @jar @@ -156,4 +159,3 @@ # Dependencies with the "build" scope are retrieved # and injected into the Ant runtime classpath - build 'jacoco' - -- Gitblit v1.9.1