Skip to content

Commit

Permalink
Merge pull request #7 from carlosrusso/master
Browse files Browse the repository at this point in the history
Preparation for new release
  • Loading branch information
Marco Vala committed Oct 21, 2015
2 parents a48acf4 + 89c5684 commit d1d631c
Show file tree
Hide file tree
Showing 20 changed files with 1,668 additions and 2,485 deletions.
74 changes: 50 additions & 24 deletions build.properties
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
14 changes: 0 additions & 14 deletions dashboards/main.cda

This file was deleted.

Loading

0 comments on commit d1d631c

Please sign in to comment.