Author: dgolovin
Date: 2010-12-29 18:41:53 -0500 (Wed, 29 Dec 2010)
New Revision: 27812
Added:
trunk/jst/features/org.jboss.tools.jst.test.feature/
trunk/jst/features/org.jboss.tools.jst.test.feature/.project
trunk/jst/features/org.jboss.tools.jst.test.feature/build.properties
trunk/jst/features/org.jboss.tools.jst.test.feature/feature.xml
trunk/jst/features/org.jboss.tools.jst.test.feature/pom.xml
Modified:
trunk/jst/features/pom.xml
trunk/jst/site/site.xml
Log:
https://issues.jboss.org/browse/JBIDE-8023 JSF component build missing test plugins from
JST component
test feature added
Added: trunk/jst/features/org.jboss.tools.jst.test.feature/.project
===================================================================
--- trunk/jst/features/org.jboss.tools.jst.test.feature/.project
(rev 0)
+++ trunk/jst/features/org.jboss.tools.jst.test.feature/.project 2010-12-29 23:41:53 UTC
(rev 27812)
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.jboss.tools.jst.test.feature</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ <buildCommand>
+ <name>org.eclipse.pde.FeatureBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.pde.FeatureNature</nature>
+ </natures>
+</projectDescription>
Added: trunk/jst/features/org.jboss.tools.jst.test.feature/build.properties
===================================================================
--- trunk/jst/features/org.jboss.tools.jst.test.feature/build.properties
(rev 0)
+++ trunk/jst/features/org.jboss.tools.jst.test.feature/build.properties 2010-12-29
23:41:53 UTC (rev 27812)
@@ -0,0 +1 @@
+bin.includes = feature.xml
Added: trunk/jst/features/org.jboss.tools.jst.test.feature/feature.xml
===================================================================
--- trunk/jst/features/org.jboss.tools.jst.test.feature/feature.xml
(rev 0)
+++ trunk/jst/features/org.jboss.tools.jst.test.feature/feature.xml 2010-12-29 23:41:53
UTC (rev 27812)
@@ -0,0 +1,78 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<feature
+ id="org.jboss.tools.jst.test.feature"
+ label="JST Test Feature"
+ version="1.0.0.qualifier"
+ provider-name="JBoss by RedHat">
+
+ <description
url="http://www.example.com/description">
+ [Enter Feature Description here.]
+ </description>
+
+ <copyright
url="http://www.example.com/copyright">
+ [Enter Copyright Description here.]
+ </copyright>
+
+ <license
url="http://www.example.com/license">
+ [Enter License Description here.]
+ </license>
+
+ <plugin
+ id="org.jboss.tools.jst.css.test"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"/>
+
+ <plugin
+ id="org.jboss.tools.jst.jsp.base.test"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.jboss.tools.jst.jsp.test"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"/>
+
+ <plugin
+ id="org.jboss.tools.jst.text.ext.test"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.jboss.tools.jst.ui.bot.test"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.jboss.tools.jst.ui.firstrun.bot.test"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.jboss.tools.jst.web.kb.test"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"/>
+
+ <plugin
+ id="org.jboss.tools.jst.web.test"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"/>
+
+ <plugin
+ id="org.jboss.tools.jst.web.ui.test"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"/>
+
+</feature>
Added: trunk/jst/features/org.jboss.tools.jst.test.feature/pom.xml
===================================================================
--- trunk/jst/features/org.jboss.tools.jst.test.feature/pom.xml
(rev 0)
+++ trunk/jst/features/org.jboss.tools.jst.test.feature/pom.xml 2010-12-29 23:41:53 UTC
(rev 27812)
@@ -0,0 +1,13 @@
+<project
+xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd"
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.jboss.tools</groupId>
+ <artifactId>org.jboss.tools.parent.pom</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ </parent>
+ <groupId>org.jboss.tools.jst.test.features</groupId>
+ <artifactId>org.jboss.tools.jst.feature</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ <packaging>eclipse-feature</packaging>
+</project>
Modified: trunk/jst/features/pom.xml
===================================================================
--- trunk/jst/features/pom.xml 2010-12-29 22:16:29 UTC (rev 27811)
+++ trunk/jst/features/pom.xml 2010-12-29 23:41:53 UTC (rev 27812)
@@ -8,6 +8,7 @@
<packaging>pom</packaging>
<modules>
<module>org.jboss.tools.jst.feature</module>
+ <module>org.jboss.tools.jst.test.feature</module>
<module>org.jboss.tools.jst.web.tiles.feature</module>
</modules>
</project>
Modified: trunk/jst/site/site.xml
===================================================================
--- trunk/jst/site/site.xml 2010-12-29 22:16:29 UTC (rev 27811)
+++ trunk/jst/site/site.xml 2010-12-29 23:41:53 UTC (rev 27812)
@@ -8,6 +8,9 @@
<feature url="features/org.jboss.tools.jst.feature_0.0.0.jar"
id="org.jboss.tools.jst.feature" version="0.0.0">
<category name="JBoss Tools jst Nightly Build Update Site"/>
</feature>
+ <feature url="features/org.jboss.tools.jst.test.feature_0.0.0.jar"
id="org.jboss.tools.jst.test.feature" version="0.0.0">
+ <category name="JBoss Tools JST Tests Nightly Build Update Site"/>
+ </feature>
<feature url="features/org.jboss.tools.jst.web.tiles.feature_0.0.0.jar"
id="org.jboss.tools.jst.web.tiles.feature" version="0.0.0">
<category name="JBoss Tools jst Nightly Build Update Site"/>
</feature>