- 파일이 없을 수 있는데, 에러로그로 나와 오해 생기는 부분이 있어서 디버그모드일때만 에러로 출력하도록 코드 개선.
[Tadpole.git] / targetProject / AllInOne-3.4.0 / features / org.eclipse.emf.edit_2.12.0.v20170609-0928 / feature.xml
blobc2663df7a3062c8b74531dc155d39a92c45c702c
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- contextQualifierLength=14 -->
3 <!-- contextQualifierLength=14 -->
4 <feature
5       id="org.eclipse.emf.edit"
6       label="%featureName"
7       version="2.12.0.v20170609-0928"
8       provider-name="%providerName">
10    <description>
11       %description
12    </description>
14    <copyright url="http://www.eclipse.org/legal/epl-v10.html">
15       Copyright (c) 2014 Dennis Huebner and others.
16 All rights reserved.   This program and the accompanying materials
17 are made available under the terms of the Eclipse Public License v1.0
18 which accompanies this distribution, and is available at
19 http://www.eclipse.org/legal/epl-v10.html
20    </copyright>
22    <license url="%licenseURL">
23       %license
24    </license>
26    <url>
27       <update label="%ModelingUpdateSiteName" url="http://www.eclipse.org/modeling/updates/"/>
28       <discovery label="%ModelingUpdateSiteName" url="http://www.eclipse.org/modeling/updates/"/>
29    </url>
31    <requires>
32       <import plugin="org.eclipse.core.runtime"/>
33       <import plugin="org.eclipse.emf.common"/>
34       <import plugin="org.eclipse.emf.ecore"/>
35    </requires>
37    <plugin
38          id="org.eclipse.emf.edit"
39          download-size="0"
40          install-size="0"
41          version="2.12.0.v20170609-0928"
42          unpack="false"/>
44 </feature>