Skip to content
This repository has been archived by the owner on Oct 5, 2021. It is now read-only.

Commit

Permalink
Merge pull request #58 from Niranjan-K/G-57
Browse files Browse the repository at this point in the history
Update to feature plugin 3.0.0
  • Loading branch information
cnapagoda committed Mar 30, 2017
2 parents d7e272f + 8def703 commit bc34b49
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions plugin/src/main/resources/templates/p2.inf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
instructions.configure = \
org.eclipse.equinox.p2.touchpoint.natives.mkdir(path:${installFolder}/../../../deployment/);\
org.eclipse.equinox.p2.touchpoint.natives.mkdir(path:${installFolder}/../../../deployment/uufapps/);\
org.eclipse.equinox.p2.touchpoint.natives.copy(source:${installFolder}/../../features/%s_${feature.version}/uufapps/,target:${installFolder}/../../../deployment/uufapps/,overwrite:true);\
org.eclipse.equinox.p2.touchpoint.natives.mkdir(path:${installFolder}/../../deployment/);\
org.eclipse.equinox.p2.touchpoint.natives.mkdir(path:${installFolder}/../../deployment/uufapps/);\
org.eclipse.equinox.p2.touchpoint.natives.copy(source:${installFolder}/../lib/features/%s_${feature.version}/uufapps/,target:${installFolder}/../../deployment/uufapps/,overwrite:true);\

instructions.unconfigure = \
org.eclipse.equinox.p2.touchpoint.natives.remove(path:${installFolder}/../../../deployment/uufapps/%s);\
org.eclipse.equinox.p2.touchpoint.natives.remove(path:${installFolder}/../../deployment/uufapps/%s);\

0 comments on commit bc34b49

Please sign in to comment.