-
Notifications
You must be signed in to change notification settings - Fork 0
tmoreira2020/plugin-sdk-differ
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
To use it you should place the plugin-sdk-differ-1.0-SNAPSHOT.jar file into the ${plugin-sdk.home}/lib directory and add the snippet to your build.xml
<target name="build-diff">
<java classname="com.liferay.portal.tools.UpgradeDiffer" fork="true" newenvironment="true">
<classpath refid="lib.classpath" />
<classpath refid="portal.classpath" />
<arg value="${basedir}" />
<arg value="${source.zip}" />
</java>
</target>
Enjoy!
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published