Projet

Général

Profil

Bug #1156 » build.properties

Sylvain Chatagnon, 03/09/2018 19:03

 
#---------------------------------
#--- Jade jcmsartefact folders ---
#---------------------------------
# The orignal web app and modules for this build
# Common War dirs: "war-jcms-9.0.3", "war-jcms-9.0.4", "war-pme-3.0.8", etc
# Common Latest Apps dirs: "apps-jcms-9.0.3", "apps-jcms-9.0.4"
# Patchs dir (patch from R&D): "patchs-jcms-9.0.4"
src.war.dir=war-pme-4.0.2
src.apps.dir=
src.patchs.dir=
#---------------------------------
#--- WepApp Generation -----------
#---------------------------------
# War filename
webappName=jplatform
# Webapp version: will be automatically filled with your plugin version. Uncomment below to override
#webappVersion=1.0
# Build the war ?
# Possible values: true or false (default: true)
build.war.enabled=true
# Profile used to build final custom.prop, log4j.xml and web.xml
# Optional, empty value will use the .ref files
build.war.profile=
# Clean other files: custop.prop.ref, store.xml.ref.
# Possible values: true or false (default: false)
build.war.cleanup=true
# Is it a private site (always true for JReady)
# Possible values: true or false (default: true)
isPrivate=true
#---------------------------------
#--- Plugin source ---------------
#---------------------------------
# Embed sources into your plugin ?
packagePluginWithSource=true
#---------------------------------
#--- Added modules ---------------
#---------------------------------
# Modules you want to add to war (which are not a dependency of your custom plugin)
# Use plugin name with comma separated ant WITHOUT space
# Example: pluginList=WebChatPlugin,MySQL5Plugin
# Patch plugin (example) : PatchPlugin
pluginList=
# Agora (JReady specific) remove embedded module
# Example: AgoraUnwantedPluginList=BookmarksPlugin,TasksPlugin
AgoraUnwantedPluginList=
#---------------------------------
#--- Ugly Patches ----------------
#---------------------------------
# Patches you want to add to war (mainly patch from R&D)
# Those patches will be automatically bundled into a dedicated jcms Plugin
# Add patches file names with comma separated ant WITHOUT space.
# Example: patch_JCMS-5842_jcms-9.0.4.zip,patch_JCMS-5740_jcms-9.0.4.zip
patchList=
# Name of the Patch Plugin (optional, default: PatchPlugin)
patchPluginName=
# Version of the Patch Plugin (optional, default: 1.0)
patchPluginVersion=
(2-2/2)