Skip to content

Commit

Permalink
Restore the setup details for the former common repository (#1180)
Browse files Browse the repository at this point in the history
Ensure all doc plugins are imported and that they are put into an
working set.
  • Loading branch information
merks committed Jun 28, 2023
1 parent 31a3a2a commit 1e31a54
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions oomph/Platform.setup
Expand Up @@ -802,6 +802,14 @@
name="org.eclipse.platform.setup.plain.project"/>
<requirement
name="org.eclipse.platform.releng.prereqs.sdk.plain.project"/>
<requirement
name="org.eclipse.jdt.doc.isv"/>
<requirement
name="org.eclipse.platform.doc.isv"/>
<requirement
name="org.eclipse.jdt.tips.user"/>
<requirement
name="org.eclipse.platform.doc.tips"/>
<sourceLocator
rootFolder="${github.clone.platform.releng.aggregator.location}"
locateNestedProjects="true"/>
Expand All @@ -816,6 +824,19 @@
<operand
xsi:type="predicates:RepositoryPredicate"
project="org.eclipse.platform.releng.tychoeclipsebuilder"/>
<operand
xsi:type="workingsets:ExclusionPredicate"
excludedWorkingSet="//@projects[name='releng.aggregator']/@setupTasks.3/@workingSets[name='Platform%20Documentation']"/>
</predicate>
</workingSet>
<workingSet
name="Platform Documentation">
<predicate
xsi:type="predicates:AndPredicate">
<operand
xsi:type="predicates:RepositoryPredicate"
project="org.eclipse.platform.doc.user"
relativePathPattern="eclipse.platform.common/.*"/>
</predicate>
</workingSet>
</setupTask>
Expand Down

0 comments on commit 1e31a54

Please sign in to comment.