-
Notifications
You must be signed in to change notification settings - Fork 2
/
my.module.properties
37 lines (32 loc) · 1.2 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
32
33
34
35
36
37
#################################################################################################
# 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, code, WFSs, etc.. #
#################################################################################################
#
# Property: module.name (required)
# The unique name of the module
#
module.name=OurBricks
#
# Property: module.version.major (required) The major version number of the module
# Property: module.version.minor (required) The minor version number of the module, defaults to 0
#
module.version.major=0
module.version.minor=1
#
# Property: module.description (optional)
# A textual description of the module
#
module.description= a module that communicates to the ourbricks.com search API
#
# Property: wonderland.dir (required)
# The location of the Wonderland source
#
wonderland.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/ourbricks