Remove modules from parent pom and create new reactor pom in the root dir; add file install to reactor.

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@752009 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/build.xml b/build.xml
index caed2fc..664b421 100644
--- a/build.xml
+++ b/build.xml
@@ -16,7 +16,7 @@
  specific language governing permissions and limitations
  under the License.
 -->
-<project default="all" basedir="pom">
+<project default="all" basedir=".">
     <target name="init">
         <condition property="mvn" value="mvn.bat">
             <os family="dos" />