Advertisement
Guest User

Untitled

a guest
Oct 19th, 2015
271
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.99 KB | None | 0 0
  1. +--Click Counter/
  2. | +--.classpath
  3. | +--.project
  4. | +--.settings/
  5. | | +--.jsdtscope
  6. | | +--org.eclipse.jdt.core.prefs
  7. | | +--org.eclipse.m2e.core.prefs
  8. | | +--org.eclipse.wst.common.component
  9. | | +--org.eclipse.wst.common.project.facet.core.xml
  10. | | +--org.eclipse.wst.jsdt.ui.superType.container
  11. | | +--org.eclipse.wst.jsdt.ui.superType.name
  12. | | +--org.eclipse.wst.validation.prefs
  13. | +--build/
  14. | | +--classes/
  15. | +--pom.xml
  16. | +--src/
  17. | | +--com/
  18. | | | +--pmoradi/
  19. | | | | +--backend/
  20. | | | | | +--TestServlet.java
  21. | +--target/
  22. | | +--apache-tomcat-maven-plugin/
  23. | | +--classes/
  24. | | | +--com/
  25. | | | | +--pmoradi/
  26. | | | | | +--backend/
  27. | | | | | | +--TestServlet.class
  28. | | +--click.counter-1.0-SNAPSHOT/
  29. | | | +--error/
  30. | | | | +--404.html
  31. | | | +--index.html
  32. | | | +--META-INF/
  33. | | | | +--MANIFEST.MF
  34. | | | +--WEB-INF/
  35. | | | | +--classes/
  36. | | | | | +--com/
  37. | | | | | | +--pmoradi/
  38. | | | | | | | +--backend/
  39. | | | | | | | | +--TestServlet.class
  40. | | | | +--index.html
  41. | | | | +--web.xml
  42. | | +--click.counter-1.0-SNAPSHOT.war
  43. | | +--generated-sources/
  44. | | | +--annotations/
  45. | | +--maven-archiver/
  46. | | | +--pom.properties
  47. | | +--maven-status/
  48. | | | +--maven-compiler-plugin/
  49. | | | | +--compile/
  50. | | | | | +--default-compile/
  51. | | | | | | +--createdFiles.lst
  52. | | | | | | +--inputFiles.lst
  53. | | +--temp8984529758113332268348462391551647/
  54. | | +--tomcat/
  55. | | | +--conf/
  56. | | | | +--logging.properties
  57. | | | | +--tomcat-users.xml
  58. | | | | +--web.xml
  59. | | | +--logs/
  60. | | | | +--access_log.2015-10-15
  61. | | | +--webapps/
  62. | | | +--work/
  63. | | | | +--Tomcat/
  64. | | | | | +--localhost/
  65. | | | | | | +--clicky/
  66. | +--WebContent/
  67. | | +--error/
  68. | | | +--404.html
  69. | | +--index.html
  70. | | +--META-INF/
  71. | | | +--MANIFEST.MF
  72. | | +--WEB-INF/
  73. | | | +--index.html
  74. | | | +--web.xml
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement