mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 22:52:11 +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
|
||||
id="org.eclipse.cdt.core.linux"
|
||||
name="%fragmentName"
|
||||
version="1.0.1"
|
||||
version="1.1.0"
|
||||
provider-name="%providerName"
|
||||
plugin-id="org.eclipse.cdt.core"
|
||||
plugin-version="1.0.1">
|
||||
plugin-version="1.1.0">
|
||||
|
||||
<runtime>
|
||||
<library name="cdt_linux.jar"/>
|
||||
|
|
|
@ -2,10 +2,10 @@
|
|||
<fragment
|
||||
id="org.eclipse.cdt.core.qnx"
|
||||
name="%fragmentName"
|
||||
version="1.0.1"
|
||||
version="1.1.0"
|
||||
provider-name="%providerName"
|
||||
plugin-id="org.eclipse.cdt.core"
|
||||
plugin-version="1.0.1">
|
||||
plugin-version="1.1.0">
|
||||
|
||||
<runtime>
|
||||
<library name="cdt_qnx.jar"/>
|
||||
|
|
|
@ -2,20 +2,20 @@
|
|||
<fragment
|
||||
id="org.eclipse.cdt.core.solaris"
|
||||
name="%fragmentName"
|
||||
version="1.0.1"
|
||||
version="1.1.0"
|
||||
provider-name="%providerName"
|
||||
plugin-id="org.eclipse.cdt.core"
|
||||
plugin-version="1.0.1">
|
||||
plugin-version="1.1.0">
|
||||
|
||||
<runtime>
|
||||
<library name="cdt_solaris.jar"/>
|
||||
</runtime>
|
||||
|
||||
|
||||
<extension
|
||||
point="org.eclipse.cdt.core.ProcessList">
|
||||
<processList
|
||||
class="org.eclipse.cdt.internal.core.solaris.ProcessList">
|
||||
</processList>
|
||||
</extension>
|
||||
|
||||
</fragment>
|
||||
|
|
Loading…
Add table
Reference in a new issue