Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCedric Brun2011-01-05 14:13:01 +0000
committerCedric Brun2011-01-05 14:13:01 +0000
commit8a1c5eb415078284a94d29c00280485ee60843cf (patch)
tree30ee7be4f84904ae13c89e0a873d759adf061bac /plugins/org.eclipse.emf.compare.tests/.project
parentf0991e9aff822115764d9c392404a906e735a602 (diff)
downloadorg.eclipse.emf.compare-8a1c5eb415078284a94d29c00280485ee60843cf.tar.gz
org.eclipse.emf.compare-8a1c5eb415078284a94d29c00280485ee60843cf.tar.xz
org.eclipse.emf.compare-8a1c5eb415078284a94d29c00280485ee60843cf.zip
repository relayout : https://bugs.eclipse.org/bugs/show_bug.cgi?id=333059
Diffstat (limited to 'plugins/org.eclipse.emf.compare.tests/.project')
-rw-r--r--plugins/org.eclipse.emf.compare.tests/.project34
1 files changed, 34 insertions, 0 deletions
diff --git a/plugins/org.eclipse.emf.compare.tests/.project b/plugins/org.eclipse.emf.compare.tests/.project
new file mode 100644
index 000000000..69ac4b138
--- /dev/null
+++ b/plugins/org.eclipse.emf.compare.tests/.project
@@ -0,0 +1,34 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.eclipse.emf.compare.tests</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ <buildCommand>
+ <name>org.eclipse.jdt.core.javabuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>org.eclipse.pde.ManifestBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>org.eclipse.pde.SchemaBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>com.atlassw.tools.eclipse.checkstyle.CheckstyleBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.pde.PluginNature</nature>
+ <nature>org.eclipse.jdt.core.javanature</nature>
+ <nature>com.atlassw.tools.eclipse.checkstyle.CheckstyleNature</nature>
+ </natures>
+</projectDescription>

Back to the top