Add stub DOCTYPE declarations for various hand-authored XML files

Some of these might have proper DTDs or XML Schema definitions
floating around somewhere that we could use.  Presumably many do not.
Rather than hand-craft such definitions myself, I'm just giving each a
minimal stub DOCTYPE declaration.  That's enough to satisfy Eclipse's
XML validator, which otherwise complains that these files lack grammar
constraints.
This commit is contained in:
Ben Liblit 2016-11-28 14:37:35 -06:00
parent 3b1547f0a7
commit 48e158f87e
8 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,4 @@
<!DOCTYPE cruisecontrol>
<cruisecontrol>
<!-- ************************************************************************** -->

View File

@ -1,4 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?><templates><template autoinsert="true" context="gettercomment_context" deleted="false" description="Comment for getter method" enabled="true" id="org.eclipse.jdt.ui.text.codetemplates.gettercomment" name="gettercomment">/**
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE templates>
<templates><template autoinsert="true" context="gettercomment_context" deleted="false" description="Comment for getter method" enabled="true" id="org.eclipse.jdt.ui.text.codetemplates.gettercomment" name="gettercomment">/**
* @return the ${bare_field_name}
*/</template><template autoinsert="true" context="settercomment_context" deleted="false" description="Comment for setter method" enabled="true" id="org.eclipse.jdt.ui.text.codetemplates.settercomment" name="settercomment">/**
* @param ${param} the ${bare_field_name} to set

View File

@ -1,4 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE profiles>
<profiles version="10">
<profile name="WALA" version="10">
<setting id="org.eclipse.jdt.core.formatter.align_type_members_on_columns" value="false"/>

View File

@ -1,4 +1,5 @@
<?xml version="1.0" ?>
<!DOCTYPE summary-spec>
<!-- native methods in the IBM Windows DK 1.3.1 -->
<summary-spec>
<classloader name="Primordial">

View File

@ -1,4 +1,5 @@
<?xml version="1.0" ?>
<!DOCTYPE summary-spec>
<!-- native methods in the IBM Windows DK 1.3.1 -->
<summary-spec>
<classloader name="Primordial">

View File

@ -1,4 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE project>
<project default="create_run_jar" name="Create Runnable Jar for Project com.ibm.wala.dalvik.test">
<!--this file was created by Eclipse Runnable JAR Export Wizard-->
<!--ANT 1.7 is required -->

View File

@ -1,3 +1,4 @@
<!DOCTYPE configuration>
<configuration>
<appender name="STDOUT"
class="ch.qos.logback.core.ConsoleAppender">

View File

@ -1,4 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE project>
<project name="com.ibm.wala.shrike" default="build.update.jar" basedir=".">
<import file="../org.eclipse.imp.runtime.feature/buildCommon.xml"/>
<import file="../org.eclipse.imp.update/buildPluginCommon.xml"/>