diff options
-rw-r--r-- | branches/sca-equinox/tools/maven/maven-bundle-plugin/src/main/java/org/apache/tuscany/sca/tools/bundle/plugin/ThirdPartyBundleDistroMojo.java | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/branches/sca-equinox/tools/maven/maven-bundle-plugin/src/main/java/org/apache/tuscany/sca/tools/bundle/plugin/ThirdPartyBundleDistroMojo.java b/branches/sca-equinox/tools/maven/maven-bundle-plugin/src/main/java/org/apache/tuscany/sca/tools/bundle/plugin/ThirdPartyBundleDistroMojo.java index b5aadf710a..a2cc213b3e 100644 --- a/branches/sca-equinox/tools/maven/maven-bundle-plugin/src/main/java/org/apache/tuscany/sca/tools/bundle/plugin/ThirdPartyBundleDistroMojo.java +++ b/branches/sca-equinox/tools/maven/maven-bundle-plugin/src/main/java/org/apache/tuscany/sca/tools/bundle/plugin/ThirdPartyBundleDistroMojo.java @@ -174,7 +174,8 @@ public class ThirdPartyBundleDistroMojo extends AbstractMojo { ps.println("<features>"); ps.println("</features>"); ps.println("<extraLocations>"); - ps.println("<location path=\"${eclipse_home}\"/>"); + // Not sure why the extra path needs to the plugins folder + ps.println("<location path=\"${eclipse_home}/plugins\"/>"); ps.println("</extraLocations>"); ps.println("</content>"); |