Skip to content

Commit 2d5e6db

Browse files
committed
remove orekit-data
1 parent 433e105 commit 2d5e6db

3 files changed

Lines changed: 4 additions & 8 deletions

File tree

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff 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
```
1010
sen2vm.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

resources/META-INF/descriptor.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@
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>

resources/sen2vm-template.vm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
-jar
2-
sen2vm-core/sen2vm-core-1.0.0.jar
2+
sen2vm-core-1.0.0.jar
33
esa.sen2vm.Sen2VM
44
#if ($configurationFile && $parametersFile)
55
--config

0 commit comments

Comments
 (0)