Progard 5.1. DO NOT MERGE.
(cherry picked from commit 8a4f8ce54bc6f66e1f9cf6d615c4e22a1a678f95)
Change-Id: Iecb4516e1c687c756f9e88fe8d6725ce089294f8
diff --git a/common/m2/repository/net/sf/proguard/proguard-base/5.1/proguard-base-5.1-sources.jar b/common/m2/repository/net/sf/proguard/proguard-base/5.1/proguard-base-5.1-sources.jar
new file mode 100644
index 0000000..a9e84f9
--- /dev/null
+++ b/common/m2/repository/net/sf/proguard/proguard-base/5.1/proguard-base-5.1-sources.jar
Binary files differ
diff --git a/common/m2/repository/net/sf/proguard/proguard-base/5.1/proguard-base-5.1-sources.jar.md5 b/common/m2/repository/net/sf/proguard/proguard-base/5.1/proguard-base-5.1-sources.jar.md5
new file mode 100644
index 0000000..25a235b
--- /dev/null
+++ b/common/m2/repository/net/sf/proguard/proguard-base/5.1/proguard-base-5.1-sources.jar.md5
@@ -0,0 +1 @@
+29080f20f5b18f0e9dd2f6e419e825a8
\ No newline at end of file
diff --git a/common/m2/repository/net/sf/proguard/proguard-base/5.1/proguard-base-5.1-sources.jar.sha1 b/common/m2/repository/net/sf/proguard/proguard-base/5.1/proguard-base-5.1-sources.jar.sha1
new file mode 100644
index 0000000..4d21cc2
--- /dev/null
+++ b/common/m2/repository/net/sf/proguard/proguard-base/5.1/proguard-base-5.1-sources.jar.sha1
@@ -0,0 +1 @@
+8fe59a34d305b39211bec38479c0e23114d87805
\ No newline at end of file
diff --git a/common/m2/repository/net/sf/proguard/proguard-base/5.1/proguard-base-5.1.jar b/common/m2/repository/net/sf/proguard/proguard-base/5.1/proguard-base-5.1.jar
new file mode 100644
index 0000000..25315bf
--- /dev/null
+++ b/common/m2/repository/net/sf/proguard/proguard-base/5.1/proguard-base-5.1.jar
Binary files differ
diff --git a/common/m2/repository/net/sf/proguard/proguard-base/5.1/proguard-base-5.1.jar.md5 b/common/m2/repository/net/sf/proguard/proguard-base/5.1/proguard-base-5.1.jar.md5
new file mode 100644
index 0000000..b535dea
--- /dev/null
+++ b/common/m2/repository/net/sf/proguard/proguard-base/5.1/proguard-base-5.1.jar.md5
@@ -0,0 +1 @@
+3c4ca9ef7123a4f22e5641ef037365fb
\ No newline at end of file
diff --git a/common/m2/repository/net/sf/proguard/proguard-base/5.1/proguard-base-5.1.jar.sha1 b/common/m2/repository/net/sf/proguard/proguard-base/5.1/proguard-base-5.1.jar.sha1
new file mode 100644
index 0000000..d74653c
--- /dev/null
+++ b/common/m2/repository/net/sf/proguard/proguard-base/5.1/proguard-base-5.1.jar.sha1
@@ -0,0 +1 @@
+dc606dd778fe4685be16d5a171782ccfe0ef5637
\ No newline at end of file
diff --git a/common/m2/repository/net/sf/proguard/proguard-base/5.1/proguard-base-5.1.pom b/common/m2/repository/net/sf/proguard/proguard-base/5.1/proguard-base-5.1.pom
new file mode 100644
index 0000000..4a04b78
--- /dev/null
+++ b/common/m2/repository/net/sf/proguard/proguard-base/5.1/proguard-base-5.1.pom
@@ -0,0 +1,69 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<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">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>net.sf.proguard</groupId>
+ <artifactId>proguard-parent</artifactId>
+ <version>5.1</version>
+ <relativePath>../pom.xml</relativePath>
+ </parent>
+ <artifactId>proguard-base</artifactId>
+ <name>[${project.groupId}] ${project.artifactId}</name>
+
+ <build>
+ <sourceDirectory>../../../src</sourceDirectory>
+ <plugins>
+ <plugin>
+ <artifactId>maven-source-plugin</artifactId>
+ <configuration>
+ <excludes>
+ <exclude>proguard/gui/**</exclude>
+ <exclude>proguard/ant/**</exclude>
+ <exclude>proguard/gradle/**</exclude>
+ <exclude>proguard/wtk/**</exclude>
+ <exclude>proguard/retrace/**</exclude>
+ </excludes>
+ </configuration>
+ </plugin>
+ <plugin>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <configuration>
+ <excludes>
+ <exclude>proguard/gui/**</exclude>
+ <exclude>proguard/ant/**</exclude>
+ <exclude>proguard/gradle/**</exclude>
+ <exclude>proguard/wtk/**</exclude>
+ <exclude>proguard/retrace/**</exclude>
+ </excludes>
+ </configuration>
+ </plugin>
+ <plugin>
+ <artifactId>maven-javadoc-plugin</artifactId>
+ <configuration>
+ <excludePackageNames>proguard.gui:proguard.ant:proguard.gradle:proguard.wtk:proguard.retrace</excludePackageNames>
+ <!-- sourceFileExcludes doesn't seem to work, so we're using excludePackageNames -->
+ <sourceFileExcludes>
+ <sourceFileExclude>proguard/gui/**</sourceFileExclude>
+ <sourceFileExclude>proguard/ant/**</sourceFileExclude>
+ <sourceFileExclude>proguard/gradle/**</sourceFileExclude>
+ <sourceFileExclude>proguard/wtk/**</sourceFileExclude>
+ <sourceFileExclude>proguard/retrace/**</sourceFileExclude>
+ </sourceFileExcludes>
+ </configuration>
+ </plugin>
+ <plugin>
+ <artifactId>maven-jar-plugin</artifactId>
+ <configuration>
+ <archive>
+ <manifest>
+ <mainClass>proguard.ProGuard</mainClass>
+ </manifest>
+ </archive>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+</project>
diff --git a/common/m2/repository/net/sf/proguard/proguard-base/5.1/proguard-base-5.1.pom.md5 b/common/m2/repository/net/sf/proguard/proguard-base/5.1/proguard-base-5.1.pom.md5
new file mode 100644
index 0000000..bda91de
--- /dev/null
+++ b/common/m2/repository/net/sf/proguard/proguard-base/5.1/proguard-base-5.1.pom.md5
@@ -0,0 +1 @@
+f2896f5653227b95c7d856043a488e21
\ No newline at end of file
diff --git a/common/m2/repository/net/sf/proguard/proguard-base/5.1/proguard-base-5.1.pom.sha1 b/common/m2/repository/net/sf/proguard/proguard-base/5.1/proguard-base-5.1.pom.sha1
new file mode 100644
index 0000000..2c8a5cc
--- /dev/null
+++ b/common/m2/repository/net/sf/proguard/proguard-base/5.1/proguard-base-5.1.pom.sha1
@@ -0,0 +1 @@
+a6348683c2a61ce93afd3715ce29075cdeb8b07e
\ No newline at end of file
diff --git a/common/m2/repository/net/sf/proguard/proguard-base/maven-metadata.xml b/common/m2/repository/net/sf/proguard/proguard-base/maven-metadata.xml
index 3a9d95e..e6fd578 100644
--- a/common/m2/repository/net/sf/proguard/proguard-base/maven-metadata.xml
+++ b/common/m2/repository/net/sf/proguard/proguard-base/maven-metadata.xml
@@ -3,8 +3,8 @@
<groupId>net.sf.proguard</groupId>
<artifactId>proguard-base</artifactId>
<versioning>
- <latest>4.11</latest>
- <release>4.11</release>
+ <latest>5.1</latest>
+ <release>5.1</release>
<versions>
<version>4.2</version>
<version>4.3</version>
@@ -17,7 +17,9 @@
<version>4.9</version>
<version>4.10</version>
<version>4.11</version>
+ <version>5.0</version>
+ <version>5.1</version>
</versions>
- <lastUpdated>20131226145421</lastUpdated>
+ <lastUpdated>20141027203945</lastUpdated>
</versioning>
</metadata>
diff --git a/common/m2/repository/net/sf/proguard/proguard-base/maven-metadata.xml.md5 b/common/m2/repository/net/sf/proguard/proguard-base/maven-metadata.xml.md5
index 35a45f3..360d41a 100644
--- a/common/m2/repository/net/sf/proguard/proguard-base/maven-metadata.xml.md5
+++ b/common/m2/repository/net/sf/proguard/proguard-base/maven-metadata.xml.md5
@@ -1 +1 @@
-56f25f89bdbfe819f744728e516749bb
\ No newline at end of file
+722a65424172a71fbbe83d9738aa3884
\ No newline at end of file
diff --git a/common/m2/repository/net/sf/proguard/proguard-base/maven-metadata.xml.sha1 b/common/m2/repository/net/sf/proguard/proguard-base/maven-metadata.xml.sha1
index c98350b..5b5e833 100644
--- a/common/m2/repository/net/sf/proguard/proguard-base/maven-metadata.xml.sha1
+++ b/common/m2/repository/net/sf/proguard/proguard-base/maven-metadata.xml.sha1
@@ -1 +1 @@
-3b147b66e1eaeb0f203e92f9f2a44b03376f2037
\ No newline at end of file
+426198fc175ae0242141dbb814bcfdb9152c47e7
\ No newline at end of file
diff --git a/common/m2/repository/net/sf/proguard/proguard-gradle/5.1/proguard-gradle-5.1-sources.jar b/common/m2/repository/net/sf/proguard/proguard-gradle/5.1/proguard-gradle-5.1-sources.jar
new file mode 100644
index 0000000..1838015
--- /dev/null
+++ b/common/m2/repository/net/sf/proguard/proguard-gradle/5.1/proguard-gradle-5.1-sources.jar
Binary files differ
diff --git a/common/m2/repository/net/sf/proguard/proguard-gradle/5.1/proguard-gradle-5.1-sources.jar.md5 b/common/m2/repository/net/sf/proguard/proguard-gradle/5.1/proguard-gradle-5.1-sources.jar.md5
new file mode 100644
index 0000000..7a3d75e
--- /dev/null
+++ b/common/m2/repository/net/sf/proguard/proguard-gradle/5.1/proguard-gradle-5.1-sources.jar.md5
@@ -0,0 +1 @@
+5fe9bcc6d028a17037e769508a26d257
\ No newline at end of file
diff --git a/common/m2/repository/net/sf/proguard/proguard-gradle/5.1/proguard-gradle-5.1-sources.jar.sha1 b/common/m2/repository/net/sf/proguard/proguard-gradle/5.1/proguard-gradle-5.1-sources.jar.sha1
new file mode 100644
index 0000000..c102620
--- /dev/null
+++ b/common/m2/repository/net/sf/proguard/proguard-gradle/5.1/proguard-gradle-5.1-sources.jar.sha1
@@ -0,0 +1 @@
+1052878364479b1eb101e52e625713d2362973bb
\ No newline at end of file
diff --git a/common/m2/repository/net/sf/proguard/proguard-gradle/5.1/proguard-gradle-5.1.jar b/common/m2/repository/net/sf/proguard/proguard-gradle/5.1/proguard-gradle-5.1.jar
new file mode 100644
index 0000000..e742966
--- /dev/null
+++ b/common/m2/repository/net/sf/proguard/proguard-gradle/5.1/proguard-gradle-5.1.jar
Binary files differ
diff --git a/common/m2/repository/net/sf/proguard/proguard-gradle/5.1/proguard-gradle-5.1.jar.md5 b/common/m2/repository/net/sf/proguard/proguard-gradle/5.1/proguard-gradle-5.1.jar.md5
new file mode 100644
index 0000000..fff3ecb
--- /dev/null
+++ b/common/m2/repository/net/sf/proguard/proguard-gradle/5.1/proguard-gradle-5.1.jar.md5
@@ -0,0 +1 @@
+0f25c5f9409127fea44bada25acc1db8
\ No newline at end of file
diff --git a/common/m2/repository/net/sf/proguard/proguard-gradle/5.1/proguard-gradle-5.1.jar.sha1 b/common/m2/repository/net/sf/proguard/proguard-gradle/5.1/proguard-gradle-5.1.jar.sha1
new file mode 100644
index 0000000..21409ad
--- /dev/null
+++ b/common/m2/repository/net/sf/proguard/proguard-gradle/5.1/proguard-gradle-5.1.jar.sha1
@@ -0,0 +1 @@
+0672d43cbfde4765080e5bea19c51a2cc45dfc00
\ No newline at end of file
diff --git a/common/m2/repository/net/sf/proguard/proguard-gradle/5.1/proguard-gradle-5.1.pom b/common/m2/repository/net/sf/proguard/proguard-gradle/5.1/proguard-gradle-5.1.pom
new file mode 100644
index 0000000..c43e2b6
--- /dev/null
+++ b/common/m2/repository/net/sf/proguard/proguard-gradle/5.1/proguard-gradle-5.1.pom
@@ -0,0 +1,91 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<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">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>net.sf.proguard</groupId>
+ <artifactId>proguard-parent</artifactId>
+ <version>5.1</version>
+ <relativePath>../pom.xml</relativePath>
+ </parent>
+ <artifactId>proguard-gradle</artifactId>
+ <name>[${project.groupId}] ${project.artifactId}</name>
+
+ <build>
+ <sourceDirectory>../../../src</sourceDirectory>
+ <plugins>
+ <plugin>
+ <artifactId>maven-source-plugin</artifactId>
+ <configuration>
+ <includes>
+ <include>proguard/gradle/**</include>
+ </includes>
+ </configuration>
+ </plugin>
+ <plugin>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <configuration>
+ <includes>
+ <include>proguard/gradle/**</include>
+ </includes>
+ </configuration>
+ </plugin>
+ <plugin>
+ <artifactId>maven-jar-plugin</artifactId>
+ <configuration>
+ <archive>
+ <manifest>
+ <addClasspath>true</addClasspath>
+ </manifest>
+ </archive>
+ </configuration>
+ </plugin>
+ <plugin>
+ <artifactId>maven-javadoc-plugin</artifactId>
+ <configuration>
+ <subpackages>proguard.gradle</subpackages>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+
+ <dependencies>
+ <dependency>
+ <groupId>${project.groupId}</groupId>
+ <artifactId>proguard-base</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.gradle</groupId>
+ <artifactId>gradle-core</artifactId>
+ <version>2.1</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.gradle</groupId>
+ <artifactId>gradle-base-services</artifactId>
+ <version>2.1</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.gradle</groupId>
+ <artifactId>gradle-base-services-groovy</artifactId>
+ <version>2.1</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.codehaus.groovy</groupId>
+ <artifactId>groovy-all</artifactId>
+ <version>2.3.6</version>
+ <scope>provided</scope>
+ </dependency>
+ </dependencies>
+ <repositories>
+ <repository>
+ <id>gradle</id>
+ <url>http://repo.gradle.org/gradle/libs-releases-local/</url>
+ </repository>
+ </repositories>
+</project>
diff --git a/common/m2/repository/net/sf/proguard/proguard-gradle/5.1/proguard-gradle-5.1.pom.md5 b/common/m2/repository/net/sf/proguard/proguard-gradle/5.1/proguard-gradle-5.1.pom.md5
new file mode 100644
index 0000000..86258db
--- /dev/null
+++ b/common/m2/repository/net/sf/proguard/proguard-gradle/5.1/proguard-gradle-5.1.pom.md5
@@ -0,0 +1 @@
+5678146275eacd03a2ca876aab7d131e
\ No newline at end of file
diff --git a/common/m2/repository/net/sf/proguard/proguard-gradle/5.1/proguard-gradle-5.1.pom.sha1 b/common/m2/repository/net/sf/proguard/proguard-gradle/5.1/proguard-gradle-5.1.pom.sha1
new file mode 100644
index 0000000..10fe169
--- /dev/null
+++ b/common/m2/repository/net/sf/proguard/proguard-gradle/5.1/proguard-gradle-5.1.pom.sha1
@@ -0,0 +1 @@
+9e149e6d2dea6f6cb582b17d1c444a30bd3945be
\ No newline at end of file
diff --git a/common/m2/repository/net/sf/proguard/proguard-gradle/maven-metadata.xml b/common/m2/repository/net/sf/proguard/proguard-gradle/maven-metadata.xml
index be568e3..16ce774 100644
--- a/common/m2/repository/net/sf/proguard/proguard-gradle/maven-metadata.xml
+++ b/common/m2/repository/net/sf/proguard/proguard-gradle/maven-metadata.xml
@@ -3,13 +3,15 @@
<groupId>net.sf.proguard</groupId>
<artifactId>proguard-gradle</artifactId>
<versioning>
- <latest>4.11</latest>
- <release>4.11</release>
+ <latest>5.1</latest>
+ <release>5.1</release>
<versions>
<version>4.9</version>
<version>4.10</version>
<version>4.11</version>
+ <version>5.0</version>
+ <version>5.1</version>
</versions>
- <lastUpdated>20131226145422</lastUpdated>
+ <lastUpdated>20141027203946</lastUpdated>
</versioning>
</metadata>
diff --git a/common/m2/repository/net/sf/proguard/proguard-gradle/maven-metadata.xml.md5 b/common/m2/repository/net/sf/proguard/proguard-gradle/maven-metadata.xml.md5
index b0932e9..800916e 100644
--- a/common/m2/repository/net/sf/proguard/proguard-gradle/maven-metadata.xml.md5
+++ b/common/m2/repository/net/sf/proguard/proguard-gradle/maven-metadata.xml.md5
@@ -1 +1 @@
-3dca3da6cfe848e5a884a93b756c044c
\ No newline at end of file
+61a3394153477b22a3c376d8dc8b6f08
\ No newline at end of file
diff --git a/common/m2/repository/net/sf/proguard/proguard-gradle/maven-metadata.xml.sha1 b/common/m2/repository/net/sf/proguard/proguard-gradle/maven-metadata.xml.sha1
index 6076b18..d6d3e58 100644
--- a/common/m2/repository/net/sf/proguard/proguard-gradle/maven-metadata.xml.sha1
+++ b/common/m2/repository/net/sf/proguard/proguard-gradle/maven-metadata.xml.sha1
@@ -1 +1 @@
-c748d27f2661e1ede0dccee95392ed5f4fa837bb
\ No newline at end of file
+f61e3f9f60ef9259db40bd5f221390354e79fd45
\ No newline at end of file
diff --git a/common/m2/repository/net/sf/proguard/proguard-parent/5.1/proguard-parent-5.1.pom b/common/m2/repository/net/sf/proguard/proguard-parent/5.1/proguard-parent-5.1.pom
new file mode 100644
index 0000000..08073af
--- /dev/null
+++ b/common/m2/repository/net/sf/proguard/proguard-parent/5.1/proguard-parent-5.1.pom
@@ -0,0 +1,162 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<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">
+ <modelVersion>4.0.0</modelVersion>
+
+ <groupId>net.sf.proguard</groupId>
+ <artifactId>proguard-parent</artifactId>
+ <version>5.1</version>
+ <packaging>pom</packaging>
+ <name>[${project.groupId}] ${project.artifactId}</name>
+ <description>ProGuard is a free Java class file shrinker, optimizer, obfuscator, and preverifier.</description>
+ <url>http://proguard.sourceforge.net/</url>
+
+ <prerequisites>
+ <maven>3</maven>
+ </prerequisites>
+
+ <developers>
+ <developer>
+ <id>lafortune</id>
+ <name>Eric Lafortune</name>
+ <url>http://www.lafortune.eu/</url>
+ <organization>Saikoa</organization>
+ <organizationUrl>http://www.saikoa.com/</organizationUrl>
+ <roles>
+ <role>Project Administrator</role>
+ <role>Developer</role>
+ </roles>
+ </developer>
+ </developers>
+
+ <licenses>
+ <license>
+ <name>GNU General Public License, Version 2</name>
+ <url>http://www.gnu.org/licenses/gpl-2.0.txt</url>
+ <distribution>repo</distribution>
+ </license>
+ </licenses>
+
+ <issueManagement>
+ <system>SourceForge.net Tracker</system>
+ <url>http://sourceforge.net/p/proguard/bugs/</url>
+ </issueManagement>
+
+ <scm>
+ <url>http://hg.code.sf.net/p/proguard/code</url>
+ <connection>scm:hg:http://hg.code.sf.net/p/proguard/code</connection>
+ </scm>
+
+ <properties>
+ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+ </properties>
+
+ <build>
+ <pluginManagement>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-jar-plugin</artifactId>
+ <version>2.4</version>
+ </plugin>
+ </plugins>
+ </pluginManagement>
+
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <version>2.3.2</version>
+ <configuration>
+ <source>1.5</source>
+ <target>1.5</target>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-javadoc-plugin</artifactId>
+ <version>2.8.1</version>
+ <configuration>
+ <links>
+ <link>http://download.oracle.com/javase/1.5.0/docs/api/</link>
+ </links>
+ <quiet>true</quiet>
+ </configuration>
+ <executions>
+ <execution>
+ <id>attach-javadoc</id>
+ <phase>package</phase>
+ <goals>
+ <goal>jar</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-source-plugin</artifactId>
+ <version>2.1.2</version>
+ <executions>
+ <execution>
+ <id>attach-sources</id>
+ <phase>package</phase>
+ <goals>
+ <goal>jar</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-gpg-plugin</artifactId>
+ <version>1.1</version>
+ <executions>
+ <execution>
+ <id>sign-artifacts</id>
+ <phase>verify</phase>
+ <goals>
+ <goal>sign</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+
+ <distributionManagement>
+ <repository>
+ <id>sonatype-nexus-staging</id>
+ <name>Nexus Release Repository</name>
+ <url>https://oss.sonatype.org/service/local/staging/deploy/maven2</url>
+ </repository>
+ </distributionManagement>
+
+ <!-- To keep our project layout simple, we're not following the
+ 'one Maven way'. Now Maven is inflicting even more redundant
+ redundancy on us. We're stubborn though. -->
+
+ <modules>
+ <module>base</module>
+ <module>gui</module>
+ <module>ant</module>
+ <module>gradle</module>
+ <module>retrace</module>
+ </modules>
+
+ <profiles>
+ <profile>
+ <id>__wtk_plugin_build__</id>
+ <activation>
+ <file>
+ <exists>${wtk.home}/wtklib/kenv.zip</exists>
+ </file>
+ </activation>
+ <modules>
+ <module>wtk</module>
+ </modules>
+ </profile>
+ </profiles>
+</project>
diff --git a/common/m2/repository/net/sf/proguard/proguard-parent/5.1/proguard-parent-5.1.pom.md5 b/common/m2/repository/net/sf/proguard/proguard-parent/5.1/proguard-parent-5.1.pom.md5
new file mode 100644
index 0000000..93059c2
--- /dev/null
+++ b/common/m2/repository/net/sf/proguard/proguard-parent/5.1/proguard-parent-5.1.pom.md5
@@ -0,0 +1 @@
+6ec14f11e161e824688772be353e6874
\ No newline at end of file
diff --git a/common/m2/repository/net/sf/proguard/proguard-parent/5.1/proguard-parent-5.1.pom.sha1 b/common/m2/repository/net/sf/proguard/proguard-parent/5.1/proguard-parent-5.1.pom.sha1
new file mode 100644
index 0000000..26a962c
--- /dev/null
+++ b/common/m2/repository/net/sf/proguard/proguard-parent/5.1/proguard-parent-5.1.pom.sha1
@@ -0,0 +1 @@
+c65dbd15e3b2300d94ecdae09a6ad61611024ee7
\ No newline at end of file
diff --git a/common/m2/repository/net/sf/proguard/proguard-parent/maven-metadata.xml b/common/m2/repository/net/sf/proguard/proguard-parent/maven-metadata.xml
index 14c0a36..11985da 100644
--- a/common/m2/repository/net/sf/proguard/proguard-parent/maven-metadata.xml
+++ b/common/m2/repository/net/sf/proguard/proguard-parent/maven-metadata.xml
@@ -3,8 +3,8 @@
<groupId>net.sf.proguard</groupId>
<artifactId>proguard-parent</artifactId>
<versioning>
- <latest>4.11</latest>
- <release>4.11</release>
+ <latest>5.1</latest>
+ <release>5.1</release>
<versions>
<version>4.2</version>
<version>4.3</version>
@@ -17,7 +17,9 @@
<version>4.9</version>
<version>4.10</version>
<version>4.11</version>
+ <version>5.0</version>
+ <version>5.1</version>
</versions>
- <lastUpdated>20131226145422</lastUpdated>
+ <lastUpdated>20141027203949</lastUpdated>
</versioning>
</metadata>
diff --git a/common/m2/repository/net/sf/proguard/proguard-parent/maven-metadata.xml.md5 b/common/m2/repository/net/sf/proguard/proguard-parent/maven-metadata.xml.md5
index cdc7a35..2601e1a 100644
--- a/common/m2/repository/net/sf/proguard/proguard-parent/maven-metadata.xml.md5
+++ b/common/m2/repository/net/sf/proguard/proguard-parent/maven-metadata.xml.md5
@@ -1 +1 @@
-e6dcc288cd9679f8de84cb2c0e7991e5
\ No newline at end of file
+90d91835ab0d5ef0f987d4df0ad9a991
\ No newline at end of file
diff --git a/common/m2/repository/net/sf/proguard/proguard-parent/maven-metadata.xml.sha1 b/common/m2/repository/net/sf/proguard/proguard-parent/maven-metadata.xml.sha1
index 28643dc..055ad28 100644
--- a/common/m2/repository/net/sf/proguard/proguard-parent/maven-metadata.xml.sha1
+++ b/common/m2/repository/net/sf/proguard/proguard-parent/maven-metadata.xml.sha1
@@ -1 +1 @@
-dcf826addde72b99a7526437830e6390e75d2e2b
\ No newline at end of file
+40d838aba20c1bb6a16c610ba6a332e05ea5cc55
\ No newline at end of file