[Title] Move egit feature from native-ide-eplugin to here
authortaeyoung2.son <taeyoung2.son@samsung.com>
Mon, 5 Dec 2011 02:27:34 +0000 (11:27 +0900)
committertaeyoung2.son <taeyoung2.son@samsung.com>
Mon, 5 Dec 2011 02:27:34 +0000 (11:27 +0900)
[Type] Feature
[Module] Sub
[Priority] Minor
[CQ#]
[Redmine#]
[Problem]
[Cause]
[Solution]

com.samsung.tizen.common.feature/feature.xml

index e402122..4d91a3e 100644 (file)
@@ -1,17 +1,17 @@
-<?xml version="1.0" encoding="UTF-8"?>\r
-<feature\r
-      id="com.samsung.tizen.common.feature"\r
-      label="Tizen Common Tools"\r
-      version="1.17.0.qualifier"\r
-      provider-name="Samsung"\r
-      plugin="com.samsung.tizen.common.platform">\r
-\r
-   <description>\r
+<?xml version="1.0" encoding="UTF-8"?>
+<feature
+      id="com.samsung.tizen.common.feature"
+      label="Tizen Common Tools"
+      version="1.17.0.qualifier"
+      provider-name="Samsung"
+      plugin="com.samsung.tizen.common.platform">
+
+   <description>
       Common library for Tizen SDK.
-This feature supports Native and Web IDE.\r
-   </description>\r
-\r
-   <copyright>\r
+This feature supports Native and Web IDE.
+   </description>
+
+   <copyright>
       Copyright (C) 2000 - 2011 Samsung Electronics Co., Ltd. All rights
 reserved.
 This program and the accompanying materials are made available
@@ -19,10 +19,10 @@ 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:
-- S-Core Co., Ltd\r
-   </copyright>\r
-\r
-   <license url="license.html">\r
+- S-Core Co., Ltd
+   </copyright>
+
+   <license url="license.html">
       Tizen SOFTWARE DEVELOPMENT KIT (&quot;SDK&quot;) LICENSE AGREEMENT
 April 25, 2011
 
@@ -132,32 +132,46 @@ No part of this document may be communicated, distributed, reproduced or transmi
 
 The document is subject to revision without further notice.
 
-All brand names and product names mentioned in this document are trademarks or registered trademarks of their respective owners.\n\r
-   </license>\r
-\r
-   <includes\r
-         id="org.eclipse.platform"\r
-         version="0.0.0"/>\r
-\r
-   <plugin\r
-         id="com.samsung.tizen.common"\r
-         download-size="0"\r
-         install-size="0"\r
-         version="0.0.0"\r
-         unpack="false"/>\r
-\r
-   <plugin\r
-         id="com.samsung.tizen.common.connection"\r
-         download-size="0"\r
-         install-size="0"\r
-         version="0.0.0"\r
-         unpack="false"/>\r
-\r
-   <plugin\r
-         id="com.samsung.tizen.common.platform"\r
-         download-size="0"\r
-         install-size="0"\r
-         version="0.0.0"\r
-         unpack="false"/>\r
-\r
-</feature>\r
+All brand names and product names mentioned in this document are trademarks or registered trademarks of their respective owners.\n
+   </license>
+
+   <includes
+         id="org.eclipse.platform"
+         version="0.0.0"/>
+
+   <plugin
+         id="com.samsung.tizen.common"
+         download-size="0"
+         install-size="0"
+         version="0.0.0"
+         unpack="false"/>
+
+   <plugin
+         id="com.samsung.tizen.common.connection"
+         download-size="0"
+         install-size="0"
+         version="0.0.0"
+         unpack="false"/>
+
+   <plugin
+         id="com.samsung.tizen.common.platform"
+         download-size="0"
+         install-size="0"
+         version="0.0.0"
+         unpack="false"/>
+
+   <plugin
+         id="org.eclipse.egit"
+         download-size="0"
+         install-size="0"
+         version="0.0.0"
+         unpack="false"/>
+
+   <plugin
+         id="org.eclipse.jgit"
+         download-size="0"
+         install-size="0"
+         version="0.0.0"
+         unpack="false"/>
+
+</feature>