Author: rfeng
Date: Tue Oct 21 20:39:17 2008
New Revision: 706851

URL: http://svn.apache.org/viewvc?rev=706851&view=rev
Log:
Adjust the extra location setting

Modified:
    
tuscany/branches/sca-equinox/tools/maven/maven-bundle-plugin/src/main/java/org/apache/tuscany/sca/tools/bundle/plugin/ThirdPartyBundleDistroMojo.java

Modified: 
tuscany/branches/sca-equinox/tools/maven/maven-bundle-plugin/src/main/java/org/apache/tuscany/sca/tools/bundle/plugin/ThirdPartyBundleDistroMojo.java
URL: 
http://svn.apache.org/viewvc/tuscany/branches/sca-equinox/tools/maven/maven-bundle-plugin/src/main/java/org/apache/tuscany/sca/tools/bundle/plugin/ThirdPartyBundleDistroMojo.java?rev=706851&r1=706850&r2=706851&view=diff
==============================================================================
--- 
tuscany/branches/sca-equinox/tools/maven/maven-bundle-plugin/src/main/java/org/apache/tuscany/sca/tools/bundle/plugin/ThirdPartyBundleDistroMojo.java
 (original)
+++ 
tuscany/branches/sca-equinox/tools/maven/maven-bundle-plugin/src/main/java/org/apache/tuscany/sca/tools/bundle/plugin/ThirdPartyBundleDistroMojo.java
 Tue Oct 21 20:39:17 2008
@@ -174,7 +174,8 @@
         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>");
 


Reply via email to