Author: elvisisking
Date: 2010-01-22 11:31:42 -0500 (Fri, 22 Jan 2010)
New Revision: 19887
Added:
trunk/modeshape/features/org.jboss.tools.modeshape.rest.test.feature/.project
trunk/modeshape/features/org.jboss.tools.modeshape.rest.test.feature/build.properties
trunk/modeshape/features/org.jboss.tools.modeshape.rest.test.feature/feature.xml
Log:
Initial versions of source.
Added: trunk/modeshape/features/org.jboss.tools.modeshape.rest.test.feature/.project
===================================================================
--- trunk/modeshape/features/org.jboss.tools.modeshape.rest.test.feature/.project
(rev 0)
+++
trunk/modeshape/features/org.jboss.tools.modeshape.rest.test.feature/.project 2010-01-22
16:31:42 UTC (rev 19887)
@@ -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:
trunk/modeshape/features/org.jboss.tools.modeshape.rest.test.feature/.project
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Added:
trunk/modeshape/features/org.jboss.tools.modeshape.rest.test.feature/build.properties
===================================================================
--- trunk/modeshape/features/org.jboss.tools.modeshape.rest.test.feature/build.properties
(rev 0)
+++
trunk/modeshape/features/org.jboss.tools.modeshape.rest.test.feature/build.properties 2010-01-22
16:31:42 UTC (rev 19887)
@@ -0,0 +1 @@
+bin.includes = feature.xml
Property changes on:
trunk/modeshape/features/org.jboss.tools.modeshape.rest.test.feature/build.properties
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Added: trunk/modeshape/features/org.jboss.tools.modeshape.rest.test.feature/feature.xml
===================================================================
--- trunk/modeshape/features/org.jboss.tools.modeshape.rest.test.feature/feature.xml
(rev 0)
+++
trunk/modeshape/features/org.jboss.tools.modeshape.rest.test.feature/feature.xml 2010-01-22
16:31:42 UTC (rev 19887)
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<feature
+ id="org.jboss.tools.modeshape.rest.test.feature"
+ label="ModeShape Tests Feature"
+ version="1.0.0"
+ 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.modeshape.rest.test"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+</feature>
Property changes on:
trunk/modeshape/features/org.jboss.tools.modeshape.rest.test.feature/feature.xml
___________________________________________________________________
Name: svn:mime-type
+ text/plain