-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy path.gitignore
51 lines (50 loc) · 1.59 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
.svn/
model/.classpath
model/.project
model/.settings/
model/target/
rpc-interface/.classpath
rpc-interface/.project
rpc-interface/.settings/
rpc-interface/target/
server/.classpath
server/.project
server/.settings/
server/target/
webapp/.classpath
webapp/.project
webapp/.settings/
webapp/src/main/java/org/openxdata/client/AppMessages.properties
webapp/src/main/java/org/openxdata/client/AppMessages_en.properties
webapp/src/main/java/org/openxdata/client/AppMessages_ny.properties
webapp/src/main/java/org/openxdata/client/AppMessages_pt.properties
webapp/src/main/java/org/openxdata/client/AppMessages_st.properties
webapp/src/main/java/org/openxdata/client/PurcformsText.properties
webapp/src/main/java/org/openxdata/client/PurcformsText_en.properties
webapp/src/main/java/org/openxdata/client/PurcformsText_ny.properties
webapp/src/main/java/org/openxdata/client/PurcformsText_pt.properties
webapp/src/main/java/org/openxdata/client/PurcformsText_st.properties
webapp/src/main/java/org/openxdata/server/admin/client/VersionInfo.java
webapp/target/
webapp/war/Emit.css
webapp/war/WEB-INF/classes/
protocol-providers/mforms-proto/.classpath
protocol-providers/mforms-proto/.project
protocol-providers/mforms-proto/.settings/
protocol-providers/mforms-proto/target/
webapp/war/OpenXDataServerAdmin/
webapp/war/WEB-INF/deploy/
webapp/war/WEB-INF/lib/
webapp/war/emit/
webapp/openxdata.log*
.DS_Store
webapp/war/WEB-INF/protocol-jars/*.jar
webapp/war/WEB-INF/web.xml
webapp/bin
rpc-interface/bin/
webapp/war/Emit.css
model/.groovy/
protocol-api/.classpath
protocol-api/.project
protocol-api/.settings/
protocol-api/target/