Advertisement
Guest User

Untitled

a guest
Apr 18th, 2014
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.71 KB | None | 0 0
  1. /var/www
  2. /myapp => myapp-v-1.0.0
  3. /myapp-v-1.0.0
  4. /common
  5. /x1
  6. /x2
  7. /modulea
  8. /x1 => ../common/x1
  9. /x2 => ../common/x2
  10. /moduleb
  11. /x1 => ../common/x1
  12. /x2 => ../common/x2
  13. /myapp-v-2.0.0
  14. /common
  15. /x1
  16. /x2
  17. /modulea
  18. /x1 => ../common/x1
  19. /x2 => ../common/x2
  20. /moduleb
  21. /x1 => ../common/x1
  22. /x2 => ../common/x2
  23.  
  24. C:CompanyProduct
  25. Version-1.0.0
  26. Common
  27. X1
  28. X2
  29. ModuleA
  30. X1 => ..CommonX1
  31. X2 => ..CommonX2
  32. ModuleB
  33. X1 => ..CommonX1
  34. X2 => ..CommonX2
  35. Version-2.0.0
  36. Common
  37. X1
  38. X2
  39. ModuleA
  40. X1 => ..CommonX1
  41. X2 => ..CommonX2
  42. ModuleB
  43. X1 => ..CommonX1
  44. X2 => ..CommonX2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement