Skip to content

Commit

Permalink
Update of the target platform
Browse files Browse the repository at this point in the history
Also removes commented reference to libs project.

For #371

Requires de-jcup/eclipse-commons#39
  • Loading branch information
vogella committed Mar 25, 2022
1 parent 3924891 commit 6b2e483
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
12 changes: 11 additions & 1 deletion asciidoctor-editor-target/asciidoctor-editor.target
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,19 @@
<target name="asciidoctor-editor">
<locations>
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="slicer" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.sdk.ide" version="0.0.0"/>
<unit id="org.eclipse.platform.sdk" version="0.0.0"/>
<unit id="org.eclipse.emf.common.feature.group" version="0.0.0"/>
<unit id="org.eclipse.emf.ecore.feature.group" version="0.0.0"/>
<repository location="https://download.eclipse.org/releases/2021-12/"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="slicer" includeSource="true" type="InstallableUnit">
<repository location="https://download.eclipse.org/releases/latest"/>
<unit id="org.junit.jupiter.api" version="0.0.0"/>
<unit id="org.junit.jupiter.engine" version="0.0.0"/>
<unit id="org.eclipse.jdt.junit5.runtime" version="0.0.0"/>
<unit id="org.junit" version="0.0.0"/>
<unit id="org.hamcrest.core" version="0.0.0"/>
</location>
<location includeDependencyDepth="infinite" includeDependencyScope="compile" includeSource="true" label="asp launcher" missingManifest="generate" type="Maven">
<dependencies>
<dependency>
Expand Down
1 change: 0 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@
<module>asciidoctor-converter-plugin</module>
<module>asciidoctor-converter-feature</module>
<module>asciidoctor-editor-feature</module>
<module>asciidoctor-editor-libs</module>
<module>asciidoctor-editor-other</module>
# wxrwxr-x 2 vogella vogella 4096 Sep 17 10:34 asciidoctor-editor-gradle-dep
drwxrwxr-x 3 vogella vogella 4096 Sep 17 10:34 asciidoctor-editor-updatesite
Expand Down

0 comments on commit 6b2e483

Please sign in to comment.