diff options
author | UbitUmarov | 2015-09-01 11:43:07 +0100 |
---|---|---|
committer | UbitUmarov | 2015-09-01 11:43:07 +0100 |
commit | fb78b182520fc9bb0f971afd0322029c70278ea6 (patch) | |
tree | b4e30d383938fdeef8c92d1d1c2f44bb61d329bd /bin/assets/NotecardsAssetSet/NotecardsAssetSet.xml | |
parent | lixo (diff) | |
parent | Mantis #7713: fixed bug introduced by 1st MOSES patch. (diff) | |
download | opensim-SC_OLD-fb78b182520fc9bb0f971afd0322029c70278ea6.zip opensim-SC_OLD-fb78b182520fc9bb0f971afd0322029c70278ea6.tar.gz opensim-SC_OLD-fb78b182520fc9bb0f971afd0322029c70278ea6.tar.bz2 opensim-SC_OLD-fb78b182520fc9bb0f971afd0322029c70278ea6.tar.xz |
Merge remote-tracking branch 'os/master'
Diffstat (limited to '')
-rw-r--r-- | bin/assets/NotecardsAssetSet/NotecardsAssetSet.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/bin/assets/NotecardsAssetSet/NotecardsAssetSet.xml b/bin/assets/NotecardsAssetSet/NotecardsAssetSet.xml new file mode 100644 index 0000000..1d44a04 --- /dev/null +++ b/bin/assets/NotecardsAssetSet/NotecardsAssetSet.xml | |||
@@ -0,0 +1,14 @@ | |||
1 | <Nini> | ||
2 | <Section Name="Welcome notecard"> | ||
3 | <Key Name="assetID" Value="00000000-0000-2222-3333-000000000001" /> | ||
4 | <Key Name="name" Value="WelcomeNote" /> | ||
5 | <Key Name="assetType" Value="7" /> | ||
6 | <Key Name="fileName" Value="welcomeNote.txt" /> | ||
7 | </Section> | ||
8 | <Section Name="Example notecard"> | ||
9 | <Key Name="assetID" Value="8d1ada50-b9c7-11dc-95ff-0800200c9a66" /> | ||
10 | <Key Name="name" Value="WelcomeNote" /> | ||
11 | <Key Name="assetType" Value="7" /> | ||
12 | <Key Name="fileName" Value="exampleNote.txt" /> | ||
13 | </Section> | ||
14 | </Nini> | ||