From 741623fa40b6a6ca1d4d1065a35991fd4765107c Mon Sep 17 00:00:00 2001 From: Stephen Colebourne Date: Mon, 7 Mar 2011 11:27:58 +0000 Subject: [PATCH] Prepare for v0.3 --- LICENSE.txt | 2 +- build.properties | 5 ++++- common/build.properties | 6 +++--- common/common.xml | 25 +++++++++++++++++-------- 4 files changed, 25 insertions(+), 13 deletions(-) diff --git a/LICENSE.txt b/LICENSE.txt index 0661a31..ee68dd8 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,4 +1,4 @@ -Copyright 2009 by OpenGamma Inc and other contributors. +Copyright (C) 2009 - present by OpenGamma Inc. and other contributors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/build.properties b/build.properties index 0f63641..bf090e3 100644 --- a/build.properties +++ b/build.properties @@ -1,8 +1,11 @@ -module.version.target = 0.2 +module.version.target = 0.3 +# following line commented in for release, comment out otherwise +#ivy.new.revision = 0.3 build.debug=true build.optimize=false build.verbose=false +jar.compress=false common.dir = ${basedir}/common javadocs.windowtitle = Fudge implementation diff --git a/common/build.properties b/common/build.properties index 4c7e422..e38e5ab 100644 --- a/common/build.properties +++ b/common/build.properties @@ -40,9 +40,9 @@ ivy.jar.dir=${bootstrap.dir} ivy.jar.file=${ivy.jar.dir}/ivy.jar ivy.settings.file=${basedir}/ivysettings.xml -jar.file = ${build.dir}/${ant.project.name}.jar -src.jar.file = ${build.dir}/${ant.project.name}-src.jar -javadocs.jar.file = ${build.dir}/${ant.project.name}-javadocs.jar +jar.file.base = ${build.dir}/${ant.project.name} +src.jar.file.base = ${build.dir}/${ant.project.name}-src +javadocs.jar.file.base = ${build.dir}/${ant.project.name}-javadocs main.class.name = ${ant.project.name}.Main diff --git a/common/common.xml b/common/common.xml index 4c05de0..556bfb6 100644 --- a/common/common.xml +++ b/common/common.xml @@ -128,7 +128,10 @@ + doctitle="${javadocs.doctitle}" bottom="${javadocs.footer}"> + + + @@ -159,7 +162,7 @@ - + @@ -223,13 +226,17 @@ + + + + + - @@ -252,7 +259,7 @@ + compress="${jar.compress}" /> - + + + @@ -294,20 +303,20 @@ - + - + - +