Skip to main content
summaryrefslogtreecommitdiffstats
blob: 31b6245e1d971f027254cabe94e7a29743139b44 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
source.wsc.jar = src/
source.webserviceutils.jar = webserviceutils/
jars.compile.order = wsc.jar,\
                     webserviceutils.jar
bin.includes = plugin.properties,\
               plugin.xml,\
               wsc.jar,\
               webserviceutils.jar,\
               META-INF/,\
               about.html
jars.extra.classpath = ../org.apache.axis/lib/saaj.jar

Back to the top