Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 526 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 526 Bytes

dataset-spring

This plugin contains the routes for the dataset parsers in the OOI Uframe implementation.

It's a submodule to uframe-ooi under edex/com.raytheon.uf.edex.ooi.decoder.dataset.spring. To capture changes to this repository into uframe-ooi's submodules change directory from the uframe-ooi root to it and run:

git fetch origin
git rebase/origin/master
cd <uframe-ooi repository root folder>
git add edex/com.raytheon.uf.edex.ooi.decoder.dataset.spring
git commit ...
git push ...