diff options
| author | student <student@69.161.224.78> | 2018-02-13 11:14:30 -0500 |
|---|---|---|
| committer | student <student@69.161.224.78> | 2018-02-13 11:14:30 -0500 |
| commit | 63390a44ab57983472b87b8869923af02c36b45a (patch) | |
| tree | 62964cfcbe7e0bb6eb74769af62985527320119a /scl/.project | |
| parent | 825128ba939c6ac5728fd3d9d78e84aa9e60806b (diff) | |
Refactor SCL into its own module
Diffstat (limited to 'scl/.project')
| -rw-r--r-- | scl/.project | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/scl/.project b/scl/.project new file mode 100644 index 0000000..2d9b4f5 --- /dev/null +++ b/scl/.project @@ -0,0 +1,23 @@ +<?xml version="1.0" encoding="UTF-8"?> +<projectDescription> + <name>dicelang-scl</name> + <comment></comment> + <projects> + </projects> + <buildSpec> + <buildCommand> + <name>org.eclipse.jdt.core.javabuilder</name> + <arguments> + </arguments> + </buildCommand> + <buildCommand> + <name>org.eclipse.m2e.core.maven2Builder</name> + <arguments> + </arguments> + </buildCommand> + </buildSpec> + <natures> + <nature>org.eclipse.jdt.core.javanature</nature> + <nature>org.eclipse.m2e.core.maven2Nature</nature> + </natures> +</projectDescription> |
