root / TXM / trunk / org.txm.svn.feature / feature.xml @ 3628
Historique | Voir | Annoter | Télécharger (2,35 ko)
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
---|---|
2 |
<feature
|
3 |
id="org.txm.svn.feature" |
4 |
label="SVN" |
5 |
version="1.0.0.qualifier" |
6 |
license-feature="org.txm.rcp.feature" |
7 |
license-feature-version="0.8.3.qualifier"> |
8 |
|
9 |
<description url="http://www.example.com/description"> |
10 |
SVN access |
11 |
</description>
|
12 |
|
13 |
<copyright url="http://www.example.com/copyright"> |
14 |
TXM 0.8.3 |
15 |
Copyright © 2013-2023 ENS de Lyon, University of Franche-Comté. |
16 |
Copyright © 2010-2013 ENS de Lyon. |
17 |
Copyright © 2007-2010 ENS de Lyon, CNRS, INRP, University of |
18 |
Lyon 2, University of Franche-Comté, University of Nice |
19 |
Sophia Antipolis, University of Paris 3. |
20 |
The TXM platform is free software: you can redistribute it and/or |
21 |
modify it under the terms of the GNU General Public |
22 |
License as published by the Free Software Foundation, either |
23 |
version 2 of the License, or (at your option) any |
24 |
later version. |
25 |
The TXM platform is distributed in the hope that it will be useful, |
26 |
but WITHOUT ANY WARRANTY; without even the implied |
27 |
warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. |
28 |
See the GNU General Public License for more |
29 |
details. |
30 |
You should have received a copy of the GNU General Public License |
31 |
along with the TXM platform. If not, see |
32 |
http://www.gnu.org/licenses |
33 |
</copyright>
|
34 |
|
35 |
<license url="http://www.example.com/license"> |
36 |
[Enter License Description here.] |
37 |
</license>
|
38 |
|
39 |
<requires>
|
40 |
<import plugin="org.eclipse.ui"/> |
41 |
<import plugin="org.eclipse.core.runtime"/> |
42 |
<import plugin="org.eclipse.team.svn" version="1.1.0" match="greaterOrEqual"/> |
43 |
<import plugin="org.eclipse.team.svn.core" version="1.1.0" match="greaterOrEqual"/> |
44 |
<import plugin="org.eclipse.team.svn.help" version="1.1.0" match="greaterOrEqual"/> |
45 |
<import plugin="org.eclipse.team.svn.ui" version="1.1.0" match="greaterOrEqual"/> |
46 |
<import plugin="org.polarion.eclipse.team.svn.connector" version="3.0.1" match="greaterOrEqual"/> |
47 |
<import plugin="org.eclipse.team.ui" version="3.7.0" match="greaterOrEqual"/> |
48 |
<import plugin="org.eclipse.team.core" version="3.7.0" match="greaterOrEqual"/> |
49 |
<import plugin="org.polarion.eclipse.team.svn.connector.svnkit18" version="4.1.0" match="greaterOrEqual"/> |
50 |
</requires>
|
51 |
|
52 |
<plugin
|
53 |
id="org.txm.svn.rcp" |
54 |
download-size="0" |
55 |
install-size="0" |
56 |
version="0.0.0" |
57 |
unpack="false"/> |
58 |
|
59 |
</feature>
|