diff --git a/bin/doctrine b/bin/doctrine
new file mode 100644
index 000000000..92f323f8c
--- /dev/null
+++ b/bin/doctrine
@@ -0,0 +1,4 @@
+#!/usr/bin/env php
+run($_SERVER['argv']);
\ No newline at end of file
diff --git a/build.properties.dev b/build.properties.dev
index a823ffb20..b5a7326bb 100644
--- a/build.properties.dev
+++ b/build.properties.dev
@@ -1,6 +1,3 @@
-name=Doctrine
-summary=PHP5 ORM
-description=Doctrine 2 is an ORM (object relational mapper) for transparent PHP object persistence.
version_name=2.0.0-ALPHA1
version=2.0.0
stability=alpha
diff --git a/build.xml b/build.xml
index 93fbbd2f7..a4c5ac9e4 100644
--- a/build.xml
+++ b/build.xml
@@ -17,26 +17,34 @@
-
+
+
+
+
+
+
+
-
-
+
+
-
+
-
-
+
+
-
-
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+ -->
-
-
- ${name}
- ${summary}
+
+
+ DoctrineCommon
+ Common Doctrine code
pear.phpdoctrine.org
- ${description}
+ The Doctrine Common package contains shared code between the other packages.
@@ -157,14 +155,52 @@
-
+
+
+ DoctrineDBAL
+ Doctrine Database Abstraction Layer
+ pear.phpdoctrine.org
+ The Doctrine DBAL package is the database abstraction layer used to power the ORM package.
+
+
+
+ LGPL
+
+
+ -
+
+
+
+
+
+
+
+ DoctrineORM
+ Doctrine Object Relationl Mapper
+ pear.phpdoctrine.org
+ The Doctrine ORM package is the primary package containing the object relational mapper.
+
+
+
+ LGPL
+
+
+ -
+
+
+
+
+ script
+
+
+
+
+
+
+
+
-
-
-
\ No newline at end of file