Skip to content

Commit

Permalink
Remove lib/regexp
Browse files Browse the repository at this point in the history
The library seems to be unused.

Signed-off-by: Alexander Kriegisch <[email protected]>
  • Loading branch information
kriegaex committed Mar 15, 2024
1 parent 1779539 commit 6ddcfc6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ bin/
/lib/jarjar/
/lib/jdtcore-aj/
/lib/junit/
/lib/regexp/

# AspectJ core dumps
ajcore.*.txt
Expand Down
13 changes: 0 additions & 13 deletions lib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -168,17 +168,6 @@
<destFileName>junit-src.zip</destFileName>
</artifactItem>

<artifactItem>
<!-- Binary is identical to committed version -->
<groupId>regexp</groupId>
<artifactId>regexp</artifactId>
<version>${lib.regexp.version}</version>
<type>jar</type>
<overWrite>false</overWrite>
<outputDirectory>regexp</outputDirectory>
<destFileName>jakarta-regexp-1.2.jar</destFileName>
</artifactItem>

</artifactItems>
</configuration>
</execution>
Expand Down Expand Up @@ -288,7 +277,6 @@
<include>jarjar/**</include>
<include>jdtcore-aj/**</include>
<include>junit/**</include>
<include>regexp/**</include>
</includes>
<followSymlinks>false</followSymlinks>
</fileset>
Expand Down Expand Up @@ -337,7 +325,6 @@
<file>jarjar/jarjar-1.3.jar</file>
<file>jdtcore-aj/jdtcore-for-aspectj.jar</file>
<file>junit/junit.jar</file>
<file>regexp/jakarta-regexp-1.2.jar</file>
</files>
</requireFilesExist>
</rules>
Expand Down

0 comments on commit 6ddcfc6

Please sign in to comment.