mirror of
https://github.com/Alfresco/alfresco-sdk.git
synced 2025-05-19 17:15:24 +00:00
git-svn-id: http://maven-alfresco-archetypes.googlecode.com/svn/trunk@307 04253f4f-3451-0410-a141-5562f1e59037
47 lines
1.9 KiB
Properties
Executable File
47 lines
1.9 KiB
Properties
Executable File
# Licensed to the Apache Software Foundation (ASF) under one or more
|
|
# contributor license agreements. See the NOTICE file distributed with
|
|
# this work for additional information regarding copyright ownership.
|
|
# The ASF licenses this file to You under the Apache License, Version 2.0
|
|
# (the "License"); you may not use this file except in compliance with
|
|
# the License. You may obtain a copy of the License at
|
|
#
|
|
# http://www.apache.org/licenses/LICENSE-2.0
|
|
#
|
|
# Unless required by applicable law or agreed to in writing, software
|
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
# See the License for the specific language governing permissions and
|
|
# limitations under the License.
|
|
|
|
|
|
|
|
# SDK Sample module
|
|
|
|
# ==== Beginning of Alfresco required/optional properties ====== #
|
|
|
|
module.id=${alfresco.module.id}
|
|
#module.aliases=myModule-123, my-module
|
|
module.title=${project.name}
|
|
module.description=${project.description}
|
|
module.version=${alfresco.module.version}
|
|
|
|
# The following optional properties can be used to prevent the module from being added
|
|
# to inappropriate versions of the WAR file.
|
|
# module.repo.version.min=2.0
|
|
# module.repo.version.max=2.1
|
|
|
|
# FIXME: This dependencies should come out of mvn dependencies on amp
|
|
|
|
# The following describe dependencies on other modules
|
|
# Depends on net.sf.myproject.module.SupportModuleA version ${version} or later
|
|
# module.depends.net.sf.myproject.module.SupportModuleA=${version}-*
|
|
# Depends on net.sf.myproject.module.SupportModuleA version ${version} to 2.0
|
|
# module.depends.net.sf.myproject.module.SupportModuleB=${version}-2.0
|
|
# Depends on net.sf.myproject.module.SupportModuleC - any version
|
|
# module.depends.net.sf.myproject.module.SupportModuleB=*
|
|
|
|
|
|
# ==== End of Alfresco required/optional properties ======= #
|
|
|
|
|
|
# ==== Beginning of module required properties/optional ====== # |