Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 3133d2a450e5e9351450feea8b49132e134bfebc (plain) (blame)
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
51
52
53
<?xml version="1.0" encoding="UTF-8"?>
<!--
	Copyright (c) 2010 - 2011 Protos Software GmbH.
	All rights reserved. This program and the accompanying materials
	are made available under the terms of the Eclipse Public License v1.0
	which accompanies this distribution, and is available at
	http://www.eclipse.org/legal/epl-v10.html

	Contributors:
	  Thomas Schuetz and Henrik Rentz-Reichert - initial API and implementation
-->
<feature
      id="org.eclipse.etrice.site"
      label="eTrice 1.1.0 Update Site"
      version="1.1.0.qualifier"
      provider-name="%providerName"
      image="eclipse_update_120.jpg">

   <description>
      %description
   </description>

   <copyright url="http://www.eclipse.org/legal/epl-v10.html">
      (c) 2010 - 2011 Protos Software GmbH.
All rights reserved.   This program and the accompanying materials
are made available under the terms of the Eclipse Public License
v1.0
which accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-v10.html
   </copyright>

   <url>
      <update url="http://www.eclipse.org/downloads/download.php?file=/etrice/updates/0.4.0"/>
      <discovery label="KIELER provided by eTrice" url="http://download.eclipse.org/etrice/KIELER/kieler-0.7.1"/>
   </url>

   <includes
         id="org.eclipse.etrice.feature"
         version="0.0.0"/>

   <includes
         id="org.eclipse.etrice.layout.feature"
         version="0.0.0"/>

   <includes
         id="org.eclipse.etrice.kieler.feature"
         version="0.0.0"/>

   <includes
         id="org.eclipse.etrice.cdt-integration.feature"
         version="0.0.0"/>

</feature>

Back to the top