1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Update to platform 2023-09 M3 contribution

This commit is contained in:
Jonah Graham 2023-08-17 15:22:26 -04:00
parent abed2b7ecd
commit ae92ad243a
4 changed files with 8 additions and 8 deletions

View file

@ -203,7 +203,7 @@ Java and all Java-based trademarks are trademarks of Oracle Corporation in the U
<plugin id="org.apache.commons.codec"/>
<plugin id="org.apache.commons.collections"/>
<plugin id="org.apache.commons.commons-beanutils"/>
<plugin id="org.apache.commons.io"/>
<plugin id="org.apache.commons.commons-io"/>
<plugin id="org.apache.commons.jxpath"/>
<plugin id="org.apache.commons.logging"/>
<plugin id="org.apache.felix.scr"/>

View file

@ -18,10 +18,10 @@ Require-Bundle: org.eclipse.ui.workbench;bundle-version="3.8.0",
org.eclipse.core.resources;bundle-version="3.13.700",
org.eclipse.core.runtime;bundle-version="3.17.100",
org.eclipse.cdt.core,
org.eclipse.jface,
com.google.gson,
org.apache.commons.io;bundle-version="2.6.0"
org.eclipse.jface
Automatic-Module-Name: org.eclipse.cdt.jsoncdb.core
Import-Package: org.eclipse.e4.core.contexts;version="1.7.0",
Import-Package: com.google.gson;version="[2.10.1,3.0.0)",
org.apache.commons.io;version="[2.13.0,3.0.0)",
org.eclipse.e4.core.contexts;version="1.7.0",
org.osgi.service.component.annotations;version="1.2.0"
Service-Component: OSGI-INF/org.eclipse.cdt.jsoncdb.core.internal.ParserPreferencesAccess.xml

View file

@ -190,7 +190,7 @@
<bundle id="org.yaml.snakeyaml" version="0.0.0"/>
<bundle id="com.sun.jna" version="0.0.0"/>
<bundle id="com.sun.jna.platform" version="0.0.0"/>
<bundle id="org.apache.commons.io" version="0.0.0"/>
<bundle id="org.apache.commons.commons-io" version="0.0.0"/>
<bundle id="org.eclipse.tools.templates.core" version="0.0.0"/>
<bundle id="org.eclipse.tools.templates.core.source" version="0.0.0"/>
<bundle id="org.eclipse.tools.templates.freemarker" version="0.0.0"/>

View file

@ -1,13 +1,13 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<?pde version="3.8"?>
<target name="cdt" sequenceNumber="144">
<target name="cdt" sequenceNumber="145">
<locations>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<repository location="https://download.eclipse.org/cbi/updates/license/" />
<unit id="org.eclipse.license.feature.group" version="0.0.0" />
</location>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<repository location="https://download.eclipse.org/eclipse/updates/4.29-I-builds/I20230815-0600/" />
<repository location="https://download.eclipse.org/eclipse/updates/4.29-I-builds/I20230817-0230/" />
<unit id="org.eclipse.equinox.executable.feature.group" version="0.0.0" />
<unit id="org.eclipse.jdt.annotation" version="0.0.0" />
<unit id="org.eclipse.sdk.feature.group" version="0.0.0" />