forked from jonathankap/openwonderland-subsnapshot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmy.module.properties
32 lines (27 loc) · 1.02 KB
/
my.module.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
#################################################################################################
# my.module.properties - Property files for Wonderland module projects #
# #
# Customize the properties in this file for your module project. A Wonderland module contains #
# a collection art, plugins, and WFSs. This module project architecture supports only one #
# plugin. #
#################################################################################################
#
# Property: module.name (required)
# The unique name of the module
#
module.name=SubSnapshots
#
# Property: module.description (optional)
# A textual description of the module
#
module.description=Open Wonderland Subsnapshots
#
# Property: wonderland.dir (required)
# The location of the Wonderland source
#
wonderland.dir=${current.dir}/../wonderland
#
# Property: module.plugin.src (optional)
# Beneath src/classes/, where is the module code located (common/, client/, server/)
#
module.plugin.src=org/jdesktop/wonderland/modules/subsnapshots