File tree Expand file tree Collapse file tree 3 files changed +17
-5
lines changed
src/main/resources/META-INF Expand file tree Collapse file tree 3 files changed +17
-5
lines changed Original file line number Diff line number Diff line change 1+ version = ' 2.1.0-SNAPSHOT'
12
23// In this section you declare the dependencies for your production and test code
34dependencies {
@@ -13,3 +14,13 @@ dependencies {
1314
1415 testCompile ' junit:junit:4.12'
1516}
17+
18+ jar {
19+ manifest {
20+ attributes(" Implementation-Title" : " EV3Dev-lang-java / OpenCV Samples" ,
21+ " Implementation-Version" : project. version,
22+ " Implementation-Vendor" : " Juan Antonio Breña Moral" ,
23+ " Main-Class" : brick. pref. mainClass,
24+ " Class-Path" : brick. getClassPath(true ) )
25+ }
26+ }
Original file line number Diff line number Diff line change 1+ // Subproject configuration
2+ brick. pref {
3+ // Main class //
4+ mainClass = " example.opencv.HelloWorldCV"
5+ libOpenCV = true
6+ }
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments