Skip to content

Commit

Permalink
Add Lime XSD schema references to enable completion
Browse files Browse the repository at this point in the history
  • Loading branch information
Gama11 committed Apr 17, 2021
1 parent 27960e3 commit c53bbb5
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 9 deletions.
4 changes: 3 additions & 1 deletion include.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<project>
<project xmlns="http://lime.software/project/1.0.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://lime.software/project/1.0.2 http://lime.software/xsd/project-1.0.2.xsd">

<icon path="assets/images/logo/HaxeFlixel.svg" />

<section unless="unit-test">
Expand Down
6 changes: 4 additions & 2 deletions tests/coverage/Project.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<project>
<project xmlns="http://lime.software/project/1.0.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://lime.software/project/1.0.2 http://lime.software/xsd/project-1.0.2.xsd">

<!-- _________________________ Application Settings _________________________ -->

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

<set name="BUILD_DIR" value="export" />
<classpath name="source" />
<source path="source" />

<!-- _______________________________ Libraries ______________________________ -->

Expand Down
6 changes: 4 additions & 2 deletions tests/swfVersion/11/Project.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<project>
<project xmlns="http://lime.software/project/1.0.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://lime.software/project/1.0.2 http://lime.software/xsd/project-1.0.2.xsd">

<!-- _________________________ Application Settings _________________________ -->

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

<set name="BUILD_DIR" value="export" />
<classpath name="source" />
<source path="source" />

<!-- _______________________________ Libraries ______________________________ -->

Expand Down
6 changes: 4 additions & 2 deletions tests/swfVersion/11_2/Project.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<project>
<project xmlns="http://lime.software/project/1.0.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://lime.software/project/1.0.2 http://lime.software/xsd/project-1.0.2.xsd">

<!-- _________________________ Application Settings _________________________ -->

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

<set name="BUILD_DIR" value="export" />
<classpath name="source" />
<source path="source" />

<!-- _______________________________ Libraries ______________________________ -->

Expand Down
6 changes: 4 additions & 2 deletions tests/unit/project.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<project>
<project xmlns="http://lime.software/project/1.0.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://lime.software/project/1.0.2 http://lime.software/xsd/project-1.0.2.xsd">

<meta title="FlixelUnitTests" version="1.0.0" />
<app file="TestMain" main="TestMain" />

Expand All @@ -16,4 +18,4 @@

<haxedef name="FLX_UNIT_TEST" />
<haxedef name="FLX_RECORD" />
</project>
</project>

0 comments on commit c53bbb5

Please sign in to comment.