Converting builtin applications to be delivered in a self-contained manner via OAR files.

Change-Id: I563fa2b3dcc2d330e6ccf2b79348609e4b3d7415
diff --git a/oneping/pom.xml b/oneping/pom.xml
index ff03479..3b0e5c9 100644
--- a/oneping/pom.xml
+++ b/oneping/pom.xml
@@ -29,27 +29,6 @@
     <artifactId>onos-app-oneping</artifactId>
     <packaging>bundle</packaging>
 
-    <description>ONOS One-Ping sample app</description>
-
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-assembly-plugin</artifactId>
-                <version>2.5.3</version>
-                <configuration>
-                    <descriptor>src/assembly/bin.xml</descriptor>
-                </configuration>
-                <executions>
-                    <execution>
-                        <phase>package</phase>
-                        <goals>
-                            <goal>single</goal>
-                        </goals>
-                    </execution>
-                </executions>
-            </plugin>
-        </plugins>
-    </build>
+    <description>One-Ping-Only sample application</description>
 
 </project>