From 8a460b65ed43bb990aa1229bb9a8f8d422975a43 Mon Sep 17 00:00:00 2001 From: Aparajita Fishman Date: Wed, 3 Aug 2011 08:02:06 -0700 Subject: [PATCH] Bumped version --- Buildfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Buildfile b/Buildfile index 5957bc575..09f531a7c 100644 --- a/Buildfile +++ b/Buildfile @@ -2,7 +2,7 @@ require File.join(File.dirname(__FILE__), "repositories.rb") require File.join(File.dirname(__FILE__), "dependencies.rb") # Keep this structure to allow the build system to update version numbers. -VERSION_NUMBER = "1.0.0.006" +VERSION_NUMBER = "1.0.0.007" # Shorten expressions @@ -14,7 +14,7 @@ desc "Cappuccino Distribution" define "cappuccino" do project.version = VERSION_NUMBER project.group = "com.intalio.cloud.cappuccino" - + file(_("target/patch")).enhance do mkdir_p "target/patch" end @@ -44,7 +44,7 @@ BASH package(:jar).with :manifest => read_m #package(:jar).include _("target/patch"), :as => "patch" package(:jar).include _("target/Frameworks"), :as => "META-INF/resources/Frameworks" - + #do not include those: they are at best not read harmful. #package(:bundle).include _("build.properties"), :as => "build.properties" #package(:bundle).meta_inf << file('META-INF/web-fragment.xml')