still trying to remove obsolete mae-app module...maybe this one will be the commit that does it

git-svn-id: https://svn.apache.org/repos/asf/maven/sandbox/trunk/mae@1154004 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/mae-app/pom.xml b/mae-app/pom.xml
deleted file mode 100644
index 48b4d33..0000000
--- a/mae-app/pom.xml
+++ /dev/null
@@ -1,67 +0,0 @@
-<?xml version='1.0'?>
-<!--
-  Licensed to the Apache Software Foundation (ASF) under one
-  or more contributor license agreements.  See the NOTICE file
-  distributed with this work for additional information
-  regarding copyright ownership.  The ASF licenses this file
-  to you under the Apache License, Version 2.0 (the
-  "License"); you may not use this file except in compliance
-  with the License.  You may obtain a copy of the License at
-  
-  http://www.apache.org/licenses/LICENSE-2.0
-  
-  Unless required by applicable law or agreed to in writing,
-  software distributed under the License is distributed on an
-  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-  KIND, either express or implied.  See the License for the
-  specific language governing permissions and limitations
-  under the License.
--->
-<project xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xsi:schemaLocation='http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd' xmlns='http://maven.apache.org/POM/4.0.0'>
-  <modelVersion>4.0.0</modelVersion>
-  <parent>
-    <artifactId>mae</artifactId>
-    <groupId>org.apache.maven.mae</groupId>
-    <version>1.0-alpha-1-SNAPSHOT</version>
-  </parent>
-  
-  <artifactId>mae-app</artifactId>
-  <name>Maven App Engine: MAE Application Hooks</name>
-  
-  <properties>
-    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-  </properties>
-  
-  <dependencyManagement>
-    <dependencies>
-      <dependency>
-        <groupId>org.apache.maven.mae</groupId>
-        <artifactId>mae-app-bom</artifactId>
-        <version>${project.version}</version>
-        <type>pom</type>
-        <scope>import</scope>
-      </dependency>
-    </dependencies>
-  </dependencyManagement>
-
-  <build>
-  	<plugins>
-  		<plugin>
-  			<groupId>org.codehaus.plexus</groupId>
-  			<artifactId>plexus-component-metadata</artifactId>
-  		</plugin>
-  	</plugins>
-  </build>
-  <dependencies>
-    <dependency>
-      <groupId>org.apache.maven.mae</groupId>
-      <artifactId>mae-api</artifactId>
-      <scope>compile</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.maven.mae</groupId>
-      <artifactId>mae-booter</artifactId>
-      <scope>compile</scope>
-    </dependency>
-  </dependencies>
-</project>
diff --git a/mae-boms/mae-app-bom/pom.xml b/mae-boms/mae-app-bom/pom.xml
index 95d5589..05ade41 100644
--- a/mae-boms/mae-app-bom/pom.xml
+++ b/mae-boms/mae-app-bom/pom.xml
@@ -31,12 +31,6 @@
     <dependencies>
       <dependency>
         <groupId>org.apache.maven.mae</groupId>
-        <artifactId>mae-app</artifactId>
-        <version>${project.version}</version>
-      </dependency>
-      
-      <dependency>
-        <groupId>org.apache.maven.mae</groupId>
         <artifactId>mae-booter</artifactId>
         <version>${project.version}</version>
       </dependency>
diff --git a/mae-components/mae-project-tools/pom.xml b/mae-components/mae-project-tools/pom.xml
index 7eed8a1..19f5bba 100644
--- a/mae-components/mae-project-tools/pom.xml
+++ b/mae-components/mae-project-tools/pom.xml
@@ -41,12 +41,6 @@
       <scope>compile</scope>
     </dependency>
     <dependency>
-      <groupId>org.apache.maven.mae</groupId>
-      <artifactId>mae-app</artifactId>
-      <version>${maeVersion}</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
       <groupId>org.apache.maven.wagon</groupId>
       <artifactId>wagon-http-lightweight</artifactId>
       <scope>compile</scope>