summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2021-08-25 18:39:25 +0200
committerDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2021-08-26 04:09:08 +0200
commite847c858f6d38548ad7576b217e5b2c2fe088763 (patch)
tree704fa162ea231398748df1731166a3272757bff1
parentef2942809b198653e0cf181151a5f435f5bb7476 (diff)
downloadexternal_proguard-replicant-6.0.tar.gz
external_proguard-replicant-6.0.tar.bz2
external_proguard-replicant-6.0.zip
None of the jars have the .java files corresponding to the .class they ship. If we want to keep the jar we would need to rebuild them from source to make sure we have the corresponding source code. As the building Replicant 6.0 on Trisquel 9 works without them, we can simply remove them. Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
-rw-r--r--examples/annotations/lib/annotations.jarbin6122 -> 0 bytes
-rw-r--r--lib/proguard.jarbin853203 -> 0 bytes
-rw-r--r--lib/proguardgui.jarbin139582 -> 0 bytes
-rw-r--r--lib/retrace.jarbin6973 -> 0 bytes
4 files changed, 0 insertions, 0 deletions
diff --git a/examples/annotations/lib/annotations.jar b/examples/annotations/lib/annotations.jar
deleted file mode 100644
index d931505..0000000
--- a/examples/annotations/lib/annotations.jar
+++ /dev/null
Binary files differ
diff --git a/lib/proguard.jar b/lib/proguard.jar
deleted file mode 100644
index a948c89..0000000
--- a/lib/proguard.jar
+++ /dev/null
Binary files differ
diff --git a/lib/proguardgui.jar b/lib/proguardgui.jar
deleted file mode 100644
index b876e89..0000000
--- a/lib/proguardgui.jar
+++ /dev/null
Binary files differ
diff --git a/lib/retrace.jar b/lib/retrace.jar
deleted file mode 100644
index c00fbe7..0000000
--- a/lib/retrace.jar
+++ /dev/null
Binary files differ