1
|
#---------------------------------
|
2
|
#--- Jade jcmsartefact folders ---
|
3
|
#---------------------------------
|
4
|
# The orignal web app and modules for this build
|
5
|
# Common War dirs: "war-jcms-9.0.3", "war-jcms-9.0.4", "war-pme-3.0.8", etc
|
6
|
# Common Latest Apps dirs: "apps-jcms-9.0.3", "apps-jcms-9.0.4"
|
7
|
# Patchs dir (patch from R&D): "patchs-jcms-9.0.4"
|
8
|
src.war.dir=war-pme-4.0.2
|
9
|
src.apps.dir=
|
10
|
src.patchs.dir=
|
11
|
#---------------------------------
|
12
|
#--- WepApp Generation -----------
|
13
|
#---------------------------------
|
14
|
# War filename
|
15
|
webappName=jplatform
|
16
|
# Webapp version: will be automatically filled with your plugin version. Uncomment below to override
|
17
|
#webappVersion=1.0
|
18
|
# Build the war ?
|
19
|
# Possible values: true or false (default: true)
|
20
|
build.war.enabled=true
|
21
|
# Profile used to build final custom.prop, log4j.xml and web.xml
|
22
|
# Optional, empty value will use the .ref files
|
23
|
build.war.profile=
|
24
|
# Clean other files: custop.prop.ref, store.xml.ref.
|
25
|
# Possible values: true or false (default: false)
|
26
|
build.war.cleanup=true
|
27
|
# Is it a private site (always true for JReady)
|
28
|
# Possible values: true or false (default: true)
|
29
|
isPrivate=true
|
30
|
#---------------------------------
|
31
|
#--- Plugin source ---------------
|
32
|
#---------------------------------
|
33
|
# Embed sources into your plugin ?
|
34
|
packagePluginWithSource=true
|
35
|
#---------------------------------
|
36
|
#--- Added modules ---------------
|
37
|
#---------------------------------
|
38
|
# Modules you want to add to war (which are not a dependency of your custom plugin)
|
39
|
# Use plugin name with comma separated ant WITHOUT space
|
40
|
# Example: pluginList=WebChatPlugin,MySQL5Plugin
|
41
|
# Patch plugin (example) : PatchPlugin
|
42
|
pluginList=
|
43
|
# Agora (JReady specific) remove embedded module
|
44
|
# Example: AgoraUnwantedPluginList=BookmarksPlugin,TasksPlugin
|
45
|
AgoraUnwantedPluginList=
|
46
|
#---------------------------------
|
47
|
#--- Ugly Patches ----------------
|
48
|
#---------------------------------
|
49
|
# Patches you want to add to war (mainly patch from R&D)
|
50
|
# Those patches will be automatically bundled into a dedicated jcms Plugin
|
51
|
# Add patches file names with comma separated ant WITHOUT space.
|
52
|
# Example: patch_JCMS-5842_jcms-9.0.4.zip,patch_JCMS-5740_jcms-9.0.4.zip
|
53
|
patchList=
|
54
|
# Name of the Patch Plugin (optional, default: PatchPlugin)
|
55
|
patchPluginName=
|
56
|
# Version of the Patch Plugin (optional, default: 1.0)
|
57
|
patchPluginVersion=
|