diff options
author | Teddy <[email protected]> | 2013-08-28 16:32:50 +0800 |
---|---|---|
committer | Teddy <[email protected]> | 2013-08-28 16:32:50 +0800 |
commit | 10af199a81c3b7ca338a7aeb3ab599ff1be7ecb1 (patch) | |
tree | 06c26b1471f431a53252fd3629a5b561bdf21c7b /.project | |
parent | 1bc497952316e08e73c71d6839a9e42e40196fb6 (diff) | |
parent | 0a8315a94d8ed1252f3f96d4ca41ddc632c3bc98 (diff) |
Merge branch 'master' of github.com:Determinant/piztor
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..6204496 --- /dev/null +++ b/.project @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>updatesite</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ <buildCommand>
+ <name>org.eclipse.pde.UpdateSiteBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.pde.UpdateSiteNature</nature>
+ </natures>
+</projectDescription>
|