Updated the comments

This commit is contained in:
Giancarlo Panichi 2023-05-16 19:18:20 +02:00
parent bc7f33379f
commit 37ca360aee
4 changed files with 24 additions and 2 deletions

18
.project Normal file
View File

@ -0,0 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>simpleobis</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.statet.r.resourceProjects.RBuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.statet.ide.resourceProjects.Statet</nature>
<nature>org.eclipse.statet.r.resourceProjects.R</nature>
</natures>
</projectDescription>

View File

@ -0,0 +1,2 @@
eclipse.preferences.version=1
encoding/<project>=UTF-8

View File

@ -1,4 +1,5 @@
# TODO: Add comment
# simpleobisCCP.R
# Simple example for CCP integration
#
# Author: Giancarlo Panichi
###############################################################################

View File

@ -1,4 +1,5 @@
# TODO: Add comment
# simpleobisSAI.R
# Simple example for SAI integration
#
# Author: Giancarlo Panichi
###############################################################################