[xml] colorizer tests

This commit is contained in:
Martin Aeschlimann 2016-04-11 16:02:45 +02:00
parent a5ae040dba
commit 34470d1810
2 changed files with 1848 additions and 0 deletions

View file

@ -0,0 +1,20 @@
<project>
<target name="jar">
<mkdir dir="build/jar"/>
<jar destfile="build/jar/HelloWorld.jar" basedir="build/classes">
<manifest>
<attribute name="Main-Class" value="oata.HelloWorld"/>
</manifest>
</jar>
</target>
<!-- The stuff below was added for extra tokenizer testing -->
<character id="Lucy">
<hr:name>Lucy</hr:name>
<hr:born>1952-03-03</hr:born>
<qualification>bossy, crabby and selfish</qualification>
</character>
<VisualState.Setters>
<Setter Target="inputPanel.Orientation" Value="Vertical"/>
<Setter Target="inputButton.Margin" Value="0,4,0,0"/>
</VisualState.Setters>
</project>

File diff suppressed because it is too large Load diff