Skip to content

Commit

Permalink
Don't create resources during bootstrap but rather after the cloning
Browse files Browse the repository at this point in the history
  • Loading branch information
merks committed Feb 15, 2024
1 parent f63efc0 commit ec13b97
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions SimRel.setup
Expand Up @@ -218,6 +218,7 @@
</setupTask>
<setupTask
xsi:type="setup:ResourceCreationTask"
excludedTriggers="BOOTSTRAP"
targetURL="${simrel.github.clone.location|uri}/.project">
<content>
&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?>
Expand All @@ -236,6 +237,7 @@
</setupTask>
<setupTask
xsi:type="setup:ResourceCreationTask"
excludedTriggers="BOOTSTRAP"
targetURL="${simrel.github.clone.location|uri}/.gitignore">
<content>
.project
Expand All @@ -245,6 +247,7 @@
</setupTask>
<setupTask
xsi:type="setup:ResourceCreationTask"
excludedTriggers="BOOTSTRAP"
targetURL="${simrel.github.clone.location|uri/.settings/org.eclipse.core.resources.prefs}">
<content>
eclipse.preferences.version=1
Expand Down

0 comments on commit ec13b97

Please sign in to comment.