From 42ba4d0b2a5208d28045b7808cbff17358fb12ac Mon Sep 17 00:00:00 2001 From: Manuel Raynaud Date: Thu, 13 Dec 2012 18:14:17 +0100 Subject: [PATCH] add thelia propel schema and command tools propel-gen --- local/config/thelia.schema.xml | 39 ++++++++++++++++++++++++++++++++++ propel-gen | 1 + 2 files changed, 40 insertions(+) create mode 100644 local/config/thelia.schema.xml create mode 120000 propel-gen diff --git a/local/config/thelia.schema.xml b/local/config/thelia.schema.xml new file mode 100644 index 000000000..d66201b7f --- /dev/null +++ b/local/config/thelia.schema.xml @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + +
+
+ diff --git a/propel-gen b/propel-gen new file mode 120000 index 000000000..9b13ac026 --- /dev/null +++ b/propel-gen @@ -0,0 +1 @@ +core/vendor/propel/propel1/generator/bin/propel-gen \ No newline at end of file