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: 1a9437c244e5dabd1606b9859445ed99df9765e9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
bin.includes = META-INF/,\
               plugin.properties,\
               plugin.xml,\
               wsdlvalidateui.jar,\
               wsdlvalidate.jar,\
               about.html
src.includes = exsd/,\
               build.properties
source.wsdlvalidateui.jar = src/wsdlvalidateui/
jars.compile.order = wsdlvalidate.jar,\
                     wsdlvalidateui.jar
source.wsdlvalidate.jar = src/wsdlvalidate/

Back to the top