aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kriegisch <Alexander@Kriegisch.name>2024-01-29 09:28:09 +0700
committerAlexander Kriegisch <Alexander@Kriegisch.name>2024-01-29 09:28:09 +0700
commit2199b2f4363b6d238fb69b39b0761c9aef02b8d0 (patch)
tree37608898d47c7274d648bd25bf2b0a4cd00ddc3f
parentf986c3d18386e77c974e4272ab27c3b573773c9b (diff)
downloadaspectj-2199b2f4363b6d238fb69b39b0761c9aef02b8d0.tar.gz
aspectj-2199b2f4363b6d238fb69b39b0761c9aef02b8d0.zip
Remove unnecessary agent manifest entries from aspectjmatcher POM
Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
-rw-r--r--aspectjmatcher/pom.xml5
1 files changed, 0 insertions, 5 deletions
diff --git a/aspectjmatcher/pom.xml b/aspectjmatcher/pom.xml
index e254c4dd5..7830f3f87 100644
--- a/aspectjmatcher/pom.xml
+++ b/aspectjmatcher/pom.xml
@@ -88,11 +88,6 @@
<archive>
<manifestEntries>
<Automatic-Module-Name>org.aspectj.matcher</Automatic-Module-Name>
- <!--
- <Premain-Class>org.aspectj.weaver.loadtime.Agent</Premain-Class>
- <Agent-Class>org.aspectj.weaver.loadtime.Agent</Agent-Class>
- <Can-Redefine-Classes>true</Can-Redefine-Classes>
- -->
</manifestEntries>