-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Hardcoded demo model path to workaround gatekeeper issues on macos si…
…erra.
- Loading branch information
Nick Collier
committed
Sep 30, 2016
1 parent
fb6aaa1
commit a6c5fc1
Showing
3 changed files
with
11 additions
and
4 deletions.
There are no files selected for viewing
9 changes: 9 additions & 0 deletions
9
repast.simphony.eclipse/src/repast/simphony/eclipse/ide/Constants.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
package repast.simphony.eclipse.ide; | ||
|
||
import repast.simphony.eclipse.RepastSimphonyPlugin; | ||
|
||
public interface Constants { | ||
|
||
String OS_MODELS_PATH = "/Applications/Repast Simphony " + RepastSimphonyPlugin.REPAST_SIMPHONY_PLUGIN_VERSION + "/models"; | ||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters