-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #29 from lsst/tickets/DM-31965
[DM-31965] Build datalink-snippets.zip
- Loading branch information
Showing
4 changed files
with
37 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
#!/bin/bash -ex | ||
|
||
zip datalink-snippets.zip * |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"datalink": ["tap_schema_tables_description"] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<VOTABLE xmlns="http://www.ivoa.net/xml/VOTable/v1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2"> | ||
|
||
|
||
<INFO name="$tap_schema_tables_description$" ID="$tap_schema_tables_description$" value="this will be dropped..." /> | ||
|
||
<RESOURCE type="meta" utype="adhoc:service"> | ||
<DESCRIPTION>Example non-existent adhoc datalink service</DESCRIPTION> | ||
<GROUP name="inputParams"> | ||
<PARAM name="ID" datatype="char" arraysize="*" value="abc"> | ||
<DESCRIPTION>Identifier of an object.</DESCRIPTION> | ||
</PARAM> | ||
<PARAM name="description" datatype="char" arraysize="*" ref="$tap_schema_tables_description$" value=""> | ||
<DESCRIPTION>description of an object.</DESCRIPTION> | ||
</PARAM> | ||
</GROUP> | ||
<PARAM name="accessURL" datatype="char" arraysize="*" value="$baseUrl$"/> | ||
</RESOURCE> | ||
</VOTABLE> |