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

Commit

Permalink
adding p2.inf
Browse files Browse the repository at this point in the history
  • Loading branch information
bsenduran committed May 13, 2016
1 parent a55a635 commit e990cd8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ target
.classpath
.settings
.project
*.i??
*.iml
*.iws
*.ipr
.idea
.m2
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
instructions.configure = \
org.eclipse.equinox.p2.touchpoint.natives.copy(source:${installFolder}/../../features/org.wso2.carbon.transport.http.netty_${feature.version}/conf/,target:${installFolder}/../../../conf/transports/,overwrite:false);\
org.eclipse.equinox.p2.touchpoint.natives.chmod(targetDir:${installFolder}/../../../conf/transports/,targetFile:netty-transports.yml,permissions:644);

0 comments on commit e990cd8

Please sign in to comment.