Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2008-01-30 09:01:44 +0000
committerEike Stepper2008-01-30 09:01:44 +0000
commit41ea4a5b10e3bab1eeeb3450d3af341ae8f87fa5 (patch)
treef9c617b99fa2db4da26cab945f4419ea3a13d5d1 /plugins/org.eclipse.emf.cdo.tests.mango/.project
parentfa43f166900b7291846536ef4351d112dc70e0e4 (diff)
downloadcdo-41ea4a5b10e3bab1eeeb3450d3af341ae8f87fa5.tar.gz
cdo-41ea4a5b10e3bab1eeeb3450d3af341ae8f87fa5.tar.xz
cdo-41ea4a5b10e3bab1eeeb3450d3af341ae8f87fa5.zip
[217047] ArrayIndexOutOfBoundsException in CDOClassImpl.setIndex()
https://bugs.eclipse.org/bugs/show_bug.cgi?id=217047
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.tests.mango/.project')
-rw-r--r--plugins/org.eclipse.emf.cdo.tests.mango/.project28
1 files changed, 28 insertions, 0 deletions
diff --git a/plugins/org.eclipse.emf.cdo.tests.mango/.project b/plugins/org.eclipse.emf.cdo.tests.mango/.project
new file mode 100644
index 0000000000..dea8e1d798
--- /dev/null
+++ b/plugins/org.eclipse.emf.cdo.tests.mango/.project
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.eclipse.emf.cdo.tests.mango</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>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.jdt.core.javanature</nature>
+ <nature>org.eclipse.pde.PluginNature</nature>
+ </natures>
+</projectDescription>

Back to the top