diff --git a/.project b/.project deleted file mode 100644 index f4289e7..0000000 --- a/.project +++ /dev/null @@ -1,28 +0,0 @@ - - - VideoHandler - - - - - - org.eclipse.m2e.core.maven2Builder - - - - - - org.eclipse.m2e.core.maven2Nature - - - - 1602606422160 - - 30 - - org.eclipse.core.resources.regexFilterMatcher - node_modules|.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__ - - - - diff --git a/.settings/org.eclipse.core.resources.prefs b/.settings/org.eclipse.core.resources.prefs deleted file mode 100644 index 99f26c0..0000000 --- a/.settings/org.eclipse.core.resources.prefs +++ /dev/null @@ -1,2 +0,0 @@ -eclipse.preferences.version=1 -encoding/=UTF-8 diff --git a/.settings/org.eclipse.m2e.core.prefs b/.settings/org.eclipse.m2e.core.prefs deleted file mode 100644 index f897a7f..0000000 --- a/.settings/org.eclipse.m2e.core.prefs +++ /dev/null @@ -1,4 +0,0 @@ -activeProfiles= -eclipse.preferences.version=1 -resolveWorkspaceProjects=true -version=1 diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..e0f15db --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "java.configuration.updateBuildConfiguration": "automatic" +} \ No newline at end of file diff --git a/VideoHandler.iml b/VideoHandler.iml deleted file mode 100644 index f409c0e..0000000 --- a/VideoHandler.iml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - \ No newline at end of file diff --git a/core/.classpath b/core/.classpath deleted file mode 100644 index a3040e1..0000000 --- a/core/.classpath +++ /dev/null @@ -1,49 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/core/.factorypath b/core/.factorypath deleted file mode 100644 index 429f220..0000000 --- a/core/.factorypath +++ /dev/null @@ -1,361 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/core/.project b/core/.project deleted file mode 100644 index 6e33712..0000000 --- a/core/.project +++ /dev/null @@ -1,34 +0,0 @@ - - - core - - - - - - org.eclipse.jdt.core.javabuilder - - - - - org.eclipse.m2e.core.maven2Builder - - - - - - org.eclipse.jdt.core.javanature - org.eclipse.m2e.core.maven2Nature - - - - 1602606422169 - - 30 - - org.eclipse.core.resources.regexFilterMatcher - node_modules|.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__ - - - - diff --git a/core/.settings/org.eclipse.core.resources.prefs b/core/.settings/org.eclipse.core.resources.prefs deleted file mode 100644 index abdea9a..0000000 --- a/core/.settings/org.eclipse.core.resources.prefs +++ /dev/null @@ -1,4 +0,0 @@ -eclipse.preferences.version=1 -encoding//src/main/java=UTF-8 -encoding//src/main/resources=UTF-8 -encoding/=UTF-8 diff --git a/core/.settings/org.eclipse.jdt.apt.core.prefs b/core/.settings/org.eclipse.jdt.apt.core.prefs deleted file mode 100644 index 687ad91..0000000 --- a/core/.settings/org.eclipse.jdt.apt.core.prefs +++ /dev/null @@ -1,4 +0,0 @@ -eclipse.preferences.version=1 -org.eclipse.jdt.apt.aptEnabled=true -org.eclipse.jdt.apt.genSrcDir=target\\generated-sources\\annotations -org.eclipse.jdt.apt.genTestSrcDir=target\\generated-test-sources\\test-annotations diff --git a/core/.settings/org.eclipse.jdt.core.prefs b/core/.settings/org.eclipse.jdt.core.prefs deleted file mode 100644 index 90f7a5b..0000000 --- a/core/.settings/org.eclipse.jdt.core.prefs +++ /dev/null @@ -1,9 +0,0 @@ -eclipse.preferences.version=1 -org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8 -org.eclipse.jdt.core.compiler.compliance=1.8 -org.eclipse.jdt.core.compiler.problem.enablePreviewFeatures=disabled -org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning -org.eclipse.jdt.core.compiler.problem.reportPreviewFeatures=ignore -org.eclipse.jdt.core.compiler.processAnnotations=enabled -org.eclipse.jdt.core.compiler.release=disabled -org.eclipse.jdt.core.compiler.source=1.8 diff --git a/core/.settings/org.eclipse.m2e.core.prefs b/core/.settings/org.eclipse.m2e.core.prefs deleted file mode 100644 index f897a7f..0000000 --- a/core/.settings/org.eclipse.m2e.core.prefs +++ /dev/null @@ -1,4 +0,0 @@ -activeProfiles= -eclipse.preferences.version=1 -resolveWorkspaceProjects=true -version=1 diff --git a/core/dependency-reduced-pom.xml b/core/dependency-reduced-pom.xml new file mode 100644 index 0000000..7488391 --- /dev/null +++ b/core/dependency-reduced-pom.xml @@ -0,0 +1,40 @@ + + + + VideoHandler + io.github.mianalysis + 1.1.2 + + 4.0.0 + core + + + scijava.public + https://maven.scijava.org/content/groups/public + + + jitpack.io + https://jitpack.io + + + + + net.imagej + imagej + 2.2.0 + provided + + + sc.fiji + Fiji_Plugins + 3.1.2 + provided + + + com.github.mianalysis + mia + 1.0.0 + provided + + + diff --git a/core/pom.xml b/core/pom.xml index 9ebf217..57ca28a 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -4,14 +4,19 @@ VideoHandler io.github.mianalysis - 1.1.1 + 1.1.2 4.0.0 core jar - + + + scijava.public + https://maven.scijava.org/content/groups/public + + jitpack.io https://jitpack.io @@ -61,9 +66,23 @@ --> - io.github.mianalysis + net.imagej + imagej + 2.2.0 + ${scp} + + + + sc.fiji + Fiji_Plugins + 3.1.2 + ${scp} + + + + com.github.mianalysis mia - 0.21.0 + 1.0.0 ${scp} diff --git a/core/src/main/java/io/github/mianalysis/videohandler/VideoLoader.java b/core/src/main/java/io/github/mianalysis/videohandler/VideoLoader.java index f56de79..cf723cc 100644 --- a/core/src/main/java/io/github/mianalysis/videohandler/VideoLoader.java +++ b/core/src/main/java/io/github/mianalysis/videohandler/VideoLoader.java @@ -1,7 +1,5 @@ package io.github.mianalysis.videohandler; -import java.io.IOException; - import org.apache.commons.io.FilenameUtils; import org.scijava.Priority; import org.scijava.plugin.Plugin; @@ -36,10 +34,7 @@ import io.github.mianalysis.mia.object.refs.collections.ParentChildRefs; import io.github.mianalysis.mia.object.refs.collections.PartnerRefs; import io.github.mianalysis.mia.object.units.SpatialUnit; -import io.github.sjcross.common.metadataextractors.Metadata; -import loci.common.services.DependencyException; -import loci.common.services.ServiceException; -import loci.formats.FormatException; +import io.github.sjcross.sjcommon.metadataextractors.Metadata; @Plugin(type = Module.class, priority = Priority.LOW, visible = true) @@ -75,12 +70,7 @@ public class VideoLoader extends Module { public static final String XY_CAL = "XY calibration (dist/px)"; public static final String Z_CAL = "Z calibration (dist/px)"; - public static void main(String[] args) throws Exception { - MIA.addPluginPackageName(VideoLoader.class.getCanonicalName()); - MIA.main(new String[] {}); - - } - + public VideoLoader(Modules modules) { super("Load video", modules); } @@ -138,7 +128,7 @@ public String getGenericName(Metadata metadata, String genericFormat) { try { filename = ImageLoader.getGenericName(metadata, genericFormat); return path + filename; - } catch (ServiceException | DependencyException | FormatException | IOException e) { + } catch (Exception e) { MIA.log.writeWarning("Can't determine filename format"); return null; } diff --git a/core/src/main/java/io/github/mianalysis/videohandler/VideoLoaderCore.java b/core/src/main/java/io/github/mianalysis/videohandler/VideoLoaderCore.java index d9881f6..3865944 100644 --- a/core/src/main/java/io/github/mianalysis/videohandler/VideoLoaderCore.java +++ b/core/src/main/java/io/github/mianalysis/videohandler/VideoLoaderCore.java @@ -6,12 +6,12 @@ import java.util.TreeSet; import java.util.stream.Collectors; -import com.drew.lang.annotations.Nullable; - import org.bytedeco.javacv.FFmpegFrameGrabber; import org.bytedeco.javacv.FrameGrabber; import org.bytedeco.javacv.Java2DFrameConverter; +import com.drew.lang.annotations.Nullable; + import fiji.stacks.Hyperstack_rearranger; import ij.IJ; import ij.ImagePlus; diff --git a/core/src/main/resources/META-INF/json/org.scijava.plugin.Plugin b/core/src/main/resources/META-INF/json/org.scijava.plugin.Plugin new file mode 100644 index 0000000..dfbb1fc --- /dev/null +++ b/core/src/main/resources/META-INF/json/org.scijava.plugin.Plugin @@ -0,0 +1 @@ +{"class":"io.github.mianalysis.videohandler.VideoLoader","values":{"priority":-100.0,"type":"io.github.mianalysis.mia.module.Module","visible":true}} \ No newline at end of file diff --git a/linux32/.factorypath b/linux32/.factorypath index 8ed08f7..2656660 100644 --- a/linux32/.factorypath +++ b/linux32/.factorypath @@ -13,167 +13,47 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + - + + - - + + + @@ -183,9 +63,12 @@ + + + @@ -201,6 +84,7 @@ + @@ -257,10 +141,21 @@ + + + + + + + + + + + + - @@ -268,62 +163,149 @@ - - - - + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - + - @@ -341,23 +323,31 @@ - + - + + - - - - - - - - - + + + + + + + + + + + + + + + + diff --git a/linux32/.project b/linux32/.project index d3d31f1..4589992 100644 --- a/linux32/.project +++ b/linux32/.project @@ -22,12 +22,12 @@ - 1602606422179 + 1668528393821 30 org.eclipse.core.resources.regexFilterMatcher - node_modules|.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__ + node_modules|\.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__ diff --git a/linux32/dependency-reduced-pom.xml b/linux32/dependency-reduced-pom.xml new file mode 100644 index 0000000..6dede87 --- /dev/null +++ b/linux32/dependency-reduced-pom.xml @@ -0,0 +1,53 @@ + + + + VideoHandler + io.github.mianalysis + 1.1.2 + + 4.0.0 + linux32 + + + + maven-jar-plugin + 2.6 + + Video_Handler-${project.artifactId}-${project.version} + + + true + true + io.github.mianalysis.videohandler.VideoLoader + + + + + + maven-resources-plugin + 3.2.0 + + + copy-resources + package + + copy-resources + + + ${basedir}/../target/ + + + ${basedir}/target/ + **/Video_Handler-${project.artifactId}-${project.version}.jar + + + + + + + + + + linux-x86 + + diff --git a/linux32/pom.xml b/linux32/pom.xml index 7088fdc..53ecf0a 100644 --- a/linux32/pom.xml +++ b/linux32/pom.xml @@ -5,7 +5,7 @@ VideoHandler io.github.mianalysis - 1.1.1 + 1.1.2 4.0.0 diff --git a/linux64/.factorypath b/linux64/.factorypath index eb46e91..2f0a808 100644 --- a/linux64/.factorypath +++ b/linux64/.factorypath @@ -13,167 +13,47 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + - + + - - + + + @@ -183,9 +63,12 @@ + + + @@ -201,6 +84,7 @@ + @@ -257,10 +141,21 @@ + + + + + + + + + + + + - @@ -268,62 +163,149 @@ - - - - + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - + - @@ -341,23 +323,31 @@ - + - + + - - - - - - - - - + + + + + + + + + + + + + + + + diff --git a/linux64/.project b/linux64/.project index d0052d7..4817123 100644 --- a/linux64/.project +++ b/linux64/.project @@ -22,12 +22,12 @@ - 1602606422186 + 1668528393832 30 org.eclipse.core.resources.regexFilterMatcher - node_modules|.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__ + node_modules|\.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__ diff --git a/linux64/dependency-reduced-pom.xml b/linux64/dependency-reduced-pom.xml new file mode 100644 index 0000000..aaa6dad --- /dev/null +++ b/linux64/dependency-reduced-pom.xml @@ -0,0 +1,53 @@ + + + + VideoHandler + io.github.mianalysis + 1.1.2 + + 4.0.0 + linux64 + + + + maven-jar-plugin + 2.6 + + Video_Handler-${project.artifactId}-${project.version} + + + true + true + io.github.mianalysis.videohandler.VideoLoader + + + + + + maven-resources-plugin + 3.2.0 + + + copy-resources + package + + copy-resources + + + ${basedir}/../target/ + + + ${basedir}/target/ + **/Video_Handler-${project.artifactId}-${project.version}.jar + + + + + + + + + + linux-x86_64 + + diff --git a/linux64/pom.xml b/linux64/pom.xml index 26c97cf..9bda5cc 100644 --- a/linux64/pom.xml +++ b/linux64/pom.xml @@ -5,7 +5,7 @@ VideoHandler io.github.mianalysis - 1.1.1 + 1.1.2 4.0.0 diff --git a/mac64/.factorypath b/mac64/.factorypath index 9979a5c..8d0f5eb 100644 --- a/mac64/.factorypath +++ b/mac64/.factorypath @@ -13,167 +13,47 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + - + + - - + + + @@ -183,9 +63,12 @@ + + + @@ -201,6 +84,7 @@ + @@ -257,10 +141,21 @@ + + + + + + + + + + + + - @@ -268,62 +163,149 @@ - - - - + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - + - @@ -341,23 +323,31 @@ - + - + + - - - - - - - - - + + + + + + + + + + + + + + + + diff --git a/mac64/.project b/mac64/.project index d39a0bd..1d3db50 100644 --- a/mac64/.project +++ b/mac64/.project @@ -22,12 +22,12 @@ - 1602606422194 + 1668528393843 30 org.eclipse.core.resources.regexFilterMatcher - node_modules|.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__ + node_modules|\.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__ diff --git a/mac64/dependency-reduced-pom.xml b/mac64/dependency-reduced-pom.xml new file mode 100644 index 0000000..0b069c8 --- /dev/null +++ b/mac64/dependency-reduced-pom.xml @@ -0,0 +1,53 @@ + + + + VideoHandler + io.github.mianalysis + 1.1.2 + + 4.0.0 + mac64 + + + + maven-jar-plugin + 2.6 + + Video_Handler-${project.artifactId}-${project.version} + + + true + true + io.github.mianalysis.videohandler.VideoLoader + + + + + + maven-resources-plugin + 3.2.0 + + + copy-resources + package + + copy-resources + + + ${basedir}/../target/ + + + ${basedir}/target/ + **/Video_Handler-${project.artifactId}-${project.version}.jar + + + + + + + + + + macosx-x86_64 + + diff --git a/mac64/pom.xml b/mac64/pom.xml index f97df56..27b0eff 100644 --- a/mac64/pom.xml +++ b/mac64/pom.xml @@ -5,7 +5,7 @@ VideoHandler io.github.mianalysis - 1.1.1 + 1.1.2 4.0.0 diff --git a/pom.xml b/pom.xml index f5cfaf9..b57657a 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ io.github.mianalysis VideoHandler pom - 1.1.1 + 1.1.2 VideoHandler https://github.com/mianalysis/videohandler 2019 @@ -19,6 +19,7 @@ false 1.8 1.8 + 1.8 compile system GNU General Public License v3+ @@ -65,13 +66,6 @@ https://github.com/SJCross/VideoHandler/issues - - - ImageJ Forum - http://forum.imagej.net/ - - - scm:git:git://github.com/SJCross/VideoHandler scm:git:git@github.com:SJCross/VideoHandler @@ -98,45 +92,26 @@ org.apache.maven.plugins maven-shade-plugin - 3.2.1 + 3.4.1 package shade - - false - - - *:* - - META-INF/*.SF - META-INF/*.DSA - META-INF/*.RSA - - - - - - + \ No newline at end of file diff --git a/win32/.factorypath b/win32/.factorypath index 6f26656..4a4991c 100644 --- a/win32/.factorypath +++ b/win32/.factorypath @@ -13,167 +13,47 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + - + + - - + + + @@ -183,9 +63,12 @@ + + + @@ -201,6 +84,7 @@ + @@ -257,10 +141,21 @@ + + + + + + + + + + + + - @@ -268,62 +163,149 @@ - - - - + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - + - @@ -341,23 +323,31 @@ - + - + + - - - - - - - - - + + + + + + + + + + + + + + + + diff --git a/win32/.project b/win32/.project index 9e57242..ad1a4db 100644 --- a/win32/.project +++ b/win32/.project @@ -22,12 +22,12 @@ - 1602606422201 + 1668528393854 30 org.eclipse.core.resources.regexFilterMatcher - node_modules|.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__ + node_modules|\.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__ diff --git a/win32/dependency-reduced-pom.xml b/win32/dependency-reduced-pom.xml new file mode 100644 index 0000000..e4dddb3 --- /dev/null +++ b/win32/dependency-reduced-pom.xml @@ -0,0 +1,53 @@ + + + + VideoHandler + io.github.mianalysis + 1.1.2 + + 4.0.0 + win32 + + + + maven-jar-plugin + 2.6 + + Video_Handler-${project.artifactId}-${project.version} + + + true + true + io.github.mianalysis.videohandler.VideoLoader + + + + + + maven-resources-plugin + 3.2.0 + + + copy-resources + package + + copy-resources + + + ${basedir}/../target/ + + + ${basedir}/target/ + **/Video_Handler-${project.artifactId}-${project.version}.jar + + + + + + + + + + windows-x86 + + diff --git a/win32/pom.xml b/win32/pom.xml index 81a3997..c358c0f 100644 --- a/win32/pom.xml +++ b/win32/pom.xml @@ -5,7 +5,7 @@ VideoHandler io.github.mianalysis - 1.1.1 + 1.1.2 4.0.0 diff --git a/win64/.factorypath b/win64/.factorypath index ce14133..98ae15e 100644 --- a/win64/.factorypath +++ b/win64/.factorypath @@ -13,167 +13,47 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + - + + - - + + + @@ -183,9 +63,12 @@ + + + @@ -201,6 +84,7 @@ + @@ -257,10 +141,21 @@ + + + + + + + + + + + + - @@ -268,62 +163,149 @@ - - - - + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - + - @@ -341,23 +323,31 @@ - + - + + - - - - - - - - - + + + + + + + + + + + + + + + + diff --git a/win64/.project b/win64/.project index 540ed49..43cf06f 100644 --- a/win64/.project +++ b/win64/.project @@ -22,12 +22,12 @@ - 1602606422211 + 1668528393865 30 org.eclipse.core.resources.regexFilterMatcher - node_modules|.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__ + node_modules|\.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__ diff --git a/win64/dependency-reduced-pom.xml b/win64/dependency-reduced-pom.xml new file mode 100644 index 0000000..4ee23d7 --- /dev/null +++ b/win64/dependency-reduced-pom.xml @@ -0,0 +1,53 @@ + + + + VideoHandler + io.github.mianalysis + 1.1.2 + + 4.0.0 + win64 + + + + maven-jar-plugin + 2.6 + + Video_Handler-${project.artifactId}-${project.version} + + + true + true + io.github.mianalysis.videohandler.VideoLoader + + + + + + maven-resources-plugin + 3.2.0 + + + copy-resources + package + + copy-resources + + + ${basedir}/../target/ + + + ${basedir}/target/ + **/Video_Handler-${project.artifactId}-${project.version}.jar + + + + + + + + + + windows-x86_64 + + diff --git a/win64/pom.xml b/win64/pom.xml index f43a261..06348bc 100644 --- a/win64/pom.xml +++ b/win64/pom.xml @@ -3,7 +3,7 @@ VideoHandler io.github.mianalysis - 1.1.1 + 1.1.2 4.0.0