Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

summaryrefslogtreecommitdiffstats
blob: 1aff8694a61627d6340a7943a17ad0fd5adafbcd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
source.validationtest.jar = jUnitWrapper/,\
                            test/,\
                            testFwk/
bin.includes = plugin.xml,\
               testInput/,\
               test.xml,\
               validationtest.jar,\
               about.html
output.validationtest.jar = bin/
jars.compile.order = validationtest.jar
              

Back to the top