--- 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