Skip to content

Commit

Permalink
Exclude non-test class in build file for Jsoup.
Browse files Browse the repository at this point in the history
  • Loading branch information
rjust committed Sep 9, 2024
1 parent 66d6885 commit 6fba2d3
Show file tree
Hide file tree
Showing 28 changed files with 1 addition and 1,135 deletions.
2 changes: 1 addition & 1 deletion framework/projects/Jsoup/Jsoup.build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ of the checked-out project version.
<include name='**/*TestCase.java' />
<include name='**/Test*.java' />
<exclude name='**/*Abstract*Test.java' />
<exclude name='org.jsoup.integration.TestServer' />
<exclude name='org/jsoup/integration/TestServer.java' />
</fileset>

<!-- List of relevant developer-written tests that reliably pass on the fixed version -->
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 6fba2d3

Please sign in to comment.