Remove Crowdin ant task

This commit is contained in:
Jedediah Smith 2017-01-29 20:15:44 -05:00
parent 8b66cc8a65
commit faace22610
1 changed files with 0 additions and 18 deletions

View File

@ -35,24 +35,6 @@
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-antrun-plugin</artifactId>
<version>1.8</version>
<executions>
<execution>
<phase>generate-resources</phase>
<configuration>
<target>
<ant/> <!-- Run build.xml -->
</target>
</configuration>
<goals>
<goal>run</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>