diff options
author | Pacien TRAN-GIRARD | 2014-05-15 16:00:45 +0200 |
---|---|---|
committer | Pacien TRAN-GIRARD | 2014-05-15 16:00:45 +0200 |
commit | d8bae84fff7977844fa2b57b15b86a831b73aed2 (patch) | |
tree | d243a1729f0239421c6454f0b76243b6e1729ce7 /.project | |
parent | 4f21da45d77211da1aab786bceda8b19f9ccbcbc (diff) | |
download | webcastor-d8bae84fff7977844fa2b57b15b86a831b73aed2.tar.gz |
First version
Diffstat (limited to '.project')
-rw-r--r-- | .project | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/.project b/.project new file mode 100644 index 0000000..45abfac --- /dev/null +++ b/.project | |||
@@ -0,0 +1,18 @@ | |||
1 | <?xml version="1.0" encoding="UTF-8"?> | ||
2 | <projectDescription> | ||
3 | <name>Webcastor</name> | ||
4 | <comment></comment> | ||
5 | <projects> | ||
6 | </projects> | ||
7 | <buildSpec> | ||
8 | <buildCommand> | ||
9 | <name>com.eclipsesource.jshint.ui.builder</name> | ||
10 | <arguments> | ||
11 | </arguments> | ||
12 | </buildCommand> | ||
13 | </buildSpec> | ||
14 | <natures> | ||
15 | <nature>org.nodeclipse.ui.NodeNature</nature> | ||
16 | <nature>org.eclipse.wst.jsdt.core.jsNature</nature> | ||
17 | </natures> | ||
18 | </projectDescription> | ||