Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

aboutsummaryrefslogtreecommitdiffstats
blob: b2edbe3b54585e9f07cbf60dc86b6887082a738d (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
<?xml version="1.0" encoding="UTF-8"?>
<!--
	Copyright (c) 2008-2013, 2015-2017 Eike Stepper (Berlin, Germany) 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

	Contributors:
	  Eike Stepper - initial API and implementation
-->
<feature
      id="org.eclipse.emf.cdo.server.hibernate"
      label="%featureName"
      version="4.2.500.qualifier"
      provider-name="%providerName"
      license-feature="org.eclipse.emf.cdo.license"
      license-feature-version="0.0.0">

   <description>
      %description
   </description>

   <copyright url="%copyrightURL">
      %copyright
   </copyright>

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

   <url>
      <update label="%updateSiteName" url="http://www.eclipse.org/modeling/updates/"/>
      <discovery label="%updateSiteName" url="http://www.eclipse.org/modeling/updates/"/>
   </url>

   <plugin
         id="org.eclipse.emf.cdo.server.hibernate"
         download-size="0"
         install-size="0"
         version="0.0.0"
         unpack="false"/>

   <plugin
         id="org.eclipse.emf.cdo.server.hibernate.teneo"
         download-size="0"
         install-size="0"
         version="0.0.0"
         unpack="false"/>

</feature>

Back to the top