Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortle2008-03-12 18:20:20 +0000
committertle2008-03-12 18:20:20 +0000
commit955bc183ab6863c2b9b635b2e7dbc58458ee3fa5 (patch)
treede87bd84998b2f6f95fcdffbb178d784d3202b6b /assembly
parent719dbd0104851694a1fc8b032430f1cdf5b57d11 (diff)
downloadwebtools.dali-955bc183ab6863c2b9b635b2e7dbc58458ee3fa5.tar.gz
webtools.dali-955bc183ab6863c2b9b635b2e7dbc58458ee3fa5.tar.xz
webtools.dali-955bc183ab6863c2b9b635b2e7dbc58458ee3fa5.zip
Fixed plugin list, feature’s label, version and decription
Diffstat (limited to 'assembly')
-rw-r--r--assembly/features/org.eclipse.jpt.patch/feature.xml15
1 files changed, 9 insertions, 6 deletions
diff --git a/assembly/features/org.eclipse.jpt.patch/feature.xml b/assembly/features/org.eclipse.jpt.patch/feature.xml
index dd648b45a2..4fae92b5fa 100644
--- a/assembly/features/org.eclipse.jpt.patch/feature.xml
+++ b/assembly/features/org.eclipse.jpt.patch/feature.xml
@@ -1,12 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<feature
id="org.eclipse.jpt.patch"
- label="%pluginName"
- version="1.0.0"
+ label="%featureName"
+ version="1.0.2.qualifier"
provider-name="%providerName">
<description url="http://download.eclipse.org/webtools/patches/">
- Patch features for Java Persistence API (JPA) Tools
+ %description
</description>
<copyright>
@@ -22,11 +22,14 @@
</url>
<requires>
- <import feature="org.eclipse.jpt.feature" version="1.0.2.qualifier" patch="true"/>
+ <import feature="org.eclipse.jpt.feature" version="1.0.2.v200802140100-77-7_CYQCD2CaLYCHCD" patch="true"/>
</requires>
- <includes
+ <plugin
id="org.eclipse.jpt.gen"
- version="0.0.0"/>
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
</feature>

Back to the top