Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2013-11-15 07:45:13 +0000
committerDavid Williams2013-11-15 07:45:13 +0000
commitc8dd98930f34aaff28229867d001d1eefca73632 (patch)
tree1795b67a718f5de366498975c457d70315bc4910
parent8fb93f4fd144bc7fff9955212bb20fd6f73ab711 (diff)
downloadeclipse.platform.releng.aggregator-c8dd98930f34aaff28229867d001d1eefca73632.tar.gz
eclipse.platform.releng.aggregator-c8dd98930f34aaff28229867d001d1eefca73632.tar.xz
eclipse.platform.releng.aggregator-c8dd98930f34aaff28229867d001d1eefca73632.zip
[releng] don't gitignore .project ... can mess things up with if use git
-clean -x -f -d on a repo that IDE is pointing to.
-rw-r--r--.project12
1 files changed, 12 insertions, 0 deletions
diff --git a/.project b/.project
new file mode 100644
index 000000000..fe3e2e14d
--- /dev/null
+++ b/.project
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>eclipse.platform.releng.aggregator</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ </buildSpec>
+ <natures>
+ </natures>
+</projectDescription>
+

Back to the top