File: build.sh

package info (click to toggle)
wsdl2c 0.1-1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 20,476 kB
  • sloc: java: 177,611; xml: 156; sh: 6; makefile: 6
file content (8 lines) | stat: -rwxr-xr-x 341 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
#!/bin/sh

export CLASSPATH=$( build-classpath httpcomponents/httpcore \
                    backport-util-concurrent commons-logging \
                    wsdl4j javamail geronimo-jta jaxen servlet \
                    commons-fileupload commons-httpclient commons-cli \
                    geronimo-jms httpcomponents/httpcore-nio )
ant