From 77a5adac6a975bd089c673888c42dcb953b2d948 Mon Sep 17 00:00:00 2001 From: mark_story Date: Sun, 3 Feb 2013 13:05:55 -0500 Subject: [PATCH] Fix help & default properties file. Having a totally useless default property makes doing releases hard. Change it to a sane default. --- build.properties | 2 +- build.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.properties b/build.properties index e3c99ca91..686a4226d 100644 --- a/build.properties +++ b/build.properties @@ -2,7 +2,7 @@ project.name = CakePHP # Git stuff -git.remote = changeme! +git.remote = origin # Directories build.dir = build diff --git a/build.xml b/build.xml index 6ccb2f958..3569b719d 100644 --- a/build.xml +++ b/build.xml @@ -6,10 +6,10 @@ Uses phing to create releases, and pear packages. Based off of build.xml in doctrine. - Requires the d51PearPkg2 to be installed: + Requires the cakephp/d51PearPkg2 to be installed: pear channel-discover pear.domain51.com - pear install domain51/Phing_d51PearPkg2Task + pear install cakephp/Phing_d51PearPkg2Task Use the `release` task to update VERSION.txt, and create a new tag. Use the `build` task to create a pear package based on the current working copy.