Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Vogel2017-12-04 09:48:39 +0000
committerLars Vogel2017-12-04 09:48:39 +0000
commite86180d522d054960d4875b2f34d3fe2ed7ba625 (patch)
tree964025932b8ddb8e07d06db7fcfda3636196e5af /bundles
parent8d071d9e23e4ee54695db48b33321439ad1a700b (diff)
downloadeclipse.platform.team-e86180d522d054960d4875b2f34d3fe2ed7ba625.tar.gz
eclipse.platform.team-e86180d522d054960d4875b2f34d3fe2ed7ba625.tar.xz
eclipse.platform.team-e86180d522d054960d4875b2f34d3fe2ed7ba625.zip
Change-Id: Id9fd39872554cbca31f9bb903850865964dfbff6 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
Diffstat (limited to 'bundles')
-rw-r--r--bundles/org.eclipse.cvs/.project22
1 files changed, 22 insertions, 0 deletions
diff --git a/bundles/org.eclipse.cvs/.project b/bundles/org.eclipse.cvs/.project
new file mode 100644
index 000000000..d28ce1d24
--- /dev/null
+++ b/bundles/org.eclipse.cvs/.project
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.eclipse.cvs</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ <buildCommand>
+ <name>org.eclipse.pde.ManifestBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>org.eclipse.pde.SchemaBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.pde.PluginNature</nature>
+ </natures>
+</projectDescription>

Back to the top