File tree Expand file tree Collapse file tree 2 files changed +48
-0
lines changed
vaadin-maps-leaflet-flow/assembly Expand file tree Collapse file tree 2 files changed +48
-0
lines changed Original file line number Diff line number Diff line change 1+ Manifest-Version : 1.0
2+ Vaadin-Package-Version : 1
3+ Vaadin-Addon : ${project.build.finalName}.${project.packaging}
4+ Implementation-Vendor : ${organization.name}
5+ Implementation-Title : ${project.name}
6+ Implementation-Version : ${project.version}
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2+ <assembly
3+ xmlns =" http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2"
4+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
5+ xsi : schemaLocation =" http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2 http://maven.apache.org/xsd/assembly-1.1.2.xsd" >
6+ <id >game-card</id >
7+
8+ <formats >
9+ <format >zip</format >
10+ </formats >
11+
12+ <!-- Do not use because we must put META-INF/MANIFEST.MF there. -->
13+ <includeBaseDirectory >false</includeBaseDirectory >
14+
15+ <fileSets >
16+ <fileSet >
17+ <directory >..</directory >
18+ <includes >
19+ <include >LICENSE</include >
20+ <include >README.md</include >
21+ </includes >
22+ </fileSet >
23+ <fileSet >
24+ <directory >target</directory >
25+ <outputDirectory ></outputDirectory >
26+ <includes >
27+ <include >*.jar</include >
28+ <include >*.pdf</include >
29+ </includes >
30+ </fileSet >
31+ </fileSets >
32+
33+ <files >
34+ <!-- This is vaadin.com/directory related manifest needed in the
35+ zip package -->
36+ <file >
37+ <source >assembly/MANIFEST.MF</source >
38+ <outputDirectory >META-INF</outputDirectory >
39+ <filtered >true</filtered >
40+ </file >
41+ </files >
42+ </assembly >
You can’t perform that action at this time.
0 commit comments