Skip to content
This repository has been archived by the owner on Nov 23, 2021. It is now read-only.

Commit

Permalink
#120 fixed remote uris
Browse files Browse the repository at this point in the history
  • Loading branch information
Steffen Holzer committed Apr 21, 2017
1 parent 98d222e commit f435e06
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/oomph/projects/OASP4JIDE.setup
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@
storageURI="scope://Workspace"
label="${scope.project.label} remote uri">
<choice
value="git@github.com:${github.fork.name}/oasp4j-ide.git"
label="Git (read-write)"/>
value="ssh://git@github.com:${github.fork.name}/oasp4j-ide.git"
label="SSH"/>
<choice
value="https://github.com/${github.fork.name}/oasp4j-ide.git"
label="HTTPS (read-only, anonymous)"/>
label="HTTPS"/>
<description>Choose from the available Github URIs</description>
</setupTask>
<setupTask
Expand Down

0 comments on commit f435e06

Please sign in to comment.