Skip to content

Commit 7249ef8

Browse files
committed
Moving the runtime content into a runtime folder
Add suggested during the review of the runtime merge into this repo, the runtime artifacts are moved into a seperate runtime folder. This commit contains the move and the necessary adjustments to the pom files
1 parent daf54ad commit 7249ef8

File tree

818 files changed

+48
-14
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

818 files changed

+48
-14
lines changed

pom.xml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -60,18 +60,7 @@
6060
<module>ant/org.eclipse.ant.tests.ui</module>
6161
<module>platform/org.eclipse.platform</module>
6262
<module>platform/org.eclipse.sdk</module>
63-
<module>bundles/org.eclipse.core.contenttype</module>
64-
<module>bundles/org.eclipse.core.expressions</module>
65-
<module>bundles/org.eclipse.core.jobs</module>
66-
<module>bundles/org.eclipse.core.runtime</module>
67-
<module>bundles/org.eclipse.e4.core.contexts</module>
68-
<module>bundles/org.eclipse.e4.core.di.annotations</module>
69-
<module>bundles/org.eclipse.e4.core.di</module>
70-
<module>bundles/org.eclipse.e4.core.di.extensions</module>
71-
<module>bundles/org.eclipse.e4.core.di.extensions.supplier</module>
72-
<module>bundles/org.eclipse.e4.core.services</module>
73-
<module>features/org.eclipse.core.runtime.feature</module>
74-
<module>tests</module>
63+
<module>runtime</module>
7564
</modules>
7665

7766
</project>

bundles/org.eclipse.core.jobs/pom.xml renamed to runtime/bundles/org.eclipse.core.jobs/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<artifactId>eclipse.platform</artifactId>
1717
<groupId>eclipse.platform</groupId>
1818
<version>4.25.0-SNAPSHOT</version>
19-
<relativePath>../../</relativePath>
19+
<relativePath>../../..</relativePath>
2020
</parent>
2121
<groupId>org.eclipse.core</groupId>
2222
<artifactId>org.eclipse.core.jobs</artifactId>

0 commit comments

Comments
 (0)