Modified:
/trunk/editors/emacs/schemas.xml
/trunk/editors/oxygen/build.xml
=======================================
--- /trunk/editors/emacs/schemas.xml Fri Mar 26 12:10:41 2010
+++ /trunk/editors/emacs/schemas.xml Tue Dec 20 07:56:14 2011
@@ -2,5 +2,5 @@
<uri pattern="*.xspec" typeId="XSpec"/>
<namespace ns="http://www.jenitennison.com/xslt/xspec" typeId="XSpec"/>
<documentElement prefix="x" localName="descrption" typeId="XSpec"/>
- <typeId id="XSpec" uri="../../xspec.rnc"/>
+ <typeId id="XSpec" uri="../../src/schemas/xspec.rnc"/>
</locatingRules>
=======================================
--- /trunk/editors/oxygen/build.xml Mon Feb 7 09:49:41 2011
+++ /trunk/editors/oxygen/build.xml Tue Dec 20 07:56:14 2011
@@ -17,7 +17,7 @@
</target>
<target name="build" depends="init">
- <copy file="../../xspec.rnc" todir="${framework.schema.dir}"/>
+ <copy file="../../src/schemas/xspec.rnc"
todir="${framework.schema.dir}"/>
</target>
<target name="install" depends="build">