updated README.md with correct version information
Showing
2 changed files
with
3 additions
and
3 deletions
... | @@ -22,7 +22,7 @@ or | ... | @@ -22,7 +22,7 @@ or |
22 | ~~~sh | 22 | ~~~sh |
23 | $ java -Xnoclassgc -jar $XIDSDK/bin/xidcg.jar \ | 23 | $ java -Xnoclassgc -jar $XIDSDK/bin/xidcg.jar \ |
24 | -v \ | 24 | -v \ |
25 | -prop ../../Tensor/V1.0.0/XIDData.prop \ | 25 | -prop ../../Tensor/V1.1/XIDData.prop \ |
26 | -prop XIDData.prop \ | 26 | -prop XIDData.prop \ |
27 | HpeBLE.xid.xml \ | 27 | HpeBLE.xid.xml \ |
28 | HpeCellular.xid.xml \ | 28 | HpeCellular.xid.xml \ | ... | ... |
... | @@ -7,7 +7,7 @@ ILP XIDs do not encode their ordinals (i.e. tags and offets). XIDData.prop is r | ... | @@ -7,7 +7,7 @@ ILP XIDs do not encode their ordinals (i.e. tags and offets). XIDData.prop is r |
7 | ~~~sh | 7 | ~~~sh |
8 | $ java -Xnoclassgc -jar $XIDSDK/bin/xidcg.jar \ | 8 | $ java -Xnoclassgc -jar $XIDSDK/bin/xidcg.jar \ |
9 | -v \ | 9 | -v \ |
10 | -prop https://xid.location.studio/Tensor/V1.0.0/XIDData.prop \ | 10 | -prop https://xid.location.studio/Tensor/V1.1/XIDData.prop \ |
11 | -prop https://xid.location.studio/HPE/V1.2/XIDData.prop \ | 11 | -prop https://xid.location.studio/HPE/V1.2/XIDData.prop \ |
12 | -prop https://xid.location.studio/ILP/V1.2/XIDData.prop \ | 12 | -prop https://xid.location.studio/ILP/V1.2/XIDData.prop \ |
13 | https://xid.location.studio/ILP/V1.2/IlpAssistanceApi.xid.xml \ | 13 | https://xid.location.studio/ILP/V1.2/IlpAssistanceApi.xid.xml \ |
... | @@ -18,7 +18,7 @@ OR | ... | @@ -18,7 +18,7 @@ OR |
18 | 18 | ||
19 | $ java -Xnoclassgc -jar $XIDSDK/bin/xidcg.jar \ | 19 | $ java -Xnoclassgc -jar $XIDSDK/bin/xidcg.jar \ |
20 | -v \ | 20 | -v \ |
21 | -prop ../../Tensor/V1.0.0/XIDData.prop \ | 21 | -prop ../../Tensor/V1.1/XIDData.prop \ |
22 | -prop ../../HPE/V1.2/XIDData.prop \ | 22 | -prop ../../HPE/V1.2/XIDData.prop \ |
23 | -prop XIDData.prop \ | 23 | -prop XIDData.prop \ |
24 | IlpAssistanceApi.xid.xml \ | 24 | IlpAssistanceApi.xid.xml \ | ... | ... |
-
Please register or sign in to post a comment