Skip to content

Commit

Permalink
Specify an extra's repository SimRel 2023-12 M1 problems
Browse files Browse the repository at this point in the history
  • Loading branch information
merks committed Sep 29, 2023
1 parent ae7a051 commit 4aa6b5b
Show file tree
Hide file tree
Showing 4 changed files with 62 additions and 8 deletions.
11 changes: 8 additions & 3 deletions OomphIncubator.setup
Expand Up @@ -249,8 +249,13 @@
<requirement
name="*"/>
<requirement
name="com.ibm.icu"
versionRange="[72.1.0.v20221115-2007,72.1.0.v20221115-2007]"/>
name="org.w3c.css.sac"/>
<requirement
name="org.w3c.dom.events"/>
<requirement
name="org.w3c.dom.smil"/>
<requirement
name="org.w3c.dom.svg"/>
<sourceLocator
rootFolder="${github.clone.oomph.incubator.location}"
locateNestedProjects="true"/>
Expand All @@ -263,7 +268,7 @@
</detail>
</annotation>
<repository
url="https://download.eclipse.org/tools/orbit/downloads/drops/R20221123021534/repository"/>
url="https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository"/>
</repositoryList>
</targlet>
</setupTask>
Expand Down
Expand Up @@ -12,7 +12,7 @@ SPDX-License-Identifier: EPL-2.0
<feature
id="org.eclipse.oomph.simrel.extra"
label="%featureName"
version="1.0.1.qualifier"
version="1.1.0.qualifier"
provider-name="%providerName"
license-feature="org.eclipse.license"
license-feature-version="0.0.0">
Expand All @@ -30,10 +30,59 @@ SPDX-License-Identifier: EPL-2.0
</license>

<plugin
id="com.ibm.icu"
id="org.w3c.css.sac"
download-size="0"
install-size="0"
version="72.1.0.v20221115-2007"
version="0.0.0"
unpack="false"/>

<plugin
id="org.w3c.css.sac.source"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>

<plugin
id="org.w3c.dom.events"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>

<plugin
id="org.w3c.dom.events.source"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>

<plugin
id="org.w3c.dom.smil"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>

<plugin
id="org.w3c.dom.smil.source"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>

<plugin
id="org.w3c.dom.svg"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>

<plugin
id="org.w3c.dom.svg.source"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>

</feature>
Expand Up @@ -24,6 +24,6 @@ SPDX-License-Identifier: EPL-2.0

<groupId>org.eclipse.oomph.simrel.extra.features</groupId>
<artifactId>org.eclipse.oomph.simrel.extra</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.1.0-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
</project>
Expand Up @@ -47,7 +47,7 @@ SPDX-License-Identifier: EPL-2.0
</repository>
<repository>
<id>orbit-drop-1</id>
<url>https://download.eclipse.org/tools/orbit/downloads/drops/R20221123021534/repository</url>
<url>https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository</url>
<layout>p2</layout>
</repository>
</repositories>
Expand Down

0 comments on commit 4aa6b5b

Please sign in to comment.