aptana / studio3

This repository contains the code for core components of Aptana Studio 3.
http://aptana.com/products/studio3
Other
1.08k stars 483 forks source link

Moving chmod from org.eclipse.equinox.p2.touchpoint.eclipse.chmod to org.eclipse.equinox.p2.touchpoint.natives.chmod #460

Closed ppedduri closed 6 years ago

ppedduri commented 6 years ago

The import org.eclipse.equinox.p2.touchpoint.eclipse.chmod seems invalid according to eclipse documentation (ref: https://help.eclipse.org/neon/index.jsp?topic=%2Forg.eclipse.platform.doc.isv%2Fguide%2Fp2_actions_touchpoints.html)

Changing this to org.eclipse.equinox.p2.touchpoint.natives.chmod, so that the function gets run as expected.