summaryrefslogtreecommitdiffstats
path: root/src/org.gluster.storage.management.gateway/src/rebel.xml
blob: 08707b75b2e608300f972e7c98d231f034168950 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="UTF-8"?>
<application xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.zeroturnaround.com" xsi:schemaLocation="http://www.zeroturnaround.com http://www.zeroturnaround.com/alderaan/rebel-2_0.xsd">

	<classpath>
		<dir name="${rebel.workspace.path}/console/src/org.gluster.storage.management.gateway/WebContent/WEB-INF/classes">
		</dir>
	</classpath>

	<web>
		<link target="/">
			<dir name="${rebel.workspace.path}/console/src/org.gluster.storage.management.gateway/WebContent">
			</dir>
		</link>
	</web>

</application>