Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ptp-dev] [ptp-cvs-commit] cknobloch org.eclipse.ptp/rms/org.eclipse.ptp.rm.lml.ui/META-INF MANIFEST.MF

Hi Claudia,

This patch changes the execution environment back to Java 1.6 which is not permitted in PTP. I've reverted this to 1.5.

Regards,
Greg

On May 6, 2011, at 7:20 AM, Eclipse CVS Genie wrote:

> Update of /cvsroot/tools/org.eclipse.ptp/rms/org.eclipse.ptp.rm.lml.ui/META-INF
> In directory dev2:/tmp/cvs-serv21161/META-INF
> 
> Modified Files:
> 	MANIFEST.MF 
> Log Message:
> Update changes
> 
> Index: MANIFEST.MF
> ===================================================================
> RCS file: /cvsroot/tools/org.eclipse.ptp/rms/org.eclipse.ptp.rm.lml.ui/META-INF/MANIFEST.MF,v
> retrieving revision 1.7
> retrieving revision 1.8
> diff -C2 -d -r1.7 -r1.8
> *** MANIFEST.MF	5 May 2011 20:28:47 -0000	1.7
> --- MANIFEST.MF	6 May 2011 11:20:41 -0000	1.8
> ***************
> *** 5,19 ****
>  Bundle-Version: 1.0.0.qualifier
>  Bundle-Localization: plugin
> ! Bundle-RequiredExecutionEnvironment: J2SE-1.5
> ! Require-Bundle: com.sun.xml.bind;bundle-version="2.1.9",
> !  javax.xml;bundle-version="1.3.4",
>   javax.xml.bind;bundle-version="2.1.9",
>   javax.xml.stream;bundle-version="1.0.1",
> -  javax.activation;bundle-version="1.1.0",
>   org.eclipse.ui;bundle-version="3.6.1",
>   org.eclipse.core.runtime;bundle-version="3.6.0",
> -  org.eclipse.ptp.rm.lml.core,
>   org.eclipse.ptp.remote.core;bundle-version="5.0.0",
> !  org.eclipse.ptp.remote.ui;bundle-version="5.0.0"
>  Bundle-Vendor: %pluginProvider
>  Bundle-ActivationPolicy: lazy
> --- 5,17 ----
>  Bundle-Version: 1.0.0.qualifier
>  Bundle-Localization: plugin
> ! Bundle-RequiredExecutionEnvironment: JavaSE-1.6
> ! Require-Bundle: javax.xml;bundle-version="1.3.4",
>   javax.xml.bind;bundle-version="2.1.9",
>   javax.xml.stream;bundle-version="1.0.1",
>   org.eclipse.ui;bundle-version="3.6.1",
>   org.eclipse.core.runtime;bundle-version="3.6.0",
>   org.eclipse.ptp.remote.core;bundle-version="5.0.0",
> !  org.eclipse.ptp.remote.ui;bundle-version="5.0.0",
> !  org.eclipse.ptp.rm.lml.core;bundle-version="1.0.0"
>  Bundle-Vendor: %pluginProvider
>  Bundle-ActivationPolicy: lazy
> 
> _______________________________________________
> ptp-cvs-commit mailing list
> ptp-cvs-commit@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/ptp-cvs-commit



Back to the top