OSDN Git Service

fixed maven platform poms
authorbadlogic <badlogicgames@gmail.com>
Sat, 6 Jul 2013 23:24:24 +0000 (01:24 +0200)
committerbadlogic <badlogicgames@gmail.com>
Sat, 6 Jul 2013 23:24:24 +0000 (01:24 +0200)
gdx/jni/maven/pom.xml

index c470a59..b71612e 100644 (file)
                         </configuration>
                     </execution>
                     
-                    <execution>
-                        <id>armeabi-gl20</id>
-                        <phase>process-resources</phase>
-                        <goals><goal>wget</goal></goals>
-                        <configuration>
-                            <cacheDirectory>${project.build.directory}/download-cache/armeabi</cacheDirectory>
-                            <url>${base.url}/armeabi/libandroidgl20.so</url>
-                            <outputDirectory>${project.build.directory}/armeabi</outputDirectory>
-                        </configuration>
-                    </execution>
+
                     <execution>
                         <id>armeabi-gdx</id>
                         <phase>process-resources</phase>
                     </execution>
                     
                     <execution>
-                        <id>armeabi-v7a-gl20</id>
-                        <phase>process-resources</phase>
-                        <goals><goal>wget</goal></goals>
-                        <configuration>
-                            <cacheDirectory>${project.build.directory}/download-cache/armeabi-v7a</cacheDirectory>
-                            <url>${base.url}/armeabi-v7a/libandroidgl20.so</url>
-                            <outputDirectory>${project.build.directory}/armeabi-v7a</outputDirectory>
-                        </configuration>
-                    </execution>
-                    <execution>
                         <id>armeabi-v7a-gdx</id>
                         <phase>process-resources</phase>
                         <goals><goal>wget</goal></goals>