Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 9f1212eff73e8fcf00f3d059e751c74b6dafa9a9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0" encoding="UTF-8"?>
<project name="war-with-context-xml-custom-classloader">

	<property file="${basedir}/../../build.properties"/>
	<property file="${basedir}/../../build.versions"/>
	<property name="war.output.dir" value="${basedir}/../../org.eclipse.gemini.web.test/target/resources"/>
	<property name="target.dir" value="${basedir}/target"/>
	<property name="war.staging.dir" value="${target.dir}/war-expanded"/>
	<property name="war.classes.dir" value="${war.staging.dir}/WEB-INF"/>
	<property name="disable.bundlor" value="true"/>
	<import file="${basedir}/../../virgo-build/war/default.xml"/>

</project>

Back to the top