From b89a7ee8b956c96a1dcee995ea840feddc5d4b27 Mon Sep 17 00:00:00 2001 From: Pierre Frisch Date: Thu, 22 Dec 2011 07:25:50 -0800 Subject: First commit of Ninja to ninja-internal Signed-off-by: Valerio Virgillito --- document-templates/files/template.css | 3 +++ document-templates/files/template.html | 18 ++++++++++++++++++ document-templates/files/template.js | 3 +++ document-templates/files/template.xml | 1 + document-templates/projects/montage/index.html | 16 ++++++++++++++++ document-templates/projects/montage/package.json | 8 ++++++++ document-templates/projects/montage/styles.css | 0 7 files changed, 49 insertions(+) create mode 100644 document-templates/files/template.css create mode 100644 document-templates/files/template.html create mode 100644 document-templates/files/template.js create mode 100644 document-templates/files/template.xml create mode 100644 document-templates/projects/montage/index.html create mode 100644 document-templates/projects/montage/package.json create mode 100644 document-templates/projects/montage/styles.css (limited to 'document-templates') diff --git a/document-templates/files/template.css b/document-templates/files/template.css new file mode 100644 index 00000000..f5bb9e48 --- /dev/null +++ b/document-templates/files/template.css @@ -0,0 +1,3 @@ +@charset "UTF-8"; +/*Created with Ninja by Motorola Mobility*/ + diff --git a/document-templates/files/template.html b/document-templates/files/template.html new file mode 100644 index 00000000..974ca5ed --- /dev/null +++ b/document-templates/files/template.html @@ -0,0 +1,18 @@ + + + + + + + + + + Untitled + + + + + + + + \ No newline at end of file diff --git a/document-templates/files/template.js b/document-templates/files/template.js new file mode 100644 index 00000000..15b3b9df --- /dev/null +++ b/document-templates/files/template.js @@ -0,0 +1,3 @@ +/* +** Created with Ninja by Motorola Mobility +*/ diff --git a/document-templates/files/template.xml b/document-templates/files/template.xml new file mode 100644 index 00000000..1f0b1a77 --- /dev/null +++ b/document-templates/files/template.xml @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/document-templates/projects/montage/index.html b/document-templates/projects/montage/index.html new file mode 100644 index 00000000..422a7fb6 --- /dev/null +++ b/document-templates/projects/montage/index.html @@ -0,0 +1,16 @@ + + + + + + Untitled + + + + + + + + + + \ No newline at end of file diff --git a/document-templates/projects/montage/package.json b/document-templates/projects/montage/package.json new file mode 100644 index 00000000..2349ff2f --- /dev/null +++ b/document-templates/projects/montage/package.json @@ -0,0 +1,8 @@ +{ + "directories": { + "lib": "" + }, + "mappings": { + "montage": "m-js/" + } +} \ No newline at end of file diff --git a/document-templates/projects/montage/styles.css b/document-templates/projects/montage/styles.css new file mode 100644 index 00000000..e69de29b -- cgit v1.2.3