Skip to content

Commit c53bbb5

Browse files
committed
Add Lime XSD schema references to enable completion
1 parent 27960e3 commit c53bbb5

File tree

5 files changed

+19
-9
lines changed

5 files changed

+19
-9
lines changed

include.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<project>
2+
<project xmlns="http://lime.software/project/1.0.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xsi:schemaLocation="http://lime.software/project/1.0.2 http://lime.software/xsd/project-1.0.2.xsd">
4+
35
<icon path="assets/images/logo/HaxeFlixel.svg" />
46

57
<section unless="unit-test">

tests/coverage/Project.xml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<project>
2+
<project xmlns="http://lime.software/project/1.0.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xsi:schemaLocation="http://lime.software/project/1.0.2 http://lime.software/xsd/project-1.0.2.xsd">
4+
35
<!-- _________________________ Application Settings _________________________ -->
46

57
<app title="FlixelCoverageTests" file="FlixelCoverageTests" main="Main" version="0.0.1" company="HaxeFlixel" />
@@ -17,7 +19,7 @@
1719
<!-- _____________________________ Path Settings ____________________________ -->
1820

1921
<set name="BUILD_DIR" value="export" />
20-
<classpath name="source" />
22+
<source path="source" />
2123

2224
<!-- _______________________________ Libraries ______________________________ -->
2325

tests/swfVersion/11/Project.xml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<project>
2+
<project xmlns="http://lime.software/project/1.0.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xsi:schemaLocation="http://lime.software/project/1.0.2 http://lime.software/xsd/project-1.0.2.xsd">
4+
35
<!-- _________________________ Application Settings _________________________ -->
46

57
<app title="SwfVersion11" file="SwfVersion11" main="Main" version="0.0.1" company="HaxeFlixel" />
@@ -17,7 +19,7 @@
1719
<!-- _____________________________ Path Settings ____________________________ -->
1820

1921
<set name="BUILD_DIR" value="export" />
20-
<classpath name="source" />
22+
<source path="source" />
2123

2224
<!-- _______________________________ Libraries ______________________________ -->
2325

tests/swfVersion/11_2/Project.xml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<project>
2+
<project xmlns="http://lime.software/project/1.0.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xsi:schemaLocation="http://lime.software/project/1.0.2 http://lime.software/xsd/project-1.0.2.xsd">
4+
35
<!-- _________________________ Application Settings _________________________ -->
46

57
<app title="SwfVersion11_2" file="SwfVersion11_2" main="Main" version="0.0.1" company="HaxeFlixel" />
@@ -17,7 +19,7 @@
1719
<!-- _____________________________ Path Settings ____________________________ -->
1820

1921
<set name="BUILD_DIR" value="export" />
20-
<classpath name="source" />
22+
<source path="source" />
2123

2224
<!-- _______________________________ Libraries ______________________________ -->
2325

tests/unit/project.xml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<project>
2+
<project xmlns="http://lime.software/project/1.0.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xsi:schemaLocation="http://lime.software/project/1.0.2 http://lime.software/xsd/project-1.0.2.xsd">
4+
35
<meta title="FlixelUnitTests" version="1.0.0" />
46
<app file="TestMain" main="TestMain" />
57

@@ -16,4 +18,4 @@
1618

1719
<haxedef name="FLX_UNIT_TEST" />
1820
<haxedef name="FLX_RECORD" />
19-
</project>
21+
</project>

0 commit comments

Comments
 (0)