Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ptp-dev] org.eclipse.ptp.rdt.core in org.eclipse.ptp.rdt.sync-feature

No. The sync feature can be installed independently of the RDT feature, but it requires the rdt.core plugin to function.

Greg

On Sep 1, 2011, at 4:29 PM, Orion Poplawski wrote:

> releng/org.eclipse.ptp.rdt.sync-feature/feature.xml has:
> 
>   <plugin
>         id="org.eclipse.ptp.rdt.core"
>         download-size="0"
>         install-size="0"
>         version="0.0.0"
>         unpack="false"/>
> 
> Shouldn't it import it instead ala releng/org.eclipse.ptp.rdt.xlc-feature/feature.xml:
> 
>  <requires>
> ...
>    <import plugin="org.eclipse.ptp.rdt.core" version="1.1.0" match="greaterOrEqual"/>
> 
> or is it meant to somehow be more standalone?
> 
> 
> -- 
> Orion Poplawski
> Technical Manager                     303-415-9701 x222
> NWRA/CoRA Division                    FAX: 303-415-9702
> 3380 Mitchell Lane                  orion@xxxxxxxxxxxxx
> Boulder, CO 80301              http://www.cora.nwra.com
> _______________________________________________
> ptp-dev mailing list
> ptp-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/ptp-dev



Back to the top