Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornhauge2011-02-02 06:54:52 +0000
committernhauge2011-02-02 06:54:52 +0000
commit4706c8faed513de810a377e24d09d2f04e2caff5 (patch)
tree63e5b7c0c3d630dc627de4e6f905457ae6f50fa4 /jaxb/features/org.eclipse.jpt.jaxb.feature/feature.xml
parentf1ce9c87229b208fc44dd27783c13f6b753fa793 (diff)
downloadwebtools.dali-201102010003.tar.gz
webtools.dali-201102010003.tar.xz
webtools.dali-201102010003.zip
This commit was manufactured by cvs2svn to create tag 'v201102010003'.v201102010003
Diffstat (limited to 'jaxb/features/org.eclipse.jpt.jaxb.feature/feature.xml')
-rw-r--r--jaxb/features/org.eclipse.jpt.jaxb.feature/feature.xml53
1 files changed, 0 insertions, 53 deletions
diff --git a/jaxb/features/org.eclipse.jpt.jaxb.feature/feature.xml b/jaxb/features/org.eclipse.jpt.jaxb.feature/feature.xml
deleted file mode 100644
index 505f2c2130..0000000000
--- a/jaxb/features/org.eclipse.jpt.jaxb.feature/feature.xml
+++ /dev/null
@@ -1,53 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<feature
- id="org.eclipse.jpt.jaxb.feature"
- label="%featureName"
- version="1.0.0.qualifier"
- provider-name="%providerName"
- plugin="org.eclipse.jpt.jaxb.branding">
-
- <description>
- %description
- </description>
-
- <copyright>
- %copyright
- </copyright>
-
- <license url="license.html">
- %license
- </license>
-
- <requires>
- <import feature="org.eclipse.jpt.feature" version="2.3.0"/>
- </requires>
-
- <plugin
- id="org.eclipse.jpt.jaxb.core"
- download-size="0"
- install-size="0"
- version="0.0.0"
- unpack="false"/>
-
- <plugin
- id="org.eclipse.jpt.jaxb.core.schemagen"
- download-size="0"
- install-size="0"
- version="0.0.0"
- unpack="false"/>
-
- <plugin
- id="org.eclipse.jpt.jaxb.ui"
- download-size="0"
- install-size="0"
- version="0.0.0"
- unpack="false"/>
-
- <plugin
- id="org.eclipse.jpt.jaxb.branding"
- download-size="0"
- install-size="0"
- version="0.0.0"
- unpack="false"/>
-
-</feature>

Back to the top