Skip to main content
summaryrefslogtreecommitdiffstats
blob: 982a5f05c803971fe3cccc70daae2edd866a83a7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
source.explorer.jar = src/
source.wsexplorer/WEB-INF/lib/wsexplorer.jar = wsexplorer-src/
jars.compile.order = explorer.jar,\
                     wsexplorer/WEB-INF/lib/wsexplorer.jar,\
                     wsexplorer-properties.jar
output.wsexplorer/WEB-INF/lib/wsexplorer.jar = bin/
bin.includes = plugin.xml,\
               *.jar,\
               explorer.jar,\
               plugin.properties,\
               properties/,\
               wsexplorer.war,\
               META-INF/,\
               about.html,\
               wsexplorer-properties.jar


custom = false
source.wsexplorer-properties.jar = wsexplorer-properties/
jars.extra.classpath = servletapi/org.eclipse.equinox.servlet.api_1.0.0.v20060206.jar

Back to the top