Hi,

I am using an Eclipse launch configuration to process resources with a clean
in Eclipse.  The .project file has the build command shown below.  When
running eclipse:eclipse, this build command gets erased.  Is there a way I
can automatically have this build command added when I run eclipse:eclipse?



<buildCommand>

<name>org.eclipse.ui.externaltools.ExternalToolBuilder</name>

<triggers>full,incremental,</triggers>

<arguments>

<dictionary>

<key>LaunchConfigHandle</key>

<value>&lt;project&gt;/.externalToolBuilders/Process Repository Resources
[Builder].launch</value>

</dictionary>

</arguments>

</buildCommand>

Reply via email to