thufir

Untitled

Feb 12th, 2015
232
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.94 KB | None | 0 0
  1. NetBeansProjects/WebApplication/
  2. ├── build
  3. │   ├── empty
  4. │   ├── generated
  5. │   │   ├── classes
  6. │   │   │   └── org
  7. │   │   └── src
  8. │   │   └── org
  9. │   ├── generated-sources
  10. │   │   └── ap-source-output
  11. │   └── web
  12. │   ├── bart.gif
  13. │   ├── duke.gif
  14. │   ├── gfv3ee6.dpf
  15. │   ├── homer.gif
  16. │   ├── index.html
  17. │   ├── META-INF
  18. │   │   └── MANIFEST.MF
  19. │   └── WEB-INF
  20. │   ├── classes
  21. │   ├── fail.jsp
  22. │   ├── jspf
  23. │   ├── login_1.jsp
  24. │   ├── login.jsp
  25. │   ├── resources
  26. │   ├── success.jsp
  27. │   └── web.xml
  28. ├── build.xml
  29. ├── nbproject
  30. │   ├── ant-deploy.xml
  31. │   ├── build-impl.xml
  32. │   ├── genfiles.properties
  33. │   ├── private
  34. │   │   ├── private.properties
  35. │   │   └── private.xml
  36. │   ├── project.properties
  37. │   └── project.xml
  38. ├── README.md
  39. ├── src
  40. │   ├── conf
  41. │   │   └── MANIFEST.MF
  42. │   └── java
  43. │   ├── beginnersbook
  44. │   │   └── com
  45. │   ├── net
  46. │   │   └── bounceme
  47. │   └── properties.properties
  48. └── web
  49. ├── bart.gif
  50. ├── duke.gif
  51. ├── homer.gif
  52. ├── index.html
  53. └── WEB-INF
  54. ├── fail.jsp
  55. ├── jspf
  56. │   └── newjsp.jspf
  57. ├── login_1.jsp
  58. ├── login.jsp
  59. ├── resources
  60. │   └── duke.gif
  61. ├── success.jsp
  62. └── web.xml
  63.  
  64. 28 directories, 33 files
Advertisement
Add Comment
Please, Sign In to add comment