diff options
author | Ingo Bauersachs <ingo@jitsi.org> | 2011-11-29 14:22:36 +0000 |
---|---|---|
committer | Ingo Bauersachs <ingo@jitsi.org> | 2011-11-29 14:22:36 +0000 |
commit | f4187f0969d403b86d85bd4c75b73033d6e6f57c (patch) | |
tree | 0e4fb70934a086d737ade2b0defed73df07eda8a /.project | |
parent | 7ebb1dd19c11cc61d324726236fb6a5930647a26 (diff) | |
download | jitsi-f4187f0969d403b86d85bd4c75b73033d6e6f57c.zip jitsi-f4187f0969d403b86d85bd4c75b73033d6e6f57c.tar.gz jitsi-f4187f0969d403b86d85bd4c75b73033d6e6f57c.tar.bz2 |
Move IDE project files to where they are expected by the respective IDE
Diffstat (limited to '.project')
-rw-r--r-- | .project | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/.project b/.project new file mode 100644 index 0000000..bfac1af --- /dev/null +++ b/.project @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8"?> +<projectDescription> + <name>jitsi</name> + <comment></comment> + <projects> + </projects> + <buildSpec> + <buildCommand> + <name>org.eclipse.jdt.core.javabuilder</name> + <arguments> + </arguments> + </buildCommand> + </buildSpec> + <natures> + <nature>org.eclipse.jdt.core.javanature</nature> + </natures> +</projectDescription> |