Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: b2b4a50edb6021b89678970fb1185b52dd6516bd (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
<?xml version="1.0" encoding="UTF-8"?>
<feature
      id="org.eclipse.emf.base.build"
      label="Eclipse Modeling Framework (EMF) Base Build Site"
      version="2.10.0.qualifier"
      provider-name="%providerName"
      license-feature="org.eclipse.emf.license"
      license-feature-version="2.7.0.qualifier">

   <description>
      %description
   </description>

   <copyright url="http://www.eclipse.org/legal/epl-v10.html">
      Copyright (c) 2010-2011 Kenn Hussey and others.
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>

   <license url="%licenseURL">
      %license
   </license>

   <includes
         id="org.eclipse.emf.base"
         version="0.0.0"/>

</feature>

Back to the top