Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortle2008-03-24 17:09:14 +0000
committertle2008-03-24 17:09:14 +0000
commit9a7304de2cc8ab1df95e62c172e290052fa532e2 (patch)
tree6a609e2317dcc5a1df15afa27a7a8e2202047098 /jpa/tests/org.eclipse.jpt.eclipselink.core.tests/.project
parent4ecc932f3fd939a8568fa246d43347c77a2863ce (diff)
downloadwebtools.dali-9a7304de2cc8ab1df95e62c172e290052fa532e2.tar.gz
webtools.dali-9a7304de2cc8ab1df95e62c172e290052fa532e2.tar.xz
webtools.dali-9a7304de2cc8ab1df95e62c172e290052fa532e2.zip
Initial checkin.
Diffstat (limited to 'jpa/tests/org.eclipse.jpt.eclipselink.core.tests/.project')
-rw-r--r--jpa/tests/org.eclipse.jpt.eclipselink.core.tests/.project28
1 files changed, 28 insertions, 0 deletions
diff --git a/jpa/tests/org.eclipse.jpt.eclipselink.core.tests/.project b/jpa/tests/org.eclipse.jpt.eclipselink.core.tests/.project
new file mode 100644
index 0000000000..26141a5bbf
--- /dev/null
+++ b/jpa/tests/org.eclipse.jpt.eclipselink.core.tests/.project
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.eclipse.jpt.eclipselink.core.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>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.pde.PluginNature</nature>
+ <nature>org.eclipse.jdt.core.javanature</nature>
+ </natures>
+</projectDescription>

Back to the top