More specifically, I'm looking at the theme version handler.
Looking at STK's pop theme the following line:
register(DeltaBuilder.update("1.1", "Move theme to the new themes
definitions.").addTask(new UpdateSiteConfigurationTask() {
is saying, I have a new update of v1.1 where I'm adding a new
updateSiteConfigurationTaks?
Then it ends with:
register(DeltaBuilder.update("1.1.2", "Update styles.css file.")
.addTask(new BackupTask("resources",
"/templating-kit/themes/pop/css/styles", true))
.addTask(new
InstallResourceTask("/templating-kit/themes/pop/css/styles.css","css"))
);
and that means... I'm creating an update on v1.1.2...where I'm backing up
styles and installing a new styles.css?
So then I also have a version defined in theme-pop.xml of "${project.version}".
Where is this number coming from?
and what correlation does it have to the versions described in the
versionhandler.
Just a bit confused....
thanks in advance.
Eric
--
Context is everything:
http://forum.magnolia-cms.com/forum/thread.html?threadId=f859789e-c8da-4413-8ee5-6f5f131bdb62
----------------------------------------------------------------
For list details see
http://www.magnolia-cms.com/community/mailing-lists.html
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------