[Orxonox-commit 921] r5644 - code/branches/resource2/media data/branches/media_stripped
rgrieder at orxonox.net
rgrieder at orxonox.net
Thu Aug 13 22:08:52 CEST 2009
Author: rgrieder
Date: 2009-08-13 22:08:52 +0200 (Thu, 13 Aug 2009)
New Revision: 5644
Added:
code/branches/resource2/media/resources.oxr
data/branches/media_stripped/resources.oxr
Log:
Added new XML style resource declaration files (just stubs, not even correct syntax!).
Added: code/branches/resource2/media/resources.oxr
===================================================================
--- code/branches/resource2/media/resources.oxr (rev 0)
+++ code/branches/resource2/media/resources.oxr 2009-08-13 20:08:52 UTC (rev 5644)
@@ -0,0 +1,19 @@
+<ResourceGroup name = "General" >
+ <ResourceLocation path = overlay />
+ <ResourceLocation path = particle />
+ <ResourceLocation path = defaultConfig />
+ <ResourceLocation path = levels />
+ <ResourceLocation path = tcl />
+ <ResourceLocation
+ path = test.zip
+ archive = Zip
+ recursive = true
+ />
+</ResourceGroup>
+
+<ResourceGroup name = "GUI" >
+ <ResourceLocation path = gui/configs />
+ <ResourceLocation path = gui/layouts />
+ <ResourceLocation path = gui/schemas />
+ <ResourceLocation path = gui/scripts />
+</ResourceGroup>
Added: data/branches/media_stripped/resources.oxr
===================================================================
--- data/branches/media_stripped/resources.oxr (rev 0)
+++ data/branches/media_stripped/resources.oxr 2009-08-13 20:08:52 UTC (rev 5644)
@@ -0,0 +1,19 @@
+<ResourceGroup name = "General" >
+ <ResourceLocation path = overlay />
+ <ResourceLocation path = particle />
+ <ResourceLocation path = defaultConfig />
+ <ResourceLocation path = levels />
+ <ResourceLocation path = tcl />
+ <ResourceLocation
+ path = test.zip
+ archive = Zip
+ recursive = true
+ />
+</ResourceGroup>
+
+<ResourceGroup name = "GUI" >
+ <ResourceLocation path = gui/configs />
+ <ResourceLocation path = gui/layouts />
+ <ResourceLocation path = gui/schemas />
+ <ResourceLocation path = gui/scripts />
+</ResourceGroup>
More information about the Orxonox-commit
mailing list