This repository has been archived by the owner on Nov 19, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 28
/
.gitignore
86 lines (86 loc) · 2.04 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
.project
.settings/
.classpath
target/
test-output/
transaction.log
api/.classpath
api/.project
api/.settings
api/target
build/.project
build/.settings
bundle/.classpath
bundle/target
containers/glassfish-embedded-3/target
containers/glassfish-remote-3/target
containers/jbossas-embedded-6/target
containers/jbossas-managed-5.1/target
containers/jbossas-managed-6/target
containers/jbossas-remote-5.1/target
containers/jbossas-remote-5/target
containers/jbossas-remote-6/target
containers/jetty-embedded-6.1/target
containers/jsr88-remote-1.2/target
containers/openejb-embedded-3.1/target
containers/openwebbeans-embedded-1/target
containers/osgi-embedded-4.2/.classpath
containers/osgi-embedded-4.2/target
containers/reloaded-embedded-1/target
containers/tomcat-embedded-6/target
containers/weld-ee-embedded-1.1/target
containers/weld-se-embedded-1/target
doc/reference/target
examples/.project
examples/.settings
examples/domain/.classpath
examples/domain/.project
examples/domain/.settings
examples/domain/target
examples/junit/.classpath
examples/junit/.project
examples/junit/.settings
examples/junit/target
examples/testng/target
frameworks/jsfunit/target
impl-base/.classpath
impl-base/.project
impl-base/.settings
impl-base/target
junit/.classpath
junit/.project
junit/.settings
junit/target
packagers/applicationarchive/.classpath
packagers/applicationarchive/target
packagers/javaee/.classpath
packagers/javaee/.project
packagers/javaee/.settings
packagers/javaee/target
protocols/jmx/.classpath
protocols/jmx/target
protocols/jmx-osgi-bundle/.classpath
protocols/jmx-osgi/.classpath
protocols/local/.classpath
protocols/local/target
protocols/servlet-2.5/target
protocols/servlet-3/.classpath
protocols/servlet-3/target
spi/.classpath
spi/.project
spi/.settings
spi/target
testenrichers/cdi/.classpath
testenrichers/cdi/target
testenrichers/ejb/.classpath
testenrichers/ejb/target
testenrichers/osgi/.classpath
testenrichers/osgi/target
testenrichers/resource/.classpath
testenrichers/resource/target
testng/target
containers/glassfish-remote-3.1/.idea
*.iml
*.ipr
*.iws
.idea