1 |
# Copyright 2008 Hippo (www.hippo.nl) |
2 |
# |
3 |
# Licensed under the Apache License, Version 2.0 (the "License"); |
4 |
# you may not use this file except in compliance with the License. |
5 |
# You may obtain a copy of the License at |
6 |
# |
7 |
# http://www.apache.org/licenses/LICENSE-2.0 |
8 |
# |
9 |
# Unless required by applicable law or agreed to in writing, software |
10 |
# distributed under the License is distributed on an "AS IS" BASIS, |
11 |
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
12 |
# See the License for the specific language governing permissions and |
13 |
# limitations under the License. |
14 |
|
15 |
# The repository configuration |
16 |
repository.rmiurl=rmi://localhost:1099/hipporepository |
17 |
repository.username=admin |
18 |
repository.password=admin |
19 |
|
20 |
# target path in the repository (absolute) |
21 |
repository.path=/content/assets/apidocs |
22 |
|
23 |
# filesystem containing the xml files |
24 |
#filesystem.path=/home/frnk/Desktop/Beeldbank |
25 |
filesystem.path=/home/rita/werk/releases/Release-HSTTWO-v2_03_09/api/target/site/apidocs |
26 |
|
27 |
# mapping |
28 |
mapper=org.hippoecm.tools.importer.files.mapping.FilesMapper |
29 |
|
30 |
# importer module to use |
31 |
converter.files=org.hippoecm.tools.importer.files.conversion.FilesConverter |
32 |
|
33 |
|
34 |
# overwrite when importing or skip? |
35 |
overwrite=true |