From 2ec574173a485fa192d3ce0f51c04b190a03abfa Mon Sep 17 00:00:00 2001 From: Pascal Belloncle Date: Fri, 10 Jun 2011 17:17:00 -0700 Subject: [PATCH] correct path for patch in archive --- Buildfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Buildfile b/Buildfile index ece181d06..1f2e7386a 100644 --- a/Buildfile +++ b/Buildfile @@ -38,7 +38,7 @@ define "cappuccino" do # file(_("target/Build")).enhance do # end - package(:bundle).include _("target/patch"), :as => "content/patch" + package(:bundle).include _("target/patch"), :as => "patch" package(:bundle).include _("target/Frameworks"), :as => "content/Frameworks" package(:bundle).include _("build.properties"), :as => "build.properties" package(:bundle).meta_inf << file('META-INF/web-fragment.xml')