mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-07 17:56:01 +02:00
update version
This commit is contained in:
parent
5ae31fb0e6
commit
9387911ca1
3 changed files with 8 additions and 8 deletions
|
@ -2,10 +2,10 @@
|
||||||
<fragment
|
<fragment
|
||||||
id="org.eclipse.cdt.core.linux"
|
id="org.eclipse.cdt.core.linux"
|
||||||
name="%fragmentName"
|
name="%fragmentName"
|
||||||
version="1.0.1"
|
version="1.1.0"
|
||||||
provider-name="%providerName"
|
provider-name="%providerName"
|
||||||
plugin-id="org.eclipse.cdt.core"
|
plugin-id="org.eclipse.cdt.core"
|
||||||
plugin-version="1.0.1">
|
plugin-version="1.1.0">
|
||||||
|
|
||||||
<runtime>
|
<runtime>
|
||||||
<library name="cdt_linux.jar"/>
|
<library name="cdt_linux.jar"/>
|
||||||
|
|
|
@ -2,10 +2,10 @@
|
||||||
<fragment
|
<fragment
|
||||||
id="org.eclipse.cdt.core.qnx"
|
id="org.eclipse.cdt.core.qnx"
|
||||||
name="%fragmentName"
|
name="%fragmentName"
|
||||||
version="1.0.1"
|
version="1.1.0"
|
||||||
provider-name="%providerName"
|
provider-name="%providerName"
|
||||||
plugin-id="org.eclipse.cdt.core"
|
plugin-id="org.eclipse.cdt.core"
|
||||||
plugin-version="1.0.1">
|
plugin-version="1.1.0">
|
||||||
|
|
||||||
<runtime>
|
<runtime>
|
||||||
<library name="cdt_qnx.jar"/>
|
<library name="cdt_qnx.jar"/>
|
||||||
|
|
|
@ -2,20 +2,20 @@
|
||||||
<fragment
|
<fragment
|
||||||
id="org.eclipse.cdt.core.solaris"
|
id="org.eclipse.cdt.core.solaris"
|
||||||
name="%fragmentName"
|
name="%fragmentName"
|
||||||
version="1.0.1"
|
version="1.1.0"
|
||||||
provider-name="%providerName"
|
provider-name="%providerName"
|
||||||
plugin-id="org.eclipse.cdt.core"
|
plugin-id="org.eclipse.cdt.core"
|
||||||
plugin-version="1.0.1">
|
plugin-version="1.1.0">
|
||||||
|
|
||||||
<runtime>
|
<runtime>
|
||||||
<library name="cdt_solaris.jar"/>
|
<library name="cdt_solaris.jar"/>
|
||||||
</runtime>
|
</runtime>
|
||||||
|
|
||||||
|
|
||||||
<extension
|
<extension
|
||||||
point="org.eclipse.cdt.core.ProcessList">
|
point="org.eclipse.cdt.core.ProcessList">
|
||||||
<processList
|
<processList
|
||||||
class="org.eclipse.cdt.internal.core.solaris.ProcessList">
|
class="org.eclipse.cdt.internal.core.solaris.ProcessList">
|
||||||
</processList>
|
</processList>
|
||||||
</extension>
|
</extension>
|
||||||
|
|
||||||
</fragment>
|
</fragment>
|
||||||
|
|
Loading…
Add table
Reference in a new issue