diff options
author | Jeff Ames | 2007-12-29 11:32:02 +0000 |
---|---|---|
committer | Jeff Ames | 2007-12-29 11:32:02 +0000 |
commit | 1efc7d827906eec2ab8b7c2ecaff7bcd5013e64d (patch) | |
tree | 67595c16305bf72de7272061df3b3e7539dc07d5 | |
parent | * Patch from Melanie that fixes an inventory folder duplication. Thanks Melanie (diff) | |
download | opensim-SC_OLD-1efc7d827906eec2ab8b7c2ecaff7bcd5013e64d.zip opensim-SC_OLD-1efc7d827906eec2ab8b7c2ecaff7bcd5013e64d.tar.gz opensim-SC_OLD-1efc7d827906eec2ab8b7c2ecaff7bcd5013e64d.tar.bz2 opensim-SC_OLD-1efc7d827906eec2ab8b7c2ecaff7bcd5013e64d.tar.xz |
Set svn:eol-style.
-rwxr-xr-x | set-eol-style.sh | 2 | ||||
-rw-r--r-- | share/RegionLoading/example_web.xml | 14 |
2 files changed, 8 insertions, 8 deletions
diff --git a/set-eol-style.sh b/set-eol-style.sh index af8887b..281769e 100755 --- a/set-eol-style.sh +++ b/set-eol-style.sh | |||
@@ -11,7 +11,7 @@ set_eol_style() | |||
11 | done | 11 | done |
12 | } | 12 | } |
13 | 13 | ||
14 | EXTENSIONS="cs ini example txt sql" | 14 | EXTENSIONS="cs ini example txt sql xml" |
15 | 15 | ||
16 | for ext in ${EXTENSIONS}; do | 16 | for ext in ${EXTENSIONS}; do |
17 | set_eol_style $ext | 17 | set_eol_style $ext |
diff --git a/share/RegionLoading/example_web.xml b/share/RegionLoading/example_web.xml index 837c68c..f7ed25e 100644 --- a/share/RegionLoading/example_web.xml +++ b/share/RegionLoading/example_web.xml | |||
@@ -1,8 +1,8 @@ | |||
1 | <Regions> | 1 | <Regions> |
2 | <Root> | 2 | <Root> |
3 | <Config sim_UUID="18fb66dbf6274279885228f1c4064f8c" sim_name="OpenSim Test" sim_location_x="1000" sim_location_y="1000" datastore="OpenSim.db" internal_ip_address="0.0.0.0" internal_ip_port="9000" external_host_name="127.0.0.1" master_avatar_first="Test" master_avatar_last="User" master_avatar_pass="test" /> | 3 | <Config sim_UUID="18fb66dbf6274279885228f1c4064f8c" sim_name="OpenSim Test" sim_location_x="1000" sim_location_y="1000" datastore="OpenSim.db" internal_ip_address="0.0.0.0" internal_ip_port="9000" external_host_name="127.0.0.1" master_avatar_first="Test" master_avatar_last="User" master_avatar_pass="test" /> |
4 | </Root> | 4 | </Root> |
5 | <Root> | 5 | <Root> |
6 | <Config sim_UUID="111111dbf6274219881228f1c1061f8c" sim_name="OpenSim Test2" sim_location_x="1001" sim_location_y="1000" datastore="OpenSim2.db" internal_ip_address="0.0.0.0" internal_ip_port="9001" external_host_name="127.0.0.1" master_avatar_first="Test" master_avatar_last="User" master_avatar_pass="test" /> | 6 | <Config sim_UUID="111111dbf6274219881228f1c1061f8c" sim_name="OpenSim Test2" sim_location_x="1001" sim_location_y="1000" datastore="OpenSim2.db" internal_ip_address="0.0.0.0" internal_ip_port="9001" external_host_name="127.0.0.1" master_avatar_first="Test" master_avatar_last="User" master_avatar_pass="test" /> |
7 | </Root> | 7 | </Root> |
8 | </Regions> \ No newline at end of file | 8 | </Regions> \ No newline at end of file |