Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortle2008-04-30 21:39:59 +0000
committertle2008-04-30 21:39:59 +0000
commitc33a33ecfed16d915e1b7618c61de1ff95175267 (patch)
tree3bf4dd812cb9a8dc6e809a19df431e6e0298b642 /jpa/plugins/org.eclipse.jpt.eclipselink.core.ddlgen/.project
parent30ae05261ff9cfc0088fa4cbef93476af42494ae (diff)
downloadwebtools.dali-c33a33ecfed16d915e1b7618c61de1ff95175267.tar.gz
webtools.dali-c33a33ecfed16d915e1b7618c61de1ff95175267.tar.xz
webtools.dali-c33a33ecfed16d915e1b7618c61de1ff95175267.zip
220226 - Support for EclipseLink JPA
Diffstat (limited to 'jpa/plugins/org.eclipse.jpt.eclipselink.core.ddlgen/.project')
-rw-r--r--jpa/plugins/org.eclipse.jpt.eclipselink.core.ddlgen/.project11
1 files changed, 11 insertions, 0 deletions
diff --git a/jpa/plugins/org.eclipse.jpt.eclipselink.core.ddlgen/.project b/jpa/plugins/org.eclipse.jpt.eclipselink.core.ddlgen/.project
index 5fabc7f997..376311f646 100644
--- a/jpa/plugins/org.eclipse.jpt.eclipselink.core.ddlgen/.project
+++ b/jpa/plugins/org.eclipse.jpt.eclipselink.core.ddlgen/.project
@@ -10,8 +10,19 @@
<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