Skip to content

Commit

Permalink
Disabled cordova build
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkosertic committed Aug 18, 2016
1 parent 72df2df commit 1969b40
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions gameengine-cordovarenderer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
</plugins>
</build>

<profiles>
<!-- <profiles>
<profile>
<id>platform-linux</id>
<activation>
Expand All @@ -78,20 +78,17 @@
<configuration>
<target>
<mkdir dir="${project.build.directory}"/>
<!-- New Empty Project -->
<exec executable="cordova" dir="${project.build.directory}">
<arg value="create"/>
<arg value="${project.cordova.directory}"/>
<arg value="${project.cordova.packagename}"/>
<arg value="${project.cordova.name}"/>
</exec>
<!-- Add android support -->
<exec executable="cordova" dir="${project.build.directory}/${project.cordova.directory}">
<arg value="platform"/>
<arg value="add"/>
<arg value="android"/>
</exec>
<!-- Add Crosswalk Support -->
<exec executable="cordova" dir="${project.build.directory}/${project.cordova.directory}">
<arg value="plugin"/>
<arg value="add"/>
Expand All @@ -106,7 +103,6 @@
<fileset dir="${project.build.directory}/webruntime" includes="**/*"/>
</copy>
<!-- Trigger up build -->
<exec executable="cordova" dir="${project.build.directory}/${project.cordova.directory}">
<arg value="build"/>
<arg value="android"/>
Expand Down Expand Up @@ -179,20 +175,17 @@
<configuration>
<target>
<mkdir dir="${project.build.directory}"/>
<!-- New Empty Project -->
<exec executable="cordova.cmd" dir="${project.build.directory}">
<arg value="create"/>
<arg value="${project.cordova.directory}"/>
<arg value="${project.cordova.packagename}"/>
<arg value="${project.cordova.name}"/>
</exec>
<!-- Add android support -->
<exec executable="cordova.cmd" dir="${project.build.directory}/${project.cordova.directory}">
<arg value="platform"/>
<arg value="add"/>
<arg value="android"/>
</exec>
<!-- Add Crosswalk Support -->
<exec executable="cordova.cmd" dir="${project.build.directory}/${project.cordova.directory}">
<arg value="plugin"/>
<arg value="add"/>
Expand All @@ -207,7 +200,6 @@
<fileset dir="${project.build.directory}/webruntime" includes="**/*"/>
</copy>
<!-- Trigger up build -->
<exec executable="cordova.cmd" dir="${project.build.directory}/${project.cordova.directory}">
<arg value="build"/>
<arg value="android"/>
Expand Down Expand Up @@ -261,5 +253,5 @@
</plugins>
</build>
</profile>
</profiles>
</profiles> -->
</project>

0 comments on commit 1969b40

Please sign in to comment.