forked from webanno/webanno
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinstallEclipseSettings.sh
executable file
·61 lines (57 loc) · 1.76 KB
/
installEclipseSettings.sh
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
#/bin/sh
# Formatter settings
JDT_CORE_PREFS="webanno-build/src/main/resources/webanno/eclipse/org.eclipse.jdt.core.prefs"
# Save actions
JDT_UI_PREFS="webanno-build/src/main/resources/webanno/eclipse/org.eclipse.jdt.ui.prefs"
function installPrefs {
mkdir -p $1/.settings/
cp -v $JDT_CORE_PREFS $1/.settings/
cp -v $JDT_UI_PREFS $1/.settings/
}
installPrefs webanno-agreement
installPrefs webanno-api
installPrefs webanno-api-annotation
installPrefs webanno-api-automation
installPrefs webanno-api-codebook
installPrefs webanno-api-dao
installPrefs webanno-api-formats
installPrefs webanno-automation
installPrefs webanno-boot-loader
installPrefs webanno-brat
installPrefs webanno-build
installPrefs webanno-codebook
installPrefs webanno-constraints
installPrefs webanno-curation
installPrefs webanno-diag
installPrefs webanno-dkprocore
installPrefs webanno-doc
installPrefs webanno-export
installPrefs webanno-io-conll
installPrefs webanno-io-csv
installPrefs webanno-io-json
installPrefs webanno-io-tcf
installPrefs webanno-io-tei
installPrefs webanno-io-text
installPrefs webanno-io-tsv
installPrefs webanno-io-xmi
installPrefs webanno-model
installPrefs webanno-model-export
installPrefs webanno-plugin-api
installPrefs webanno-plugin-manager
installPrefs webanno-plugin-parent
installPrefs webanno-project
installPrefs webanno-remote
installPrefs webanno-security
installPrefs webanno-support
installPrefs webanno-support-standalone
installPrefs webanno-telemetry
installPrefs webanno-ui-annotation
installPrefs webanno-ui-automation
installPrefs webanno-ui-core
installPrefs webanno-ui-correction
installPrefs webanno-ui-curation
installPrefs webanno-ui-menu
installPrefs webanno-ui-monitoring
installPrefs webanno-ui-project
installPrefs webanno-ui-tagsets
installPrefs webanno-webapp