Initial commit
This commit is contained in:
14
TBE/Eclipse/eclipse/plugins/org.junit_3.8.1/plugin.xml
Normal file
14
TBE/Eclipse/eclipse/plugins/org.junit_3.8.1/plugin.xml
Normal file
@@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?eclipse version="3.0"?>
|
||||
<plugin
|
||||
name="%pluginName"
|
||||
id="org.junit"
|
||||
version="3.8.1"
|
||||
provider-name="%providerName">
|
||||
|
||||
<runtime>
|
||||
<library name="junit.jar">
|
||||
<export name="*"/>
|
||||
</library>
|
||||
</runtime>
|
||||
</plugin>
|
||||
Reference in New Issue
Block a user