Pierre-Arnaud Marcelot schrieb:
> On Jan 3, 2008 4:56 PM, Felix Knecht <[EMAIL PROTECTED]
> <mailto:[EMAIL PROTECTED]>> wrote:
>
> If this are the new 'eclipse starters':
> Zip them to zip or tar.gz and deploy them into the local-repo like
> above
> using -Dpackaging=[zip¦tar.gz]. So they can be downloaded as artifact
> and be unpacked be a dependency goal.
>
>
> No, these are not the new 'eclipse starters'.
There are still dependencies for the RCP dist:
<dependency>
<groupId>org.eclipse</groupId>
<artifactId>eclipse-RCP-macosx-carbon</artifactId>
<version>3.3.1.1</version>
<type>tar.gz</type>
</dependency>
...
Do we still need them after you added the starters or can we skip them?
Felix