Initial import of PyUML Feature

This commit is contained in:
polki 2009-05-12 11:25:26 +00:00
parent 7611028aa2
commit 9a7fce9c16
3 changed files with 45 additions and 0 deletions

17
pyUML_feature/.project Executable file
View File

@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>pyUML_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>

1
pyUML_feature/build.properties Executable file
View File

@ -0,0 +1 @@
bin.includes = feature.xml

27
pyUML_feature/feature.xml Executable file
View File

@ -0,0 +1,27 @@
<?xml version="1.0" encoding="UTF-8"?>
<feature
id="pyUML"
label="PyUML Feature"
version="1.2.0"
provider-name="Freie University Berlin, Germany, Martin Dittmar">
<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="pyUml"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
</feature>