changeset 1:6875b5685dda draft

add initial-data.yml
author Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp>
date Thu, 13 Sep 2012 01:02:58 +0900
parents 03e9be886e82
children b216e48fc4a5
files .project app/Bootstrap.java conf/initial-data.yml tmp/bytecode/DEV/DocViewerPlugin tmp/bytecode/DEV/_app_views_errors_404.html tmp/bytecode/DEV/_module_crud__app_views_tags_crud_types.tag tmp/bytecode/DEV/_module_crud__conf_routes tmp/bytecode/DEV/_play__framework_templates_tags_404.html tmp/bytecode/DEV/controllers.Application tmp/bytecode/DEV/controllers.CRUD tmp/bytecode/DEV/controllers.CRUD$Exclude tmp/bytecode/DEV/controllers.CRUD$For tmp/bytecode/DEV/controllers.CRUD$Hidden tmp/bytecode/DEV/controllers.CRUD$ObjectType tmp/bytecode/DEV/controllers.CRUD$ObjectType$ObjectField tmp/bytecode/DEV/controllers.PlayDocumentation tmp/bytecode/DEV/controllers.Tasks tmp/bytecode/DEV/helpers.CheatSheetHelper tmp/bytecode/DEV/helpers.CheatSheetHelper$1 tmp/bytecode/DEV/helpers.CheatSheetHelper$2 tmp/bytecode/DEV/helpers.CheatSheetHelper$3 tmp/bytecode/DEV/helpers.CheatSheetHelper$4 tmp/bytecode/DEV/helpers.LangMenuHelper tmp/bytecode/DEV/helpers.LangMenuHelper$1 tmp/bytecode/DEV/helpers.LangMenuHelper$LangMenu tmp/bytecode/DEV/models.Comment tmp/bytecode/DEV/models.Post tmp/bytecode/DEV/models.Task tmp/bytecode/DEV/models.User
diffstat 28 files changed, 24 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/.project	Thu Sep 13 00:50:16 2012 +0900
+++ b/.project	Thu Sep 13 01:02:58 2012 +0900
@@ -6,6 +6,11 @@
 	</projects>
 	<buildSpec>
 		<buildCommand>
+			<name>org.eclipse.wst.common.project.facet.core.builder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+		<buildCommand>
 			<name>org.eclipse.jdt.core.javabuilder</name>
 			<arguments>
 			</arguments>
@@ -14,9 +19,23 @@
 	<natures>
 		<nature>org.eclipse.jdt.core.javanature</nature>
 		<nature>org.playframework.playclipse.playNature</nature>
+		<nature>org.eclipse.wst.common.project.facet.core.nature</nature>
 	</natures>
-	<linkedResources><link><name>crud</name><type>2</type><location>/Users/aotokage/git/play/modules/crud/app</location></link>
-<link><name>conf/crud</name><type>2</type><location>/Users/aotokage/git/play/modules/crud/conf</location></link>
-<link><name>public/crud</name><type>2</type><location>/Users/aotokage/git/play/modules/crud/public</location></link>
-</linkedResources>
+	<linkedResources>
+		<link>
+			<name>crud</name>
+			<type>2</type>
+			<location>/Users/aotokage/git/play/modules/crud/app</location>
+		</link>
+		<link>
+			<name>conf/crud</name>
+			<type>2</type>
+			<location>/Users/aotokage/git/play/modules/crud/conf</location>
+		</link>
+		<link>
+			<name>public/crud</name>
+			<type>2</type>
+			<location>/Users/aotokage/git/play/modules/crud/public</location>
+		</link>
+	</linkedResources>
 </projectDescription>
--- a/app/Bootstrap.java	Thu Sep 13 00:50:16 2012 +0900
+++ b/app/Bootstrap.java	Thu Sep 13 01:02:58 2012 +0900
@@ -10,7 +10,7 @@
 	public void doJob() {
 		// Check if the database is empty
 		if(User.count() == 0) {
-			Fixtures.loadModels("initial-data.yml");
+ 		    Fixtures.loadModels("initial-data.yml");
 		}
 		
 	}
Binary file tmp/bytecode/DEV/DocViewerPlugin has changed
Binary file tmp/bytecode/DEV/_app_views_errors_404.html has changed
Binary file tmp/bytecode/DEV/_module_crud__app_views_tags_crud_types.tag has changed
Binary file tmp/bytecode/DEV/_module_crud__conf_routes has changed
Binary file tmp/bytecode/DEV/_play__framework_templates_tags_404.html has changed
Binary file tmp/bytecode/DEV/controllers.Application has changed
Binary file tmp/bytecode/DEV/controllers.CRUD has changed
Binary file tmp/bytecode/DEV/controllers.CRUD$Exclude has changed
Binary file tmp/bytecode/DEV/controllers.CRUD$For has changed
Binary file tmp/bytecode/DEV/controllers.CRUD$Hidden has changed
Binary file tmp/bytecode/DEV/controllers.CRUD$ObjectType has changed
Binary file tmp/bytecode/DEV/controllers.CRUD$ObjectType$ObjectField has changed
Binary file tmp/bytecode/DEV/controllers.PlayDocumentation has changed
Binary file tmp/bytecode/DEV/controllers.Tasks has changed
Binary file tmp/bytecode/DEV/helpers.CheatSheetHelper has changed
Binary file tmp/bytecode/DEV/helpers.CheatSheetHelper$1 has changed
Binary file tmp/bytecode/DEV/helpers.CheatSheetHelper$2 has changed
Binary file tmp/bytecode/DEV/helpers.CheatSheetHelper$3 has changed
Binary file tmp/bytecode/DEV/helpers.CheatSheetHelper$4 has changed
Binary file tmp/bytecode/DEV/helpers.LangMenuHelper has changed
Binary file tmp/bytecode/DEV/helpers.LangMenuHelper$1 has changed
Binary file tmp/bytecode/DEV/helpers.LangMenuHelper$LangMenu has changed
Binary file tmp/bytecode/DEV/models.Comment has changed
Binary file tmp/bytecode/DEV/models.Post has changed
Binary file tmp/bytecode/DEV/models.Task has changed
Binary file tmp/bytecode/DEV/models.User has changed