-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfeature.xml
50 lines (43 loc) · 1.4 KB
/
feature.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<?xml version="1.0" encoding="UTF-8"?>
<feature
id="org.telosys.tools.eclipse.feature"
label="Telosys Code Generator"
version="3.3.0.001"
provider-name="Telosys Project"
plugin="org.telosys.tools.eclipse.plugin">
<description url="http://www.telosys.org">
Telosys Code Generator - Version 3.3.0.001
The lightest and easiest code generator
including a lightweight model manager,
a code generator
and a Velocity templates editor
</description>
<copyright>
Copyright (c) 2008-2021 Telosys Team.
All rights reserved.
This program and the accompanying materials
are made available under the term of
the Eclipse Public License - v 2.0
which accompanies this distribution, and is available at
https://www.eclipse.org/legal/epl-2.0/
</copyright>
<license url="https://www.eclipse.org/legal/epl-2.0/">
Eclipse Public License - v 2.0
</license>
<url>
<discovery label="Telosys web site" url="https://www.telosys.org"/>
<discovery label="Telosys Twitter" url="https://twitter.com/telosys"/>
</url>
<plugin
id="org.telosys.tools.eclipse.plugin"
download-size="0"
install-size="0"
version="3.3.0.001"
unpack="false"/>
<plugin
id="org.telosys.tools.eclipse.plugin.help"
download-size="0"
install-size="0"
version="3.3.0.001"
unpack="false"/>
</feature>