-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproperties.xml
More file actions
20 lines (17 loc) · 798 Bytes
/
Copy pathproperties.xml
File metadata and controls
20 lines (17 loc) · 798 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<project name="biasviz" basedir=".">
<!-- Edit these properties to match your configuration-->
<property name="live.server" value=""/>
<property name="live.dir" value=""/>
<property name="test.server" value=""/>
<property name="test.dir" value=""/>
<property name="keystore.password" value=""/>
<property name="keystore.key.password" value=""/>
<property name="keystore.alias" value=""/>
<!-- Leave these properties as they are -->
<property name="javasrc" location="src/java"/>
<property name="websrc" location="src/web"/>
<property name="build" location="build"/>
<property name="dist" location="dist"/>
<property name="examples" location="examples"/>
<property name="icons" location="src/java/icons"/>
</project>