Skip to content

Commit

Permalink
Allowing i18n to be extracted as a component
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed Jan 13, 2015
1 parent 1f66598 commit c79a924
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
COMPONENTS= log utility cache datasource core collection event validation database i18n
CURRENT_BRANCH=$(shell git branch | grep '*' | tr -d '* ')

# Github settings
Expand Down

0 comments on commit c79a924

Please sign in to comment.