Guest User

Untitled

a guest
Dec 24th, 2017
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.64 KB | None | 0 0
  1. Index: .classpath
  2. ===================================================================
  3. --- .classpath (revision 16011)
  4. +++ .classpath (revision 16008)
  5. @@ -1,12 +1,17 @@
  6. -<?xml version="1.0" encoding="UTF-8"?>
  7. -<classpath>
  8. - <classpathentry kind="src" path="src"/>
  9. - <classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.web.container"/>
  10. - <classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.module.container"/>
  11. - <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6">
  12. - <attributes>
  13. - <attribute name="owner.project.facets" value="java"/>
  14. - </attributes>
  15. - </classpathentry>
  16. - <classpathentry kind="output" path="build/classes"/>
  17. -</classpath>
  18. +<?xml version="1.0" encoding="UTF-8"?>
  19. +<classpath>
  20. + <classpathentry kind="src" path="src"/>
  21. + <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.launching.macosx.MacOSXType/JVM Contents (MacOS X Default)">
  22. + <attributes>
  23. + <attribute name="owner.project.facets" value="java"/>
  24. + </attributes>
  25. + </classpathentry>
  26. + <classpathentry kind="con" path="org.eclipse.jst.server.core.container/org.eclipse.jst.server.tomcat.runtimeTarget/Apache Tomcat v6.0">
  27. + <attributes>
  28. + <attribute name="owner.project.facets" value="jst.web"/>
  29. + </attributes>
  30. + </classpathentry>
  31. + <classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.web.container"/>
  32. + <classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.module.container"/>
  33. + <classpathentry kind="output" path="build/classes"/>
  34. +</classpath>
  35. Index: src/hibernate.cfg.xml
  36. ===================================================================
  37. --- src/hibernate.cfg.xml (revision 16011)
  38. +++ src/hibernate.cfg.xml (revision 16008)
  39. @@ -19,7 +19,7 @@
  40. <property name="connection.url">jdbc:postgresql://localhost:5432/hibernatePlotter</property>
  41. <property name="connection.username">postgres</property>
  42. <property name="connection.password">postgres</property>
  43. - <property name="hibernate.hbm2ddl.auto">create</property>
  44. + <property name="hibernate.hbm2ddl.auto">update</property>
  45.  
  46.  
  47.  
  48. Index: .settings/org.eclipse.wst.common.project.facet.core.xml
  49. ===================================================================
  50. --- .settings/org.eclipse.wst.common.project.facet.core.xml (revision 16011)
  51. +++ .settings/org.eclipse.wst.common.project.facet.core.xml (revision 16008)
  52. @@ -1,5 +1,6 @@
  53. <?xml version="1.0" encoding="UTF-8"?>
  54. <faceted-project>
  55. + <runtime name="Apache Tomcat v6.0"/>
  56. <fixed facet="wst.jsdt.web"/>
  57. <fixed facet="java"/>
  58. <fixed facet="jst.web"/>
Add Comment
Please, Sign In to add comment