192 |
- |
1 |
# Eclipse filesystem configuration file
|
|
|
2 |
|
|
|
3 |
# Eclipse platform root directory
|
|
|
4 |
eclipse.root=/usr/lib/eclipse
|
|
|
5 |
|
|
|
6 |
# Location of architecture-independant dropins
|
|
|
7 |
eclipse.dropins.noarch=/usr/share/eclipse/dropins
|
|
|
8 |
|
|
|
9 |
# Location of architecture-independant droplets
|
|
|
10 |
eclipse.droplets.noarch=/usr/share/eclipse/droplets
|
|
|
11 |
|
|
|
12 |
# Location of architecture-dependant dropins
|
|
|
13 |
eclipse.dropins.archful=/usr/lib/eclipse/dropins
|
|
|
14 |
|
|
|
15 |
# Location of architecture-dependant droplets
|
|
|
16 |
eclipse.droplets.archful=/usr/lib/eclipse/droplets
|
|
|
17 |
|
|
|
18 |
# Comma-separated list of directories searched for external bundles
|
|
|
19 |
eclipse.bundles=/usr/share/java,/usr/lib/java
|
|
|
20 |
|
|
|
21 |
# Software collection ID (empty if not SCL)
|
|
|
22 |
scl.namespace=
|
|
|
23 |
|
|
|
24 |
# Software collection root directory (empty if not SCL)
|
|
|
25 |
scl.root=
|