From 2a5afec4112a2fd9240e61e482094238fbb60b37 Mon Sep 17 00:00:00 2001 From: Adam Samalik Date: Thu, 29 Jun 2023 11:02:02 +0200 Subject: [PATCH] re-import sources as agreed with the maintainer --- .gitignore | 15 +++++- asm-6.2.pom | 96 ---------------------------------- asm-analysis-6.2.pom | 102 ------------------------------------ asm-commons-6.2.pom | 120 ------------------------------------------- asm-test-6.2.pom | 96 ---------------------------------- asm-tree-6.2.pom | 102 ------------------------------------ asm-util-6.2.pom | 120 ------------------------------------------- asm-xml-6.2.pom | 108 -------------------------------------- gating.yaml | 8 --- generate-tarball.sh | 0 sources | 7 +++ 11 files changed, 21 insertions(+), 753 deletions(-) delete mode 100644 asm-6.2.pom delete mode 100644 asm-analysis-6.2.pom delete mode 100644 asm-commons-6.2.pom delete mode 100644 asm-test-6.2.pom delete mode 100644 asm-tree-6.2.pom delete mode 100644 asm-util-6.2.pom delete mode 100644 asm-xml-6.2.pom delete mode 100644 gating.yaml mode change 100755 => 100644 generate-tarball.sh diff --git a/.gitignore b/.gitignore index af09af6..667054d 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,14 @@ -SOURCES/objectweb-asm-6.2.tar.gz +/LICENSE-2.0.txt +/.project +/.build-*.log +/*.src.rpm +/noarch +/archive.tar.gz +/asm-6.2.pom +/asm-analysis-6.2.pom +/asm-commons-6.2.pom +/asm-test-6.2.pom +/asm-tree-6.2.pom +/asm-util-6.2.pom +/asm-xml-6.2.pom +/objectweb-asm-6.2.tar.gz diff --git a/asm-6.2.pom b/asm-6.2.pom deleted file mode 100644 index ec90618..0000000 --- a/asm-6.2.pom +++ /dev/null @@ -1,96 +0,0 @@ - - - 4.0.0 - - org.ow2 - ow2 - 1.5 - - org.ow2.asm - asm - 6.2 - asm - ASM, a very small and fast Java bytecode manipulation framework - http://asm.ow2.org/ - 2000 - - OW2 - http://www.ow2.org/ - - - - BSD - http://asm.ow2.org/license.html - - - - - ebruneton - Eric Bruneton - ebruneton@free.fr - - Creator - Java Developer - - - - eu - Eugene Kuleshov - eu@javatx.org - - Java Developer - - - - forax - Remi Forax - forax@univ-mlv.fr - - Java Developer - - - - - - ASM Users List - https://mail.ow2.org/wws/subscribe/asm - asm@objectweb.org - https://mail.ow2.org/wws/arc/asm/ - - - ASM Team List - https://mail.ow2.org/wws/subscribe/asm-team - asm-team@objectweb.org - https://mail.ow2.org/wws/arc/asm-team/ - - - - scm:git:https://gitlab.ow2.org/asm/asm/ - scm:git:https://gitlab.ow2.org/asm/asm/ - https://gitlab.ow2.org/asm/asm/ - - - https://gitlab.ow2.org/asm/asm/issues - - - - org.ow2.asm - asm-test - 6.2 - test - - - org.junit.jupiter - junit-jupiter-api - 5.1.0 - test - - - org.junit.jupiter - junit-jupiter-params - 5.1.0 - test - - - diff --git a/asm-analysis-6.2.pom b/asm-analysis-6.2.pom deleted file mode 100644 index 512d843..0000000 --- a/asm-analysis-6.2.pom +++ /dev/null @@ -1,102 +0,0 @@ - - - 4.0.0 - - org.ow2 - ow2 - 1.5 - - org.ow2.asm - asm-analysis - 6.2 - asm-analysis - Static code analysis API of ASM, a very small and fast Java bytecode manipulation framework - http://asm.ow2.org/ - 2000 - - OW2 - http://www.ow2.org/ - - - - BSD - http://asm.ow2.org/license.html - - - - - ebruneton - Eric Bruneton - ebruneton@free.fr - - Creator - Java Developer - - - - eu - Eugene Kuleshov - eu@javatx.org - - Java Developer - - - - forax - Remi Forax - forax@univ-mlv.fr - - Java Developer - - - - - - ASM Users List - https://mail.ow2.org/wws/subscribe/asm - asm@objectweb.org - https://mail.ow2.org/wws/arc/asm/ - - - ASM Team List - https://mail.ow2.org/wws/subscribe/asm-team - asm-team@objectweb.org - https://mail.ow2.org/wws/arc/asm-team/ - - - - scm:git:https://gitlab.ow2.org/asm/asm/ - scm:git:https://gitlab.ow2.org/asm/asm/ - https://gitlab.ow2.org/asm/asm/ - - - https://gitlab.ow2.org/asm/asm/issues - - - - org.ow2.asm - asm-tree - 6.2 - compile - - - org.ow2.asm - asm-test - 6.2 - test - - - org.junit.jupiter - junit-jupiter-api - 5.1.0 - test - - - org.junit.jupiter - junit-jupiter-params - 5.1.0 - test - - - diff --git a/asm-commons-6.2.pom b/asm-commons-6.2.pom deleted file mode 100644 index 6dce2c8..0000000 --- a/asm-commons-6.2.pom +++ /dev/null @@ -1,120 +0,0 @@ - - - 4.0.0 - - org.ow2 - ow2 - 1.5 - - org.ow2.asm - asm-commons - 6.2 - asm-commons - Usefull class adapters based on ASM, a very small and fast Java bytecode manipulation framework - http://asm.ow2.org/ - 2000 - - OW2 - http://www.ow2.org/ - - - - BSD - http://asm.ow2.org/license.html - - - - - ebruneton - Eric Bruneton - ebruneton@free.fr - - Creator - Java Developer - - - - eu - Eugene Kuleshov - eu@javatx.org - - Java Developer - - - - forax - Remi Forax - forax@univ-mlv.fr - - Java Developer - - - - - - ASM Users List - https://mail.ow2.org/wws/subscribe/asm - asm@objectweb.org - https://mail.ow2.org/wws/arc/asm/ - - - ASM Team List - https://mail.ow2.org/wws/subscribe/asm-team - asm-team@objectweb.org - https://mail.ow2.org/wws/arc/asm-team/ - - - - scm:git:https://gitlab.ow2.org/asm/asm/ - scm:git:https://gitlab.ow2.org/asm/asm/ - https://gitlab.ow2.org/asm/asm/ - - - https://gitlab.ow2.org/asm/asm/issues - - - - org.ow2.asm - asm - 6.2 - compile - - - org.ow2.asm - asm-tree - 6.2 - compile - - - org.ow2.asm - asm-analysis - 6.2 - compile - - - org.ow2.asm - asm-util - 6.2 - test - - - org.ow2.asm - asm-test - 6.2 - test - - - org.junit.jupiter - junit-jupiter-api - 5.1.0 - test - - - org.junit.jupiter - junit-jupiter-params - 5.1.0 - test - - - diff --git a/asm-test-6.2.pom b/asm-test-6.2.pom deleted file mode 100644 index e5d8ff5..0000000 --- a/asm-test-6.2.pom +++ /dev/null @@ -1,96 +0,0 @@ - - - 4.0.0 - - org.ow2 - ow2 - 1.5 - - org.ow2.asm - asm-test - 6.2 - asm-test - Utilities for testing ASM, a very small and fast Java bytecode manipulation framework - http://asm.ow2.org/ - 2000 - - OW2 - http://www.ow2.org/ - - - - BSD - http://asm.ow2.org/license.html - - - - - ebruneton - Eric Bruneton - ebruneton@free.fr - - Creator - Java Developer - - - - eu - Eugene Kuleshov - eu@javatx.org - - Java Developer - - - - forax - Remi Forax - forax@univ-mlv.fr - - Java Developer - - - - - - ASM Users List - https://mail.ow2.org/wws/subscribe/asm - asm@objectweb.org - https://mail.ow2.org/wws/arc/asm/ - - - ASM Team List - https://mail.ow2.org/wws/subscribe/asm-team - asm-team@objectweb.org - https://mail.ow2.org/wws/arc/asm-team/ - - - - scm:git:https://gitlab.ow2.org/asm/asm/ - scm:git:https://gitlab.ow2.org/asm/asm/ - https://gitlab.ow2.org/asm/asm/ - - - https://gitlab.ow2.org/asm/asm/issues - - - - org.junit.jupiter - junit-jupiter-api - 5.1.0 - compile - - - org.junit.jupiter - junit-jupiter-params - 5.1.0 - compile - - - org.ow2.asm - asm-test - 6.2 - test - - - diff --git a/asm-tree-6.2.pom b/asm-tree-6.2.pom deleted file mode 100644 index 3132d28..0000000 --- a/asm-tree-6.2.pom +++ /dev/null @@ -1,102 +0,0 @@ - - - 4.0.0 - - org.ow2 - ow2 - 1.5 - - org.ow2.asm - asm-tree - 6.2 - asm-tree - Tree API of ASM, a very small and fast Java bytecode manipulation framework - http://asm.ow2.org/ - 2000 - - OW2 - http://www.ow2.org/ - - - - BSD - http://asm.ow2.org/license.html - - - - - ebruneton - Eric Bruneton - ebruneton@free.fr - - Creator - Java Developer - - - - eu - Eugene Kuleshov - eu@javatx.org - - Java Developer - - - - forax - Remi Forax - forax@univ-mlv.fr - - Java Developer - - - - - - ASM Users List - https://mail.ow2.org/wws/subscribe/asm - asm@objectweb.org - https://mail.ow2.org/wws/arc/asm/ - - - ASM Team List - https://mail.ow2.org/wws/subscribe/asm-team - asm-team@objectweb.org - https://mail.ow2.org/wws/arc/asm-team/ - - - - scm:git:https://gitlab.ow2.org/asm/asm/ - scm:git:https://gitlab.ow2.org/asm/asm/ - https://gitlab.ow2.org/asm/asm/ - - - https://gitlab.ow2.org/asm/asm/issues - - - - org.ow2.asm - asm - 6.2 - compile - - - org.ow2.asm - asm-test - 6.2 - test - - - org.junit.jupiter - junit-jupiter-api - 5.1.0 - test - - - org.junit.jupiter - junit-jupiter-params - 5.1.0 - test - - - diff --git a/asm-util-6.2.pom b/asm-util-6.2.pom deleted file mode 100644 index db30658..0000000 --- a/asm-util-6.2.pom +++ /dev/null @@ -1,120 +0,0 @@ - - - 4.0.0 - - org.ow2 - ow2 - 1.5 - - org.ow2.asm - asm-util - 6.2 - asm-util - Utilities for ASM, a very small and fast Java bytecode manipulation framework - http://asm.ow2.org/ - 2000 - - OW2 - http://www.ow2.org/ - - - - BSD - http://asm.ow2.org/license.html - - - - - ebruneton - Eric Bruneton - ebruneton@free.fr - - Creator - Java Developer - - - - eu - Eugene Kuleshov - eu@javatx.org - - Java Developer - - - - forax - Remi Forax - forax@univ-mlv.fr - - Java Developer - - - - - - ASM Users List - https://mail.ow2.org/wws/subscribe/asm - asm@objectweb.org - https://mail.ow2.org/wws/arc/asm/ - - - ASM Team List - https://mail.ow2.org/wws/subscribe/asm-team - asm-team@objectweb.org - https://mail.ow2.org/wws/arc/asm-team/ - - - - scm:git:https://gitlab.ow2.org/asm/asm/ - scm:git:https://gitlab.ow2.org/asm/asm/ - https://gitlab.ow2.org/asm/asm/ - - - https://gitlab.ow2.org/asm/asm/issues - - - - org.ow2.asm - asm - 6.2 - compile - - - org.ow2.asm - asm-tree - 6.2 - compile - - - org.ow2.asm - asm-analysis - 6.2 - compile - - - org.codehaus.janino - janino - 3.0.7 - test - - - org.ow2.asm - asm-test - 6.2 - test - - - org.junit.jupiter - junit-jupiter-api - 5.1.0 - test - - - org.junit.jupiter - junit-jupiter-params - 5.1.0 - test - - - diff --git a/asm-xml-6.2.pom b/asm-xml-6.2.pom deleted file mode 100644 index a050537..0000000 --- a/asm-xml-6.2.pom +++ /dev/null @@ -1,108 +0,0 @@ - - - 4.0.0 - - org.ow2 - ow2 - 1.5 - - org.ow2.asm - asm-xml - 6.2 - asm-xml - XML API of ASM, a very small and fast Java bytecode manipulation framework - http://asm.ow2.org/ - 2000 - - OW2 - http://www.ow2.org/ - - - - BSD - http://asm.ow2.org/license.html - - - - - ebruneton - Eric Bruneton - ebruneton@free.fr - - Creator - Java Developer - - - - eu - Eugene Kuleshov - eu@javatx.org - - Java Developer - - - - forax - Remi Forax - forax@univ-mlv.fr - - Java Developer - - - - - - ASM Users List - https://mail.ow2.org/wws/subscribe/asm - asm@objectweb.org - https://mail.ow2.org/wws/arc/asm/ - - - ASM Team List - https://mail.ow2.org/wws/subscribe/asm-team - asm-team@objectweb.org - https://mail.ow2.org/wws/arc/asm-team/ - - - - scm:git:https://gitlab.ow2.org/asm/asm/ - scm:git:https://gitlab.ow2.org/asm/asm/ - https://gitlab.ow2.org/asm/asm/ - - - https://gitlab.ow2.org/asm/asm/issues - - - - org.ow2.asm - asm - 6.2 - compile - - - org.ow2.asm - asm-util - 6.2 - compile - - - org.ow2.asm - asm-test - 6.2 - test - - - org.junit.jupiter - junit-jupiter-api - 5.1.0 - test - - - org.junit.jupiter - junit-jupiter-params - 5.1.0 - test - - - diff --git a/gating.yaml b/gating.yaml deleted file mode 100644 index d6b7694..0000000 --- a/gating.yaml +++ /dev/null @@ -1,8 +0,0 @@ ---- !Policy -product_versions: - - rhel-9 -decision_contexts: - - osci_compose_gate -rules: - # https://docs.engineering.redhat.com/display/RHELPLAN/Maven+Bootstrap+manual+gating+test - - !PassingTestCaseRule {test_case_name: manual.sst_cs_apps.maven.bootstrap} diff --git a/generate-tarball.sh b/generate-tarball.sh old mode 100755 new mode 100644 diff --git a/sources b/sources index c869d73..4edcbb4 100644 --- a/sources +++ b/sources @@ -1 +1,8 @@ SHA512 (objectweb-asm-6.2.tar.gz) = 52de20e11eb7f09bb47ef7394138c3fb425197c552786bf01e1f17331f2d32481e09ce2dd7267058647e29bcd4cbd0b4e7a2f2f3ee583945b18eefebbe407238 +SHA512 (asm-6.2.pom) = a6cebb211772ac4e13df2c519593da5ce0742bb88d928fc0c2cf9094141f88c4e88dbff29ca6f7b7b3749d0ada02ddc07c27c25493c6562be8dbcecf8a1fcad5 +SHA512 (asm-analysis-6.2.pom) = 853742bb74ffae42314c162f624c8bb2a6149a3fc7763a9ac2ec2528f2381c5b84d7bfd41c61f89e59bd1650a06faf64d4124f6e0fa2cfd23554257949d6006b +SHA512 (asm-commons-6.2.pom) = c8033bde09af20576aee78237e555620f22de6fccfa9ab8840d7e09657f6d92cf2b467080c18207cf978c4a21af86eba120bd9a19430b264822b55fbfefa5e4f +SHA512 (asm-test-6.2.pom) = 3ef16fee0924ffd6da3bc3e715574cc6324250707980586beadd1bbee50bf9e709f251593e21c6637d56f5c90db9b7c599b5617f22e4da5bc87932fb610914da +SHA512 (asm-tree-6.2.pom) = cb8eec7d54024595cd2c13a7fb2e8fec9d04f83ccd0c50b71745fd51a6fb6f4e5e56521b86932f9da3e775dd2a0d3a1fe90c8bf2da3c2ee39453b1019e0efd43 +SHA512 (asm-util-6.2.pom) = 0fcf4c8c0dc98b71cd53f1e2253a5f8293bfed4a673b2d231993365645326a27f8ded6a2879e3f9a341ffeb2cdbb5b8d659c789ee1bd3ed109676f505b61bc18 +SHA512 (asm-xml-6.2.pom) = 078aa27a82b3513080e238830e6ac7cd09e5dd374587544ec55c56a9ddf53d050b660b2f61ed51ff7421fd6134ee0fdf686c4e6c55cbb9fc8f48123eb750c96c