[Esbox-commits] r170 - in trunk/org.indt.esbox.ui/templates: . CppHelloWorldI18n

raul at garage.maemo.org raul at garage.maemo.org
Tue Oct 23 01:21:46 EEST 2007


Author: raul
Date: 2007-10-23 01:21:44 +0300 (Tue, 23 Oct 2007)
New Revision: 170

Added:
   trunk/org.indt.esbox.ui/templates/CppHelloWorldI18n/
   trunk/org.indt.esbox.ui/templates/CppHelloWorldI18n/Makefile.am
   trunk/org.indt.esbox.ui/templates/CppHelloWorldI18n/configure.ac
   trunk/org.indt.esbox.ui/templates/CppHelloWorldI18n/po/
   trunk/org.indt.esbox.ui/templates/CppHelloWorldI18n/src/
   trunk/org.indt.esbox.ui/templates/CppHelloWorldI18n/template.properties
   trunk/org.indt.esbox.ui/templates/CppHelloWorldI18n/template.xml
Removed:
   trunk/org.indt.esbox.ui/templates/CppHelloWorldI18n/Makefile.am
   trunk/org.indt.esbox.ui/templates/CppHelloWorldI18n/configure.ac
   trunk/org.indt.esbox.ui/templates/CppHelloWorldI18n/po/
   trunk/org.indt.esbox.ui/templates/CppHelloWorldI18n/src/
   trunk/org.indt.esbox.ui/templates/CppHelloWorldI18n/template.properties
   trunk/org.indt.esbox.ui/templates/CppHelloWorldI18n/template.xml
Log:


Copied: trunk/org.indt.esbox.ui/templates/CppHelloWorldI18n (from rev 162, trunk/org.indt.esbox.ui/templates/CppHelloworldI18n)

Deleted: trunk/org.indt.esbox.ui/templates/CppHelloWorldI18n/Makefile.am
===================================================================
--- trunk/org.indt.esbox.ui/templates/CppHelloworldI18n/Makefile.am	2007-10-21 20:13:35 UTC (rev 162)
+++ trunk/org.indt.esbox.ui/templates/CppHelloWorldI18n/Makefile.am	2007-10-22 22:21:44 UTC (rev 170)
@@ -1,9 +0,0 @@
-AUTOMAKE_OPTIONS = foreign
-
-SUBDIRS = src po
-
-INTLTOOL_FILES = intltool-extract.in \
-                 intltool-merge.in \
-                 intltool-update.in
-
-EXTRA_DIST = $(INTLTOOL_FILES)

Copied: trunk/org.indt.esbox.ui/templates/CppHelloWorldI18n/Makefile.am (from rev 169, trunk/org.indt.esbox.ui/templates/CppHelloworldI18n/Makefile.am)
===================================================================
--- trunk/org.indt.esbox.ui/templates/CppHelloWorldI18n/Makefile.am	                        (rev 0)
+++ trunk/org.indt.esbox.ui/templates/CppHelloWorldI18n/Makefile.am	2007-10-22 22:21:44 UTC (rev 170)
@@ -0,0 +1,9 @@
+AUTOMAKE_OPTIONS = foreign
+
+SUBDIRS = src po
+
+INTLTOOL_FILES = intltool-extract.in \
+                 intltool-merge.in \
+                 intltool-update.in
+
+EXTRA_DIST = $(INTLTOOL_FILES)

Deleted: trunk/org.indt.esbox.ui/templates/CppHelloWorldI18n/configure.ac
===================================================================
--- trunk/org.indt.esbox.ui/templates/CppHelloworldI18n/configure.ac	2007-10-21 20:13:35 UTC (rev 162)
+++ trunk/org.indt.esbox.ui/templates/CppHelloWorldI18n/configure.ac	2007-10-22 22:21:44 UTC (rev 170)
@@ -1,33 +0,0 @@
-AC_INIT(helloworld-i18n, 0.1)
-AC_PREREQ(2.59)
-
-AM_INIT_AUTOMAKE([1.7.9])
-AC_CONFIG_HEADERS([config.h])
-
-AC_GNU_SOURCE
-AC_CANONICAL_HOST
-AM_MAINTAINER_MODE
-
-AC_PROG_INSTALL
-AC_PROG_MAKE_SET
-AC_PROG_CXX
-
-IT_PROG_INTLTOOL([0.35.0])
-GETTEXT_PACKAGE="$PACKAGE_NAME"
-AC_SUBST(GETTEXT_PACKAGE)
-AC_DEFINE_UNQUOTED([GETTEXT_PACKAGE], ["$GETTEXT_PACKAGE"],
-		                      [The domain to use with gettext])
-AM_GLIB_GNU_GETTEXT
-
-HELLOWORLD_LOCALEDIR=[${datadir}/locale]
-AC_SUBST(HELLOWORLD_LOCALEDIR)
-
-AC_CONFIG_FILES([Makefile
-		 src/Makefile
-		 po/Makefile.in])
-
-PKG_CHECK_MODULES(LIBHILDONMM, hildonmm >= 0.9.6)
-AC_SUBST(LIBHILDONMM_CFLAGS)
-AC_SUBST(LIBHILDONMM_LIBS)
-
-AC_OUTPUT

Copied: trunk/org.indt.esbox.ui/templates/CppHelloWorldI18n/configure.ac (from rev 169, trunk/org.indt.esbox.ui/templates/CppHelloworldI18n/configure.ac)
===================================================================
--- trunk/org.indt.esbox.ui/templates/CppHelloWorldI18n/configure.ac	                        (rev 0)
+++ trunk/org.indt.esbox.ui/templates/CppHelloWorldI18n/configure.ac	2007-10-22 22:21:44 UTC (rev 170)
@@ -0,0 +1,33 @@
+AC_INIT(helloworld-i18n, 0.1)
+AC_PREREQ(2.59)
+
+AM_INIT_AUTOMAKE([1.7.9])
+AC_CONFIG_HEADERS([config.h])
+
+AC_GNU_SOURCE
+AC_CANONICAL_HOST
+AM_MAINTAINER_MODE
+
+AC_PROG_INSTALL
+AC_PROG_MAKE_SET
+AC_PROG_CXX
+
+IT_PROG_INTLTOOL([0.35.0])
+GETTEXT_PACKAGE="$PACKAGE_NAME"
+AC_SUBST(GETTEXT_PACKAGE)
+AC_DEFINE_UNQUOTED([GETTEXT_PACKAGE], ["$GETTEXT_PACKAGE"],
+		                      [The domain to use with gettext])
+AM_GLIB_GNU_GETTEXT
+
+HELLOWORLD_LOCALEDIR=[${datadir}/locale]
+AC_SUBST(HELLOWORLD_LOCALEDIR)
+
+AC_CONFIG_FILES([Makefile
+		 src/Makefile
+		 po/Makefile.in])
+
+PKG_CHECK_MODULES(LIBHILDONMM, hildonmm >= 0.9.6)
+AC_SUBST(LIBHILDONMM_CFLAGS)
+AC_SUBST(LIBHILDONMM_LIBS)
+
+AC_OUTPUT

Copied: trunk/org.indt.esbox.ui/templates/CppHelloWorldI18n/po (from rev 169, trunk/org.indt.esbox.ui/templates/CppHelloworldI18n/po)

Copied: trunk/org.indt.esbox.ui/templates/CppHelloWorldI18n/src (from rev 169, trunk/org.indt.esbox.ui/templates/CppHelloworldI18n/src)

Deleted: trunk/org.indt.esbox.ui/templates/CppHelloWorldI18n/template.properties
===================================================================
--- trunk/org.indt.esbox.ui/templates/CppHelloworldI18n/template.properties	2007-10-21 20:13:35 UTC (rev 162)
+++ trunk/org.indt.esbox.ui/templates/CppHelloWorldI18n/template.properties	2007-10-22 22:21:44 UTC (rev 170)
@@ -1,13 +0,0 @@
-#Template Default Values
-CppHelloworldI18n.Ctemplate.label=Maemo Hello World I18n Cpp Project
-CppHelloworldI18n.Ctemplate.description=A Hello World I18n Cpp Project
-CppHelloworldI18n.basics.label=Basic Settings
-CppHelloworldI18n.basics.description=Basic properties of a project
-CppHelloworldI18n.author.label=Author
-CppHelloworldI18n.author.description=Name of the author
-CppHelloworldI18n.copyright.label=Copyright notice
-CppHelloworldI18n.copyright.description=Your copyright notice
-CppHelloworldI18n.copyright.default=Your copyright notice
-CppHelloworldI18n.message.default=Hello World!!!
-CppHelloworldI18n.message.description=Your hello world greeting message
-CppHelloworldI18n.message.label=Hello world greeting
\ No newline at end of file

Copied: trunk/org.indt.esbox.ui/templates/CppHelloWorldI18n/template.properties (from rev 169, trunk/org.indt.esbox.ui/templates/CppHelloworldI18n/template.properties)
===================================================================
--- trunk/org.indt.esbox.ui/templates/CppHelloWorldI18n/template.properties	                        (rev 0)
+++ trunk/org.indt.esbox.ui/templates/CppHelloWorldI18n/template.properties	2007-10-22 22:21:44 UTC (rev 170)
@@ -0,0 +1,13 @@
+#Template Default Values
+CppHelloworldI18n.Ctemplate.label=Maemo Hello World I18n Cpp Project
+CppHelloworldI18n.Ctemplate.description=A Hello World I18n Cpp Project
+CppHelloworldI18n.basics.label=Basic Settings
+CppHelloworldI18n.basics.description=Basic properties of a project
+CppHelloworldI18n.author.label=Author
+CppHelloworldI18n.author.description=Name of the author
+CppHelloworldI18n.copyright.label=Copyright notice
+CppHelloworldI18n.copyright.description=Your copyright notice
+CppHelloworldI18n.copyright.default=Your copyright notice
+CppHelloworldI18n.message.default=Hello World!!!
+CppHelloworldI18n.message.description=Your hello world greeting message
+CppHelloworldI18n.message.label=Hello world greeting
\ No newline at end of file

Deleted: trunk/org.indt.esbox.ui/templates/CppHelloWorldI18n/template.xml
===================================================================
--- trunk/org.indt.esbox.ui/templates/CppHelloworldI18n/template.xml	2007-10-21 20:13:35 UTC (rev 162)
+++ trunk/org.indt.esbox.ui/templates/CppHelloWorldI18n/template.xml	2007-10-22 22:21:44 UTC (rev 170)
@@ -1,91 +0,0 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
-<template type="ProjTempl" version="1.0" supplier="Eclipse.org" revision="1.0" author="Intel Corporation"
-		copyright="Copyright (c) 2007 Intel Corporation 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"
-		id="CppHelloworldI18nProject" label="%CppHelloworldI18n.Ctemplate.label" description="%CppHelloworldI18n.Ctemplate.description"
-		 help="help.html">
-		 
-	<property-group id="basics" label="%CppHelloworldI18n.basics.label" description="%CppHelloworldI18n.basics.description" type="PAGES-ONLY" help="help.html">
-		<property id="author"
-			label="%CppHelloworldI18n.author.label"
-			description="%CppHelloworldI18n.author.description"
-			type="input"
-			pattern=".*"
-			default=""
-			hidden="false"
-			persist="true"/>
-		<property id="copyright"
-			label="%CppHelloworldI18n.copyright.label"
-			description="%CppHelloworldI18n.copyright.description"
-			type="input"
-			pattern=".*"
-			default="%CppHelloworldI18n.copyright.default"
-			hidden="false"
-			persist="true"/>
-		<property id="message"
-			label="%CppHelloworldI18n.message.label"
-			description="%CppHelloworldI18n.message.description"
-			type="input"
-			pattern=".*"
-			default="%CppHelloworldI18n.message.default"
-			hidden="false"
-			persist="true"/>
-	</property-group>
-	
-	<process type="org.eclipse.cdt.core.CreateSourceFolder">
-		<simple name="projectName" value="$(projectName)"/>
-		<simple name="path" value="src"/>
-	</process>
-	
-	<process type="org.eclipse.cdt.core.AddFiles">
-		<simple name="projectName" value="$(projectName)"/>
-		<complex-array name="files">
-			<element>
-				<simple name="source" value="configure.ac"/>
-				<simple name="target" value="configure.ac"/>
-				<simple name="replaceable" value="false"/>
-			</element>
-			<element>
-				<simple name="source" value="Makefile.am"/>
-				<simple name="target" value="Makefile.am"/>
-				<simple name="replaceable" value="false"/>
-			</element>			
-			<element>
-				<simple name="source" value="src/main.cc"/>
-				<simple name="target" value="src/main.cc"/>
-				<simple name="replaceable" value="true"/>
-			</element>
-			<element>
-				<simple name="source" value="src/main.cpp"/>
-				<simple name="target" value="src/main.cpp"/>
-				<simple name="replaceable" value="true"/>
-			</element>
-			<element>
-				<simple name="source" value="src/mywindow.cc"/>
-				<simple name="target" value="src/mywindow.cc"/>
-				<simple name="replaceable" value="true"/>
-			</element>
-			<element>
-				<simple name="source" value="src/mywindow.cpp"/>
-				<simple name="target" value="src/mywindow.cpp"/>
-				<simple name="replaceable" value="true"/>
-			</element>
-			<element>
-				<simple name="source" value="src/mywindow.h"/>
-				<simple name="target" value="src/mywindow.h"/>
-				<simple name="replaceable" value="true"/>
-			</element>
-			<element>
-				<simple name="source" value="src/Makefile.am"/>
-				<simple name="target" value="src/Makefile.am"/>
-				<simple name="replaceable" value="false"/>
-			</element>	
-			<element>
-				<simple name="source" value="src/helloworld.htm"/>
-				<simple name="target" value="src/helloworld.htm"/>
-				<simple name="replaceable" value="false"/>
-			</element>		
-		</complex-array>
-	</process>
-
-</template>
-

Copied: trunk/org.indt.esbox.ui/templates/CppHelloWorldI18n/template.xml (from rev 169, trunk/org.indt.esbox.ui/templates/CppHelloworldI18n/template.xml)
===================================================================
--- trunk/org.indt.esbox.ui/templates/CppHelloWorldI18n/template.xml	                        (rev 0)
+++ trunk/org.indt.esbox.ui/templates/CppHelloWorldI18n/template.xml	2007-10-22 22:21:44 UTC (rev 170)
@@ -0,0 +1,91 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<template type="ProjTempl" version="1.0" supplier="Eclipse.org" revision="1.0" author="Intel Corporation"
+		copyright="Copyright (c) 2007 Intel Corporation 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"
+		id="CppHelloworldI18nProject" label="%CppHelloworldI18n.Ctemplate.label" description="%CppHelloworldI18n.Ctemplate.description"
+		 help="help.html">
+		 
+	<property-group id="basics" label="%CppHelloworldI18n.basics.label" description="%CppHelloworldI18n.basics.description" type="PAGES-ONLY" help="help.html">
+		<property id="author"
+			label="%CppHelloworldI18n.author.label"
+			description="%CppHelloworldI18n.author.description"
+			type="input"
+			pattern=".*"
+			default=""
+			hidden="false"
+			persist="true"/>
+		<property id="copyright"
+			label="%CppHelloworldI18n.copyright.label"
+			description="%CppHelloworldI18n.copyright.description"
+			type="input"
+			pattern=".*"
+			default="%CppHelloworldI18n.copyright.default"
+			hidden="false"
+			persist="true"/>
+		<property id="message"
+			label="%CppHelloworldI18n.message.label"
+			description="%CppHelloworldI18n.message.description"
+			type="input"
+			pattern=".*"
+			default="%CppHelloworldI18n.message.default"
+			hidden="false"
+			persist="true"/>
+	</property-group>
+	
+	<process type="org.eclipse.cdt.core.CreateSourceFolder">
+		<simple name="projectName" value="$(projectName)"/>
+		<simple name="path" value="src"/>
+	</process>
+	
+	<process type="org.eclipse.cdt.core.AddFiles">
+		<simple name="projectName" value="$(projectName)"/>
+		<complex-array name="files">
+			<element>
+				<simple name="source" value="configure.ac"/>
+				<simple name="target" value="configure.ac"/>
+				<simple name="replaceable" value="false"/>
+			</element>
+			<element>
+				<simple name="source" value="Makefile.am"/>
+				<simple name="target" value="Makefile.am"/>
+				<simple name="replaceable" value="false"/>
+			</element>			
+			<element>
+				<simple name="source" value="src/main.cc"/>
+				<simple name="target" value="src/main.cc"/>
+				<simple name="replaceable" value="true"/>
+			</element>
+			<element>
+				<simple name="source" value="src/main.cpp"/>
+				<simple name="target" value="src/main.cpp"/>
+				<simple name="replaceable" value="true"/>
+			</element>
+			<element>
+				<simple name="source" value="src/mywindow.cc"/>
+				<simple name="target" value="src/mywindow.cc"/>
+				<simple name="replaceable" value="true"/>
+			</element>
+			<element>
+				<simple name="source" value="src/mywindow.cpp"/>
+				<simple name="target" value="src/mywindow.cpp"/>
+				<simple name="replaceable" value="true"/>
+			</element>
+			<element>
+				<simple name="source" value="src/mywindow.h"/>
+				<simple name="target" value="src/mywindow.h"/>
+				<simple name="replaceable" value="true"/>
+			</element>
+			<element>
+				<simple name="source" value="src/Makefile.am"/>
+				<simple name="target" value="src/Makefile.am"/>
+				<simple name="replaceable" value="false"/>
+			</element>	
+			<element>
+				<simple name="source" value="src/helloworld.htm"/>
+				<simple name="target" value="src/helloworld.htm"/>
+				<simple name="replaceable" value="false"/>
+			</element>		
+		</complex-array>
+	</process>
+
+</template>
+



More information about the Esbox-commits mailing list