Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Valenta2007-01-09 15:23:34 +0000
committerMichael Valenta2007-01-09 15:23:34 +0000
commitcf4da365f89f92502f8aa77ddc720d9bfa49ef47 (patch)
tree8a615bea0e547565e223bc6c016e1d274c7dda7f /features/org.eclipse.cvs-feature/.project
parentdacfccb13bfa79dc80cb31286aa38dcd90a7d4b6 (diff)
downloadeclipse.platform.team-cf4da365f89f92502f8aa77ddc720d9bfa49ef47.tar.gz
eclipse.platform.team-cf4da365f89f92502f8aa77ddc720d9bfa49ef47.tar.xz
eclipse.platform.team-cf4da365f89f92502f8aa77ddc720d9bfa49ef47.zip
Initial cut at creating a CVS feature
Diffstat (limited to 'features/org.eclipse.cvs-feature/.project')
-rw-r--r--features/org.eclipse.cvs-feature/.project17
1 files changed, 17 insertions, 0 deletions
diff --git a/features/org.eclipse.cvs-feature/.project b/features/org.eclipse.cvs-feature/.project
new file mode 100644
index 000000000..5108649e9
--- /dev/null
+++ b/features/org.eclipse.cvs-feature/.project
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.eclipse.cvs-feature</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ <buildCommand>
+ <name>org.eclipse.pde.FeatureBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.pde.FeatureNature</nature>
+ </natures>
+</projectDescription>

Back to the top