File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,11 +8,7 @@ Sen2VM SNAP plugin that calls the Sen2VM-Core standalone jar. For more details a
88* create zip archive with the following structure
99```
1010sen2vm.zip
11- src/main/resources/orekit-data/
12- sen2vm-core/
13- sen2vm-core/sen2vm-core-1.0.0.jar
14- sen2vm-core/configuration_example.json
15- sen2vm-core/params.json
11+ sen2vm-core-1.0.0.jar
1612```
1713
1814### Prebuilt plugin
Original file line number Diff line number Diff line change 4646
4747 <osvariable >
4848 <key >SEN2VM_JAR</key >
49- <value >$SEN2VM_PLUGIN_DIR/sen2vm-core/sen2vm-core -1.0.0.jar</value >
49+ <value >$SEN2VM_PLUGIN_DIR/sen2vm-core-1.0.0.jar</value >
5050 <isShared >false</isShared >
5151 <windows ></windows >
52- <linux >$SEN2VM_PLUGIN_DIR/sen2vm-core/sen2vm-core -1.0.0.jar</linux >
52+ <linux >$SEN2VM_PLUGIN_DIR/sen2vm-core-1.0.0.jar</linux >
5353 <macosx ></macosx >
5454 <isTransient >false</isTransient >
5555 </osvariable >
Original file line number Diff line number Diff line change 11-jar
2- sen2vm-core/sen2vm-core -1.0.0.jar
2+ sen2vm-core-1.0.0.jar
33esa.sen2vm.Sen2VM
44#if ($configurationFile && $parametersFile)
55--config
You can’t perform that action at this time.
0 commit comments