Remove executions from osxappbundle - run manually instead

git-svn-id: https://svn.apache.org/repos/asf/logging/chainsaw/trunk@1178454 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index 41b4e46..c47c34d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -323,14 +323,6 @@
           <iconFile>${basedir}/src/main/resources/logo.icns</iconFile>

           <bundleName>Chainsaw</bundleName>

         </configuration>

-        <executions>

-            <execution>

-                <phase>package</phase>

-                <goals>

-                    <goal>bundle</goal>

-                </goals>

-            </execution>

-       </executions>

       </plugin>

       <plugin>

         <groupId>org.codehaus.mojo</groupId>