Add about.html
authorhyunsik.noh <hyunsik.noh@samsung.com>
Thu, 16 May 2013 08:19:04 +0000 (17:19 +0900)
committerhyunsik.noh <hyunsik.noh@samsung.com>
Thu, 16 May 2013 08:20:54 +0000 (17:20 +0900)
org.tizen.common.gom/about.html [new file with mode: 0644]
org.tizen.common.gom/build.properties

diff --git a/org.tizen.common.gom/about.html b/org.tizen.common.gom/about.html
new file mode 100644 (file)
index 0000000..3c49fd7
--- /dev/null
@@ -0,0 +1,23 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
+<title>About</title>
+</head>
+<body lang="EN-US">
+<h2>About This Content</h2>
+
+<p>May, 2013</p>
+<h3>Tizen SDK</h3>
+
+<p><a href="https://developer.tizen.org/" target="_blank">Tizen SDK</a> 
+is a set of Eclipse plug-ins that helps programmers to develop applications for 
+the mobile platform.</p>
+
+<h3>License</h3>
+
+<p>See <a href="about_files/LICENSE-2.0.htm">Apache License, Version 2.0</a>.</p>
+
+</body>
+</html>
\ No newline at end of file
index fb060ab..5b670f3 100644 (file)
@@ -4,4 +4,5 @@ bin.includes = META-INF/,\
                .,\
                plugin.xml,\
                OSGI-INF/,\
-               icons/
+               about.html,\
+               icons/
\ No newline at end of file