|
From: <mba...@us...> - 2007-02-17 15:21:36
|
Revision: 1953
http://svn.sourceforge.net/rubyeclipse/?rev=1953&view=rev
Author: mbarchfe
Date: 2007-02-17 07:21:33 -0800 (Sat, 17 Feb 2007)
Log Message:
-----------
moved from subfolder of rdt-feature into its own test feature project
Added Paths:
-----------
trunk/org.rubypeople.rdt-test-feature/.project
trunk/org.rubypeople.rdt-test-feature/build.properties
trunk/org.rubypeople.rdt-test-feature/feature.xml
Added: trunk/org.rubypeople.rdt-test-feature/.project
===================================================================
--- trunk/org.rubypeople.rdt-test-feature/.project (rev 0)
+++ trunk/org.rubypeople.rdt-test-feature/.project 2007-02-17 15:21:33 UTC (rev 1953)
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.rubypeople.rdt-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/org.rubypeople.rdt-test-feature/build.properties
===================================================================
--- trunk/org.rubypeople.rdt-test-feature/build.properties (rev 0)
+++ trunk/org.rubypeople.rdt-test-feature/build.properties 2007-02-17 15:21:33 UTC (rev 1953)
@@ -0,0 +1 @@
+bin.includes = feature.xml
Added: trunk/org.rubypeople.rdt-test-feature/feature.xml
===================================================================
--- trunk/org.rubypeople.rdt-test-feature/feature.xml (rev 0)
+++ trunk/org.rubypeople.rdt-test-feature/feature.xml 2007-02-17 15:21:33 UTC (rev 1953)
@@ -0,0 +1,97 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<feature
+ id="org.rubypeople.rdt-tests"
+ label="Ruby Development Tools Unit Tests"
+ version="0.0.0"
+ provider-name="RubyPeople">
+ <install-handler/>
+
+ <description url="[Enter Feature URL here.]">
+ [Enter Feature Description here.]
+ </description>
+
+ <copyright url="[Enter Copyright URL here.]">
+ [Enter Copyright Description here.]
+ </copyright>
+
+ <license url="[Enter License URL here.]">
+ [Enter License Description here.]
+ </license>
+
+ <requires>
+ <import plugin="org.eclipse.swt"/>
+ <import plugin="org.eclipse.core.runtime.compatibility"/>
+ <import plugin="org.eclipse.core.resources"/>
+ <import plugin="org.eclipse.ui"/>
+ <import plugin="org.eclipse.debug.core"/>
+ <import plugin="org.junit"/>
+ <import plugin="org.rubypeople.rdt.core"/>
+ <import plugin="org.rubypeople.rdt.debug.core"/>
+ <import plugin="org.kxml2"/>
+ <import plugin="org.eclipse.ui.ide"/>
+ <import plugin="org.eclipse.ui.views"/>
+ <import plugin="org.eclipse.jface.text"/>
+ <import plugin="org.eclipse.ui.workbench.texteditor"/>
+ <import plugin="org.eclipse.ui.editors"/>
+ <import plugin="org.rubypeople.rdt.debug.ui"/>
+ <import plugin="org.rubypeople.rdt.launching"/>
+ <import plugin="org.rubypeople.rdt.ui"/>
+ <import plugin="org.eclipse.debug.ui"/>
+ </requires>
+
+ <plugin
+ id="org.rubypeople.eclipse.shams"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"/>
+
+ <plugin
+ id="org.rubypeople.eclipse.testutils"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"/>
+
+ <plugin
+ id="org.rubypeople.rdt.core.tests"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"/>
+
+ <plugin
+ id="org.rubypeople.rdt.debug.core.tests"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"/>
+
+ <plugin
+ id="org.rubypeople.rdt.debug.ui.tests"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"/>
+
+ <plugin
+ id="org.rubypeople.rdt.launching.tests"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"/>
+
+ <plugin
+ id="org.rubypeople.rdt.tests.all"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"/>
+
+ <plugin
+ id="org.rubypeople.rdt.ui.tests"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"/>
+
+ <plugin
+ id="org.rubypeople.rdt.refactoring.tests"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+</feature>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|