Skip to content

Commit

Permalink
Whitelist the ORM package as a subtree split.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Feb 10, 2015
1 parent a7e9a17 commit d8bd066
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -6,7 +6,7 @@
# Use the version number to figure out if the release
# is a pre-release
PRERELEASE=$(shell echo $(VERSION) | grep -E 'dev|rc|alpha|beta' --quiet && echo 'true' || echo 'false')
COMPONENTS= log utility cache datasource core collection event validation database i18n
COMPONENTS= log utility cache datasource core collection event validation database i18n orm
CURRENT_BRANCH=$(shell git branch | grep '*' | tr -d '* ')

# Github settings
Expand Down

0 comments on commit d8bd066

Please sign in to comment.