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: 6a439a1070f572610143db6f0cfb165744b2e54c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
bin.includes = plugin.xml,\
               test.xml,\
               .options,\
               testResources/,\
               runtests.bat,\
               JUNIT.XSL,\
               runtime/,\
               wsdl.tests.jar,\
               samples/,\
               about.html
source.wsdl.tests.jar = src/
src.includes = build.xml,\
               .options,\
               JUNIT.XSL,\
               runtests.bat,\
               testResources/,\
               runtime/,\
               PTATimeDistribution.wsdl,\
               TDDataSet.xsd

Back to the top