-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #7 from carlosrusso/master
Preparation for new release
- Loading branch information
Showing
20 changed files
with
1,668 additions
and
2,485 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,38 +1,64 @@ | ||
## COMMON | ||
### | ||
# project properties | ||
project.id=startupRuleEngine | ||
impl.title=Startup Rule Engine | ||
# impl.title=Application that provides a PDI-based alternative to the XActions mechanism. It allows the user to configure Kettle jobs and transformations to be run upon specific events, such as upon session login or server startup. | ||
# ivy properties | ||
ivy.artifact.id=startupRuleEngine | ||
ivy.artifact.group=webdetails | ||
cpf.pentaho.artifact=cpf-pentaho5 | ||
cpk.pentaho.artifact=cpk-pentaho5 | ||
# marketplace metadata | ||
marketplace.metadata.min_parent_version=5.0 | ||
marketplace.metadata.max_parent_version= | ||
|
||
## COMMON | ||
|
||
|
||
|
||
## TRUNK | ||
## remove after merging with release branch, before commit | ||
|
||
# project properties | ||
project.id=startupRuleEngine | ||
project.revision=TRUNK-SNAPSHOT | ||
project.stage=TRUNK | ||
project.version=SNAPSHOT | ||
project.revision=TRUNK-SNAPSHOT | ||
|
||
# ivy properties | ||
impl.title=Application that provides a PDI-based alternative to the XActions mechanism. It allows the user to configure Kettle jobs and transformations to be run upon specific events, such as upon session login or server startup. | ||
ivy.artifact.group=webdetails | ||
ivy.artifact.id=startupRuleEngine | ||
cpf.pentaho.artifact=cpf-pentaho5 | ||
dependency.cpf.revision=TRUNK-SNAPSHOT | ||
cpk.pentaho.artifact=cpk-pentaho5 | ||
dependency.cpk.revision=TRUNK-SNAPSHOT | ||
|
||
# marketplace metadata | ||
marketplace.metadata.version.name=Trunk | ||
marketplace.metadata.version.description=Trunk Snapshot. Get the latest, edgy, still work in progress features here... | ||
marketplace.metadata.package_url= | ||
marketplace.metadata.samples_url= | ||
marketplace.metadata.development_stage.lane=Community | ||
marketplace.metadata.development_stage.phase=2 | ||
|
||
## TRUNK | ||
|
||
|
||
## RELEASE | ||
## uncomment after merging with release branch, before commit | ||
# ## RELEASE | ||
# ## uncomment after merging with release branch, before commit | ||
|
||
# # project properties | ||
# project.stage=RELEASE | ||
# project.version=15.11.21 | ||
# project.revision=${project.version} | ||
|
||
# # # ivy properties | ||
# dependency.cpf.revision=5.2.0.0-209 | ||
# dependency.cpk.revision=5.2.0.0-209 | ||
|
||
# # # marketplace metadata | ||
# marketplace.metadata.version.name=Latest Release | ||
# marketplace.metadata.version.description=${project.version} release. | ||
# marketplace.metadata.package_url=http://www.webdetails.pt/ficheiros/${project.id}/${project.version}/${project.id}-${project.version}.zip | ||
# marketplace.metadata.samples_url= | ||
# marketplace.metadata.development_stage.lane=Community | ||
# marketplace.metadata.development_stage.phase=3 | ||
|
||
# ## RELEASE | ||
|
||
# project properties | ||
#project.id=startupRuleEngine | ||
#project.revision=14.06.18 | ||
#project.stage=RELEASE | ||
#project.version=14.06.18 | ||
# ivy properties | ||
#impl.title=Application that provides a PDI-based alternative to the XActions mechanism. It allows the user to configure Kettle jobs and transformations to be run upon specific events, such as upon session login or server startup. | ||
#ivy.artifact.group=webdetails | ||
#ivy.artifact.id=startupRuleEngine | ||
#cpf.pentaho.artifact=cpf-pentaho5 | ||
#dependency.cpf.revision=14.06.18 | ||
#cpk.pentaho.artifact=cpk-pentaho5 | ||
#dependency.cpk.revision=14.06.18 | ||
|
||
## RELEASE |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.