Commit 2db12718 authored by Pakulin's avatar Pakulin
Browse files

Import of the plugin that creates stubs of test cases

parent 1c0306f9
Loading
Loading
Loading
Loading
+17 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
	<name>NewTestCaseFeature</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>
+1 −0
Original line number Diff line number Diff line
bin.includes = feature.xml
+27 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="UTF-8"?>
<feature
      id="org.etsi.mts.ttcn3.part9.newTestCase"
      label="New Test Case"
      version="0.0.4.jdk6"
      provider-name="STF 475">

   <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.etsi.mts.ttcn3.part9.newTestCase"
         download-size="0"
         install-size="0"
         version="0.0.0"
         unpack="false"/>

</feature>
+4 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="UTF-8"?>
<site>
   <feature url="features/org.etsi.mts.ttcn3.part9.newTestCase_0.0.4.jdk6.jar" id="org.etsi.mts.ttcn3.part9.newTestCase" version="0.0.4.jdk6"/>
</site>