Author: nickboldt
Date: 2010-04-07 11:47:59 -0400 (Wed, 07 Apr 2010)
New Revision: 21321
Added:
branches/modular_build/modeshape/features/org.jboss.tools.modeshape.rest.test.sdk.feature/
branches/modular_build/modeshape/features/org.jboss.tools.modeshape.rest.test.sdk.feature/.project
branches/modular_build/modeshape/features/org.jboss.tools.modeshape.rest.test.sdk.feature/build.properties
branches/modular_build/modeshape/features/org.jboss.tools.modeshape.rest.test.sdk.feature/feature.xml
Modified:
branches/modular_build/modeshape/features/org.jboss.tools.modeshape.rest.test.feature/feature.xml
Log:
split tests into core feature and Athena-friendly SDK feature (includes o.e.test and other
reqs)
Modified:
branches/modular_build/modeshape/features/org.jboss.tools.modeshape.rest.test.feature/feature.xml
===================================================================
---
branches/modular_build/modeshape/features/org.jboss.tools.modeshape.rest.test.feature/feature.xml 2010-04-07
15:45:00 UTC (rev 21320)
+++
branches/modular_build/modeshape/features/org.jboss.tools.modeshape.rest.test.feature/feature.xml 2010-04-07
15:47:59 UTC (rev 21321)
@@ -3,7 +3,7 @@
id="org.jboss.tools.modeshape.rest.test.feature"
label="ModeShape Tests Feature"
version="1.0.0"
- provider-name="JBoss by RedHat">
+ provider-name="JBoss by Red Hat">
<description
url="http://www.example.com/description">
[Enter Feature Description here.]
@@ -24,17 +24,4 @@
version="0.0.0"
unpack="false"/>
- <plugin
- id="org.eclipse.ant.optional.junit"
- download-size="0"
- install-size="0"
- version="0.0.0"
- fragment="true"/>
-
- <plugin
- id="org.eclipse.test"
- download-size="0"
- install-size="0"
- version="0.0.0"/>
-
</feature>
Added:
branches/modular_build/modeshape/features/org.jboss.tools.modeshape.rest.test.sdk.feature/.project
===================================================================
---
branches/modular_build/modeshape/features/org.jboss.tools.modeshape.rest.test.sdk.feature/.project
(rev 0)
+++
branches/modular_build/modeshape/features/org.jboss.tools.modeshape.rest.test.sdk.feature/.project 2010-04-07
15:47:59 UTC (rev 21321)
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.jboss.tools.modeshape.rest.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>
Property changes on:
branches/modular_build/modeshape/features/org.jboss.tools.modeshape.rest.test.sdk.feature/.project
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Added:
branches/modular_build/modeshape/features/org.jboss.tools.modeshape.rest.test.sdk.feature/build.properties
===================================================================
---
branches/modular_build/modeshape/features/org.jboss.tools.modeshape.rest.test.sdk.feature/build.properties
(rev 0)
+++
branches/modular_build/modeshape/features/org.jboss.tools.modeshape.rest.test.sdk.feature/build.properties 2010-04-07
15:47:59 UTC (rev 21321)
@@ -0,0 +1 @@
+bin.includes = feature.xml
Property changes on:
branches/modular_build/modeshape/features/org.jboss.tools.modeshape.rest.test.sdk.feature/build.properties
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Added:
branches/modular_build/modeshape/features/org.jboss.tools.modeshape.rest.test.sdk.feature/feature.xml
===================================================================
---
branches/modular_build/modeshape/features/org.jboss.tools.modeshape.rest.test.sdk.feature/feature.xml
(rev 0)
+++
branches/modular_build/modeshape/features/org.jboss.tools.modeshape.rest.test.sdk.feature/feature.xml 2010-04-07
15:47:59 UTC (rev 21321)
@@ -0,0 +1,37 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<feature
+ id="org.jboss.tools.modeshape.rest.test.feature"
+ label="ModeShape Tests SDK Feature"
+ version="1.0.0"
+ provider-name="JBoss by Red Hat">
+
+ <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>
+
+ <includes
+ id="org.jboss.tools.modeshapre.rest.test.feature"
+ version="0.0.0"/>
+
+ <plugin
+ id="org.eclipse.ant.optional.junit"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ fragment="true"/>
+
+ <plugin
+ id="org.eclipse.test"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"/>
+
+</feature>
Property changes on:
branches/modular_build/modeshape/features/org.jboss.tools.modeshape.rest.test.sdk.feature/feature.xml
___________________________________________________________________
Name: svn:mime-type
+ text/plain