Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornickboldt2018-02-08 16:19:20 +0000
committernickboldt2018-02-09 17:07:05 +0000
commit60869a025740393a9099f46251b5e9ac8fc3c766 (patch)
tree8793b5b82350c08511b7441b1cdaf2ae5a18a435 /xsl/features/org.eclipse.wst.xsl.feature/feature.xml
parenta6b967229d72e337a16e85d20ee26b2ba712fe34 (diff)
downloadwebtools.sourceediting-60869a025740393a9099f46251b5e9ac8fc3c766.tar.gz
webtools.sourceediting-60869a025740393a9099f46251b5e9ac8fc3c766.tar.xz
webtools.sourceediting-60869a025740393a9099f46251b5e9ac8fc3c766.zip
530467 Update BREE for xalan bundle;
530467 fix org.eclipse.jst.jsp.core.tests - move deps out of pom and into manifest (wasn't merged yet); 373682 Fix the features in sourceediting repo; 373682 Add sources to update site so the javaee-web features can find them downstream; 373682 add org.eclipse.jst.jsp.tests.encoding to update site, plus sources (missing on update site); fix broken test in org/eclipse/jst/jsp/core/tests/util/FMCSTests, which appears to be a copy and paste error (fix v2, missed a /); add gitignores for generated test files (also wasn't merged yet); revert change to FMCSTests::testFacetModuleAbstractionWithWebFragment as it seems to work again; but other tests are erroring so comment out the whole module for now remove org.eclipse.jst.jsp.core.tests and source from update site Signed-off-by: nickboldt <nboldt@redhat.com>
Diffstat (limited to 'xsl/features/org.eclipse.wst.xsl.feature/feature.xml')
-rw-r--r--xsl/features/org.eclipse.wst.xsl.feature/feature.xml54
1 files changed, 7 insertions, 47 deletions
diff --git a/xsl/features/org.eclipse.wst.xsl.feature/feature.xml b/xsl/features/org.eclipse.wst.xsl.feature/feature.xml
index fa29512d63..524340871d 100644
--- a/xsl/features/org.eclipse.wst.xsl.feature/feature.xml
+++ b/xsl/features/org.eclipse.wst.xsl.feature/feature.xml
@@ -20,12 +20,15 @@
%license
</license>
- <includes
- id="org.eclipse.wst.xml.xpath2.processor.feature"
- version="0.0.0"/>
-
<requires>
+ <import feature="org.eclipse.wst.xml.xpath2.processor.feature" version="0.0.0" match="greaterOrEqual"/>
<import feature="org.eclipse.wst.xml_ui.feature" version="3.3.0" match="greaterOrEqual"/>
+ <import plugin="org.apache.xalan" version="0.0.0" match="greaterOrEqual"/>
+ <import plugin="org.apache.commons.logging" version="1.0.4" match="greaterOrEqual"/>
+ <import plugin="org.apache.xml.serializer" version="0.0.0" match="greaterOrEqual"/>
+ <import plugin="org.apache.bcel" version="0.0.0" match="greaterOrEqual"/>
+ <import plugin="java_cup.runtime" version="0.0.0" match="greaterOrEqual"/>
+ <import plugin="org.apache.log4j" version="0.0.0" match="greaterOrEqual"/>
</requires>
<plugin
@@ -71,20 +74,6 @@
unpack="false"/>
<plugin
- id="org.apache.xalan"
- download-size="0"
- install-size="0"
- version="0.0.0"
- unpack="false"/>
-
- <plugin
- id="org.apache.commons.logging"
- download-size="0"
- install-size="0"
- version="1.0.4.qualifier"
- unpack="false"/>
-
- <plugin
id="org.eclipse.wst.xsl.doc"
download-size="0"
install-size="0"
@@ -99,27 +88,6 @@
unpack="false"/>
<plugin
- id="org.apache.xml.serializer"
- download-size="0"
- install-size="0"
- version="0.0.0"
- unpack="false"/>
-
- <plugin
- id="org.apache.bcel"
- download-size="0"
- install-size="0"
- version="0.0.0"
- unpack="false"/>
-
- <plugin
- id="java_cup.runtime"
- download-size="0"
- install-size="0"
- version="0.0.0"
- unpack="false"/>
-
- <plugin
id="org.eclipse.wst.xsl.saxon"
download-size="0"
install-size="0"
@@ -153,14 +121,6 @@
install-size="0"
version="0.0.0"
unpack="false"/>
-
- <plugin
- id="org.apache.log4j"
- download-size="0"
- install-size="0"
- version="0.0.0"
- unpack="false"/>
-
<plugin
id="org.eclipse.wst.xsl.exslt.core"
download-size="0"

Back to the top