yet unused modifications

master
Markus Kreth 4 years ago
parent 4f865d4609
commit 55babac69a
  1. 15
      .classpath
  2. 2
      .gitignore
  3. 2
      .settings/org.eclipse.core.resources.prefs
  4. 11
      package-lock.json
  5. 4
      src/packaging/version.properties

@ -6,11 +6,6 @@
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources">
<attributes>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="src" output="target/test-classes" path="src/test/java">
<attributes>
<attribute name="optional" value="true"/>
@ -28,5 +23,15 @@
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources">
<attributes>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry excluding="**" kind="src" output="target/classes" path="src/packaging">
<attributes>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="output" path="target/classes"/>
</classpath>

2
.gitignore vendored

@ -16,3 +16,5 @@ node_modules/
data/
images/
deployMtv/

@ -1,5 +1,7 @@
eclipse.preferences.version=1
encoding//src/main/generated=UTF-8
encoding//src/main/java=UTF-8
encoding//src/main/resources=UTF-8
encoding//src/packaging=UTF-8
encoding//src/test/java=UTF-8
encoding/<project>=UTF-8

11
package-lock.json generated

@ -121,7 +121,6 @@
"@vaadin/virtual-list": "23.0.7",
"construct-style-sheets-polyfill": "3.0.4",
"date-fns": "2.28.0",
"line-awesome": "1.3.0",
"lit": "2.1.4"
},
"devDependencies": {
@ -9196,11 +9195,6 @@
"node": ">=6"
}
},
"node_modules/line-awesome": {
"version": "1.3.0",
"resolved": "https://registry.npmjs.org/line-awesome/-/line-awesome-1.3.0.tgz",
"integrity": "sha512-Y0YHksL37ixDsHz+ihCwOtF5jwJgCDxQ3q+zOVgaSW8VugHGTsZZXMacPYZB1/JULBi6BAuTCTek+4ZY/UIwcw=="
},
"node_modules/lines-and-columns": {
"version": "1.2.4",
"resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz",
@ -21177,11 +21171,6 @@
"integrity": "sha512-qsda+H8jTaUaN/x5vzW2rzc+8Rw4TAQ/4KjB46IwK5VH+IlVeeeje/EoZRpiXvIqjFgK84QffqPztGI3VBLG1A==",
"dev": true
},
"line-awesome": {
"version": "1.3.0",
"resolved": "https://registry.npmjs.org/line-awesome/-/line-awesome-1.3.0.tgz",
"integrity": "sha512-Y0YHksL37ixDsHz+ihCwOtF5jwJgCDxQ3q+zOVgaSW8VugHGTsZZXMacPYZB1/JULBi6BAuTCTek+4ZY/UIwcw=="
},
"lines-and-columns": {
"version": "1.2.4",
"resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz",

@ -0,0 +1,4 @@
project.artifactId=${project.artifactId}
project.version=${project.version}
build.dateTime=${timestamp}
package_name=${project.artifactId}-${project.version}.${project.packaging}
Loading…
Cancel
Save