Skip to content

Commit

Permalink
Merge pull request #2 from ARCAD-Software/update/eclipse-2018-09
Browse files Browse the repository at this point in the history
Updated for Eclipse 2018-09 compatibility
  • Loading branch information
sebjulliand authored May 13, 2024
2 parents aad00e8 + e94734b commit c7eaf7e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bundles/aev.core/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Import-Package: com.google.re2j,
org.apache.commons.lang3.time;version="[3.6.0,4.0.0)",
org.osgi.service.component,
org.osgi.service.component.annotations;resolution:=optional,
org.w3c.dom;version="3.0.0"
org.w3c.dom
Bundle-ActivationPolicy: lazy
Service-Component: OSGI-INF/com.arcadsoftware.aev.core.osgi.GlobalLogService.xml,
OSGI-INF/com.arcadsoftware.aev.core.osgi.ServiceRegistry.xml
6 changes: 3 additions & 3 deletions releng/aev.platform/com.arcadsoftware.aev.platform.target
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<unit id="org.eclipse.emf.ecore.feature.group" version="0.0.0"/>
<unit id="org.eclipse.platform.feature.group" version="0.0.0"/>
<unit id="javax.xml.stream" version="0.0.0"/>
<repository location="https://download.eclipse.org/releases/neon/201705151400/"/>
<repository location="https://download.eclipse.org/releases/2018-09/201809191002"/>
</location>
<location includeDependencyDepth="none" includeDependencyScopes="compile" missingManifest="generate" type="Maven">
<dependencies>
Expand All @@ -22,7 +22,7 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.13.0</version>
<version>2.16.1</version>
<type>jar</type>
</dependency>
<dependency>
Expand All @@ -34,7 +34,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.13.0</version>
<version>3.14.0</version>
<type>jar</type>
</dependency>
<dependency>
Expand Down

0 comments on commit c7eaf7e

Please sign in to comment.