Skip to content

Commit

Permalink
all: add XML schema processing instruction. For ros-industrial/fanuc#200
Browse files Browse the repository at this point in the history
.

Allows supporting libraries to check contents / structure  of the manifests
gainst the provided schema.

See [1] for more information.

[1] http://www.ros.org/reps/rep-0140.html#schema
  • Loading branch information
gavanderhoorn committed Dec 6, 2016
1 parent 86fe990 commit b94bfcf
Show file tree
Hide file tree
Showing 18 changed files with 18 additions and 0 deletions.
1 change: 1 addition & 0 deletions fanuc_cr35ia_support/package.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?xml version="1.0"?>
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="2">
<name>fanuc_cr35ia_support</name>
<version>0.1.0</version>
Expand Down
1 change: 1 addition & 0 deletions fanuc_experimental/package.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?xml version="1.0"?>
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="2">
<name>fanuc_experimental</name>
<version>0.1.0</version>
Expand Down
1 change: 1 addition & 0 deletions fanuc_lrmate200ib3l_moveit_config/package.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?xml version="1.0"?>
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="2">
<name>fanuc_lrmate200ib3l_moveit_config</name>
<version>0.1.0</version>
Expand Down
1 change: 1 addition & 0 deletions fanuc_lrmate200ib_moveit_config/package.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?xml version="1.0"?>
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="2">
<name>fanuc_lrmate200ib_moveit_config</name>
<version>0.1.0</version>
Expand Down
1 change: 1 addition & 0 deletions fanuc_lrmate200ib_moveit_plugins/package.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?xml version="1.0"?>
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="2">
<name>fanuc_lrmate200ib_moveit_plugins</name>
<version>0.1.0</version>
Expand Down
1 change: 1 addition & 0 deletions fanuc_lrmate200ib_support/package.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?xml version="1.0"?>
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="2">
<name>fanuc_lrmate200ib_support</name>
<version>0.1.0</version>
Expand Down
1 change: 1 addition & 0 deletions fanuc_lrmate200id_moveit_config/package.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?xml version="1.0"?>
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="2">
<name>fanuc_lrmate200id_moveit_config</name>
<version>0.1.0</version>
Expand Down
1 change: 1 addition & 0 deletions fanuc_lrmate200id_moveit_plugins/package.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?xml version="1.0"?>
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="2">
<name>fanuc_lrmate200id_moveit_plugins</name>
<version>0.1.0</version>
Expand Down
1 change: 1 addition & 0 deletions fanuc_lrmate200id_support/package.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?xml version="1.0"?>
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="2">
<name>fanuc_lrmate200id_support</name>
<version>0.1.0</version>
Expand Down
1 change: 1 addition & 0 deletions fanuc_m6ib_moveit_config/package.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?xml version="1.0"?>
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="2">
<name>fanuc_m6ib_moveit_config</name>
<version>0.1.0</version>
Expand Down
1 change: 1 addition & 0 deletions fanuc_m6ib_moveit_plugins/package.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?xml version="1.0"?>
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="2">
<name>fanuc_m6ib_moveit_plugins</name>
<version>0.1.0</version>
Expand Down
1 change: 1 addition & 0 deletions fanuc_m6ib_support/package.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?xml version="1.0"?>
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="2">
<name>fanuc_m6ib_support</name>
<version>0.1.0</version>
Expand Down
1 change: 1 addition & 0 deletions fanuc_m710ic_support/package.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?xml version="1.0"?>
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="2">
<name>fanuc_m710ic_support</name>
<version>0.1.0</version>
Expand Down
1 change: 1 addition & 0 deletions fanuc_m900ia_support/package.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?xml version="1.0"?>
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="2">
<name>fanuc_m900ia_support</name>
<version>0.0.1</version>
Expand Down
1 change: 1 addition & 0 deletions fanuc_m900ib_support/package.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?xml version="1.0"?>
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="2">
<name>fanuc_m900ib_support</name>
<version>0.1.0</version>
Expand Down
1 change: 1 addition & 0 deletions fanuc_r1000ia80f_moveit_config/package.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?xml version="1.0"?>
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="2">
<name>fanuc_r1000ia80f_moveit_config</name>
<version>0.1.0</version>
Expand Down
1 change: 1 addition & 0 deletions fanuc_r1000ia_moveit_plugins/package.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?xml version="1.0"?>
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="2">
<name>fanuc_r1000ia_moveit_plugins</name>
<version>0.1.0</version>
Expand Down
1 change: 1 addition & 0 deletions fanuc_r1000ia_support/package.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?xml version="1.0"?>
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="2">
<name>fanuc_r1000ia_support</name>
<version>0.1.0</version>
Expand Down

0 comments on commit b94bfcf

Please sign in to comment.