From 0eba4b85b09476eabdf3e7617d8150fd3f1c41d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maxime=20Lefran=C3=A7ois?= Date: Thu, 14 May 2020 01:40:31 +0200 Subject: [PATCH] updated documentation --- LICENSE | 2 +- README.md | 17 ++++++++++++++++- report_output.xml | 2 -- run.sh | 1 - 4 files changed, 17 insertions(+), 5 deletions(-) delete mode 100644 report_output.xml delete mode 100644 run.sh diff --git a/LICENSE b/LICENSE index 9ad8f7a..7caa81b 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright 2019 ETSI +Copyright 2020 ETSI Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/README.md b/README.md index bd3a4be..12a1ec0 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,19 @@ -# Description +# SAREF Pipeline This project integrates the SAREF development and documentation generation pipeline +Sources of the SAREF pipeline as specified in Technical Specification: + + ETSI TS 103 673 V1.1.1: "SmartM2M; SAREF Development Framework and Workflow, Streamlining the Development of SAREF and its Extensions" + +The SAREF pipeline is part of the SAREF Development Framework + + https://portal.etsi.org/STF/STFs/STF-HomePages/STF578 + + + [Download the latest build here](https://gitlab.emse.fr/saref/saref-pipeline/-/jobs/artifacts/master/raw/target/saref-pipeline.jar?job=build) + +This SAREF-Pipeline may be run: + +- by double-clicking the JAR file to starting the graphical user interface +- or using the command line interface, run `java -jar saref-pipeline.jar help` to get started diff --git a/report_output.xml b/report_output.xml deleted file mode 100644 index 6bb8f9a..0000000 --- a/report_output.xml +++ /dev/null @@ -1,2 +0,0 @@ - - diff --git a/run.sh b/run.sh deleted file mode 100644 index 4b1d328..0000000 --- a/run.sh +++ /dev/null @@ -1 +0,0 @@ -mvn exec:java -Dexec.args="-d ../saref-core" -- GitLab