source: trunk/org.modelica.mdt.feature/feature.xml @ 32

Last change on this file since 32 was 32, checked in by boris, 19 years ago
  • added files to eclipse feature also
File size: 654 bytes
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<feature
3      id="org.modelcia.mdt"
4      label="Modelica Development Tooling"
5      version="0.1.0"
6      provider-name="PELAB">
7
8   <description>
9      Contributes an environment for working with modelica projects.
10   </description>
11
12   <copyright url="http://www.example.com/copyright">
13      [Enter Copyright Description here.]
14   </copyright>
15
16   <license url="http://www.example.com/license">
17      [Enter License Description here.]
18   </license>
19
20   <plugin
21         id="org.modelica.mdt"
22         download-size="0"
23         install-size="0"
24         version="0.0.0"/>
25
26</feature>
Note: See TracBrowser for help on using the repository browser.