reformatting code

revert-dabc3590
Nirothipan 8 years ago
parent 6388ea1e45
commit a2d703334a

@ -113,6 +113,7 @@ public class TryIt {
/** /**
* This method is called when then is an error in getting system properties * This method is called when then is an error in getting system properties
*
* @param error - system property name * @param error - system property name
*/ */
private void sysPropertyError(String error) { private void sysPropertyError(String error) {

@ -18,7 +18,8 @@
~ under the License. ~ under the License.
--> -->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<parent> <parent>
<artifactId>android-plugin</artifactId> <artifactId>android-plugin</artifactId>
@ -52,7 +53,8 @@
<artifactId>org.wso2.carbon.device.mgt.mobile.android.emulator</artifactId> <artifactId>org.wso2.carbon.device.mgt.mobile.android.emulator</artifactId>
<version>${project.version}</version> <version>${project.version}</version>
<overWrite>true</overWrite> <overWrite>true</overWrite>
<outputDirectory>${project.basedir}/src/main/resources/android-tryit/</outputDirectory> <outputDirectory>${project.basedir}/src/main/resources/android-tryit/
</outputDirectory>
<destFileName>JavaApp.jar</destFileName> <destFileName>JavaApp.jar</destFileName>
</artifactItem> </artifactItem>
</artifactItems> </artifactItems>

Loading…
Cancel
Save