Skip to content

Commit 2ab6c80

Browse files
committed
Checkpoint before follow-up message
1 parent 305f93d commit 2ab6c80

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

spml/src/main/resources/100-java-checklist-guide.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<!DOCTYPE system-prompt SYSTEM "system-prompt.dtd">
3-
<system-prompt id="100-java-checklist-guide" version="1.0">
2+
<system-prompt xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xsi:noNamespaceSchemaLocation="system-prompt.xsd"
4+
id="100-java-checklist-guide" version="1.0">
45
<metadata>
56
<description></description>
67
<globs></globs>

spml/src/main/resources/110-java-maven-best-practices.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<!DOCTYPE system-prompt SYSTEM "system-prompt.dtd">
3-
<system-prompt id="110-java-maven-best-practices" version="1.0">
2+
<system-prompt xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xsi:noNamespaceSchemaLocation="system-prompt.xsd"
4+
id="110-java-maven-best-practices" version="1.0">
45
<metadata>
56
<description>Maven Best Practices</description>
67
<globs>pom.xml</globs>

0 commit comments

Comments
 (0)