Thanks but I think that doesn't allow me to put complicated stuff like what I've shown before.
On 2/15/07, Tom Huybrechts <[EMAIL PROTECTED]> wrote:
Maybe this helps: http://maven.apache.org/plugins/maven-eclipse-plugin/eclipse-mojo.html#additionalBuildcommands On 2/15/07, Thomas Van de Velde <[EMAIL PROTECTED]> wrote: > 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><project>/.externalToolBuilders/Process Repository Resources > [Builder].launch</value> > > </dictionary> > > </arguments> > > </buildCommand> > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
