Skip to content

Commit

Permalink
#1 moved scheme files to one location
Browse files Browse the repository at this point in the history
  • Loading branch information
devatwork committed Jun 2, 2012
1 parent a3b2d50 commit 9697822
Show file tree
Hide file tree
Showing 11 changed files with 20 additions and 20 deletions.
20 changes: 10 additions & 10 deletions src/Premotion.Mansion.Core/Premotion.Mansion.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -447,37 +447,37 @@
<None Include="Scripting\ExpressionScript\Mansion.Core.ExpressionScript.cd" />
<None Include="Scripting\Mansion.Core.Scripting.cd" />
<None Include="Scripting\TagScript\Mansion.Core.TagScript.cd" />
<None Include="ScriptTags\Boolean\stl.boolean.xsd">
<None Include="ScriptTags\stl.boolean.xsd">
<SubType>Designer</SubType>
</None>
<None Include="ScriptTags\Caching\stl.caching.xsd">
<None Include="ScriptTags\stl.caching.xsd">
<SubType>Designer</SubType>
</None>
<None Include="ScriptTags\IO\stl.io.xsd">
<None Include="ScriptTags\stl.io.xsd">
<SubType>Designer</SubType>
</None>
<None Include="ScriptTags\Media\stl.media.xsd">
<None Include="ScriptTags\stl.media.xsd">
<SubType>Designer</SubType>
</None>
<None Include="ScriptTags\Rendering\stl.rendering.xsd">
<None Include="ScriptTags\stl.rendering.xsd">
<SubType>Designer</SubType>
</None>
<None Include="ScriptTags\Repository\stl.repository.xsd">
<None Include="ScriptTags\stl.repository.xsd">
<SubType>Designer</SubType>
</None>
<None Include="ScriptTags\Scripts\stl.scripts.xsd">
<None Include="ScriptTags\stl.scripts.xsd">
<SubType>Designer</SubType>
</None>
<None Include="ScriptTags\Security\stl.security.xsd">
<None Include="ScriptTags\stl.security.xsd">
<SubType>Designer</SubType>
</None>
<None Include="ScriptTags\Stack\stl.stack.xsd">
<None Include="ScriptTags\stl.stack.xsd">
<SubType>Designer</SubType>
</None>
<None Include="ScriptTags\stl.xsd">
<SubType>Designer</SubType>
</None>
<None Include="ScriptTags\String\stl.string.xsd">
<None Include="ScriptTags\stl.string.xsd">
<SubType>Designer</SubType>
</None>
<None Include="Security\Descriptors\security.descriptors.xsd">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<xs:schema targetNamespace="http://schemas.premotion.nl/mansion/1.0/stl.xsd" elementFormDefault="qualified" xmlns="http://schemas.premotion.nl/mansion/1.0/stl.xsd" xmlns:xs="http://www.w3.org/2001/XMLSchema">

<!-- imports -->
<xs:include schemaLocation="../stl.xsd" />
<xs:include schemaLocation="stl.xsd" />



Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<xs:schema targetNamespace="http://schemas.premotion.nl/mansion/1.0/stl.xsd" elementFormDefault="qualified" xmlns="http://schemas.premotion.nl/mansion/1.0/stl.xsd" xmlns:xs="http://www.w3.org/2001/XMLSchema">

<!-- imports -->
<xs:include schemaLocation="../stl.xsd" />
<xs:include schemaLocation="stl.xsd" />

<xs:element name="clearCache" substitutionGroup="scriptTag">
<xs:annotation>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<xs:schema targetNamespace="http://schemas.premotion.nl/mansion/1.0/stl.xsd" elementFormDefault="qualified" xmlns="http://schemas.premotion.nl/mansion/1.0/stl.xsd" xmlns:xs="http://www.w3.org/2001/XMLSchema">

<!-- imports -->
<xs:include schemaLocation="../stl.xsd" />
<xs:include schemaLocation="stl.xsd" />

<xs:element name="enumerateApplicationFolder" substitutionGroup="scriptTag">
<xs:annotation>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<xs:schema targetNamespace="http://schemas.premotion.nl/mansion/1.0/stl.xsd" elementFormDefault="qualified" xmlns="http://schemas.premotion.nl/mansion/1.0/stl.xsd" xmlns:xs="http://www.w3.org/2001/XMLSchema">

<!-- imports -->
<xs:include schemaLocation="../stl.xsd" />
<xs:include schemaLocation="stl.xsd" />



Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<xs:schema targetNamespace="http://schemas.premotion.nl/mansion/1.0/stl.xsd" elementFormDefault="qualified" xmlns="http://schemas.premotion.nl/mansion/1.0/stl.xsd" xmlns:xs="http://www.w3.org/2001/XMLSchema">

<!-- imports -->
<xs:include schemaLocation="../stl.xsd" />
<xs:include schemaLocation="stl.xsd" />

<!-- elements -->
<xs:element name="renderText" substitutionGroup="scriptTag">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<xs:schema targetNamespace="http://schemas.premotion.nl/mansion/1.0/stl.xsd" elementFormDefault="qualified" xmlns="http://schemas.premotion.nl/mansion/1.0/stl.xsd" xmlns:xs="http://www.w3.org/2001/XMLSchema">

<!-- imports -->
<xs:include schemaLocation="../stl.xsd" />
<xs:include schemaLocation="stl.xsd" />



Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<xs:schema targetNamespace="http://schemas.premotion.nl/mansion/1.0/stl.xsd" elementFormDefault="qualified" xmlns="http://schemas.premotion.nl/mansion/1.0/stl.xsd" xmlns:xs="http://www.w3.org/2001/XMLSchema">

<!-- imports -->
<xs:include schemaLocation="../stl.xsd" />
<xs:include schemaLocation="stl.xsd" />

<!-- elements -->
<xs:element name="openScript" substitutionGroup="scriptTag">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<xs:schema targetNamespace="http://schemas.premotion.nl/mansion/1.0/stl.xsd" elementFormDefault="qualified" xmlns="http://schemas.premotion.nl/mansion/1.0/stl.xsd" xmlns:xs="http://www.w3.org/2001/XMLSchema">

<!-- imports -->
<xs:include schemaLocation="../stl.xsd" />
<xs:include schemaLocation="stl.xsd" />

<!-- elements -->
<xs:element name="authenticateUser" substitutionGroup="scriptTag">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<xs:schema targetNamespace="http://schemas.premotion.nl/mansion/1.0/stl.xsd" elementFormDefault="qualified" xmlns="http://schemas.premotion.nl/mansion/1.0/stl.xsd" xmlns:xs="http://www.w3.org/2001/XMLSchema">

<!-- imports -->
<xs:include schemaLocation="../stl.xsd" />
<xs:include schemaLocation="stl.xsd" />

<!-- elements -->
<xs:element name="createDataspace" substitutionGroup="scriptTag">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<xs:schema targetNamespace="http://schemas.premotion.nl/mansion/1.0/stl.xsd" elementFormDefault="qualified" xmlns="http://schemas.premotion.nl/mansion/1.0/stl.xsd" xmlns:xs="http://www.w3.org/2001/XMLSchema">

<!-- imports -->
<xs:include schemaLocation="../stl.xsd" />
<xs:include schemaLocation="stl.xsd" />

<!-- elements -->
<xs:element name="splitText" substitutionGroup="scriptTag">
Expand Down

0 comments on commit 9697822

Please sign in to comment.