Skip to content

Instantly share code, notes, and snippets.

@aviriel
Created November 11, 2015 17:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aviriel/3da9906329f79ddc6545 to your computer and use it in GitHub Desktop.
Save aviriel/3da9906329f79ddc6545 to your computer and use it in GitHub Desktop.
<extension>
<modules>
<module>
<id>Customizing Alfresco Share Header</id>
<version>1.0</version>
<auto-deploy>true</auto-deploy>
<customizations>
<customization>
<targetPackageRoot>org.alfresco.share.header</targetPackageRoot>
<sourcePackageRoot>com.alvexcore.header</sourcePackageRoot>
</customization>
<customization>
<targetPackageRoot>org.alfresco.share.pages</targetPackageRoot>
<sourcePackageRoot>com.alvexcore.header</sourcePackageRoot>
<alwaysApply>
<webscript>share-header</webscript>
</alwaysApply>
</customization>
</customizations>
</module>
</modules>
</extension>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment