File tree Expand file tree Collapse file tree 1 file changed +19
-8
lines changed
Expand file tree Collapse file tree 1 file changed +19
-8
lines changed Original file line number Diff line number Diff line change 11/bootstrap /data
22/bootstrap /tmp
3- /classes / # all class files
4- /dist / # contains generated war files for deployment
5- /exploded-archives / # war content generation during deploy (or explode)
6- /test-build / # test compilation (ant target for Seam)
7- /test-output / # test results
8- /test-report / # test report generation for, e.g., Hudson
9- /target / # maven output folder
10- temp-testng-customsuite.xml # generated when running test cases under Eclipse
3+ /classes /
4+ /dist /
5+ /exploded-archives /
6+ /test-build /
7+ /test-output /
8+ /test-report /
9+ /target /
10+ temp-testng-customsuite.xml
11+
12+ # based on http://stackoverflow.com/a/8865858/422476 I am removing inline comments
13+
14+ # /classes/ all class files
15+ # /dist/ contains generated war files for deployment
16+ # /exploded-archives/ war content generation during deploy (or explode)
17+ # /test-build/ test compilation (ant target for Seam)
18+ # /test-output/ test results
19+ # /test-report/ test report generation for, e.g., Hudson
20+ # /target/ maven output folder
21+ # temp-testng-customsuite.xml generated when running test cases under Eclipse
1122
1223# Thanks to @VonC and @kraftan for their helpful answers on a related question
1324# on StackOverflow.com:
You can’t perform that action at this time.
0 commit comments