diff --git a/Comparison/pom.xml b/Comparison/pom.xml
index 3d85ab6b7fbe798ddaed9aaf917ce4b31e023205..74916c116d25adf3714e0ce5b1c231d10aab4399 100644
--- a/Comparison/pom.xml
+++ b/Comparison/pom.xml
@@ -80,12 +80,13 @@
             <artifactId>guava</artifactId>
             <version>30.1-jre</version>
         </dependency>
+        <!-- fast (de)serailization
         <dependency> 
-            <!-- fast (de)serailization -->
             <groupId>de.ruedigermoeller</groupId>
             <artifactId>fst</artifactId>
             <version>2.57</version>
         </dependency>
+        -->
         <dependency>
             <groupId>org.junit.jupiter</groupId>
             <artifactId>junit-jupiter</artifactId>
diff --git a/Comparison/src/main/java/cz/fidentis/analyst/face/HumanFace.java b/Comparison/src/main/java/cz/fidentis/analyst/face/HumanFace.java
index 93b3abecafda2fb50fbbf8631029dabcd2f67da4..a0f5d232d0ff01875fc530caf9829a0576b63d65 100644
--- a/Comparison/src/main/java/cz/fidentis/analyst/face/HumanFace.java
+++ b/Comparison/src/main/java/cz/fidentis/analyst/face/HumanFace.java
@@ -14,11 +14,13 @@ import java.io.File;
 import java.io.FileInputStream;
 import java.io.FileOutputStream;
 import java.io.IOException;
+import java.io.ObjectInputStream;
+import java.io.ObjectOutputStream;
 import java.io.Serializable;
 import java.util.Objects;
-import org.nustaq.serialization.FSTConfiguration;
-import org.nustaq.serialization.FSTObjectInput;
-import org.nustaq.serialization.FSTObjectOutput;
+//import org.nustaq.serialization.FSTConfiguration;
+//import org.nustaq.serialization.FSTObjectInput;
+//import org.nustaq.serialization.FSTObjectOutput;
 
 /**
  * This class encapsulates data for a 3D scan of a single human face.
@@ -56,7 +58,7 @@ public class HumanFace implements MeshListener, Serializable {
     /**
      * Fast (de)serialization handler
      */
-    private static final FSTConfiguration FST_CONF = FSTConfiguration.createDefaultConfiguration();
+    //private static final FSTConfiguration FST_CONF = FSTConfiguration.createDefaultConfiguration();
     
     /**
      * Reads a 3D human face from the given OBJ file.
@@ -163,12 +165,18 @@ public class HumanFace implements MeshListener, Serializable {
         File tempFile = File.createTempFile(this.getClass().getSimpleName(), ".ser");
         tempFile.deleteOnExit();
         
-        //try (ObjectOutputStream fos = new ObjectOutputStream(new BufferedOutputStream(new FileOutputStream(tempFile)))) {
+        try (ObjectOutputStream fos = new ObjectOutputStream(new BufferedOutputStream(new FileOutputStream(tempFile)))) {
+            fos.writeObject(this);
+            fos.flush();
+        }
+
+        /*
         try (BufferedOutputStream bos = new BufferedOutputStream(new FileOutputStream(tempFile))) {
             FSTObjectOutput out = FST_CONF.getObjectOutput(bos);
             out.writeObject(this, HumanFace.class);
             out.flush();
         }
+        */
         
         return tempFile;
     }
@@ -181,13 +189,17 @@ public class HumanFace implements MeshListener, Serializable {
      * @throws IOException on error in reading the dump file
      * @throws java.lang.ClassNotFoundException on error when instantiating the human face
      */
-    public static HumanFace restoreFromFile(File dumpFile) throws IOException, ClassNotFoundException, Exception {
-        //try (ObjectInputStream fos = new ObjectInputStream(new BufferedInputStream(new FileInputStream(dumpFile)))) {
+    public static HumanFace restoreFromFile(File dumpFile) throws IOException, ClassNotFoundException {
+        try (ObjectInputStream fos = new ObjectInputStream(new BufferedInputStream(new FileInputStream(dumpFile)))) {
+            return (HumanFace) fos.readObject();
+        }
+        /*
         try (BufferedInputStream bis = new BufferedInputStream(new FileInputStream(dumpFile))) {
             FSTObjectInput in = FST_CONF.getObjectInput(bis);
             HumanFace face = (HumanFace) in.readObject(HumanFace.class);
             return face;
         }
+        */
     }
 
     @Override
diff --git a/all-clusters.dat b/all-clusters.dat
new file mode 100644
index 0000000000000000000000000000000000000000..38b090fd949ba70bb2aa7fe22a5b67e677e4e6f3
Binary files /dev/null and b/all-clusters.dat differ
diff --git a/all-files.dat b/all-files.dat
new file mode 100644
index 0000000000000000000000000000000000000000..c299acdb76dab833bb6c50ee5a8087ffcf6dcbd6
Binary files /dev/null and b/all-files.dat differ
diff --git a/all-installer.dat b/all-installer.dat
new file mode 100644
index 0000000000000000000000000000000000000000..e883b447c289505bc222e4f91ce38d0b3f257c5f
--- /dev/null
+++ b/all-installer.dat
@@ -0,0 +1,581 @@
+#Wed Apr 28 15:28:58 CEST 2021
+org.netbeans.core.windows.OpenIDE-Module-Description=\u0000
+org.netbeans.modules.queries.OpenIDE-Module-Description=\u0000
+org.netbeans.core.network.AutoUpdate-Show-In-Client=false
+org.netbeans.core.netigso.OpenIDE-Module-Layer=\u0000
+org.openide.util.ui.svg.OpenIDE-Module-Install=\u0000
+org.netbeans.core.startup.base.OpenIDE-Module-Hide-Classpath-Packages=\u0000
+org.netbeans.modules.sampler.OpenIDE-Module-Install=\u0000
+org.netbeans.libs.batik.read.OpenIDE-Module-Deprecated=\u0000
+org.netbeans.api.progress.OpenIDE-Module-Deprecated=\u0000
+org.netbeans.modules.masterfs.nio2.OpenIDE-Module-Deprecated=\u0000
+org.netbeans.swing.laf.flatlaf.OpenIDE-Module-Install=org/netbeans/swing/laf/flatlaf/Installer.class
+javax.vecmath.OpenIDE-Module-Description=\u0000
+org.netbeans.libs.testng.AutoUpdate-Show-In-Client=true
+org.netbeans.core.output2.OpenIDE-Module-Hide-Classpath-Packages=\u0000
+org.netbeans.core.netigso.OpenIDE-Module-Deprecated=\u0000
+org.netbeans.modules.print.OpenIDE-Module-Layer=org/netbeans/modules/print/resources/layer.xml
+org.netbeans.modules.print.OpenIDE-Module-Install=\u0000
+org.netbeans.modules.junitlib.AutoUpdate-Show-In-Client=true
+org.openide.util.OpenIDE-Module-Install=\u0000
+org.openide.util.ui.OpenIDE-Module-Install=\u0000
+cz.fidentis.MeshModel.OpenIDE-Module-Description=\u0000
+org.netbeans.modules.keyring.impl.AutoUpdate-Show-In-Client=false
+org.netbeans.swing.plaf.OpenIDE-Module-Install=\u0000
+org.jsr_305.OpenIDE-Module-Description=\u0000
+org.openide.util.ui.OpenIDE-Module-Deprecated=\u0000
+org.apache.commons.io.AutoUpdate-Show-In-Client=\u0000
+org.netbeans.modules.masterfs.ui.OpenIDE-Module-Hide-Classpath-Packages=\u0000
+org.apache.commons.logging.OpenIDE-Module-Install=\u0000
+org.netbeans.modules.options.api.OpenIDE-Module-Hide-Classpath-Packages=\u0000
+org.netbeans.api.scripting.OpenIDE-Module-Hide-Classpath-Packages=\u0000
+org.netbeans.modules.autoupdate.cli.AutoUpdate-Show-In-Client=false
+org.netbeans.modules.core.kit.OpenIDE-Module-Install=\u0000
+org.netbeans.api.progress.nb.OpenIDE-Module-Description=\u0000
+cz.fidentis.Comparison.OpenIDE-Module-Install=\u0000
+org.netbeans.api.io.OpenIDE-Module-Hide-Classpath-Packages=\u0000
+org.openide.windows.OpenIDE-Module-Deprecated=\u0000
+org.netbeans.libs.batik.read.OpenIDE-Module-Layer=\u0000
+org.netbeans.modules.autoupdate.services.OpenIDE-Module-Hide-Classpath-Packages=\u0000
+org.openide.text.OpenIDE-Module-Description=\u0000
+org.netbeans.modules.masterfs.nio2.OpenIDE-Module-Description=\u0000
+org.netbeans.core.nativeaccess.OpenIDE-Module-Layer=\u0000
+org.openide.loaders.OpenIDE-Module-Hide-Classpath-Packages=\u0000
+org.netbeans.swing.laf.dark.OpenIDE-Module-Hide-Classpath-Packages=\u0000
+org.netbeans.modules.sampler.OpenIDE-Module-Deprecated=\u0000
+javax.vecmath.AutoUpdate-Show-In-Client=\u0000
+org.netbeans.modules.options.api.OpenIDE-Module-Install=\u0000
+org.netbeans.libs.osgi.OpenIDE-Module-Deprecated=\u0000
+org.apache.commons.collections.OpenIDE-Module-Deprecated=\u0000
+org.netbeans.modules.core.kit.OpenIDE-Module-Layer=\u0000
+org.netbeans.modules.masterfs.linux.OpenIDE-Module-Deprecated=\u0000
+org.netbeans.bootstrap.OpenIDE-Module-Deprecated=\u0000
+org.netbeans.libs.jna.platform.AutoUpdate-Show-In-Client=false
+javax.vecmath.OpenIDE-Module-Hide-Classpath-Packages=\u0000
+org.apache.commons.logging.OpenIDE-Module-Deprecated=\u0000
+org.netbeans.modules.keyring.impl.OpenIDE-Module-Layer=\u0000
+org.netbeans.libs.flatlaf.OpenIDE-Module-Layer=\u0000
+org.netbeans.libs.osgi.OpenIDE-Module-Layer=\u0000
+org.netbeans.modules.sampler.OpenIDE-Module-Description=\u0000
+org.netbeans.core.io.ui.OpenIDE-Module-Deprecated=\u0000
+org.netbeans.libs.javafx.AutoUpdate-Show-In-Client=false
+org.netbeans.modules.options.api.OpenIDE-Module-Layer=org/netbeans/modules/options/resources/mf-layer.xml
+cz.fidentis.Comparison.AutoUpdate-Show-In-Client=\u0000
+org.netbeans.spi.quicksearch.OpenIDE-Module-Description=\u0000
+org.openide.filesystems.nb.OpenIDE-Module-Hide-Classpath-Packages=\u0000
+org.netbeans.modules.print.OpenIDE-Module-Description=\u0000
+org.netbeans.modules.sendopts.AutoUpdate-Show-In-Client=false
+org.apache.commons.commons_text.OpenIDE-Module-Install=\u0000
+org.openide.awt.AutoUpdate-Show-In-Client=false
+org.netbeans.modules.progress.ui.OpenIDE-Module-Layer=\u0000
+org.netbeans.libs.felix.OpenIDE-Module-Description=\u0000
+cz.fidentis.FIDENTIS.Analyst.branding.OpenIDE-Module-Deprecated=\u0000
+org.apache.commons.commons_beanutils.OpenIDE-Module-Install=\u0000
+org.netbeans.core.nativeaccess.OpenIDE-Module-Install=\u0000
+org.netbeans.modules.masterfs.nio2.OpenIDE-Module-Install=\u0000
+org.netbeans.api.templates.OpenIDE-Module-Description=\u0000
+org.openide.filesystems.compat8.OpenIDE-Module-Hide-Classpath-Packages=\u0000
+org.netbeans.swing.tabcontrol.OpenIDE-Module-Description=\u0000
+org.netbeans.modules.favorites.OpenIDE-Module-Deprecated=\u0000
+org.netbeans.api.progress.compat8.AutoUpdate-Show-In-Client=false
+org.netbeans.api.search.AutoUpdate-Show-In-Client=false
+org.apache.commons.commons_collections4.OpenIDE-Module-Hide-Classpath-Packages=\u0000
+org.netbeans.modules.progress.ui.OpenIDE-Module-Description=\u0000
+org.openide.loaders.OpenIDE-Module-Description=\u0000
+org.netbeans.libs.flatlaf.OpenIDE-Module-Hide-Classpath-Packages=\u0000
+org.netbeans.modules.sendopts.OpenIDE-Module-Install=\u0000
+org.netbeans.core.windows.OpenIDE-Module-Layer=org/netbeans/core/windows/resources/layer.xml
+org.netbeans.core.startup.OpenIDE-Module-Description=\u0000
+org.netbeans.api.progress.compat8.OpenIDE-Module-Hide-Classpath-Packages=\u0000
+org.openide.io.OpenIDE-Module-Install=\u0000
+org.netbeans.api.templates.OpenIDE-Module-Hide-Classpath-Packages=\u0000
+org.openide.text.OpenIDE-Module-Install=\u0000
+org.netbeans.core.OpenIDE-Module-Install=\u0000
+org.netbeans.core.output2.OpenIDE-Module-Layer=org/netbeans/core/output2/layer.xml
+org.netbeans.modules.uihandler.AutoUpdate-Show-In-Client=false
+org.openide.io.OpenIDE-Module-Deprecated=\u0000
+org.netbeans.modules.editor.mimelookup.impl.AutoUpdate-Show-In-Client=false
+com.opencsv.OpenIDE-Module-Hide-Classpath-Packages=\u0000
+org.netbeans.modules.settings.OpenIDE-Module-Hide-Classpath-Packages=\u0000
+org.openide.dialogs.OpenIDE-Module-Description=\u0000
+net.java.html.boot.script.AutoUpdate-Show-In-Client=\u0000
+org.netbeans.modules.favorites.OpenIDE-Module-Layer=org/netbeans/modules/favorites/resources/layer.xml
+org.netbeans.modules.options.keymap.OpenIDE-Module-Deprecated=\u0000
+cz.fidentis.Renderer.AutoUpdate-Show-In-Client=\u0000
+org.apache.commons.logging.OpenIDE-Module-Layer=\u0000
+org.netbeans.modules.templates.OpenIDE-Module-Layer=org/netbeans/modules/templates/resources/layer.xml
+org.netbeans.modules.keyring.OpenIDE-Module-Layer=org/netbeans/modules/keyring/layer.xml
+org.netbeans.libs.jsr223.AutoUpdate-Show-In-Client=false
+cz.fidentis.Comparison.OpenIDE-Module-Hide-Classpath-Packages=\u0000
+org.netbeans.libs.felix.OpenIDE-Module-Layer=\u0000
+com.google.guava.OpenIDE-Module-Description=\u0000
+org.netbeans.spi.quicksearch.OpenIDE-Module-Layer=org/netbeans/modules/quicksearch/resources/layer.xml
+org.openide.actions.OpenIDE-Module-Layer=\u0000
+org.openide.filesystems.nb.AutoUpdate-Show-In-Client=false
+org.netbeans.api.io.OpenIDE-Module-Deprecated=\u0000
+org.netbeans.modules.options.api.OpenIDE-Module-Deprecated=\u0000
+org.netbeans.modules.queries.AutoUpdate-Show-In-Client=false
+org.netbeans.swing.plaf.OpenIDE-Module-Hide-Classpath-Packages=\u0000
+org.openide.filesystems.compat8.OpenIDE-Module-Deprecated=\u0000
+org.netbeans.libs.flatlaf.AutoUpdate-Show-In-Client=false
+org.netbeans.modules.sendopts.OpenIDE-Module-Layer=\u0000
+org.openide.nodes.OpenIDE-Module-Description=\u0000
+org.netbeans.modules.keyring.fallback.OpenIDE-Module-Install=\u0000
+org.netbeans.swing.plaf.AutoUpdate-Show-In-Client=false
+cz.fidentis.Renderer.OpenIDE-Module-Hide-Classpath-Packages=\u0000
+org.netbeans.modules.templates.OpenIDE-Module-Deprecated=\u0000
+org.netbeans.api.templates.OpenIDE-Module-Deprecated=\u0000
+org.netbeans.modules.keyring.fallback.OpenIDE-Module-Deprecated=\u0000
+org.netbeans.modules.keyring.OpenIDE-Module-Hide-Classpath-Packages=\u0000
+org.openide.explorer.OpenIDE-Module-Deprecated=\u0000
+org.netbeans.modules.keyring.AutoUpdate-Show-In-Client=false
+org.netbeans.api.io.OpenIDE-Module-Install=\u0000
+org.netbeans.core.startup.base.AutoUpdate-Show-In-Client=false
+org.netbeans.core.io.ui.OpenIDE-Module-Layer=org/netbeans/core/io/ui/layer.xml
+org.netbeans.api.progress.OpenIDE-Module-Layer=\u0000
+org.openide.util.ui.OpenIDE-Module-Description=\u0000
+org.netbeans.core.multitabs.AutoUpdate-Show-In-Client=false
+org.netbeans.modules.queries.OpenIDE-Module-Install=\u0000
+org.openide.util.lookup.OpenIDE-Module-Layer=\u0000
+org.netbeans.api.templates.OpenIDE-Module-Layer=\u0000
+org.openide.awt.OpenIDE-Module-Description=\u0000
+org.openide.loaders.AutoUpdate-Show-In-Client=false
+org.netbeans.libs.jna.platform.OpenIDE-Module-Description=\u0000
+org.apache.commons.commons_text.OpenIDE-Module-Deprecated=\u0000
+org.netbeans.core.multiview.AutoUpdate-Show-In-Client=false
+com.opencsv.OpenIDE-Module-Install=\u0000
+org.openide.actions.AutoUpdate-Show-In-Client=false
+org.openide.nodes.OpenIDE-Module-Layer=\u0000
+org.netbeans.libs.flatlaf.OpenIDE-Module-Install=\u0000
+org.openide.filesystems.AutoUpdate-Show-In-Client=false
+org.openide.filesystems.compat8.OpenIDE-Module-Layer=\u0000
+org.openide.explorer.OpenIDE-Module-Layer=\u0000
+cz.fidentis.analyst.gui.OpenIDE-Module-Layer=\u0000
+org.netbeans.modules.editor.mimelookup.OpenIDE-Module-Layer=\u0000
+cz.fidentis.Renderer.OpenIDE-Module-Layer=\u0000
+org.netbeans.core.multitabs.OpenIDE-Module-Layer=org/netbeans/core/multitabs/layer.xml
+org.apache.commons.lang3.OpenIDE-Module-Hide-Classpath-Packages=\u0000
+org.apache.commons.lang3.OpenIDE-Module-Description=\u0000
+org.netbeans.api.annotations.common.OpenIDE-Module-Hide-Classpath-Packages=\u0000
+org.openide.filesystems.nb.OpenIDE-Module-Deprecated=\u0000
+org.netbeans.spi.quicksearch.AutoUpdate-Show-In-Client=false
+org.apache.commons.commons_beanutils.OpenIDE-Module-Deprecated=\u0000
+org.netbeans.swing.tabcontrol.AutoUpdate-Show-In-Client=false
+org.netbeans.modules.progress.ui.OpenIDE-Module-Install=\u0000
+org.netbeans.modules.editor.mimelookup.OpenIDE-Module-Description=\u0000
+org.netbeans.api.progress.compat8.OpenIDE-Module-Description=\u0000
+org.netbeans.core.startup.OpenIDE-Module-Install=\u0000
+org.netbeans.core.multitabs.OpenIDE-Module-Hide-Classpath-Packages=\u0000
+org.netbeans.api.scripting.OpenIDE-Module-Install=\u0000
+org.netbeans.core.windows.OpenIDE-Module-Deprecated=\u0000
+com.google.guava.OpenIDE-Module-Deprecated=\u0000
+org.netbeans.modules.masterfs.ui.OpenIDE-Module-Deprecated=\u0000
+cz.fidentis.Renderer.OpenIDE-Module-Deprecated=\u0000
+com.opencsv.AutoUpdate-Show-In-Client=\u0000
+org.openide.filesystems.OpenIDE-Module-Layer=org/openide/filesystems/resources/layer.xml
+org.netbeans.core.startup.OpenIDE-Module-Deprecated=\u0000
+com.google.guava.failureaccess.OpenIDE-Module-Hide-Classpath-Packages=\u0000
+org.netbeans.api.intent.OpenIDE-Module-Description=\u0000
+org.apache.commons.collections.OpenIDE-Module-Hide-Classpath-Packages=\u0000
+org.apache.commons.commons_beanutils.OpenIDE-Module-Hide-Classpath-Packages=\u0000
+org.netbeans.modules.masterfs.OpenIDE-Module-Deprecated=\u0000
+org.jsr_305.OpenIDE-Module-Layer=\u0000
+org.netbeans.core.startup.OpenIDE-Module-Layer=org/netbeans/core/startup/layer.xml
+org.netbeans.modules.progress.ui.AutoUpdate-Show-In-Client=false
+org.netbeans.libs.osgi.OpenIDE-Module-Hide-Classpath-Packages=\u0000
+org.openide.windows.AutoUpdate-Show-In-Client=false
+org.netbeans.libs.felix.AutoUpdate-Show-In-Client=false
+org.netbeans.spi.quicksearch.OpenIDE-Module-Install=\u0000
+org.openide.io.OpenIDE-Module-Description=\u0000
+org.apache.commons.commons_collections4.OpenIDE-Module-Description=\u0000
+org.netbeans.api.progress.OpenIDE-Module-Install=\u0000
+org.netbeans.modules.sampler.AutoUpdate-Show-In-Client=false
+org.netbeans.libs.jna.platform.OpenIDE-Module-Layer=\u0000
+org.netbeans.api.progress.nb.OpenIDE-Module-Hide-Classpath-Packages=\u0000
+org.netbeans.core.ui.OpenIDE-Module-Layer=org/netbeans/core/ui/resources/layer.xml
+cz.fidentis.MeshModel.OpenIDE-Module-Hide-Classpath-Packages=\u0000
+org.openide.loaders.OpenIDE-Module-Layer=org/netbeans/modules/openide/loaders/layer.xml
+cz.fidentis.analyst.gui.OpenIDE-Module-Deprecated=\u0000
+org.apache.commons.commons_text.OpenIDE-Module-Hide-Classpath-Packages=\u0000
+org.apache.commons.collections.AutoUpdate-Show-In-Client=\u0000
+org.openide.windows.OpenIDE-Module-Layer=\u0000
+javax.vecmath.OpenIDE-Module-Layer=\u0000
+org.netbeans.modules.keyring.OpenIDE-Module-Description=\u0000
+org.openide.explorer.OpenIDE-Module-Hide-Classpath-Packages=\u0000
+org.netbeans.modules.masterfs.ui.OpenIDE-Module-Description=\u0000
+org.netbeans.core.windows.OpenIDE-Module-Hide-Classpath-Packages=\u0000
+org.netbeans.libs.jna.AutoUpdate-Show-In-Client=false
+org.openide.dialogs.AutoUpdate-Show-In-Client=false
+org.netbeans.modules.masterfs.AutoUpdate-Show-In-Client=false
+org.netbeans.api.annotations.common.OpenIDE-Module-Deprecated=\u0000
+org.netbeans.swing.laf.flatlaf.OpenIDE-Module-Description=\u0000
+org.netbeans.libs.jna.platform.OpenIDE-Module-Deprecated=\u0000
+org.netbeans.core.startup.AutoUpdate-Show-In-Client=false
+org.netbeans.core.nativeaccess.OpenIDE-Module-Description=\u0000
+org.netbeans.modules.editor.mimelookup.impl.OpenIDE-Module-Layer=\u0000
+net.java.html.sound.AutoUpdate-Show-In-Client=\u0000
+org.netbeans.modules.options.keymap.OpenIDE-Module-Layer=org/netbeans/modules/options/keymap/mf-layer.xml
+org.openide.util.ui.svg.OpenIDE-Module-Layer=\u0000
+org.openide.awt.OpenIDE-Module-Hide-Classpath-Packages=\u0000
+com.google.guava.OpenIDE-Module-Layer=\u0000
+org.apache.commons.commons_beanutils.OpenIDE-Module-Description=\u0000
+checker_qual.AutoUpdate-Show-In-Client=\u0000
+org.openide.options.AutoUpdate-Show-In-Client=false
+org.netbeans.modules.sampler.OpenIDE-Module-Layer=\u0000
+cz.fidentis.Comparison.OpenIDE-Module-Deprecated=\u0000
+org.netbeans.modules.options.keymap.OpenIDE-Module-Install=\u0000
+javax.vecmath.OpenIDE-Module-Install=\u0000
+org.netbeans.core.AutoUpdate-Show-In-Client=false
+com.google.guava.AutoUpdate-Show-In-Client=\u0000
+org.netbeans.api.annotations.common.AutoUpdate-Show-In-Client=false
+com.opencsv.OpenIDE-Module-Deprecated=\u0000
+org.netbeans.core.netigso.AutoUpdate-Show-In-Client=false
+org.netbeans.modules.masterfs.linux.OpenIDE-Module-Install=\u0000
+org.apache.commons.lang3.OpenIDE-Module-Install=\u0000
+org.netbeans.libs.felix.OpenIDE-Module-Deprecated=\u0000
+org.netbeans.core.ui.OpenIDE-Module-Description=\u0000
+org.netbeans.api.intent.OpenIDE-Module-Hide-Classpath-Packages=\u0000
+org.netbeans.modules.janitor.OpenIDE-Module-Description=\u0000
+org.apache.commons.lang3.AutoUpdate-Show-In-Client=\u0000
+org.netbeans.modules.applemenu.AutoUpdate-Show-In-Client=false
+com.opencsv.OpenIDE-Module-Layer=\u0000
+org.openide.filesystems.nb.OpenIDE-Module-Description=\u0000
+org.openide.nodes.OpenIDE-Module-Deprecated=\u0000
+org.openide.text.OpenIDE-Module-Hide-Classpath-Packages=\u0000
+org.netbeans.core.windows.AutoUpdate-Show-In-Client=false
+org.netbeans.libs.jna.OpenIDE-Module-Layer=\u0000
+org.netbeans.modules.keyring.impl.OpenIDE-Module-Deprecated=\u0000
+org.netbeans.modules.masterfs.linux.OpenIDE-Module-Layer=\u0000
+org.netbeans.libs.flatlaf.OpenIDE-Module-Description=\u0000
+cz.fidentis.analyst.gui.OpenIDE-Module-Hide-Classpath-Packages=\u0000
+org.netbeans.core.multitabs.OpenIDE-Module-Install=\u0000
+org.netbeans.core.OpenIDE-Module-Hide-Classpath-Packages=\u0000
+org.netbeans.modules.sampler.OpenIDE-Module-Hide-Classpath-Packages=\u0000
+cz.fidentis.Renderer.OpenIDE-Module-Description=\u0000
+org.netbeans.modules.autoupdate.cli.OpenIDE-Module-Install=\u0000
+org.netbeans.modules.masterfs.OpenIDE-Module-Hide-Classpath-Packages=\u0000
+cz.fidentis.MeshModel.OpenIDE-Module-Layer=\u0000
+org.openide.util.lookup.OpenIDE-Module-Deprecated=\u0000
+org.netbeans.modules.autoupdate.cli.OpenIDE-Module-Description=\u0000
+org.netbeans.swing.tabcontrol.OpenIDE-Module-Layer=\u0000
+org.netbeans.api.scripting.AutoUpdate-Show-In-Client=false
+org.openide.windows.OpenIDE-Module-Hide-Classpath-Packages=\u0000
+org.netbeans.lib.uihandler.AutoUpdate-Show-In-Client=false
+org.jsr_305.AutoUpdate-Show-In-Client=\u0000
+org.netbeans.modules.masterfs.ui.OpenIDE-Module-Layer=\u0000
+org.netbeans.api.scripting.OpenIDE-Module-Deprecated=\u0000
+org.netbeans.modules.keyring.impl.OpenIDE-Module-Hide-Classpath-Packages=\u0000
+org.netbeans.modules.keyring.OpenIDE-Module-Install=\u0000
+org.apache.commons.lang3.OpenIDE-Module-Deprecated=\u0000
+org.openide.util.ui.OpenIDE-Module-Hide-Classpath-Packages=\u0000
+org.netbeans.modules.keyring.fallback.OpenIDE-Module-Description=\u0000
+org.netbeans.modules.progress.ui.OpenIDE-Module-Deprecated=\u0000
+org.jsr_305.OpenIDE-Module-Deprecated=\u0000
+org.netbeans.modules.masterfs.ui.AutoUpdate-Show-In-Client=false
+org.netbeans.swing.tabcontrol.OpenIDE-Module-Install=\u0000
+org.netbeans.core.output2.OpenIDE-Module-Deprecated=\u0000
+org.netbeans.libs.asm.OpenIDE-Module-Hide-Classpath-Packages=\u0000
+cz.fidentis.MeshModel.OpenIDE-Module-Install=\u0000
+org.netbeans.libs.batik.read.OpenIDE-Module-Hide-Classpath-Packages=\u0000
+org.netbeans.modules.autoupdate.ui.AutoUpdate-Show-In-Client=false
+org.netbeans.api.progress.nb.OpenIDE-Module-Layer=\u0000
+org.openide.awt.OpenIDE-Module-Install=\u0000
+org.openide.filesystems.OpenIDE-Module-Install=\u0000
+org.openide.explorer.OpenIDE-Module-Install=\u0000
+org.netbeans.core.output2.AutoUpdate-Show-In-Client=false
+org.netbeans.core.ui.OpenIDE-Module-Hide-Classpath-Packages=\u0000
+org.netbeans.core.io.ui.OpenIDE-Module-Hide-Classpath-Packages=\u0000
+org.openide.util.lookup.AutoUpdate-Show-In-Client=false
+org.netbeans.modules.autoupdate.ui.OpenIDE-Module-Deprecated=\u0000
+net.java.html.json.AutoUpdate-Show-In-Client=\u0000
+org.netbeans.modules.templates.OpenIDE-Module-Install=\u0000
+org.netbeans.core.OpenIDE-Module-Deprecated=\u0000
+org.netbeans.api.progress.OpenIDE-Module-Description=\u0000
+org.openide.util.ui.svg.OpenIDE-Module-Description=\u0000
+org.netbeans.modules.queries.OpenIDE-Module-Hide-Classpath-Packages=\u0000
+org.apache.commons.collections.OpenIDE-Module-Layer=\u0000
+org.netbeans.core.nativeaccess.OpenIDE-Module-Hide-Classpath-Packages=\u0000
+org.netbeans.modules.options.keymap.OpenIDE-Module-Hide-Classpath-Packages=\u0000
+org.netbeans.modules.editor.mimelookup.impl.OpenIDE-Module-Description=\u0000
+org.netbeans.modules.autoupdate.services.OpenIDE-Module-Description=\u0000
+org.netbeans.api.annotations.common.OpenIDE-Module-Install=\u0000
+org.netbeans.modules.keyring.impl.OpenIDE-Module-Description=\u0000
+org.netbeans.libs.osgi.OpenIDE-Module-Description=\u0000
+org.apache.commons.commons_text.OpenIDE-Module-Layer=\u0000
+org.netbeans.modules.spi.actions.AutoUpdate-Show-In-Client=false
+com.google.guava.OpenIDE-Module-Hide-Classpath-Packages=\u0000
+org.openide.loaders.OpenIDE-Module-Deprecated=\u0000
+org.netbeans.modules.autoupdate.services.OpenIDE-Module-Layer=org/netbeans/modules/autoupdate/services/resources/layer.xml
+org.netbeans.modules.options.keymap.AutoUpdate-Show-In-Client=false
+org.netbeans.modules.queries.OpenIDE-Module-Deprecated=\u0000
+org.netbeans.api.scripting.OpenIDE-Module-Layer=\u0000
+org.netbeans.bootstrap.OpenIDE-Module-Description=\u0000
+org.openide.util.lookup.OpenIDE-Module-Hide-Classpath-Packages=\u0000
+processSections=false
+org.netbeans.modules.janitor.OpenIDE-Module-Deprecated=\u0000
+org.netbeans.libs.felix.OpenIDE-Module-Install=\u0000
+cz.fidentis.analyst.gui.OpenIDE-Module-Install=cz/fidentis/analyst/gui/Installer.class
+org.netbeans.api.io.AutoUpdate-Show-In-Client=false
+org.openide.filesystems.compat8.AutoUpdate-Show-In-Client=false
+org.openide.modules.OpenIDE-Module-Hide-Classpath-Packages=\u0000
+org.netbeans.modules.editor.mimelookup.impl.OpenIDE-Module-Deprecated=\u0000
+org.netbeans.modules.queries.OpenIDE-Module-Layer=\u0000
+org.netbeans.modules.templates.AutoUpdate-Show-In-Client=false
+org.netbeans.swing.plaf.OpenIDE-Module-Deprecated=\u0000
+org.netbeans.swing.laf.flatlaf.OpenIDE-Module-Hide-Classpath-Packages=\u0000
+org.netbeans.bootstrap.OpenIDE-Module-Layer=\u0000
+org.openide.actions.OpenIDE-Module-Install=\u0000
+cz.fidentis.analyst.gui.AutoUpdate-Show-In-Client=\u0000
+org.openide.nodes.AutoUpdate-Show-In-Client=false
+org.netbeans.modules.janitor.OpenIDE-Module-Install=\u0000
+org.netbeans.core.OpenIDE-Module-Layer=org/netbeans/core/resources/mf-layer.xml
+javax.vecmath.OpenIDE-Module-Deprecated=\u0000
+org.netbeans.api.progress.compat8.OpenIDE-Module-Install=\u0000
+net.java.html.boot.fx.AutoUpdate-Show-In-Client=\u0000
+org.netbeans.libs.batik.read.OpenIDE-Module-Description=\u0000
+org.netbeans.libs.jna.OpenIDE-Module-Deprecated=\u0000
+org.openide.dialogs.OpenIDE-Module-Install=\u0000
+net.java.html.AutoUpdate-Show-In-Client=\u0000
+org.openide.util.enumerations.AutoUpdate-Show-In-Client=false
+org.netbeans.modules.sendopts.OpenIDE-Module-Description=\u0000
+org.netbeans.core.ui.AutoUpdate-Show-In-Client=false
+org.netbeans.core.ui.OpenIDE-Module-Install=\u0000
+org.netbeans.modules.favorites.OpenIDE-Module-Description=\u0000
+org.netbeans.api.progress.nb.OpenIDE-Module-Deprecated=\u0000
+org.openide.dialogs.OpenIDE-Module-Hide-Classpath-Packages=\u0000
+org.openide.dialogs.OpenIDE-Module-Deprecated=\u0000
+org.apache.commons.lang3.OpenIDE-Module-Layer=\u0000
+org.netbeans.libs.osgi.AutoUpdate-Show-In-Client=false
+org.netbeans.modules.templates.OpenIDE-Module-Description=\u0000
+org.netbeans.modules.settings.OpenIDE-Module-Layer=org/netbeans/modules/settings/resources/mf-layer.xml
+com.google.guava.failureaccess.OpenIDE-Module-Deprecated=\u0000
+org.openide.loaders.OpenIDE-Module-Install=\u0000
+org.netbeans.modules.options.keymap.OpenIDE-Module-Description=\u0000
+org.netbeans.modules.janitor.OpenIDE-Module-Layer=\u0000
+org.netbeans.modules.options.api.OpenIDE-Module-Description=\u0000
+org.netbeans.modules.masterfs.linux.AutoUpdate-Show-In-Client=false
+com.google.guava.failureaccess.OpenIDE-Module-Description=\u0000
+org.netbeans.spi.quicksearch.OpenIDE-Module-Deprecated=\u0000
+org.apache.commons.logging.AutoUpdate-Show-In-Client=\u0000
+org.netbeans.swing.tabcontrol.OpenIDE-Module-Deprecated=\u0000
+cz.fidentis.FIDENTIS.Analyst.branding.OpenIDE-Module-Description=\u0000
+org.netbeans.api.progress.nb.OpenIDE-Module-Install=\u0000
+org.apache.commons.commons_beanutils.OpenIDE-Module-Layer=\u0000
+org.netbeans.libs.jna.platform.OpenIDE-Module-Hide-Classpath-Packages=\u0000
+org.netbeans.modules.javahelp.AutoUpdate-Show-In-Client=false
+org.netbeans.api.templates.OpenIDE-Module-Install=\u0000
+org.openide.modules.OpenIDE-Module-Description=\u0000
+org.netbeans.modules.masterfs.macosx.AutoUpdate-Show-In-Client=false
+org.netbeans.modules.masterfs.nio2.OpenIDE-Module-Layer=\u0000
+org.netbeans.swing.tabcontrol.OpenIDE-Module-Hide-Classpath-Packages=\u0000
+org.netbeans.core.startup.OpenIDE-Module-Hide-Classpath-Packages=\u0000
+org.netbeans.core.osgi.AutoUpdate-Show-In-Client=false
+org.openide.io.OpenIDE-Module-Layer=\u0000
+org.openide.compat.AutoUpdate-Show-In-Client=false
+com.google.guava.OpenIDE-Module-Install=\u0000
+org.netbeans.modules.masterfs.ui.OpenIDE-Module-Install=\u0000
+org.netbeans.core.io.ui.AutoUpdate-Show-In-Client=false
+org.netbeans.modules.masterfs.nio2.AutoUpdate-Show-In-Client=false
+org.netbeans.api.progress.AutoUpdate-Show-In-Client=false
+org.netbeans.libs.junit5.AutoUpdate-Show-In-Client=false
+org.netbeans.libs.asm.OpenIDE-Module-Layer=\u0000
+org.openide.filesystems.compat8.OpenIDE-Module-Description=\u0000
+org.netbeans.libs.felix.OpenIDE-Module-Hide-Classpath-Packages=\u0000
+com.google.guava.failureaccess.OpenIDE-Module-Install=\u0000
+cz.fidentis.Comparison.OpenIDE-Module-Layer=\u0000
+org.apache.commons.collections.OpenIDE-Module-Description=\u0000
+org.apache.commons.commons_beanutils.AutoUpdate-Show-In-Client=\u0000
+org.openide.io.OpenIDE-Module-Hide-Classpath-Packages=\u0000
+org.openide.dialogs.OpenIDE-Module-Layer=\u0000
+org.apache.commons.commons_collections4.OpenIDE-Module-Layer=\u0000
+org.netbeans.core.windows.OpenIDE-Module-Install=\u0000
+cz.fidentis.FIDENTIS.Analyst.branding.OpenIDE-Module-Layer=\u0000
+org.netbeans.swing.laf.dark.OpenIDE-Module-Layer=\u0000
+org.netbeans.modules.keyring.fallback.AutoUpdate-Show-In-Client=false
+org.openide.filesystems.nb.OpenIDE-Module-Install=\u0000
+org.netbeans.core.output2.OpenIDE-Module-Description=\u0000
+org.openide.filesystems.OpenIDE-Module-Deprecated=\u0000
+org.apache.commons.commons_collections4.OpenIDE-Module-Deprecated=\u0000
+org.openide.explorer.AutoUpdate-Show-In-Client=false
+org.openide.windows.OpenIDE-Module-Description=\u0000
+org.netbeans.swing.plaf.OpenIDE-Module-Description=\u0000
+org.netbeans.swing.laf.flatlaf.OpenIDE-Module-Deprecated=\u0000
+net.java.html.boot.AutoUpdate-Show-In-Client=\u0000
+org.netbeans.swing.laf.flatlaf.AutoUpdate-Show-In-Client=false
+org.netbeans.modules.templates.OpenIDE-Module-Hide-Classpath-Packages=\u0000
+org.netbeans.modules.favorites.OpenIDE-Module-Install=\u0000
+org.apache.commons.logging.OpenIDE-Module-Description=\u0000
+org.netbeans.libs.flatlaf.OpenIDE-Module-Deprecated=\u0000
+org.netbeans.modules.editor.mimelookup.OpenIDE-Module-Hide-Classpath-Packages=\u0000
+org.netbeans.api.annotations.common.OpenIDE-Module-Layer=\u0000
+org.netbeans.html.xhr4j.AutoUpdate-Show-In-Client=\u0000
+org.netbeans.modules.masterfs.OpenIDE-Module-Install=\u0000
+org.netbeans.swing.outline.OpenIDE-Module-Hide-Classpath-Packages=\u0000
+org.netbeans.swing.laf.dark.OpenIDE-Module-Description=\u0000
+com.opencsv.OpenIDE-Module-Description=\u0000
+org.apache.commons.commons_text.AutoUpdate-Show-In-Client=\u0000
+org.netbeans.modules.keyring.OpenIDE-Module-Deprecated=\u0000
+org.netbeans.modules.autoupdate.cli.OpenIDE-Module-Hide-Classpath-Packages=\u0000
+org.netbeans.core.network.OpenIDE-Module-Hide-Classpath-Packages=\u0000
+org.netbeans.modules.masterfs.windows.AutoUpdate-Show-In-Client=false
+org.netbeans.modules.editor.mimelookup.impl.OpenIDE-Module-Hide-Classpath-Packages=\u0000
+org.openide.actions.OpenIDE-Module-Deprecated=\u0000
+org.netbeans.core.multitabs.OpenIDE-Module-Deprecated=\u0000
+org.netbeans.modules.core.kit.OpenIDE-Module-Hide-Classpath-Packages=\u0000
+org.netbeans.libs.asm.OpenIDE-Module-Description=\u0000
+org.apache.commons.commons_collections4.AutoUpdate-Show-In-Client=\u0000
+org.netbeans.api.progress.compat8.OpenIDE-Module-Deprecated=\u0000
+org.netbeans.modules.masterfs.OpenIDE-Module-Layer=\u0000
+org.netbeans.libs.batik.read.AutoUpdate-Show-In-Client=false
+org.netbeans.api.templates.AutoUpdate-Show-In-Client=false
+org.netbeans.api.annotations.common.OpenIDE-Module-Description=\u0000
+org.openide.modules.OpenIDE-Module-Layer=\u0000
+org.netbeans.libs.asm.OpenIDE-Module-Deprecated=\u0000
+org.objectweb.asm.tree.analysis.AutoUpdate-Show-In-Client=\u0000
+org.openide.modules.OpenIDE-Module-Install=\u0000
+org.jsr_305.OpenIDE-Module-Install=\u0000
+org.openide.util.ui.svg.OpenIDE-Module-Deprecated=\u0000
+org.netbeans.core.startup.base.OpenIDE-Module-Layer=\u0000
+org.netbeans.core.io.ui.OpenIDE-Module-Install=\u0000
+org.openide.windows.OpenIDE-Module-Install=\u0000
+org.netbeans.modules.autoupdate.ui.OpenIDE-Module-Description=\u0000
+org.netbeans.modules.netbinox.AutoUpdate-Show-In-Client=false
+org.netbeans.swing.outline.OpenIDE-Module-Install=\u0000
+org.netbeans.modules.autoupdate.ui.OpenIDE-Module-Layer=\u0000
+org.netbeans.modules.janitor.OpenIDE-Module-Hide-Classpath-Packages=\u0000
+org.netbeans.swing.laf.flatlaf.OpenIDE-Module-Layer=org/netbeans/swing/laf/flatlaf/layer.xml
+org.netbeans.core.io.ui.OpenIDE-Module-Description=\u0000
+org.openide.nodes.OpenIDE-Module-Hide-Classpath-Packages=\u0000
+cz.fidentis.FIDENTIS.Analyst.branding.AutoUpdate-Show-In-Client=\u0000
+org.netbeans.core.startup.base.OpenIDE-Module-Deprecated=\u0000
+org.netbeans.api.intent.OpenIDE-Module-Deprecated=\u0000
+org.netbeans.core.netigso.OpenIDE-Module-Install=\u0000
+org.netbeans.libs.jna.platform.OpenIDE-Module-Install=\u0000
+org.netbeans.api.visual.AutoUpdate-Show-In-Client=false
+org.netbeans.libs.batik.read.OpenIDE-Module-Install=\u0000
+org.netbeans.core.network.OpenIDE-Module-Install=\u0000
+org.openide.util.AutoUpdate-Show-In-Client=false
+org.netbeans.modules.options.api.AutoUpdate-Show-In-Client=false
+org.netbeans.modules.favorites.AutoUpdate-Show-In-Client=false
+org.netbeans.api.progress.OpenIDE-Module-Hide-Classpath-Packages=\u0000
+org.netbeans.modules.settings.OpenIDE-Module-Deprecated=\u0000
+org.netbeans.libs.junit4.AutoUpdate-Show-In-Client=false
+org.openide.actions.OpenIDE-Module-Description=\u0000
+org.jsr_305.OpenIDE-Module-Hide-Classpath-Packages=\u0000
+org.openide.awt.OpenIDE-Module-Layer=\u0000
+cz.fidentis.Renderer.OpenIDE-Module-Install=\u0000
+org.openide.io.AutoUpdate-Show-In-Client=false
+org.netbeans.core.network.OpenIDE-Module-Layer=\u0000
+org.apache.commons.logging.OpenIDE-Module-Hide-Classpath-Packages=\u0000
+org.openide.modules.AutoUpdate-Show-In-Client=false
+org.netbeans.modules.favorites.OpenIDE-Module-Hide-Classpath-Packages=\u0000
+org.openide.filesystems.compat8.OpenIDE-Module-Install=\u0000
+org.netbeans.modules.keyring.impl.OpenIDE-Module-Install=\u0000
+org.netbeans.modules.sendopts.OpenIDE-Module-Deprecated=\u0000
+org.netbeans.swing.outline.OpenIDE-Module-Description=\u0000
+org.netbeans.core.ui.OpenIDE-Module-Deprecated=\u0000
+org.netbeans.swing.plaf.OpenIDE-Module-Layer=\u0000
+org.netbeans.modules.templatesui.AutoUpdate-Show-In-Client=false
+org.openide.util.ui.OpenIDE-Module-Layer=\u0000
+org.apache.commons.codec.AutoUpdate-Show-In-Client=\u0000
+org.netbeans.modules.settings.OpenIDE-Module-Install=\u0000
+org.netbeans.modules.autoupdate.ui.OpenIDE-Module-Hide-Classpath-Packages=\u0000
+org.openide.util.OpenIDE-Module-Layer=\u0000
+org.netbeans.libs.jna.OpenIDE-Module-Hide-Classpath-Packages=\u0000
+org.netbeans.bootstrap.AutoUpdate-Show-In-Client=false
+org.netbeans.core.execution.AutoUpdate-Show-In-Client=false
+org.openide.actions.OpenIDE-Module-Hide-Classpath-Packages=\u0000
+org.netbeans.libs.jna.OpenIDE-Module-Description=\u0000
+org.netbeans.modules.masterfs.linux.OpenIDE-Module-Hide-Classpath-Packages=\u0000
+org.netbeans.core.multitabs.OpenIDE-Module-Description=\u0000
+org.openide.util.ui.AutoUpdate-Show-In-Client=false
+com.google.guava.failureaccess.AutoUpdate-Show-In-Client=\u0000
+org.netbeans.core.startup.base.OpenIDE-Module-Install=\u0000
+org.netbeans.modules.settings.OpenIDE-Module-Description=\u0000
+org.openide.execution.AutoUpdate-Show-In-Client=false
+org.netbeans.bootstrap.OpenIDE-Module-Install=\u0000
+org.netbeans.modules.print.OpenIDE-Module-Hide-Classpath-Packages=\u0000
+org.openide.awt.OpenIDE-Module-Deprecated=\u0000
+org.netbeans.core.startup.base.OpenIDE-Module-Description=\u0000
+org.openide.util.OpenIDE-Module-Description=\u0000
+org.netbeans.api.progress.nb.AutoUpdate-Show-In-Client=false
+org.netbeans.modules.masterfs.nio2.OpenIDE-Module-Hide-Classpath-Packages=\u0000
+org.openide.util.lookup.OpenIDE-Module-Install=\u0000
+org.openide.util.ui.svg.OpenIDE-Module-Hide-Classpath-Packages=\u0000
+com.google.guava.failureaccess.OpenIDE-Module-Layer=\u0000
+org.netbeans.modules.progress.ui.OpenIDE-Module-Hide-Classpath-Packages=\u0000
+org.netbeans.modules.autoupdate.services.OpenIDE-Module-Install=\u0000
+org.netbeans.modules.settings.AutoUpdate-Show-In-Client=false
+org.netbeans.api.progress.compat8.OpenIDE-Module-Layer=\u0000
+cz.fidentis.FIDENTIS.Analyst.branding.OpenIDE-Module-Hide-Classpath-Packages=\u0000
+org.netbeans.modules.autoupdate.cli.OpenIDE-Module-Deprecated=\u0000
+org.netbeans.modules.keyring.fallback.OpenIDE-Module-Layer=\u0000
+org.netbeans.modules.autoupdate.cli.OpenIDE-Module-Layer=\u0000
+org.netbeans.html.ko4j.AutoUpdate-Show-In-Client=\u0000
+org.netbeans.spi.quicksearch.OpenIDE-Module-Hide-Classpath-Packages=\u0000
+org.openide.explorer.OpenIDE-Module-Description=\u0000
+org.netbeans.libs.asm.AutoUpdate-Show-In-Client=false
+org.netbeans.core.network.OpenIDE-Module-Deprecated=\u0000
+org.openide.util.ui.svg.AutoUpdate-Show-In-Client=false
+org.netbeans.modules.print.OpenIDE-Module-Deprecated=\u0000
+org.netbeans.modules.autoupdate.ui.OpenIDE-Module-Install=org/netbeans/modules/autoupdate/ui/actions/Installer.class
+org.netbeans.api.intent.AutoUpdate-Show-In-Client=false
+org.openide.filesystems.nb.OpenIDE-Module-Layer=\u0000
+org.netbeans.core.network.OpenIDE-Module-Description=\u0000
+cz.fidentis.FIDENTIS.Analyst.branding.OpenIDE-Module-Install=\u0000
+org.openide.util.OpenIDE-Module-Hide-Classpath-Packages=\u0000
+org.netbeans.swing.laf.dark.OpenIDE-Module-Install=org/netbeans/swing/laf/dark/Installer.class
+cz.fidentis.Comparison.OpenIDE-Module-Description=\u0000
+org.netbeans.modules.editor.mimelookup.OpenIDE-Module-Install=\u0000
+org.netbeans.bootstrap.OpenIDE-Module-Hide-Classpath-Packages=\u0000
+org.netbeans.modules.masterfs.linux.OpenIDE-Module-Description=\u0000
+org.apache.commons.commons_text.OpenIDE-Module-Description=\u0000
+org.openide.modules.OpenIDE-Module-Deprecated=\u0000
+org.apache.commons.commons_collections4.OpenIDE-Module-Install=\u0000
+org.netbeans.modules.core.kit.OpenIDE-Module-Deprecated=\u0000
+org.openide.util.lookup.OpenIDE-Module-Description=\u0000
+org.netbeans.modules.keyring.fallback.OpenIDE-Module-Hide-Classpath-Packages=\u0000
+org.netbeans.swing.outline.AutoUpdate-Show-In-Client=false
+org.netbeans.api.io.OpenIDE-Module-Description=\u0000
+org.netbeans.modules.janitor.AutoUpdate-Show-In-Client=false
+org.netbeans.core.netigso.OpenIDE-Module-Description=\u0000
+org.netbeans.core.netigso.OpenIDE-Module-Hide-Classpath-Packages=\u0000
+org.netbeans.modules.masterfs.OpenIDE-Module-Description=\u0000
+org.openide.nodes.OpenIDE-Module-Install=\u0000
+org.openide.filesystems.OpenIDE-Module-Description=\u0000
+org.openide.util.OpenIDE-Module-Deprecated=\u0000
+org.netbeans.modules.core.kit.AutoUpdate-Show-In-Client=true
+org.netbeans.libs.osgi.OpenIDE-Module-Install=\u0000
+org.netbeans.core.OpenIDE-Module-Description=\u0000
+org.netbeans.api.intent.OpenIDE-Module-Install=\u0000
+org.netbeans.swing.outline.OpenIDE-Module-Deprecated=\u0000
+org.netbeans.api.htmlui.AutoUpdate-Show-In-Client=false
+org.netbeans.libs.jna.OpenIDE-Module-Install=org/netbeans/libs/jna/Installer.class
+org.netbeans.core.nativeaccess.OpenIDE-Module-Deprecated=\u0000
+org.netbeans.libs.asm.OpenIDE-Module-Install=\u0000
+cz.fidentis.analyst.gui.OpenIDE-Module-Description=\u0000
+org.netbeans.core.output2.OpenIDE-Module-Install=\u0000
+org.openide.execution.compat8.AutoUpdate-Show-In-Client=false
+org.netbeans.modules.sendopts.OpenIDE-Module-Hide-Classpath-Packages=\u0000
+org.openide.filesystems.OpenIDE-Module-Hide-Classpath-Packages=\u0000
+org.openide.text.OpenIDE-Module-Layer=\u0000
+org.netbeans.modules.autoupdate.services.OpenIDE-Module-Deprecated=\u0000
+org.apache.commons.collections.OpenIDE-Module-Install=\u0000
+org.netbeans.api.io.OpenIDE-Module-Layer=\u0000
+org.netbeans.modules.editor.mimelookup.AutoUpdate-Show-In-Client=false
+cz.fidentis.MeshModel.AutoUpdate-Show-In-Client=\u0000
+org.netbeans.swing.laf.dark.AutoUpdate-Show-In-Client=false
+org.netbeans.api.scripting.OpenIDE-Module-Description=\u0000
+org.openide.text.OpenIDE-Module-Deprecated=\u0000
+org.netbeans.api.intent.OpenIDE-Module-Layer=\u0000
+org.netbeans.modules.print.AutoUpdate-Show-In-Client=false
+org.netbeans.modules.editor.mimelookup.OpenIDE-Module-Deprecated=\u0000
+org.netbeans.modules.autoupdate.services.AutoUpdate-Show-In-Client=false
+net.java.html.geo.AutoUpdate-Show-In-Client=\u0000
+org.netbeans.modules.editor.mimelookup.impl.OpenIDE-Module-Install=\u0000
+cz.fidentis.MeshModel.OpenIDE-Module-Deprecated=\u0000
+org.netbeans.swing.outline.OpenIDE-Module-Layer=\u0000
+org.netbeans.swing.laf.dark.OpenIDE-Module-Deprecated=\u0000
+org.netbeans.modules.core.kit.OpenIDE-Module-Description=\u0000
+org.openide.text.AutoUpdate-Show-In-Client=false
+org.netbeans.core.nativeaccess.AutoUpdate-Show-In-Client=false
diff --git a/all-layers.dat b/all-layers.dat
new file mode 100644
index 0000000000000000000000000000000000000000..26648ca5a1af9dba575990a6aeb45c3b34403f59
Binary files /dev/null and b/all-layers.dat differ
diff --git a/all-local-layers.dat b/all-local-layers.dat
new file mode 100644
index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391
diff --git a/all-manifests.dat b/all-manifests.dat
new file mode 100644
index 0000000000000000000000000000000000000000..19d62eef2cc3285569b8842a045e13f5b6642216
Binary files /dev/null and b/all-manifests.dat differ
diff --git a/all-modules.dat b/all-modules.dat
new file mode 100644
index 0000000000000000000000000000000000000000..9e2fda10cd2d8356cb687653da0825cfec14d45f
Binary files /dev/null and b/all-modules.dat differ
diff --git a/all-resources.dat b/all-resources.dat
new file mode 100644
index 0000000000000000000000000000000000000000..4cb52d67f41fa5862424b233f7b60f83cbd2d419
Binary files /dev/null and b/all-resources.dat differ
diff --git a/lastModified/all-checksum.txt b/lastModified/all-checksum.txt
new file mode 100644
index 0000000000000000000000000000000000000000..039ef85a741182f7886091d3b10e8fb9d6fc6dad
--- /dev/null
+++ b/lastModified/all-checksum.txt
@@ -0,0 +1,11 @@
+platform=1619616512249
+cluster.fidentisanalyst=1619616512249
+cluster.platform=1619616512249
+cluster.java=1619616512249
+cluster.extra=1619616512249
+user=1619616512249
+crc=7
+locale=cs_CZ
+branding=fidentisanalyst
+java.version=11.0.9
+java.vm.version=11.0.9+7-LTS
diff --git a/localeVariants b/localeVariants
new file mode 100644
index 0000000000000000000000000000000000000000..3af7b28d7b15367555bbe764c73fb4ef13493edb
Binary files /dev/null and b/localeVariants differ
diff --git a/netigso-bundles b/netigso-bundles
new file mode 100644
index 0000000000000000000000000000000000000000..cb55cd2e5f87130470526632dcc75d1ef9c62765
--- /dev/null
+++ b/netigso-bundles
@@ -0,0 +1,130 @@
+#Wed Apr 28 15:28:58 CEST 2021
+org.netbeans.modules.masterfs.macosx=
+org.netbeans.modules.core.kit=
+org.netbeans.libs.junit4=
+org.netbeans.libs.junit5=
+org.netbeans.swing.plaf=
+org.netbeans.modules.autoupdate.services=
+cz.fidentis.MeshModel=
+cz.fidentis.Renderer=
+org.netbeans.core.network=
+org.netbeans.modules.options.api=
+org.netbeans.api.search=
+org.openide.modules=
+org.netbeans.modules.masterfs.windows=
+org.openide.filesystems.nb=
+org.netbeans.modules.keyring=
+org.netbeans.core.windows=
+org.netbeans.api.templates=
+org.netbeans.swing.laf.flatlaf=
+org.openide.util.lookup=
+org.netbeans.modules.masterfs.nio2=
+org.netbeans.modules.autoupdate.cli=
+org.netbeans.modules.uihandler=
+org.netbeans.api.annotations.common=
+org.netbeans.modules.janitor=
+javax.vecmath=/maven/,javax.vecmath,javax,/maven/javax.vecmath/vecmath/pom.properties,/maven/javax.vecmath/vecmath/pom.xml,/maven/javax.vecmath/vecmath/,/MANIFEST.MF,/maven/javax.vecmath/,/
+org.netbeans.modules.templatesui=
+org.netbeans.core.output2=
+org.netbeans.core.netigso=
+org.netbeans.libs.jna.platform=
+org.netbeans.bootstrap=
+org.openide.execution=
+org.netbeans.modules.print=
+org.objectweb.asm.tree.analysis=
+org.apache.commons.io=
+org.openide.util=
+org.netbeans.spi.quicksearch=
+org.apache.commons.collections=org.apache.commons,/maven/,org.apache.commons.collections.comparators,/maven/commons-collections/commons-collections/pom.properties,org,org.apache.commons.collections.list,org.apache.commons.collections.bag,org.apache.commons.collections.buffer,/LICENSE.txt,/MANIFEST.MF,/maven/commons-collections/commons-collections/pom.xml,/,org.apache.commons.collections,org.apache.commons.collections.functors,/NOTICE.txt,org.apache.commons.collections.bidimap,org.apache.commons.collections.keyvalue,org.apache.commons.collections.set,/maven/commons-collections/commons-collections/,/maven/commons-collections/,org.apache.commons.collections.collection,org.apache.commons.collections.map,org.apache,org.apache.commons.collections.iterators
+org.netbeans.modules.spi.actions=
+org.openide.windows=
+org.apache.commons.logging=org.apache.commons,/maven/,org,/maven/commons-logging/commons-logging/pom.xml,/maven/commons-logging/commons-logging/,/LICENSE.txt,/MANIFEST.MF,/,/maven/commons-logging/,org.apache.commons.logging,/NOTICE.txt,/maven/commons-logging/commons-logging/pom.properties,org.apache.commons.logging.impl,org.apache
+cz.fidentis.Comparison=
+org.apache.commons.codec=
+org.netbeans.modules.autoupdate.ui=
+org.netbeans.modules.sampler=
+org.netbeans.core.io.ui=
+org.netbeans.html.xhr4j=
+org.netbeans.api.progress.compat8=
+org.openide.dialogs=
+org.netbeans.modules.templates=
+org.openide.awt=
+org.openide.util.enumerations=
+checker_qual=
+org.openide.actions=
+org.openide.compat=
+org.netbeans.api.io=
+org.openide.loaders=
+org.netbeans.api.intent=
+org.openide.nodes=
+org.netbeans.modules.keyring.fallback=
+org.netbeans.swing.outline=
+org.apache.commons.commons_collections4=org.apache.commons,/maven/org.apache.commons/commons-collections4/,org.apache.commons.collections4.functors,org.apache.commons.collections4.collection,org.apache.commons.collections4.queue,org.apache.commons.collections4.multimap,org.apache.commons.collections4.properties,org.apache.commons.collections4.bidimap,org.apache.commons.collections4.trie.analyzer,/maven/org.apache.commons/commons-collections4/pom.xml,org.apache.commons.collections4.bag,org.apache.commons.collections4.multiset,/maven/org.apache.commons/,org.apache.commons.collections4.comparators,org.apache.commons.collections4.iterators,org.apache.commons.collections4.set,/maven/,/maven/org.apache.commons/commons-collections4/pom.properties,org,org.apache.commons.collections4,org.apache.commons.collections4.map,org.apache.commons.collections4.sequence,org.apache.commons.collections4.splitmap,org.apache.commons.collections4.keyvalue,/LICENSE.txt,/MANIFEST.MF,/,/NOTICE.txt,org.apache,org.apache.commons.collections4.list,org.apache.commons.collections4.trie
+org.apache.commons.commons_beanutils=org.apache.commons,org.apache.commons.beanutils,/maven/,org,org.apache.commons.beanutils.locale.converters,/maven/commons-beanutils/commons-beanutils/pom.xml,/maven/commons-beanutils/,/maven/commons-beanutils/commons-beanutils/,/LICENSE.txt,/MANIFEST.MF,/,/maven/commons-beanutils/commons-beanutils/pom.properties,/NOTICE.txt,org.apache.commons.beanutils.locale,org.apache.commons.beanutils.expression,org.apache.commons.beanutils.converters,org.apache
+org.netbeans.api.progress.nb=
+org.openide.io=
+net.java.html.sound=
+org.netbeans.api.progress=
+org.openide.util.ui=
+com.google.guava.failureaccess=/maven/,com,com.google,/maven/com.google.guava/failureaccess/pom.xml,com.google.common.util.concurrent,/maven/com.google.guava/,/maven/com.google.guava/failureaccess/pom.properties,com.google.common,/MANIFEST.MF,/maven/com.google.guava/failureaccess/,/,com.google.common.util,com.google.common.util.concurrent.internal
+net.java.html.geo=
+org.netbeans.libs.testng=
+org.openide.util.ui.svg=
+org.netbeans.libs.javafx=
+org.openide.text=
+org.netbeans.libs.asm=
+org.netbeans.libs.flatlaf=
+org.netbeans.libs.osgi=
+com.opencsv=com,org.apache.commons.beanutils,/maven/com.opencsv/opencsv/pom.properties,com.opencsv.bean.concurrent,mustMatchRegex_de.properties,convertGermanToBoolean.properties,com.opencsv.stream.reader,opencsv_en.properties,com.opencsv.bean.exceptionhandler,com.opencsv.processor,com.opencsv.bean.comparator,convertGermanToBoolean_pt_BR.properties,com.opencsv.exceptions",convertGermanToBoolean_de.properties,com.opencsv.validators",org.apache.commons.beanutils.locale,com.opencsv,com.opencsv.validators,com.opencsv.bean.util,com.opencsv.bean.processor,/maven/com.opencsv/opencsv/,opencsv_pt_BR.properties,com.opencsv.bean,/maven/,mustMatchRegex_pt_BR.properties,opencsv_de.properties,convertGermanToBoolean_fr.properties,mustMatchRegex.properties,convertGermanToBoolean_en.properties,com.opencsv.stream,opencsv.properties,/MANIFEST.MF,/,mustMatchRegex_en.properties,com.opencsv.bean.customconverter,com.opencsv.enums,mustMatchRegex_fr.properties,opencsv_fr.properties,com.opencsv.exceptions,/maven/com.opencsv/,com.opencsv.bean.function,com.opencsv.bean.validators,org.apache.commons.collections4",/maven/com.opencsv/opencsv/pom.xml
+org.jsr_305=javax.annotation,/maven/,/maven/com.google.code.findbugs/jsr305/,javax,/maven/com.google.code.findbugs/,/maven/com.google.code.findbugs/jsr305/pom.xml,javax.annotation.meta,/maven/com.google.code.findbugs/jsr305/pom.properties,/MANIFEST.MF,javax.annotation.concurrent,/
+org.netbeans.modules.masterfs.linux=
+org.netbeans.modules.favorites=
+org.netbeans.modules.options.keymap=
+net.java.html.json=
+org.netbeans.core.startup=
+cz.fidentis.analyst.gui=
+org.netbeans.modules.queries=
+org.netbeans.core.execution=
+org.netbeans.modules.editor.mimelookup=
+org.netbeans.core=
+org.netbeans.swing.laf.dark=
+org.netbeans.modules.sendopts=
+net.java.html.boot=
+net.java.html.boot.script=
+org.netbeans.libs.felix=
+org.apache.commons.commons_text=org.apache.commons,/maven/,/maven/org.apache.commons/commons-text/,org,org.apache.commons.text.lookup,org.apache.commons.text.io,org.apache.commons.text.similarity,/LICENSE.txt,/MANIFEST.MF,/,/NOTICE.txt,org.apache.commons.text.matcher,/maven/org.apache.commons/commons-text/pom.properties,org.apache.commons.text.diff,org.apache.commons.text.translate,/maven/org.apache.commons/,/maven/org.apache.commons/commons-text/pom.xml,org.apache.commons.text,org.apache
+org.netbeans.modules.progress.ui=
+org.netbeans.modules.junitlib=
+org.netbeans.core.nativeaccess=
+org.netbeans.modules.masterfs.ui=
+com.google.guava=com,com.google.common.util.concurrent",com.google.common.reflect,com.google.common.escape",com.google.common.html,com.google.common.util.concurrent,com.google.common.net,com.google.common.util,com.google.common.base.internal,com.google.common.eventbus,com.google.common.collect,/maven/,com.google,/maven/com.google.guava/guava/pom.xml,com.google.common.annotations,com.google.common.base,com.google.common.graph,com.google.common.hash,com.google.common.hash",com.google.common.escape,com.google.common.io",com.google.thirdparty.publicsuffix,/maven/com.google.guava/,com.google.common,com.google.common.math,/MANIFEST.MF,/,com.google.common.primitives,com.google.common.cache,com.google.thirdparty,com.google.common.xml,com.google.common.io,/maven/com.google.guava/guava/,/maven/com.google.guava/guava/pom.properties,com.google.common.util.concurrent.internal"
+org.netbeans.core.multiview=
+org.netbeans.modules.settings=
+net.java.html.boot.fx=
+org.netbeans.api.visual=
+org.netbeans.modules.masterfs=
+org.openide.options=
+org.netbeans.modules.keyring.impl=
+org.netbeans.lib.uihandler=
+cz.fidentis.FIDENTIS.Analyst.branding=
+net.java.html=
+org.openide.explorer=
+org.openide.filesystems.compat8=
+org.netbeans.modules.applemenu=
+org.netbeans.core.multitabs=
+org.netbeans.modules.editor.mimelookup.impl=
+org.openide.filesystems=
+org.netbeans.api.scripting=
+org.netbeans.core.osgi=
+org.netbeans.libs.batik.read=
+org.netbeans.api.htmlui=
+org.netbeans.modules.netbinox=
+org.netbeans.swing.tabcontrol=
+org.netbeans.libs.jna=
+org.netbeans.core.ui=
+org.netbeans.html.ko4j=
+org.apache.commons.lang3=org.apache.commons,org.apache.commons.lang3.builder,org.apache.commons.lang3.arch,org.apache.commons.lang3.event,org.apache.commons.lang3.concurrent,/maven/org.apache.commons/commons-lang3/pom.xml,org.apache.commons.lang3.exception,org.apache.commons.lang3.compare,org.apache.commons.lang3.text,/maven/org.apache.commons/,/maven/org.apache.commons/commons-lang3/pom.properties,org.apache.commons.lang3.stream,/maven/,org,org.apache.commons.lang3.text.translate,org.apache.commons.lang3.function,org.apache.commons.lang3.concurrent.locks,org.apache.commons.lang3.tuple,/LICENSE.txt,/MANIFEST.MF,org.apache.commons.lang3.mutable,/,org.apache.commons.lang3.math,/maven/org.apache.commons/commons-lang3/,/NOTICE.txt,org.apache.commons.lang3,org.apache.commons.lang3.time,org.apache.commons.lang3.reflect,org.apache
+org.netbeans.core.startup.base=
+org.netbeans.modules.javahelp=
+org.openide.execution.compat8=
+org.netbeans.libs.jsr223=
diff --git a/netigso/bundle0/bundle.id b/netigso/bundle0/bundle.id
new file mode 100644
index 0000000000000000000000000000000000000000..69226f7293aa543649b73a6ed3264cddabfcd8c1
--- /dev/null
+++ b/netigso/bundle0/bundle.id
@@ -0,0 +1 @@
+92
\ No newline at end of file
diff --git a/netigso/bundle0/last.java.version b/netigso/bundle0/last.java.version
new file mode 100644
index 0000000000000000000000000000000000000000..b4de3947675361a7770d29b8982c407b0ec6b2a0
--- /dev/null
+++ b/netigso/bundle0/last.java.version
@@ -0,0 +1 @@
+11
diff --git a/netigso/bundle1/bundle.info b/netigso/bundle1/bundle.info
new file mode 100644
index 0000000000000000000000000000000000000000..bcab8ccd290078811a15e4809c71c9f437eef7c9
--- /dev/null
+++ b/netigso/bundle1/bundle.info
@@ -0,0 +1,6 @@
+1
+netigso://org.netbeans.libs.jna.platform
+2
+1
+1619616525015
+0
diff --git a/netigso/bundle1/version0.0/bundle.jar b/netigso/bundle1/version0.0/bundle.jar
new file mode 100644
index 0000000000000000000000000000000000000000..2604ba358ab4673e3cf3b0ecf2fccf4ef45a97ec
Binary files /dev/null and b/netigso/bundle1/version0.0/bundle.jar differ
diff --git a/netigso/bundle1/version0.0/revision.location b/netigso/bundle1/version0.0/revision.location
new file mode 100644
index 0000000000000000000000000000000000000000..3b4e50842a8763b05f31e950f5f27a6905a3b09b
--- /dev/null
+++ b/netigso/bundle1/version0.0/revision.location
@@ -0,0 +1 @@
+inputstream:
\ No newline at end of file
diff --git a/netigso/bundle10/bundle.info b/netigso/bundle10/bundle.info
new file mode 100644
index 0000000000000000000000000000000000000000..e02190f2138df824bd75b43758da2f4bd156cdef
--- /dev/null
+++ b/netigso/bundle10/bundle.info
@@ -0,0 +1,6 @@
+10
+netigso://org.openide.options
+2
+1
+1619616525035
+0
diff --git a/netigso/bundle10/version0.0/bundle.jar b/netigso/bundle10/version0.0/bundle.jar
new file mode 100644
index 0000000000000000000000000000000000000000..64322f6bef3772e020b54a0e335814520cf20243
Binary files /dev/null and b/netigso/bundle10/version0.0/bundle.jar differ
diff --git a/netigso/bundle10/version0.0/revision.location b/netigso/bundle10/version0.0/revision.location
new file mode 100644
index 0000000000000000000000000000000000000000..3b4e50842a8763b05f31e950f5f27a6905a3b09b
--- /dev/null
+++ b/netigso/bundle10/version0.0/revision.location
@@ -0,0 +1 @@
+inputstream:
\ No newline at end of file
diff --git a/netigso/bundle11/bundle.info b/netigso/bundle11/bundle.info
new file mode 100644
index 0000000000000000000000000000000000000000..4c73835db9ad86845aae02f3eddd5e91525b14a4
--- /dev/null
+++ b/netigso/bundle11/bundle.info
@@ -0,0 +1,6 @@
+11
+netigso://org.netbeans.api.annotations.common
+2
+1
+1619616525035
+0
diff --git a/netigso/bundle11/version0.0/bundle.jar b/netigso/bundle11/version0.0/bundle.jar
new file mode 100644
index 0000000000000000000000000000000000000000..ab7bb5fd7e95c04de1e45d6fe1fbd1b7bf3401ba
Binary files /dev/null and b/netigso/bundle11/version0.0/bundle.jar differ
diff --git a/netigso/bundle11/version0.0/revision.location b/netigso/bundle11/version0.0/revision.location
new file mode 100644
index 0000000000000000000000000000000000000000..3b4e50842a8763b05f31e950f5f27a6905a3b09b
--- /dev/null
+++ b/netigso/bundle11/version0.0/revision.location
@@ -0,0 +1 @@
+inputstream:
\ No newline at end of file
diff --git a/netigso/bundle12/bundle.info b/netigso/bundle12/bundle.info
new file mode 100644
index 0000000000000000000000000000000000000000..b580b31a4df5ed185f32a4a6f052ecf4251a56ef
--- /dev/null
+++ b/netigso/bundle12/bundle.info
@@ -0,0 +1,6 @@
+12
+netigso://org.openide.execution
+2
+1
+1619616525036
+0
diff --git a/netigso/bundle12/version0.0/bundle.jar b/netigso/bundle12/version0.0/bundle.jar
new file mode 100644
index 0000000000000000000000000000000000000000..1deae696eb63735636eb50f383182f36ae9099f9
Binary files /dev/null and b/netigso/bundle12/version0.0/bundle.jar differ
diff --git a/netigso/bundle12/version0.0/revision.location b/netigso/bundle12/version0.0/revision.location
new file mode 100644
index 0000000000000000000000000000000000000000..3b4e50842a8763b05f31e950f5f27a6905a3b09b
--- /dev/null
+++ b/netigso/bundle12/version0.0/revision.location
@@ -0,0 +1 @@
+inputstream:
\ No newline at end of file
diff --git a/netigso/bundle13/bundle.info b/netigso/bundle13/bundle.info
new file mode 100644
index 0000000000000000000000000000000000000000..a719f45fa8374a5f5cf60b0b61539a55708e38d3
--- /dev/null
+++ b/netigso/bundle13/bundle.info
@@ -0,0 +1,6 @@
+13
+netigso://org.netbeans.api.progress.nb
+2
+1
+1619616525037
+0
diff --git a/netigso/bundle13/version0.0/bundle.jar b/netigso/bundle13/version0.0/bundle.jar
new file mode 100644
index 0000000000000000000000000000000000000000..6cfd4e44ae73361549f5d13355ac0c6e11edb40e
Binary files /dev/null and b/netigso/bundle13/version0.0/bundle.jar differ
diff --git a/netigso/bundle13/version0.0/revision.location b/netigso/bundle13/version0.0/revision.location
new file mode 100644
index 0000000000000000000000000000000000000000..3b4e50842a8763b05f31e950f5f27a6905a3b09b
--- /dev/null
+++ b/netigso/bundle13/version0.0/revision.location
@@ -0,0 +1 @@
+inputstream:
\ No newline at end of file
diff --git a/netigso/bundle14/bundle.info b/netigso/bundle14/bundle.info
new file mode 100644
index 0000000000000000000000000000000000000000..90a8114f2b4186684f7f818cb3680713b3ddf145
--- /dev/null
+++ b/netigso/bundle14/bundle.info
@@ -0,0 +1,6 @@
+14
+netigso://org.openide.io
+2
+1
+1619616525038
+0
diff --git a/netigso/bundle14/version0.0/bundle.jar b/netigso/bundle14/version0.0/bundle.jar
new file mode 100644
index 0000000000000000000000000000000000000000..9d32f33efc1748cee692c26d6f7bb15e3bd0cf63
Binary files /dev/null and b/netigso/bundle14/version0.0/bundle.jar differ
diff --git a/netigso/bundle14/version0.0/revision.location b/netigso/bundle14/version0.0/revision.location
new file mode 100644
index 0000000000000000000000000000000000000000..3b4e50842a8763b05f31e950f5f27a6905a3b09b
--- /dev/null
+++ b/netigso/bundle14/version0.0/revision.location
@@ -0,0 +1 @@
+inputstream:
\ No newline at end of file
diff --git a/netigso/bundle15/bundle.info b/netigso/bundle15/bundle.info
new file mode 100644
index 0000000000000000000000000000000000000000..374c567e1103e6b5955d319a577a33fa88048f6c
--- /dev/null
+++ b/netigso/bundle15/bundle.info
@@ -0,0 +1,6 @@
+15
+netigso://org.openide.modules
+2
+1
+1619616525038
+0
diff --git a/netigso/bundle15/version0.0/bundle.jar b/netigso/bundle15/version0.0/bundle.jar
new file mode 100644
index 0000000000000000000000000000000000000000..e2895bd5e2f22cf05d2f91b6a324017915bef1de
Binary files /dev/null and b/netigso/bundle15/version0.0/bundle.jar differ
diff --git a/netigso/bundle15/version0.0/revision.location b/netigso/bundle15/version0.0/revision.location
new file mode 100644
index 0000000000000000000000000000000000000000..3b4e50842a8763b05f31e950f5f27a6905a3b09b
--- /dev/null
+++ b/netigso/bundle15/version0.0/revision.location
@@ -0,0 +1 @@
+inputstream:
\ No newline at end of file
diff --git a/netigso/bundle16/bundle.info b/netigso/bundle16/bundle.info
new file mode 100644
index 0000000000000000000000000000000000000000..ba8953bf0abd5fb079c2e7abc870d90ac383efa3
--- /dev/null
+++ b/netigso/bundle16/bundle.info
@@ -0,0 +1,6 @@
+16
+netigso://org.netbeans.api.io
+2
+1
+1619616525039
+0
diff --git a/netigso/bundle16/version0.0/bundle.jar b/netigso/bundle16/version0.0/bundle.jar
new file mode 100644
index 0000000000000000000000000000000000000000..bb3075b18debb1d620206a708638eb3d8ca03b29
Binary files /dev/null and b/netigso/bundle16/version0.0/bundle.jar differ
diff --git a/netigso/bundle16/version0.0/revision.location b/netigso/bundle16/version0.0/revision.location
new file mode 100644
index 0000000000000000000000000000000000000000..3b4e50842a8763b05f31e950f5f27a6905a3b09b
--- /dev/null
+++ b/netigso/bundle16/version0.0/revision.location
@@ -0,0 +1 @@
+inputstream:
\ No newline at end of file
diff --git a/netigso/bundle17/bundle.info b/netigso/bundle17/bundle.info
new file mode 100644
index 0000000000000000000000000000000000000000..1ff6a779fe3323c9ad1670556a0292156aea985f
--- /dev/null
+++ b/netigso/bundle17/bundle.info
@@ -0,0 +1,6 @@
+17
+reference:file:/home/oslejsek/GIT/HCI/analyst2/application/target/fidentisanalyst/fidentisanalyst/modules/com-opencsv.jar
+32
+1
+1619616525040
+0
diff --git a/netigso/bundle17/version0.0/revision.location b/netigso/bundle17/version0.0/revision.location
new file mode 100644
index 0000000000000000000000000000000000000000..bb416ae782d6183daf09727f08a61f7c5bf4b5cf
--- /dev/null
+++ b/netigso/bundle17/version0.0/revision.location
@@ -0,0 +1 @@
+reference:file:/home/oslejsek/GIT/HCI/analyst2/application/target/fidentisanalyst/fidentisanalyst/modules/com-opencsv.jar
\ No newline at end of file
diff --git a/netigso/bundle18/bundle.info b/netigso/bundle18/bundle.info
new file mode 100644
index 0000000000000000000000000000000000000000..507138bac196402d7ef474b7e09474ed6aa19a88
--- /dev/null
+++ b/netigso/bundle18/bundle.info
@@ -0,0 +1,6 @@
+18
+netigso://org.netbeans.libs.jsr223
+2
+1
+1619616525042
+0
diff --git a/netigso/bundle18/version0.0/bundle.jar b/netigso/bundle18/version0.0/bundle.jar
new file mode 100644
index 0000000000000000000000000000000000000000..86e46b94a58f3a95f95b83d110d15b3096e8947a
Binary files /dev/null and b/netigso/bundle18/version0.0/bundle.jar differ
diff --git a/netigso/bundle18/version0.0/revision.location b/netigso/bundle18/version0.0/revision.location
new file mode 100644
index 0000000000000000000000000000000000000000..3b4e50842a8763b05f31e950f5f27a6905a3b09b
--- /dev/null
+++ b/netigso/bundle18/version0.0/revision.location
@@ -0,0 +1 @@
+inputstream:
\ No newline at end of file
diff --git a/netigso/bundle19/bundle.info b/netigso/bundle19/bundle.info
new file mode 100644
index 0000000000000000000000000000000000000000..7f5212a78dbc86afeebf3538f64c258155736178
--- /dev/null
+++ b/netigso/bundle19/bundle.info
@@ -0,0 +1,6 @@
+19
+reference:file:/home/oslejsek/GIT/HCI/analyst2/application/target/fidentisanalyst/extra/modules/com-google-guava-failureaccess.jar
+32
+1
+1619616525043
+0
diff --git a/netigso/bundle19/version0.0/revision.location b/netigso/bundle19/version0.0/revision.location
new file mode 100644
index 0000000000000000000000000000000000000000..ce27f7ab866103337692ea57ce50ee623ddf2506
--- /dev/null
+++ b/netigso/bundle19/version0.0/revision.location
@@ -0,0 +1 @@
+reference:file:/home/oslejsek/GIT/HCI/analyst2/application/target/fidentisanalyst/extra/modules/com-google-guava-failureaccess.jar
\ No newline at end of file
diff --git a/netigso/bundle2/bundle.info b/netigso/bundle2/bundle.info
new file mode 100644
index 0000000000000000000000000000000000000000..20c8a9b9e711b4d977860f697bbe49f941c0112e
--- /dev/null
+++ b/netigso/bundle2/bundle.info
@@ -0,0 +1,6 @@
+2
+netigso://org.netbeans.libs.testng
+2
+1
+1619616525018
+0
diff --git a/netigso/bundle2/version0.0/bundle.jar b/netigso/bundle2/version0.0/bundle.jar
new file mode 100644
index 0000000000000000000000000000000000000000..8742db211287337846613f39aff092b402e946d4
Binary files /dev/null and b/netigso/bundle2/version0.0/bundle.jar differ
diff --git a/netigso/bundle2/version0.0/revision.location b/netigso/bundle2/version0.0/revision.location
new file mode 100644
index 0000000000000000000000000000000000000000..3b4e50842a8763b05f31e950f5f27a6905a3b09b
--- /dev/null
+++ b/netigso/bundle2/version0.0/revision.location
@@ -0,0 +1 @@
+inputstream:
\ No newline at end of file
diff --git a/netigso/bundle20/bundle.info b/netigso/bundle20/bundle.info
new file mode 100644
index 0000000000000000000000000000000000000000..9b0a5f6da7d81ffd3c873a015da1d68fa14e37df
--- /dev/null
+++ b/netigso/bundle20/bundle.info
@@ -0,0 +1,6 @@
+20
+netigso://org.netbeans.modules.autoupdate.services
+2
+1
+1619616525044
+0
diff --git a/netigso/bundle20/version0.0/bundle.jar b/netigso/bundle20/version0.0/bundle.jar
new file mode 100644
index 0000000000000000000000000000000000000000..4846a68030f1bfe2fd1357545d5be52d4a8c39af
Binary files /dev/null and b/netigso/bundle20/version0.0/bundle.jar differ
diff --git a/netigso/bundle20/version0.0/revision.location b/netigso/bundle20/version0.0/revision.location
new file mode 100644
index 0000000000000000000000000000000000000000..3b4e50842a8763b05f31e950f5f27a6905a3b09b
--- /dev/null
+++ b/netigso/bundle20/version0.0/revision.location
@@ -0,0 +1 @@
+inputstream:
\ No newline at end of file
diff --git a/netigso/bundle21/bundle.info b/netigso/bundle21/bundle.info
new file mode 100644
index 0000000000000000000000000000000000000000..8172950f293c5dc7a6b2c90e51cff05493c17df4
--- /dev/null
+++ b/netigso/bundle21/bundle.info
@@ -0,0 +1,6 @@
+21
+netigso://org.netbeans.modules.keyring
+2
+1
+1619616525045
+0
diff --git a/netigso/bundle21/version0.0/bundle.jar b/netigso/bundle21/version0.0/bundle.jar
new file mode 100644
index 0000000000000000000000000000000000000000..836e84c8cd77dd5101af34bbc635bd822d46b989
Binary files /dev/null and b/netigso/bundle21/version0.0/bundle.jar differ
diff --git a/netigso/bundle21/version0.0/revision.location b/netigso/bundle21/version0.0/revision.location
new file mode 100644
index 0000000000000000000000000000000000000000..3b4e50842a8763b05f31e950f5f27a6905a3b09b
--- /dev/null
+++ b/netigso/bundle21/version0.0/revision.location
@@ -0,0 +1 @@
+inputstream:
\ No newline at end of file
diff --git a/netigso/bundle22/bundle.info b/netigso/bundle22/bundle.info
new file mode 100644
index 0000000000000000000000000000000000000000..bd81d710ac7ffeae13ac6fe38707fd713791dbdd
--- /dev/null
+++ b/netigso/bundle22/bundle.info
@@ -0,0 +1,6 @@
+22
+netigso://org.netbeans.modules.settings
+2
+1
+1619616525046
+0
diff --git a/netigso/bundle22/version0.0/bundle.jar b/netigso/bundle22/version0.0/bundle.jar
new file mode 100644
index 0000000000000000000000000000000000000000..a80bb955f3261e5eddd4ce60f2457c8854cc77e2
Binary files /dev/null and b/netigso/bundle22/version0.0/bundle.jar differ
diff --git a/netigso/bundle22/version0.0/revision.location b/netigso/bundle22/version0.0/revision.location
new file mode 100644
index 0000000000000000000000000000000000000000..3b4e50842a8763b05f31e950f5f27a6905a3b09b
--- /dev/null
+++ b/netigso/bundle22/version0.0/revision.location
@@ -0,0 +1 @@
+inputstream:
\ No newline at end of file
diff --git a/netigso/bundle23/bundle.info b/netigso/bundle23/bundle.info
new file mode 100644
index 0000000000000000000000000000000000000000..2553d32066bb681080e10f0405fafccf800a039d
--- /dev/null
+++ b/netigso/bundle23/bundle.info
@@ -0,0 +1,6 @@
+23
+netigso://org.netbeans.libs.junit5
+2
+1
+1619616525047
+0
diff --git a/netigso/bundle23/version0.0/bundle.jar b/netigso/bundle23/version0.0/bundle.jar
new file mode 100644
index 0000000000000000000000000000000000000000..a02ca2b5ee8387b1057dbeeea5c9150221fba945
Binary files /dev/null and b/netigso/bundle23/version0.0/bundle.jar differ
diff --git a/netigso/bundle23/version0.0/revision.location b/netigso/bundle23/version0.0/revision.location
new file mode 100644
index 0000000000000000000000000000000000000000..3b4e50842a8763b05f31e950f5f27a6905a3b09b
--- /dev/null
+++ b/netigso/bundle23/version0.0/revision.location
@@ -0,0 +1 @@
+inputstream:
\ No newline at end of file
diff --git a/netigso/bundle24/bundle.info b/netigso/bundle24/bundle.info
new file mode 100644
index 0000000000000000000000000000000000000000..7fb56fff07690eb3c989026bc652717ff92ff8ff
--- /dev/null
+++ b/netigso/bundle24/bundle.info
@@ -0,0 +1,6 @@
+24
+reference:file:/home/oslejsek/GIT/HCI/analyst2/application/target/fidentisanalyst/extra/modules/checker_qual.jar
+2
+1
+1619616525048
+0
diff --git a/netigso/bundle24/version0.0/revision.location b/netigso/bundle24/version0.0/revision.location
new file mode 100644
index 0000000000000000000000000000000000000000..8589662ec397d710c47b22dfbda5ba956fe53a82
--- /dev/null
+++ b/netigso/bundle24/version0.0/revision.location
@@ -0,0 +1 @@
+reference:file:/home/oslejsek/GIT/HCI/analyst2/application/target/fidentisanalyst/extra/modules/checker_qual.jar
\ No newline at end of file
diff --git a/netigso/bundle25/bundle.info b/netigso/bundle25/bundle.info
new file mode 100644
index 0000000000000000000000000000000000000000..11fb1c4286b650be6a5f980d4f678a428ea9ebe7
--- /dev/null
+++ b/netigso/bundle25/bundle.info
@@ -0,0 +1,6 @@
+25
+reference:file:/home/oslejsek/GIT/HCI/analyst2/application/target/fidentisanalyst/extra/modules/org-apache-commons-lang3.jar
+32
+1
+1619616525051
+0
diff --git a/netigso/bundle25/version0.0/revision.location b/netigso/bundle25/version0.0/revision.location
new file mode 100644
index 0000000000000000000000000000000000000000..99cf777767d2c7e332c18f1ce2e6430bb494aca3
--- /dev/null
+++ b/netigso/bundle25/version0.0/revision.location
@@ -0,0 +1 @@
+reference:file:/home/oslejsek/GIT/HCI/analyst2/application/target/fidentisanalyst/extra/modules/org-apache-commons-lang3.jar
\ No newline at end of file
diff --git a/netigso/bundle26/bundle.info b/netigso/bundle26/bundle.info
new file mode 100644
index 0000000000000000000000000000000000000000..8afc03e4700b8554f60392846084004bcead58e3
--- /dev/null
+++ b/netigso/bundle26/bundle.info
@@ -0,0 +1,6 @@
+26
+netigso://org.openide.text
+2
+1
+1619616525053
+0
diff --git a/netigso/bundle26/version0.0/bundle.jar b/netigso/bundle26/version0.0/bundle.jar
new file mode 100644
index 0000000000000000000000000000000000000000..5268cc796354eac683d4e9628e11847f897af68f
Binary files /dev/null and b/netigso/bundle26/version0.0/bundle.jar differ
diff --git a/netigso/bundle26/version0.0/revision.location b/netigso/bundle26/version0.0/revision.location
new file mode 100644
index 0000000000000000000000000000000000000000..3b4e50842a8763b05f31e950f5f27a6905a3b09b
--- /dev/null
+++ b/netigso/bundle26/version0.0/revision.location
@@ -0,0 +1 @@
+inputstream:
\ No newline at end of file
diff --git a/netigso/bundle27/bundle.info b/netigso/bundle27/bundle.info
new file mode 100644
index 0000000000000000000000000000000000000000..1f0f9086401841bb3f8d9c19ec5762ac63d94246
--- /dev/null
+++ b/netigso/bundle27/bundle.info
@@ -0,0 +1,6 @@
+27
+reference:file:/home/oslejsek/GIT/HCI/analyst2/application/target/fidentisanalyst/platform/modules/org-netbeans-html-xhr4j.jar
+2
+1
+1619616525054
+0
diff --git a/netigso/bundle27/version0.0/revision.location b/netigso/bundle27/version0.0/revision.location
new file mode 100644
index 0000000000000000000000000000000000000000..d5ff3da1b607f1732005319d63e6b6a1722589e0
--- /dev/null
+++ b/netigso/bundle27/version0.0/revision.location
@@ -0,0 +1 @@
+reference:file:/home/oslejsek/GIT/HCI/analyst2/application/target/fidentisanalyst/platform/modules/org-netbeans-html-xhr4j.jar
\ No newline at end of file
diff --git a/netigso/bundle28/bundle.info b/netigso/bundle28/bundle.info
new file mode 100644
index 0000000000000000000000000000000000000000..fb056998d32066597e53f192408a97e59e2441a4
--- /dev/null
+++ b/netigso/bundle28/bundle.info
@@ -0,0 +1,6 @@
+28
+reference:file:/home/oslejsek/GIT/HCI/analyst2/application/target/fidentisanalyst/extra/modules/org-apache-commons-logging.jar
+32
+1
+1619616525055
+0
diff --git a/netigso/bundle28/version0.0/revision.location b/netigso/bundle28/version0.0/revision.location
new file mode 100644
index 0000000000000000000000000000000000000000..8797f09856b8df3dac0dfafd9efe25be494b324c
--- /dev/null
+++ b/netigso/bundle28/version0.0/revision.location
@@ -0,0 +1 @@
+reference:file:/home/oslejsek/GIT/HCI/analyst2/application/target/fidentisanalyst/extra/modules/org-apache-commons-logging.jar
\ No newline at end of file
diff --git a/netigso/bundle29/bundle.info b/netigso/bundle29/bundle.info
new file mode 100644
index 0000000000000000000000000000000000000000..4920f79cb86c44cc9c88e6aa4b02c8d581523fbc
--- /dev/null
+++ b/netigso/bundle29/bundle.info
@@ -0,0 +1,6 @@
+29
+netigso://org.openide.filesystems.compat8
+2
+1
+1619616525057
+0
diff --git a/netigso/bundle29/version0.0/bundle.jar b/netigso/bundle29/version0.0/bundle.jar
new file mode 100644
index 0000000000000000000000000000000000000000..77b1142a3a1af6db2dc0790f697f8feca6a4af4a
Binary files /dev/null and b/netigso/bundle29/version0.0/bundle.jar differ
diff --git a/netigso/bundle29/version0.0/revision.location b/netigso/bundle29/version0.0/revision.location
new file mode 100644
index 0000000000000000000000000000000000000000..3b4e50842a8763b05f31e950f5f27a6905a3b09b
--- /dev/null
+++ b/netigso/bundle29/version0.0/revision.location
@@ -0,0 +1 @@
+inputstream:
\ No newline at end of file
diff --git a/netigso/bundle3/bundle.info b/netigso/bundle3/bundle.info
new file mode 100644
index 0000000000000000000000000000000000000000..7410c9c26e4e0b8b6cabc83c157e8936391691c0
--- /dev/null
+++ b/netigso/bundle3/bundle.info
@@ -0,0 +1,6 @@
+3
+netigso://org.netbeans.core.netigso
+2
+1
+1619616525026
+0
diff --git a/netigso/bundle3/version0.0/bundle.jar b/netigso/bundle3/version0.0/bundle.jar
new file mode 100644
index 0000000000000000000000000000000000000000..9e22f571d8f465843b209f30d60a3e07bf4ba99b
Binary files /dev/null and b/netigso/bundle3/version0.0/bundle.jar differ
diff --git a/netigso/bundle3/version0.0/revision.location b/netigso/bundle3/version0.0/revision.location
new file mode 100644
index 0000000000000000000000000000000000000000..3b4e50842a8763b05f31e950f5f27a6905a3b09b
--- /dev/null
+++ b/netigso/bundle3/version0.0/revision.location
@@ -0,0 +1 @@
+inputstream:
\ No newline at end of file
diff --git a/netigso/bundle30/bundle.info b/netigso/bundle30/bundle.info
new file mode 100644
index 0000000000000000000000000000000000000000..0909319c1a74ebdcd8322bf591312e9a9bb2b7e8
--- /dev/null
+++ b/netigso/bundle30/bundle.info
@@ -0,0 +1,6 @@
+30
+netigso://org.netbeans.api.scripting
+2
+1
+1619616525058
+0
diff --git a/netigso/bundle30/version0.0/bundle.jar b/netigso/bundle30/version0.0/bundle.jar
new file mode 100644
index 0000000000000000000000000000000000000000..65896f49dfde8380fba196010154d14daee07086
Binary files /dev/null and b/netigso/bundle30/version0.0/bundle.jar differ
diff --git a/netigso/bundle30/version0.0/revision.location b/netigso/bundle30/version0.0/revision.location
new file mode 100644
index 0000000000000000000000000000000000000000..3b4e50842a8763b05f31e950f5f27a6905a3b09b
--- /dev/null
+++ b/netigso/bundle30/version0.0/revision.location
@@ -0,0 +1 @@
+inputstream:
\ No newline at end of file
diff --git a/netigso/bundle31/bundle.info b/netigso/bundle31/bundle.info
new file mode 100644
index 0000000000000000000000000000000000000000..77416f0c23ce1fb996011376f3c77fcc6ae59c73
--- /dev/null
+++ b/netigso/bundle31/bundle.info
@@ -0,0 +1,6 @@
+31
+netigso://org.netbeans.swing.outline
+2
+1
+1619616525059
+0
diff --git a/netigso/bundle31/version0.0/bundle.jar b/netigso/bundle31/version0.0/bundle.jar
new file mode 100644
index 0000000000000000000000000000000000000000..11b325877deb8433ffef6a6455c35cfa345dd18d
Binary files /dev/null and b/netigso/bundle31/version0.0/bundle.jar differ
diff --git a/netigso/bundle31/version0.0/revision.location b/netigso/bundle31/version0.0/revision.location
new file mode 100644
index 0000000000000000000000000000000000000000..3b4e50842a8763b05f31e950f5f27a6905a3b09b
--- /dev/null
+++ b/netigso/bundle31/version0.0/revision.location
@@ -0,0 +1 @@
+inputstream:
\ No newline at end of file
diff --git a/netigso/bundle32/bundle.info b/netigso/bundle32/bundle.info
new file mode 100644
index 0000000000000000000000000000000000000000..6cb1b04f58f43fe31d9adc86eee2d80df649da80
--- /dev/null
+++ b/netigso/bundle32/bundle.info
@@ -0,0 +1,6 @@
+32
+reference:file:/home/oslejsek/GIT/HCI/analyst2/application/target/fidentisanalyst/extra/modules/org-apache-commons-codec.jar
+2
+1
+1619616525060
+0
diff --git a/netigso/bundle32/version0.0/revision.location b/netigso/bundle32/version0.0/revision.location
new file mode 100644
index 0000000000000000000000000000000000000000..3c293e60d839b1977a9010d3f2d9b3a992b25969
--- /dev/null
+++ b/netigso/bundle32/version0.0/revision.location
@@ -0,0 +1 @@
+reference:file:/home/oslejsek/GIT/HCI/analyst2/application/target/fidentisanalyst/extra/modules/org-apache-commons-codec.jar
\ No newline at end of file
diff --git a/netigso/bundle33/bundle.info b/netigso/bundle33/bundle.info
new file mode 100644
index 0000000000000000000000000000000000000000..71d1d229fb225b402e13a9a87d0d52438f488260
--- /dev/null
+++ b/netigso/bundle33/bundle.info
@@ -0,0 +1,6 @@
+33
+netigso://org.openide.execution.compat8
+2
+1
+1619616525063
+0
diff --git a/netigso/bundle33/version0.0/bundle.jar b/netigso/bundle33/version0.0/bundle.jar
new file mode 100644
index 0000000000000000000000000000000000000000..b7adc297f95969a52cb520b29c3c1bbe41f4a948
Binary files /dev/null and b/netigso/bundle33/version0.0/bundle.jar differ
diff --git a/netigso/bundle33/version0.0/revision.location b/netigso/bundle33/version0.0/revision.location
new file mode 100644
index 0000000000000000000000000000000000000000..3b4e50842a8763b05f31e950f5f27a6905a3b09b
--- /dev/null
+++ b/netigso/bundle33/version0.0/revision.location
@@ -0,0 +1 @@
+inputstream:
\ No newline at end of file
diff --git a/netigso/bundle34/bundle.info b/netigso/bundle34/bundle.info
new file mode 100644
index 0000000000000000000000000000000000000000..0db993568b4cdcba78d85ee166a06cb6cf2d42bf
--- /dev/null
+++ b/netigso/bundle34/bundle.info
@@ -0,0 +1,6 @@
+34
+netigso://org.netbeans.api.progress.compat8
+2
+1
+1619616525064
+0
diff --git a/netigso/bundle34/version0.0/bundle.jar b/netigso/bundle34/version0.0/bundle.jar
new file mode 100644
index 0000000000000000000000000000000000000000..46185cd7ea50b440566e28adcb6c8daf12c961cb
Binary files /dev/null and b/netigso/bundle34/version0.0/bundle.jar differ
diff --git a/netigso/bundle34/version0.0/revision.location b/netigso/bundle34/version0.0/revision.location
new file mode 100644
index 0000000000000000000000000000000000000000..3b4e50842a8763b05f31e950f5f27a6905a3b09b
--- /dev/null
+++ b/netigso/bundle34/version0.0/revision.location
@@ -0,0 +1 @@
+inputstream:
\ No newline at end of file
diff --git a/netigso/bundle35/bundle.info b/netigso/bundle35/bundle.info
new file mode 100644
index 0000000000000000000000000000000000000000..4f67930bc4240a3de9e842a488964d65293c37fe
--- /dev/null
+++ b/netigso/bundle35/bundle.info
@@ -0,0 +1,6 @@
+35
+reference:file:/home/oslejsek/GIT/HCI/analyst2/application/target/fidentisanalyst/extra/modules/org-apache-commons-commons_text.jar
+32
+1
+1619616525065
+0
diff --git a/netigso/bundle35/version0.0/revision.location b/netigso/bundle35/version0.0/revision.location
new file mode 100644
index 0000000000000000000000000000000000000000..47e3a8abcebe4bb213565ece65384ea8735f822d
--- /dev/null
+++ b/netigso/bundle35/version0.0/revision.location
@@ -0,0 +1 @@
+reference:file:/home/oslejsek/GIT/HCI/analyst2/application/target/fidentisanalyst/extra/modules/org-apache-commons-commons_text.jar
\ No newline at end of file
diff --git a/netigso/bundle36/bundle.info b/netigso/bundle36/bundle.info
new file mode 100644
index 0000000000000000000000000000000000000000..48d45a5eff0cce3c271b3f1baacbb67aafc4d635
--- /dev/null
+++ b/netigso/bundle36/bundle.info
@@ -0,0 +1,6 @@
+36
+netigso://org.netbeans.libs.flatlaf
+2
+1
+1619616525067
+0
diff --git a/netigso/bundle36/version0.0/bundle.jar b/netigso/bundle36/version0.0/bundle.jar
new file mode 100644
index 0000000000000000000000000000000000000000..ab31d978b9234e6421b0f9f749a65bf27ef84668
Binary files /dev/null and b/netigso/bundle36/version0.0/bundle.jar differ
diff --git a/netigso/bundle36/version0.0/revision.location b/netigso/bundle36/version0.0/revision.location
new file mode 100644
index 0000000000000000000000000000000000000000..3b4e50842a8763b05f31e950f5f27a6905a3b09b
--- /dev/null
+++ b/netigso/bundle36/version0.0/revision.location
@@ -0,0 +1 @@
+inputstream:
\ No newline at end of file
diff --git a/netigso/bundle37/bundle.info b/netigso/bundle37/bundle.info
new file mode 100644
index 0000000000000000000000000000000000000000..89705b670773ff613247855541735ed3ebc44140
--- /dev/null
+++ b/netigso/bundle37/bundle.info
@@ -0,0 +1,6 @@
+37
+netigso://org.openide.util.ui
+2
+1
+1619616525069
+0
diff --git a/netigso/bundle37/version0.0/bundle.jar b/netigso/bundle37/version0.0/bundle.jar
new file mode 100644
index 0000000000000000000000000000000000000000..2c1799fcd73d865fcba5a66bb5345413b1555299
Binary files /dev/null and b/netigso/bundle37/version0.0/bundle.jar differ
diff --git a/netigso/bundle37/version0.0/revision.location b/netigso/bundle37/version0.0/revision.location
new file mode 100644
index 0000000000000000000000000000000000000000..3b4e50842a8763b05f31e950f5f27a6905a3b09b
--- /dev/null
+++ b/netigso/bundle37/version0.0/revision.location
@@ -0,0 +1 @@
+inputstream:
\ No newline at end of file
diff --git a/netigso/bundle38/bundle.info b/netigso/bundle38/bundle.info
new file mode 100644
index 0000000000000000000000000000000000000000..2a9ba2e33cc75f386bcc7d13f78b9f248d048e86
--- /dev/null
+++ b/netigso/bundle38/bundle.info
@@ -0,0 +1,6 @@
+38
+netigso://org.openide.awt
+2
+1
+1619616525071
+0
diff --git a/netigso/bundle38/version0.0/bundle.jar b/netigso/bundle38/version0.0/bundle.jar
new file mode 100644
index 0000000000000000000000000000000000000000..e2effe4b4646562856a01c80c91d6b829ad286c8
Binary files /dev/null and b/netigso/bundle38/version0.0/bundle.jar differ
diff --git a/netigso/bundle38/version0.0/revision.location b/netigso/bundle38/version0.0/revision.location
new file mode 100644
index 0000000000000000000000000000000000000000..3b4e50842a8763b05f31e950f5f27a6905a3b09b
--- /dev/null
+++ b/netigso/bundle38/version0.0/revision.location
@@ -0,0 +1 @@
+inputstream:
\ No newline at end of file
diff --git a/netigso/bundle39/bundle.info b/netigso/bundle39/bundle.info
new file mode 100644
index 0000000000000000000000000000000000000000..5bca5b74faa60f037760bdb9713876d523295e70
--- /dev/null
+++ b/netigso/bundle39/bundle.info
@@ -0,0 +1,6 @@
+39
+netigso://org.netbeans.core.multiview
+2
+1
+1619616525072
+0
diff --git a/netigso/bundle39/version0.0/bundle.jar b/netigso/bundle39/version0.0/bundle.jar
new file mode 100644
index 0000000000000000000000000000000000000000..1d7da76c3cbc9b4803bc87659ccb86c57aadd4f4
Binary files /dev/null and b/netigso/bundle39/version0.0/bundle.jar differ
diff --git a/netigso/bundle39/version0.0/revision.location b/netigso/bundle39/version0.0/revision.location
new file mode 100644
index 0000000000000000000000000000000000000000..3b4e50842a8763b05f31e950f5f27a6905a3b09b
--- /dev/null
+++ b/netigso/bundle39/version0.0/revision.location
@@ -0,0 +1 @@
+inputstream:
\ No newline at end of file
diff --git a/netigso/bundle4/bundle.info b/netigso/bundle4/bundle.info
new file mode 100644
index 0000000000000000000000000000000000000000..857b347d21d824d08bfae1c689019115da94391b
--- /dev/null
+++ b/netigso/bundle4/bundle.info
@@ -0,0 +1,6 @@
+4
+netigso://org.netbeans.modules.masterfs.ui
+2
+1
+1619616525027
+0
diff --git a/netigso/bundle4/version0.0/bundle.jar b/netigso/bundle4/version0.0/bundle.jar
new file mode 100644
index 0000000000000000000000000000000000000000..80ad06f28f62ec4e65ddde52f71ed97d2ddb11a8
Binary files /dev/null and b/netigso/bundle4/version0.0/bundle.jar differ
diff --git a/netigso/bundle4/version0.0/revision.location b/netigso/bundle4/version0.0/revision.location
new file mode 100644
index 0000000000000000000000000000000000000000..3b4e50842a8763b05f31e950f5f27a6905a3b09b
--- /dev/null
+++ b/netigso/bundle4/version0.0/revision.location
@@ -0,0 +1 @@
+inputstream:
\ No newline at end of file
diff --git a/netigso/bundle40/bundle.info b/netigso/bundle40/bundle.info
new file mode 100644
index 0000000000000000000000000000000000000000..98ca6c8b9992001cc9d6b8ffb309b41b660a2e03
--- /dev/null
+++ b/netigso/bundle40/bundle.info
@@ -0,0 +1,6 @@
+40
+netigso://org.netbeans.modules.editor.mimelookup
+2
+1
+1619616525073
+0
diff --git a/netigso/bundle40/version0.0/bundle.jar b/netigso/bundle40/version0.0/bundle.jar
new file mode 100644
index 0000000000000000000000000000000000000000..86b4fdb8d8aafb7674428c1814ef6c2d7bb109a0
Binary files /dev/null and b/netigso/bundle40/version0.0/bundle.jar differ
diff --git a/netigso/bundle40/version0.0/revision.location b/netigso/bundle40/version0.0/revision.location
new file mode 100644
index 0000000000000000000000000000000000000000..3b4e50842a8763b05f31e950f5f27a6905a3b09b
--- /dev/null
+++ b/netigso/bundle40/version0.0/revision.location
@@ -0,0 +1 @@
+inputstream:
\ No newline at end of file
diff --git a/netigso/bundle41/bundle.info b/netigso/bundle41/bundle.info
new file mode 100644
index 0000000000000000000000000000000000000000..6406e4f88af13c35f2d0626c8f65dacb9c6352bf
--- /dev/null
+++ b/netigso/bundle41/bundle.info
@@ -0,0 +1,6 @@
+41
+netigso://org.netbeans.libs.javafx
+2
+1
+1619616525074
+0
diff --git a/netigso/bundle41/version0.0/bundle.jar b/netigso/bundle41/version0.0/bundle.jar
new file mode 100644
index 0000000000000000000000000000000000000000..ab3447e3231afa1b6d87d17235887b42ec38e8c3
Binary files /dev/null and b/netigso/bundle41/version0.0/bundle.jar differ
diff --git a/netigso/bundle41/version0.0/revision.location b/netigso/bundle41/version0.0/revision.location
new file mode 100644
index 0000000000000000000000000000000000000000..3b4e50842a8763b05f31e950f5f27a6905a3b09b
--- /dev/null
+++ b/netigso/bundle41/version0.0/revision.location
@@ -0,0 +1 @@
+inputstream:
\ No newline at end of file
diff --git a/netigso/bundle42/bundle.info b/netigso/bundle42/bundle.info
new file mode 100644
index 0000000000000000000000000000000000000000..af2998f0fff1f8f253c817f18af9e8720b662c12
--- /dev/null
+++ b/netigso/bundle42/bundle.info
@@ -0,0 +1,6 @@
+42
+netigso://org.openide.filesystems
+2
+1
+1619616525076
+0
diff --git a/netigso/bundle42/version0.0/bundle.jar b/netigso/bundle42/version0.0/bundle.jar
new file mode 100644
index 0000000000000000000000000000000000000000..98341c3c6290142f5067521a5aa1ddaa9ec3e6c8
Binary files /dev/null and b/netigso/bundle42/version0.0/bundle.jar differ
diff --git a/netigso/bundle42/version0.0/revision.location b/netigso/bundle42/version0.0/revision.location
new file mode 100644
index 0000000000000000000000000000000000000000..3b4e50842a8763b05f31e950f5f27a6905a3b09b
--- /dev/null
+++ b/netigso/bundle42/version0.0/revision.location
@@ -0,0 +1 @@
+inputstream:
\ No newline at end of file
diff --git a/netigso/bundle43/bundle.info b/netigso/bundle43/bundle.info
new file mode 100644
index 0000000000000000000000000000000000000000..5441e9bdaba35ed2eaa695fd7186e2fb3a8d8f91
--- /dev/null
+++ b/netigso/bundle43/bundle.info
@@ -0,0 +1,6 @@
+43
+reference:file:/home/oslejsek/GIT/HCI/analyst2/application/target/fidentisanalyst/platform/modules/net-java-html.jar
+2
+1
+1619616525078
+0
diff --git a/netigso/bundle43/version0.0/revision.location b/netigso/bundle43/version0.0/revision.location
new file mode 100644
index 0000000000000000000000000000000000000000..5923e994eec32aa65563dd351430fee04ee2b557
--- /dev/null
+++ b/netigso/bundle43/version0.0/revision.location
@@ -0,0 +1 @@
+reference:file:/home/oslejsek/GIT/HCI/analyst2/application/target/fidentisanalyst/platform/modules/net-java-html.jar
\ No newline at end of file
diff --git a/netigso/bundle44/bundle.info b/netigso/bundle44/bundle.info
new file mode 100644
index 0000000000000000000000000000000000000000..e2ae65592d8965385b62d9e0e7b7d83a65a85c7e
--- /dev/null
+++ b/netigso/bundle44/bundle.info
@@ -0,0 +1,6 @@
+44
+reference:file:/home/oslejsek/GIT/HCI/analyst2/application/target/fidentisanalyst/extra/modules/org-apache-commons-io.jar
+2
+1
+1619616525079
+0
diff --git a/netigso/bundle44/version0.0/revision.location b/netigso/bundle44/version0.0/revision.location
new file mode 100644
index 0000000000000000000000000000000000000000..dfd7b8a846b26b69712b35ef3810ac781a91a007
--- /dev/null
+++ b/netigso/bundle44/version0.0/revision.location
@@ -0,0 +1 @@
+reference:file:/home/oslejsek/GIT/HCI/analyst2/application/target/fidentisanalyst/extra/modules/org-apache-commons-io.jar
\ No newline at end of file
diff --git a/netigso/bundle45/bundle.info b/netigso/bundle45/bundle.info
new file mode 100644
index 0000000000000000000000000000000000000000..fb3299f07c0494168ad8d0370aa73df78974c958
--- /dev/null
+++ b/netigso/bundle45/bundle.info
@@ -0,0 +1,6 @@
+45
+netigso://cz.fidentis.Comparison
+2
+1
+1619616525084
+0
diff --git a/netigso/bundle45/version0.0/bundle.jar b/netigso/bundle45/version0.0/bundle.jar
new file mode 100644
index 0000000000000000000000000000000000000000..de6a10f42aaef8fe5d4c11f51b44807744a8e088
Binary files /dev/null and b/netigso/bundle45/version0.0/bundle.jar differ
diff --git a/netigso/bundle45/version0.0/revision.location b/netigso/bundle45/version0.0/revision.location
new file mode 100644
index 0000000000000000000000000000000000000000..3b4e50842a8763b05f31e950f5f27a6905a3b09b
--- /dev/null
+++ b/netigso/bundle45/version0.0/revision.location
@@ -0,0 +1 @@
+inputstream:
\ No newline at end of file
diff --git a/netigso/bundle46/bundle.info b/netigso/bundle46/bundle.info
new file mode 100644
index 0000000000000000000000000000000000000000..439b4182eba148c67e1ec576b835336c344568a7
--- /dev/null
+++ b/netigso/bundle46/bundle.info
@@ -0,0 +1,6 @@
+46
+netigso://org.openide.filesystems.nb
+2
+1
+1619616525087
+0
diff --git a/netigso/bundle46/version0.0/bundle.jar b/netigso/bundle46/version0.0/bundle.jar
new file mode 100644
index 0000000000000000000000000000000000000000..f0241a722aac1d384039e6ca97e1feee4043ba21
Binary files /dev/null and b/netigso/bundle46/version0.0/bundle.jar differ
diff --git a/netigso/bundle46/version0.0/revision.location b/netigso/bundle46/version0.0/revision.location
new file mode 100644
index 0000000000000000000000000000000000000000..3b4e50842a8763b05f31e950f5f27a6905a3b09b
--- /dev/null
+++ b/netigso/bundle46/version0.0/revision.location
@@ -0,0 +1 @@
+inputstream:
\ No newline at end of file
diff --git a/netigso/bundle47/bundle.info b/netigso/bundle47/bundle.info
new file mode 100644
index 0000000000000000000000000000000000000000..de68b7048482a446aba1fa693ae5962084e9bce3
--- /dev/null
+++ b/netigso/bundle47/bundle.info
@@ -0,0 +1,6 @@
+47
+reference:file:/home/oslejsek/GIT/HCI/analyst2/application/target/fidentisanalyst/extra/modules/net-java-html-sound.jar
+2
+1
+1619616525089
+0
diff --git a/netigso/bundle47/version0.0/revision.location b/netigso/bundle47/version0.0/revision.location
new file mode 100644
index 0000000000000000000000000000000000000000..ccb908e9b1b82b3f0c41d27189947a23f4b9a3c3
--- /dev/null
+++ b/netigso/bundle47/version0.0/revision.location
@@ -0,0 +1 @@
+reference:file:/home/oslejsek/GIT/HCI/analyst2/application/target/fidentisanalyst/extra/modules/net-java-html-sound.jar
\ No newline at end of file
diff --git a/netigso/bundle48/bundle.info b/netigso/bundle48/bundle.info
new file mode 100644
index 0000000000000000000000000000000000000000..aaa4120c1cc7f69f716b41cadef33ba25279a551
--- /dev/null
+++ b/netigso/bundle48/bundle.info
@@ -0,0 +1,6 @@
+48
+netigso://org.netbeans.modules.javahelp
+2
+1
+1619616525090
+0
diff --git a/netigso/bundle48/version0.0/bundle.jar b/netigso/bundle48/version0.0/bundle.jar
new file mode 100644
index 0000000000000000000000000000000000000000..018db561d1447795e79693568c809afaafc750e3
Binary files /dev/null and b/netigso/bundle48/version0.0/bundle.jar differ
diff --git a/netigso/bundle48/version0.0/revision.location b/netigso/bundle48/version0.0/revision.location
new file mode 100644
index 0000000000000000000000000000000000000000..3b4e50842a8763b05f31e950f5f27a6905a3b09b
--- /dev/null
+++ b/netigso/bundle48/version0.0/revision.location
@@ -0,0 +1 @@
+inputstream:
\ No newline at end of file
diff --git a/netigso/bundle49/bundle.info b/netigso/bundle49/bundle.info
new file mode 100644
index 0000000000000000000000000000000000000000..7ed30179e9703b53b3982b83e1835568ba85c41b
--- /dev/null
+++ b/netigso/bundle49/bundle.info
@@ -0,0 +1,6 @@
+49
+netigso://org.netbeans.modules.sendopts
+2
+1
+1619616525092
+0
diff --git a/netigso/bundle49/version0.0/bundle.jar b/netigso/bundle49/version0.0/bundle.jar
new file mode 100644
index 0000000000000000000000000000000000000000..bafd376ab63c3c3645fd0f0f63370e6e59fda262
Binary files /dev/null and b/netigso/bundle49/version0.0/bundle.jar differ
diff --git a/netigso/bundle49/version0.0/revision.location b/netigso/bundle49/version0.0/revision.location
new file mode 100644
index 0000000000000000000000000000000000000000..3b4e50842a8763b05f31e950f5f27a6905a3b09b
--- /dev/null
+++ b/netigso/bundle49/version0.0/revision.location
@@ -0,0 +1 @@
+inputstream:
\ No newline at end of file
diff --git a/netigso/bundle5/bundle.info b/netigso/bundle5/bundle.info
new file mode 100644
index 0000000000000000000000000000000000000000..19ccb0f98674c46135fdebe6caf72c49892cffee
--- /dev/null
+++ b/netigso/bundle5/bundle.info
@@ -0,0 +1,6 @@
+5
+reference:file:/home/oslejsek/GIT/HCI/analyst2/application/target/fidentisanalyst/platform/modules/net-java-html-json.jar
+2
+1
+1619616525028
+0
diff --git a/netigso/bundle5/version0.0/revision.location b/netigso/bundle5/version0.0/revision.location
new file mode 100644
index 0000000000000000000000000000000000000000..f3ef0b7d7ca24145c251eaa9737e83dbffec4e2a
--- /dev/null
+++ b/netigso/bundle5/version0.0/revision.location
@@ -0,0 +1 @@
+reference:file:/home/oslejsek/GIT/HCI/analyst2/application/target/fidentisanalyst/platform/modules/net-java-html-json.jar
\ No newline at end of file
diff --git a/netigso/bundle50/bundle.info b/netigso/bundle50/bundle.info
new file mode 100644
index 0000000000000000000000000000000000000000..56de79e96e64439daaf8b899fca7e3ea9a5fc3f1
--- /dev/null
+++ b/netigso/bundle50/bundle.info
@@ -0,0 +1,6 @@
+50
+netigso://org.netbeans.api.progress
+2
+1
+1619616525093
+0
diff --git a/netigso/bundle50/version0.0/bundle.jar b/netigso/bundle50/version0.0/bundle.jar
new file mode 100644
index 0000000000000000000000000000000000000000..ec3dad9604f1bbbd938439de09d97ed1e5f09863
Binary files /dev/null and b/netigso/bundle50/version0.0/bundle.jar differ
diff --git a/netigso/bundle50/version0.0/revision.location b/netigso/bundle50/version0.0/revision.location
new file mode 100644
index 0000000000000000000000000000000000000000..3b4e50842a8763b05f31e950f5f27a6905a3b09b
--- /dev/null
+++ b/netigso/bundle50/version0.0/revision.location
@@ -0,0 +1 @@
+inputstream:
\ No newline at end of file
diff --git a/netigso/bundle51/bundle.info b/netigso/bundle51/bundle.info
new file mode 100644
index 0000000000000000000000000000000000000000..ca74ebd01eaf402dac1087e38051fef403e6a5cb
--- /dev/null
+++ b/netigso/bundle51/bundle.info
@@ -0,0 +1,6 @@
+51
+netigso://org.netbeans.core.multitabs
+2
+1
+1619616525095
+0
diff --git a/netigso/bundle51/version0.0/bundle.jar b/netigso/bundle51/version0.0/bundle.jar
new file mode 100644
index 0000000000000000000000000000000000000000..aa8fd7423cf00866b9fc03aaf7edb16d98ca4550
Binary files /dev/null and b/netigso/bundle51/version0.0/bundle.jar differ
diff --git a/netigso/bundle51/version0.0/revision.location b/netigso/bundle51/version0.0/revision.location
new file mode 100644
index 0000000000000000000000000000000000000000..3b4e50842a8763b05f31e950f5f27a6905a3b09b
--- /dev/null
+++ b/netigso/bundle51/version0.0/revision.location
@@ -0,0 +1 @@
+inputstream:
\ No newline at end of file
diff --git a/netigso/bundle52/bundle.info b/netigso/bundle52/bundle.info
new file mode 100644
index 0000000000000000000000000000000000000000..e5a6bc51839af19f3eab7acfd91eb4b2c07ead4e
--- /dev/null
+++ b/netigso/bundle52/bundle.info
@@ -0,0 +1,6 @@
+52
+reference:file:/home/oslejsek/GIT/HCI/analyst2/application/target/fidentisanalyst/extra/modules/org-jsr_305.jar
+32
+1
+1619616525096
+0
diff --git a/netigso/bundle52/version0.0/revision.location b/netigso/bundle52/version0.0/revision.location
new file mode 100644
index 0000000000000000000000000000000000000000..2a65a9d732bee2d046fb3473249f04b7b2905cb5
--- /dev/null
+++ b/netigso/bundle52/version0.0/revision.location
@@ -0,0 +1 @@
+reference:file:/home/oslejsek/GIT/HCI/analyst2/application/target/fidentisanalyst/extra/modules/org-jsr_305.jar
\ No newline at end of file
diff --git a/netigso/bundle53/bundle.info b/netigso/bundle53/bundle.info
new file mode 100644
index 0000000000000000000000000000000000000000..5a06bfb17de7d63eed66071fea637882002a683e
--- /dev/null
+++ b/netigso/bundle53/bundle.info
@@ -0,0 +1,6 @@
+53
+netigso://cz.fidentis.MeshModel
+2
+1
+1619616525104
+0
diff --git a/netigso/bundle53/version0.0/bundle.jar b/netigso/bundle53/version0.0/bundle.jar
new file mode 100644
index 0000000000000000000000000000000000000000..30c10cc5f53693a2ebf6d959fff5080691804624
Binary files /dev/null and b/netigso/bundle53/version0.0/bundle.jar differ
diff --git a/netigso/bundle53/version0.0/revision.location b/netigso/bundle53/version0.0/revision.location
new file mode 100644
index 0000000000000000000000000000000000000000..3b4e50842a8763b05f31e950f5f27a6905a3b09b
--- /dev/null
+++ b/netigso/bundle53/version0.0/revision.location
@@ -0,0 +1 @@
+inputstream:
\ No newline at end of file
diff --git a/netigso/bundle54/bundle.info b/netigso/bundle54/bundle.info
new file mode 100644
index 0000000000000000000000000000000000000000..16f31f69a91bfe31e7c2987c070e77b91b8d39d8
--- /dev/null
+++ b/netigso/bundle54/bundle.info
@@ -0,0 +1,6 @@
+54
+reference:file:/home/oslejsek/GIT/HCI/analyst2/application/target/fidentisanalyst/extra/modules/org-apache-commons-collections.jar
+32
+1
+1619616525105
+0
diff --git a/netigso/bundle54/version0.0/revision.location b/netigso/bundle54/version0.0/revision.location
new file mode 100644
index 0000000000000000000000000000000000000000..e84da1a2755a110c86e5787b97453b07906408da
--- /dev/null
+++ b/netigso/bundle54/version0.0/revision.location
@@ -0,0 +1 @@
+reference:file:/home/oslejsek/GIT/HCI/analyst2/application/target/fidentisanalyst/extra/modules/org-apache-commons-collections.jar
\ No newline at end of file
diff --git a/netigso/bundle55/bundle.info b/netigso/bundle55/bundle.info
new file mode 100644
index 0000000000000000000000000000000000000000..6b1e28b30c22c3136691071aeccb94f6f45bd866
--- /dev/null
+++ b/netigso/bundle55/bundle.info
@@ -0,0 +1,6 @@
+55
+netigso://org.openide.compat
+2
+1
+1619616525107
+0
diff --git a/netigso/bundle55/version0.0/bundle.jar b/netigso/bundle55/version0.0/bundle.jar
new file mode 100644
index 0000000000000000000000000000000000000000..9c602a8e3184ead8a6afd34014a380dfb79b5715
Binary files /dev/null and b/netigso/bundle55/version0.0/bundle.jar differ
diff --git a/netigso/bundle55/version0.0/revision.location b/netigso/bundle55/version0.0/revision.location
new file mode 100644
index 0000000000000000000000000000000000000000..3b4e50842a8763b05f31e950f5f27a6905a3b09b
--- /dev/null
+++ b/netigso/bundle55/version0.0/revision.location
@@ -0,0 +1 @@
+inputstream:
\ No newline at end of file
diff --git a/netigso/bundle56/bundle.info b/netigso/bundle56/bundle.info
new file mode 100644
index 0000000000000000000000000000000000000000..dece7209017ca3d39ba17fc1e56c779f717c08cd
--- /dev/null
+++ b/netigso/bundle56/bundle.info
@@ -0,0 +1,6 @@
+56
+reference:file:/home/oslejsek/GIT/HCI/analyst2/application/target/fidentisanalyst/platform/modules/net-java-html-boot.jar
+2
+1
+1619616525108
+0
diff --git a/netigso/bundle56/version0.0/revision.location b/netigso/bundle56/version0.0/revision.location
new file mode 100644
index 0000000000000000000000000000000000000000..a5ee4127ae345d8c559dfba159790ede537224bb
--- /dev/null
+++ b/netigso/bundle56/version0.0/revision.location
@@ -0,0 +1 @@
+reference:file:/home/oslejsek/GIT/HCI/analyst2/application/target/fidentisanalyst/platform/modules/net-java-html-boot.jar
\ No newline at end of file
diff --git a/netigso/bundle57/bundle.info b/netigso/bundle57/bundle.info
new file mode 100644
index 0000000000000000000000000000000000000000..7370c70ff51728f717bb409eec2b17ca0c385db1
--- /dev/null
+++ b/netigso/bundle57/bundle.info
@@ -0,0 +1,6 @@
+57
+netigso://org.openide.util.lookup
+2
+1
+1619616525109
+0
diff --git a/netigso/bundle57/version0.0/bundle.jar b/netigso/bundle57/version0.0/bundle.jar
new file mode 100644
index 0000000000000000000000000000000000000000..6b03f059fb55b42cabf58d17ec4c54fa92711da3
Binary files /dev/null and b/netigso/bundle57/version0.0/bundle.jar differ
diff --git a/netigso/bundle57/version0.0/revision.location b/netigso/bundle57/version0.0/revision.location
new file mode 100644
index 0000000000000000000000000000000000000000..3b4e50842a8763b05f31e950f5f27a6905a3b09b
--- /dev/null
+++ b/netigso/bundle57/version0.0/revision.location
@@ -0,0 +1 @@
+inputstream:
\ No newline at end of file
diff --git a/netigso/bundle58/bundle.info b/netigso/bundle58/bundle.info
new file mode 100644
index 0000000000000000000000000000000000000000..226e61bd85d1e777d87a23c8c25fb9344a49bb76
--- /dev/null
+++ b/netigso/bundle58/bundle.info
@@ -0,0 +1,6 @@
+58
+netigso://org.netbeans.libs.batik.read
+2
+1
+1619616525110
+0
diff --git a/netigso/bundle58/version0.0/bundle.jar b/netigso/bundle58/version0.0/bundle.jar
new file mode 100644
index 0000000000000000000000000000000000000000..04b628de0315ec6b4afaa507e7d6d628c2c0d7a2
Binary files /dev/null and b/netigso/bundle58/version0.0/bundle.jar differ
diff --git a/netigso/bundle58/version0.0/revision.location b/netigso/bundle58/version0.0/revision.location
new file mode 100644
index 0000000000000000000000000000000000000000..3b4e50842a8763b05f31e950f5f27a6905a3b09b
--- /dev/null
+++ b/netigso/bundle58/version0.0/revision.location
@@ -0,0 +1 @@
+inputstream:
\ No newline at end of file
diff --git a/netigso/bundle59/bundle.info b/netigso/bundle59/bundle.info
new file mode 100644
index 0000000000000000000000000000000000000000..ced9352ea5a9957742798facf409cb9b4ae22dd7
--- /dev/null
+++ b/netigso/bundle59/bundle.info
@@ -0,0 +1,6 @@
+59
+netigso://org.netbeans.api.templates
+2
+1
+1619616525112
+0
diff --git a/netigso/bundle59/version0.0/bundle.jar b/netigso/bundle59/version0.0/bundle.jar
new file mode 100644
index 0000000000000000000000000000000000000000..3863784faa7127b26a0a97842f59bc4ad8811750
Binary files /dev/null and b/netigso/bundle59/version0.0/bundle.jar differ
diff --git a/netigso/bundle59/version0.0/revision.location b/netigso/bundle59/version0.0/revision.location
new file mode 100644
index 0000000000000000000000000000000000000000..3b4e50842a8763b05f31e950f5f27a6905a3b09b
--- /dev/null
+++ b/netigso/bundle59/version0.0/revision.location
@@ -0,0 +1 @@
+inputstream:
\ No newline at end of file
diff --git a/netigso/bundle6/bundle.info b/netigso/bundle6/bundle.info
new file mode 100644
index 0000000000000000000000000000000000000000..bec734a887e5422a348389271430d7c2828b2c20
--- /dev/null
+++ b/netigso/bundle6/bundle.info
@@ -0,0 +1,6 @@
+6
+netigso://org.netbeans.modules.options.api
+2
+1
+1619616525031
+0
diff --git a/netigso/bundle6/version0.0/bundle.jar b/netigso/bundle6/version0.0/bundle.jar
new file mode 100644
index 0000000000000000000000000000000000000000..0525b1ae39e970a5f7f8d220229db896e984704a
Binary files /dev/null and b/netigso/bundle6/version0.0/bundle.jar differ
diff --git a/netigso/bundle6/version0.0/revision.location b/netigso/bundle6/version0.0/revision.location
new file mode 100644
index 0000000000000000000000000000000000000000..3b4e50842a8763b05f31e950f5f27a6905a3b09b
--- /dev/null
+++ b/netigso/bundle6/version0.0/revision.location
@@ -0,0 +1 @@
+inputstream:
\ No newline at end of file
diff --git a/netigso/bundle60/bundle.info b/netigso/bundle60/bundle.info
new file mode 100644
index 0000000000000000000000000000000000000000..63854c77f16499d07375ac9400f19116d6c4aba0
--- /dev/null
+++ b/netigso/bundle60/bundle.info
@@ -0,0 +1,6 @@
+60
+netigso://org.netbeans.libs.osgi
+2
+1
+1619616525116
+0
diff --git a/netigso/bundle60/version0.0/bundle.jar b/netigso/bundle60/version0.0/bundle.jar
new file mode 100644
index 0000000000000000000000000000000000000000..fb4e8c8874e717a0af431937f6e6c7b35c30dd75
Binary files /dev/null and b/netigso/bundle60/version0.0/bundle.jar differ
diff --git a/netigso/bundle60/version0.0/revision.location b/netigso/bundle60/version0.0/revision.location
new file mode 100644
index 0000000000000000000000000000000000000000..3b4e50842a8763b05f31e950f5f27a6905a3b09b
--- /dev/null
+++ b/netigso/bundle60/version0.0/revision.location
@@ -0,0 +1 @@
+inputstream:
\ No newline at end of file
diff --git a/netigso/bundle61/bundle.info b/netigso/bundle61/bundle.info
new file mode 100644
index 0000000000000000000000000000000000000000..edfe9e252986c247ad54762595d97c823be83c99
--- /dev/null
+++ b/netigso/bundle61/bundle.info
@@ -0,0 +1,6 @@
+61
+netigso://org.openide.loaders
+2
+1
+1619616525118
+0
diff --git a/netigso/bundle61/version0.0/bundle.jar b/netigso/bundle61/version0.0/bundle.jar
new file mode 100644
index 0000000000000000000000000000000000000000..3aadf378da3570e2bb2676e296ea56a71e1bb4d0
Binary files /dev/null and b/netigso/bundle61/version0.0/bundle.jar differ
diff --git a/netigso/bundle61/version0.0/revision.location b/netigso/bundle61/version0.0/revision.location
new file mode 100644
index 0000000000000000000000000000000000000000..3b4e50842a8763b05f31e950f5f27a6905a3b09b
--- /dev/null
+++ b/netigso/bundle61/version0.0/revision.location
@@ -0,0 +1 @@
+inputstream:
\ No newline at end of file
diff --git a/netigso/bundle62/bundle.info b/netigso/bundle62/bundle.info
new file mode 100644
index 0000000000000000000000000000000000000000..d81a8d21e15fd861f6e02f07d3dbe6e8afb5c34f
--- /dev/null
+++ b/netigso/bundle62/bundle.info
@@ -0,0 +1,6 @@
+62
+netigso://org.netbeans.modules.autoupdate.ui
+2
+1
+1619616525119
+0
diff --git a/netigso/bundle62/version0.0/bundle.jar b/netigso/bundle62/version0.0/bundle.jar
new file mode 100644
index 0000000000000000000000000000000000000000..12d711b8c549853940cd489aae03758da3b122ef
Binary files /dev/null and b/netigso/bundle62/version0.0/bundle.jar differ
diff --git a/netigso/bundle62/version0.0/revision.location b/netigso/bundle62/version0.0/revision.location
new file mode 100644
index 0000000000000000000000000000000000000000..3b4e50842a8763b05f31e950f5f27a6905a3b09b
--- /dev/null
+++ b/netigso/bundle62/version0.0/revision.location
@@ -0,0 +1 @@
+inputstream:
\ No newline at end of file
diff --git a/netigso/bundle63/bundle.info b/netigso/bundle63/bundle.info
new file mode 100644
index 0000000000000000000000000000000000000000..23cfc9a1b25e22a6348e480228fcc7f1bb32cd94
--- /dev/null
+++ b/netigso/bundle63/bundle.info
@@ -0,0 +1,6 @@
+63
+reference:file:/home/oslejsek/GIT/HCI/analyst2/application/target/fidentisanalyst/fidentisanalyst/modules/com-google-guava.jar
+32
+1
+1619616525120
+0
diff --git a/netigso/bundle63/version0.0/revision.location b/netigso/bundle63/version0.0/revision.location
new file mode 100644
index 0000000000000000000000000000000000000000..12b9663d4cdae42e9de7bedd55a3285c9975ba1c
--- /dev/null
+++ b/netigso/bundle63/version0.0/revision.location
@@ -0,0 +1 @@
+reference:file:/home/oslejsek/GIT/HCI/analyst2/application/target/fidentisanalyst/fidentisanalyst/modules/com-google-guava.jar
\ No newline at end of file
diff --git a/netigso/bundle64/bundle.info b/netigso/bundle64/bundle.info
new file mode 100644
index 0000000000000000000000000000000000000000..deb004503e359a873cd58eadcd7a9af31184602e
--- /dev/null
+++ b/netigso/bundle64/bundle.info
@@ -0,0 +1,6 @@
+64
+netigso://org.netbeans.lib.uihandler
+2
+1
+1619616525122
+0
diff --git a/netigso/bundle64/version0.0/bundle.jar b/netigso/bundle64/version0.0/bundle.jar
new file mode 100644
index 0000000000000000000000000000000000000000..b761130d29ff3dd57df18ae95374aa8127ded217
Binary files /dev/null and b/netigso/bundle64/version0.0/bundle.jar differ
diff --git a/netigso/bundle64/version0.0/revision.location b/netigso/bundle64/version0.0/revision.location
new file mode 100644
index 0000000000000000000000000000000000000000..3b4e50842a8763b05f31e950f5f27a6905a3b09b
--- /dev/null
+++ b/netigso/bundle64/version0.0/revision.location
@@ -0,0 +1 @@
+inputstream:
\ No newline at end of file
diff --git a/netigso/bundle65/bundle.info b/netigso/bundle65/bundle.info
new file mode 100644
index 0000000000000000000000000000000000000000..7691bf19b90cd57c2febd492d51be8680b77692f
--- /dev/null
+++ b/netigso/bundle65/bundle.info
@@ -0,0 +1,6 @@
+65
+netigso://org.netbeans.libs.jna
+2
+1
+1619616525123
+0
diff --git a/netigso/bundle65/version0.0/bundle.jar b/netigso/bundle65/version0.0/bundle.jar
new file mode 100644
index 0000000000000000000000000000000000000000..a4a76fbab873dd6496b320243b17b03c06986cff
Binary files /dev/null and b/netigso/bundle65/version0.0/bundle.jar differ
diff --git a/netigso/bundle65/version0.0/revision.location b/netigso/bundle65/version0.0/revision.location
new file mode 100644
index 0000000000000000000000000000000000000000..3b4e50842a8763b05f31e950f5f27a6905a3b09b
--- /dev/null
+++ b/netigso/bundle65/version0.0/revision.location
@@ -0,0 +1 @@
+inputstream:
\ No newline at end of file
diff --git a/netigso/bundle66/bundle.info b/netigso/bundle66/bundle.info
new file mode 100644
index 0000000000000000000000000000000000000000..d13063fa96465a17043110f81a1b401c40aa5186
--- /dev/null
+++ b/netigso/bundle66/bundle.info
@@ -0,0 +1,6 @@
+66
+reference:file:/home/oslejsek/GIT/HCI/analyst2/application/target/fidentisanalyst/extra/modules/org-apache-commons-commons_beanutils.jar
+32
+1
+1619616525124
+0
diff --git a/netigso/bundle66/version0.0/revision.location b/netigso/bundle66/version0.0/revision.location
new file mode 100644
index 0000000000000000000000000000000000000000..b12c726cbaa2b22baed3443d5d5ecb5192a04f95
--- /dev/null
+++ b/netigso/bundle66/version0.0/revision.location
@@ -0,0 +1 @@
+reference:file:/home/oslejsek/GIT/HCI/analyst2/application/target/fidentisanalyst/extra/modules/org-apache-commons-commons_beanutils.jar
\ No newline at end of file
diff --git a/netigso/bundle67/bundle.info b/netigso/bundle67/bundle.info
new file mode 100644
index 0000000000000000000000000000000000000000..7166bb9d0cac6bcf4dccf8fe4f19b17210a64ab3
--- /dev/null
+++ b/netigso/bundle67/bundle.info
@@ -0,0 +1,6 @@
+67
+reference:file:/home/oslejsek/GIT/HCI/analyst2/application/target/fidentisanalyst/extra/modules/net-java-html-boot-script.jar
+2
+1
+1619616525125
+0
diff --git a/netigso/bundle67/version0.0/revision.location b/netigso/bundle67/version0.0/revision.location
new file mode 100644
index 0000000000000000000000000000000000000000..615f825989b3dd1bc655a1cf16fb33c9d76afe9a
--- /dev/null
+++ b/netigso/bundle67/version0.0/revision.location
@@ -0,0 +1 @@
+reference:file:/home/oslejsek/GIT/HCI/analyst2/application/target/fidentisanalyst/extra/modules/net-java-html-boot-script.jar
\ No newline at end of file
diff --git a/netigso/bundle68/bundle.info b/netigso/bundle68/bundle.info
new file mode 100644
index 0000000000000000000000000000000000000000..42ff568ecc21244cfd27e59e9b3df91b67fa4b3f
--- /dev/null
+++ b/netigso/bundle68/bundle.info
@@ -0,0 +1,6 @@
+68
+netigso://org.netbeans.swing.tabcontrol
+2
+1
+1619616525126
+0
diff --git a/netigso/bundle68/version0.0/bundle.jar b/netigso/bundle68/version0.0/bundle.jar
new file mode 100644
index 0000000000000000000000000000000000000000..0546c0598125b9af6edc3abfc37268caf9d8f4ec
Binary files /dev/null and b/netigso/bundle68/version0.0/bundle.jar differ
diff --git a/netigso/bundle68/version0.0/revision.location b/netigso/bundle68/version0.0/revision.location
new file mode 100644
index 0000000000000000000000000000000000000000..3b4e50842a8763b05f31e950f5f27a6905a3b09b
--- /dev/null
+++ b/netigso/bundle68/version0.0/revision.location
@@ -0,0 +1 @@
+inputstream:
\ No newline at end of file
diff --git a/netigso/bundle69/bundle.info b/netigso/bundle69/bundle.info
new file mode 100644
index 0000000000000000000000000000000000000000..6ca079d615e8e2f026f6d7674b8209fbe765fd1c
--- /dev/null
+++ b/netigso/bundle69/bundle.info
@@ -0,0 +1,6 @@
+69
+netigso://org.openide.util
+2
+1
+1619616525127
+0
diff --git a/netigso/bundle69/version0.0/bundle.jar b/netigso/bundle69/version0.0/bundle.jar
new file mode 100644
index 0000000000000000000000000000000000000000..cffbadb342d1c73e7aca6824eecdb96158e4a03f
Binary files /dev/null and b/netigso/bundle69/version0.0/bundle.jar differ
diff --git a/netigso/bundle69/version0.0/revision.location b/netigso/bundle69/version0.0/revision.location
new file mode 100644
index 0000000000000000000000000000000000000000..3b4e50842a8763b05f31e950f5f27a6905a3b09b
--- /dev/null
+++ b/netigso/bundle69/version0.0/revision.location
@@ -0,0 +1 @@
+inputstream:
\ No newline at end of file
diff --git a/netigso/bundle7/bundle.info b/netigso/bundle7/bundle.info
new file mode 100644
index 0000000000000000000000000000000000000000..62f616de9bc5c761461c57fdf0eebc6017c0b6b9
--- /dev/null
+++ b/netigso/bundle7/bundle.info
@@ -0,0 +1,6 @@
+7
+netigso://org.openide.util.enumerations
+2
+1
+1619616525032
+0
diff --git a/netigso/bundle7/version0.0/bundle.jar b/netigso/bundle7/version0.0/bundle.jar
new file mode 100644
index 0000000000000000000000000000000000000000..81fc512396fe9522419c45e7241a56e380754236
Binary files /dev/null and b/netigso/bundle7/version0.0/bundle.jar differ
diff --git a/netigso/bundle7/version0.0/revision.location b/netigso/bundle7/version0.0/revision.location
new file mode 100644
index 0000000000000000000000000000000000000000..3b4e50842a8763b05f31e950f5f27a6905a3b09b
--- /dev/null
+++ b/netigso/bundle7/version0.0/revision.location
@@ -0,0 +1 @@
+inputstream:
\ No newline at end of file
diff --git a/netigso/bundle70/bundle.info b/netigso/bundle70/bundle.info
new file mode 100644
index 0000000000000000000000000000000000000000..30b362223178ff02d2391a93ab97da68dc1b8da1
--- /dev/null
+++ b/netigso/bundle70/bundle.info
@@ -0,0 +1,6 @@
+70
+netigso://org.netbeans.modules.sampler
+2
+1
+1619616525128
+0
diff --git a/netigso/bundle70/version0.0/bundle.jar b/netigso/bundle70/version0.0/bundle.jar
new file mode 100644
index 0000000000000000000000000000000000000000..ef5d472dc5e7c8b47c0c2370a93aef517528b375
Binary files /dev/null and b/netigso/bundle70/version0.0/bundle.jar differ
diff --git a/netigso/bundle70/version0.0/revision.location b/netigso/bundle70/version0.0/revision.location
new file mode 100644
index 0000000000000000000000000000000000000000..3b4e50842a8763b05f31e950f5f27a6905a3b09b
--- /dev/null
+++ b/netigso/bundle70/version0.0/revision.location
@@ -0,0 +1 @@
+inputstream:
\ No newline at end of file
diff --git a/netigso/bundle71/bundle.info b/netigso/bundle71/bundle.info
new file mode 100644
index 0000000000000000000000000000000000000000..88e76689a96d3ecd25d1c9fb185bf0daf650c7dd
--- /dev/null
+++ b/netigso/bundle71/bundle.info
@@ -0,0 +1,6 @@
+71
+netigso://org.netbeans.api.intent
+2
+1
+1619616525129
+0
diff --git a/netigso/bundle71/version0.0/bundle.jar b/netigso/bundle71/version0.0/bundle.jar
new file mode 100644
index 0000000000000000000000000000000000000000..5f97fc738fcfa3076f89e16a4693c280ebf22ffb
Binary files /dev/null and b/netigso/bundle71/version0.0/bundle.jar differ
diff --git a/netigso/bundle71/version0.0/revision.location b/netigso/bundle71/version0.0/revision.location
new file mode 100644
index 0000000000000000000000000000000000000000..3b4e50842a8763b05f31e950f5f27a6905a3b09b
--- /dev/null
+++ b/netigso/bundle71/version0.0/revision.location
@@ -0,0 +1 @@
+inputstream:
\ No newline at end of file
diff --git a/netigso/bundle72/bundle.info b/netigso/bundle72/bundle.info
new file mode 100644
index 0000000000000000000000000000000000000000..b23fc6f468a7d29747fc8b1b30b48544259fa737
--- /dev/null
+++ b/netigso/bundle72/bundle.info
@@ -0,0 +1,6 @@
+72
+netigso://org.netbeans.modules.queries
+2
+1
+1619616525130
+0
diff --git a/netigso/bundle72/version0.0/bundle.jar b/netigso/bundle72/version0.0/bundle.jar
new file mode 100644
index 0000000000000000000000000000000000000000..0a2af0570197b306488e0aa45fbf1a03ca755fd1
Binary files /dev/null and b/netigso/bundle72/version0.0/bundle.jar differ
diff --git a/netigso/bundle72/version0.0/revision.location b/netigso/bundle72/version0.0/revision.location
new file mode 100644
index 0000000000000000000000000000000000000000..3b4e50842a8763b05f31e950f5f27a6905a3b09b
--- /dev/null
+++ b/netigso/bundle72/version0.0/revision.location
@@ -0,0 +1 @@
+inputstream:
\ No newline at end of file
diff --git a/netigso/bundle73/bundle.info b/netigso/bundle73/bundle.info
new file mode 100644
index 0000000000000000000000000000000000000000..faf0a7872bbea16cd939827b0b39e8312c8e3e75
--- /dev/null
+++ b/netigso/bundle73/bundle.info
@@ -0,0 +1,6 @@
+73
+netigso://org.openide.dialogs
+2
+1
+1619616525131
+0
diff --git a/netigso/bundle73/version0.0/bundle.jar b/netigso/bundle73/version0.0/bundle.jar
new file mode 100644
index 0000000000000000000000000000000000000000..9454ae11f8d76076162f0c19cd7c129961379758
Binary files /dev/null and b/netigso/bundle73/version0.0/bundle.jar differ
diff --git a/netigso/bundle73/version0.0/revision.location b/netigso/bundle73/version0.0/revision.location
new file mode 100644
index 0000000000000000000000000000000000000000..3b4e50842a8763b05f31e950f5f27a6905a3b09b
--- /dev/null
+++ b/netigso/bundle73/version0.0/revision.location
@@ -0,0 +1 @@
+inputstream:
\ No newline at end of file
diff --git a/netigso/bundle74/bundle.info b/netigso/bundle74/bundle.info
new file mode 100644
index 0000000000000000000000000000000000000000..a597ac13e03345615dcfc6a88f4ba308f51feb8d
--- /dev/null
+++ b/netigso/bundle74/bundle.info
@@ -0,0 +1,6 @@
+74
+reference:file:/home/oslejsek/GIT/HCI/analyst2/application/target/fidentisanalyst/platform/modules/net-java-html-boot-fx.jar
+2
+1
+1619616525131
+0
diff --git a/netigso/bundle74/version0.0/revision.location b/netigso/bundle74/version0.0/revision.location
new file mode 100644
index 0000000000000000000000000000000000000000..ea77c5d677d7f86e182e2387d40c9aab81182306
--- /dev/null
+++ b/netigso/bundle74/version0.0/revision.location
@@ -0,0 +1 @@
+reference:file:/home/oslejsek/GIT/HCI/analyst2/application/target/fidentisanalyst/platform/modules/net-java-html-boot-fx.jar
\ No newline at end of file
diff --git a/netigso/bundle75/bundle.info b/netigso/bundle75/bundle.info
new file mode 100644
index 0000000000000000000000000000000000000000..36ac4b08fd6c65db0879b8ec657facdd780c6ba4
--- /dev/null
+++ b/netigso/bundle75/bundle.info
@@ -0,0 +1,6 @@
+75
+reference:file:/home/oslejsek/GIT/HCI/analyst2/application/target/fidentisanalyst/fidentisanalyst/modules/javax-vecmath.jar
+32
+1
+1619616525133
+0
diff --git a/netigso/bundle75/version0.0/revision.location b/netigso/bundle75/version0.0/revision.location
new file mode 100644
index 0000000000000000000000000000000000000000..2b66e2f90a79681c5e365b3265acfca9e6c37743
--- /dev/null
+++ b/netigso/bundle75/version0.0/revision.location
@@ -0,0 +1 @@
+reference:file:/home/oslejsek/GIT/HCI/analyst2/application/target/fidentisanalyst/fidentisanalyst/modules/javax-vecmath.jar
\ No newline at end of file
diff --git a/netigso/bundle76/bundle.info b/netigso/bundle76/bundle.info
new file mode 100644
index 0000000000000000000000000000000000000000..045254f2ba5f382a6c5e7f44f50fe0cc0e693262
--- /dev/null
+++ b/netigso/bundle76/bundle.info
@@ -0,0 +1,6 @@
+76
+netigso://org.openide.actions
+2
+1
+1619616525134
+0
diff --git a/netigso/bundle76/version0.0/bundle.jar b/netigso/bundle76/version0.0/bundle.jar
new file mode 100644
index 0000000000000000000000000000000000000000..cc0b63e8d5c39f89222fdaa7b72208dd08143db3
Binary files /dev/null and b/netigso/bundle76/version0.0/bundle.jar differ
diff --git a/netigso/bundle76/version0.0/revision.location b/netigso/bundle76/version0.0/revision.location
new file mode 100644
index 0000000000000000000000000000000000000000..3b4e50842a8763b05f31e950f5f27a6905a3b09b
--- /dev/null
+++ b/netigso/bundle76/version0.0/revision.location
@@ -0,0 +1 @@
+inputstream:
\ No newline at end of file
diff --git a/netigso/bundle77/bundle.info b/netigso/bundle77/bundle.info
new file mode 100644
index 0000000000000000000000000000000000000000..241fc2951e6838a1d62f132ba2636132b4934686
--- /dev/null
+++ b/netigso/bundle77/bundle.info
@@ -0,0 +1,6 @@
+77
+netigso://org.openide.windows
+2
+1
+1619616525135
+0
diff --git a/netigso/bundle77/version0.0/bundle.jar b/netigso/bundle77/version0.0/bundle.jar
new file mode 100644
index 0000000000000000000000000000000000000000..6dadb797cad051c83d4641bd1eae7e7f5692f727
Binary files /dev/null and b/netigso/bundle77/version0.0/bundle.jar differ
diff --git a/netigso/bundle77/version0.0/revision.location b/netigso/bundle77/version0.0/revision.location
new file mode 100644
index 0000000000000000000000000000000000000000..3b4e50842a8763b05f31e950f5f27a6905a3b09b
--- /dev/null
+++ b/netigso/bundle77/version0.0/revision.location
@@ -0,0 +1 @@
+inputstream:
\ No newline at end of file
diff --git a/netigso/bundle78/bundle.info b/netigso/bundle78/bundle.info
new file mode 100644
index 0000000000000000000000000000000000000000..17d7ad95fa140f9c8ca1caa4a3f178ad58e9f007
--- /dev/null
+++ b/netigso/bundle78/bundle.info
@@ -0,0 +1,6 @@
+78
+reference:file:/home/oslejsek/GIT/HCI/analyst2/application/target/fidentisanalyst/platform/modules/org-netbeans-html-ko4j.jar
+2
+1
+1619616525135
+0
diff --git a/netigso/bundle78/version0.0/revision.location b/netigso/bundle78/version0.0/revision.location
new file mode 100644
index 0000000000000000000000000000000000000000..b39d9ee1f2020b2bff36b25949895568ac9c0327
--- /dev/null
+++ b/netigso/bundle78/version0.0/revision.location
@@ -0,0 +1 @@
+reference:file:/home/oslejsek/GIT/HCI/analyst2/application/target/fidentisanalyst/platform/modules/org-netbeans-html-ko4j.jar
\ No newline at end of file
diff --git a/netigso/bundle79/bundle.info b/netigso/bundle79/bundle.info
new file mode 100644
index 0000000000000000000000000000000000000000..4b85ed7de0469c0d687c9d5b2cdcf8f88bc722f6
--- /dev/null
+++ b/netigso/bundle79/bundle.info
@@ -0,0 +1,6 @@
+79
+netigso://org.netbeans.api.htmlui
+2
+1
+1619616525137
+0
diff --git a/netigso/bundle79/version0.0/bundle.jar b/netigso/bundle79/version0.0/bundle.jar
new file mode 100644
index 0000000000000000000000000000000000000000..dd2e8fce6217014f5c4520a0386f2db486ee1836
Binary files /dev/null and b/netigso/bundle79/version0.0/bundle.jar differ
diff --git a/netigso/bundle79/version0.0/revision.location b/netigso/bundle79/version0.0/revision.location
new file mode 100644
index 0000000000000000000000000000000000000000..3b4e50842a8763b05f31e950f5f27a6905a3b09b
--- /dev/null
+++ b/netigso/bundle79/version0.0/revision.location
@@ -0,0 +1 @@
+inputstream:
\ No newline at end of file
diff --git a/netigso/bundle8/bundle.info b/netigso/bundle8/bundle.info
new file mode 100644
index 0000000000000000000000000000000000000000..33cf160e380a94ed383a556d91b5afe9977ded8a
--- /dev/null
+++ b/netigso/bundle8/bundle.info
@@ -0,0 +1,6 @@
+8
+netigso://org.netbeans.modules.print
+2
+1
+1619616525033
+0
diff --git a/netigso/bundle8/version0.0/bundle.jar b/netigso/bundle8/version0.0/bundle.jar
new file mode 100644
index 0000000000000000000000000000000000000000..c1ea62d24f9e45cb87c54868f047c052141de359
Binary files /dev/null and b/netigso/bundle8/version0.0/bundle.jar differ
diff --git a/netigso/bundle8/version0.0/revision.location b/netigso/bundle8/version0.0/revision.location
new file mode 100644
index 0000000000000000000000000000000000000000..3b4e50842a8763b05f31e950f5f27a6905a3b09b
--- /dev/null
+++ b/netigso/bundle8/version0.0/revision.location
@@ -0,0 +1 @@
+inputstream:
\ No newline at end of file
diff --git a/netigso/bundle80/bundle.info b/netigso/bundle80/bundle.info
new file mode 100644
index 0000000000000000000000000000000000000000..107b1135718ff1578dda962201f0393ddfc52980
--- /dev/null
+++ b/netigso/bundle80/bundle.info
@@ -0,0 +1,6 @@
+80
+netigso://org.netbeans.modules.netbinox
+2
+1
+1619616525137
+0
diff --git a/netigso/bundle80/version0.0/bundle.jar b/netigso/bundle80/version0.0/bundle.jar
new file mode 100644
index 0000000000000000000000000000000000000000..52590100cb74ea2223993c5058f07c69db86ecc3
Binary files /dev/null and b/netigso/bundle80/version0.0/bundle.jar differ
diff --git a/netigso/bundle80/version0.0/revision.location b/netigso/bundle80/version0.0/revision.location
new file mode 100644
index 0000000000000000000000000000000000000000..3b4e50842a8763b05f31e950f5f27a6905a3b09b
--- /dev/null
+++ b/netigso/bundle80/version0.0/revision.location
@@ -0,0 +1 @@
+inputstream:
\ No newline at end of file
diff --git a/netigso/bundle81/bundle.info b/netigso/bundle81/bundle.info
new file mode 100644
index 0000000000000000000000000000000000000000..293abedc260f0a7ff311c1dcdddd8a287d3b36a8
--- /dev/null
+++ b/netigso/bundle81/bundle.info
@@ -0,0 +1,6 @@
+81
+netigso://org.netbeans.libs.asm
+2
+1
+1619616525138
+0
diff --git a/netigso/bundle81/version0.0/bundle.jar b/netigso/bundle81/version0.0/bundle.jar
new file mode 100644
index 0000000000000000000000000000000000000000..aede0c8016394b2df0c9b3a3bc53ccf31c5f6c7d
Binary files /dev/null and b/netigso/bundle81/version0.0/bundle.jar differ
diff --git a/netigso/bundle81/version0.0/revision.location b/netigso/bundle81/version0.0/revision.location
new file mode 100644
index 0000000000000000000000000000000000000000..3b4e50842a8763b05f31e950f5f27a6905a3b09b
--- /dev/null
+++ b/netigso/bundle81/version0.0/revision.location
@@ -0,0 +1 @@
+inputstream:
\ No newline at end of file
diff --git a/netigso/bundle82/bundle.info b/netigso/bundle82/bundle.info
new file mode 100644
index 0000000000000000000000000000000000000000..c5cbd8ac9b3ff2a0334c0413d8d5dad1ab90b5b7
--- /dev/null
+++ b/netigso/bundle82/bundle.info
@@ -0,0 +1,6 @@
+82
+netigso://org.netbeans.swing.plaf
+2
+1
+1619616525139
+0
diff --git a/netigso/bundle82/version0.0/bundle.jar b/netigso/bundle82/version0.0/bundle.jar
new file mode 100644
index 0000000000000000000000000000000000000000..0f8f97b22a20710d15076a72f67f01053dde1dc3
Binary files /dev/null and b/netigso/bundle82/version0.0/bundle.jar differ
diff --git a/netigso/bundle82/version0.0/revision.location b/netigso/bundle82/version0.0/revision.location
new file mode 100644
index 0000000000000000000000000000000000000000..3b4e50842a8763b05f31e950f5f27a6905a3b09b
--- /dev/null
+++ b/netigso/bundle82/version0.0/revision.location
@@ -0,0 +1 @@
+inputstream:
\ No newline at end of file
diff --git a/netigso/bundle83/bundle.info b/netigso/bundle83/bundle.info
new file mode 100644
index 0000000000000000000000000000000000000000..7a52366db83734f51b7b64bd4b017fb69919e1d4
--- /dev/null
+++ b/netigso/bundle83/bundle.info
@@ -0,0 +1,6 @@
+83
+netigso://org.openide.explorer
+2
+1
+1619616525140
+0
diff --git a/netigso/bundle83/version0.0/bundle.jar b/netigso/bundle83/version0.0/bundle.jar
new file mode 100644
index 0000000000000000000000000000000000000000..0a0faa04a039b9f0886bf97dd589a4f22a98d77e
Binary files /dev/null and b/netigso/bundle83/version0.0/bundle.jar differ
diff --git a/netigso/bundle83/version0.0/revision.location b/netigso/bundle83/version0.0/revision.location
new file mode 100644
index 0000000000000000000000000000000000000000..3b4e50842a8763b05f31e950f5f27a6905a3b09b
--- /dev/null
+++ b/netigso/bundle83/version0.0/revision.location
@@ -0,0 +1 @@
+inputstream:
\ No newline at end of file
diff --git a/netigso/bundle84/bundle.info b/netigso/bundle84/bundle.info
new file mode 100644
index 0000000000000000000000000000000000000000..fb466b8a0a1d0aebd82e98058bc7924567933d23
--- /dev/null
+++ b/netigso/bundle84/bundle.info
@@ -0,0 +1,6 @@
+84
+reference:file:/home/oslejsek/GIT/HCI/analyst2/application/target/fidentisanalyst/extra/modules/org-apache-commons-commons_collections4.jar
+32
+1
+1619616525140
+0
diff --git a/netigso/bundle84/version0.0/revision.location b/netigso/bundle84/version0.0/revision.location
new file mode 100644
index 0000000000000000000000000000000000000000..19ebdb253813a0a38fe49b5ad24cad5c83b7f9f2
--- /dev/null
+++ b/netigso/bundle84/version0.0/revision.location
@@ -0,0 +1 @@
+reference:file:/home/oslejsek/GIT/HCI/analyst2/application/target/fidentisanalyst/extra/modules/org-apache-commons-commons_collections4.jar
\ No newline at end of file
diff --git a/netigso/bundle85/bundle.info b/netigso/bundle85/bundle.info
new file mode 100644
index 0000000000000000000000000000000000000000..a1c522b1bea92b8307d34230cd9b9433571d65b0
--- /dev/null
+++ b/netigso/bundle85/bundle.info
@@ -0,0 +1,6 @@
+85
+netigso://org.netbeans.spi.quicksearch
+2
+1
+1619616525142
+0
diff --git a/netigso/bundle85/version0.0/bundle.jar b/netigso/bundle85/version0.0/bundle.jar
new file mode 100644
index 0000000000000000000000000000000000000000..369c837cbda01c5752b2fead31b6008d34e0ea29
Binary files /dev/null and b/netigso/bundle85/version0.0/bundle.jar differ
diff --git a/netigso/bundle85/version0.0/revision.location b/netigso/bundle85/version0.0/revision.location
new file mode 100644
index 0000000000000000000000000000000000000000..3b4e50842a8763b05f31e950f5f27a6905a3b09b
--- /dev/null
+++ b/netigso/bundle85/version0.0/revision.location
@@ -0,0 +1 @@
+inputstream:
\ No newline at end of file
diff --git a/netigso/bundle86/bundle.info b/netigso/bundle86/bundle.info
new file mode 100644
index 0000000000000000000000000000000000000000..1abe7d36df7f00832c86d9a126476174a421500a
--- /dev/null
+++ b/netigso/bundle86/bundle.info
@@ -0,0 +1,6 @@
+86
+netigso://org.openide.nodes
+2
+1
+1619616525142
+0
diff --git a/netigso/bundle86/version0.0/bundle.jar b/netigso/bundle86/version0.0/bundle.jar
new file mode 100644
index 0000000000000000000000000000000000000000..d1c840c2fed4c20609c0cb66ae73de0f4ec46d46
Binary files /dev/null and b/netigso/bundle86/version0.0/bundle.jar differ
diff --git a/netigso/bundle86/version0.0/revision.location b/netigso/bundle86/version0.0/revision.location
new file mode 100644
index 0000000000000000000000000000000000000000..3b4e50842a8763b05f31e950f5f27a6905a3b09b
--- /dev/null
+++ b/netigso/bundle86/version0.0/revision.location
@@ -0,0 +1 @@
+inputstream:
\ No newline at end of file
diff --git a/netigso/bundle87/bundle.info b/netigso/bundle87/bundle.info
new file mode 100644
index 0000000000000000000000000000000000000000..14c2e2fd2d93fddffaffad8c860cb3d2db83b2e9
--- /dev/null
+++ b/netigso/bundle87/bundle.info
@@ -0,0 +1,6 @@
+87
+netigso://org.netbeans.api.search
+2
+1
+1619616525143
+0
diff --git a/netigso/bundle87/version0.0/bundle.jar b/netigso/bundle87/version0.0/bundle.jar
new file mode 100644
index 0000000000000000000000000000000000000000..4afccf6a5cefae3f6ee0cb355d3a167ec92ca818
Binary files /dev/null and b/netigso/bundle87/version0.0/bundle.jar differ
diff --git a/netigso/bundle87/version0.0/revision.location b/netigso/bundle87/version0.0/revision.location
new file mode 100644
index 0000000000000000000000000000000000000000..3b4e50842a8763b05f31e950f5f27a6905a3b09b
--- /dev/null
+++ b/netigso/bundle87/version0.0/revision.location
@@ -0,0 +1 @@
+inputstream:
\ No newline at end of file
diff --git a/netigso/bundle88/bundle.info b/netigso/bundle88/bundle.info
new file mode 100644
index 0000000000000000000000000000000000000000..a6f2f9b2111181437ccc18a98881ae0a15f21e4f
--- /dev/null
+++ b/netigso/bundle88/bundle.info
@@ -0,0 +1,6 @@
+88
+netigso://org.netbeans.api.visual
+2
+1
+1619616525144
+0
diff --git a/netigso/bundle88/version0.0/bundle.jar b/netigso/bundle88/version0.0/bundle.jar
new file mode 100644
index 0000000000000000000000000000000000000000..2484f189752e55dd3b2d6630b4fdfb4cb54a9b49
Binary files /dev/null and b/netigso/bundle88/version0.0/bundle.jar differ
diff --git a/netigso/bundle88/version0.0/revision.location b/netigso/bundle88/version0.0/revision.location
new file mode 100644
index 0000000000000000000000000000000000000000..3b4e50842a8763b05f31e950f5f27a6905a3b09b
--- /dev/null
+++ b/netigso/bundle88/version0.0/revision.location
@@ -0,0 +1 @@
+inputstream:
\ No newline at end of file
diff --git a/netigso/bundle89/bundle.info b/netigso/bundle89/bundle.info
new file mode 100644
index 0000000000000000000000000000000000000000..af24aa72f02cbb1be28c6098ed0647df474cc02d
--- /dev/null
+++ b/netigso/bundle89/bundle.info
@@ -0,0 +1,6 @@
+89
+netigso://org.netbeans.libs.junit4
+2
+1
+1619616525145
+0
diff --git a/netigso/bundle89/version0.0/bundle.jar b/netigso/bundle89/version0.0/bundle.jar
new file mode 100644
index 0000000000000000000000000000000000000000..a28ffda8ca3c9c0510d08c34024172b78ec45522
Binary files /dev/null and b/netigso/bundle89/version0.0/bundle.jar differ
diff --git a/netigso/bundle89/version0.0/revision.location b/netigso/bundle89/version0.0/revision.location
new file mode 100644
index 0000000000000000000000000000000000000000..3b4e50842a8763b05f31e950f5f27a6905a3b09b
--- /dev/null
+++ b/netigso/bundle89/version0.0/revision.location
@@ -0,0 +1 @@
+inputstream:
\ No newline at end of file
diff --git a/netigso/bundle9/bundle.info b/netigso/bundle9/bundle.info
new file mode 100644
index 0000000000000000000000000000000000000000..189797fcd19d90a15b04e3dfad4e3a5b2d68a99e
--- /dev/null
+++ b/netigso/bundle9/bundle.info
@@ -0,0 +1,6 @@
+9
+reference:file:/home/oslejsek/GIT/HCI/analyst2/application/target/fidentisanalyst/extra/modules/org-objectweb-asm-tree-analysis.jar
+2
+1
+1619616525034
+0
diff --git a/netigso/bundle9/version0.0/revision.location b/netigso/bundle9/version0.0/revision.location
new file mode 100644
index 0000000000000000000000000000000000000000..48ace7e79a680531def50ccb2327909e2b4953ce
--- /dev/null
+++ b/netigso/bundle9/version0.0/revision.location
@@ -0,0 +1 @@
+reference:file:/home/oslejsek/GIT/HCI/analyst2/application/target/fidentisanalyst/extra/modules/org-objectweb-asm-tree-analysis.jar
\ No newline at end of file
diff --git a/netigso/bundle90/bundle.info b/netigso/bundle90/bundle.info
new file mode 100644
index 0000000000000000000000000000000000000000..00a8c9240f960a08d46d92289963ecd400ecf5f2
--- /dev/null
+++ b/netigso/bundle90/bundle.info
@@ -0,0 +1,6 @@
+90
+netigso://org.netbeans.modules.uihandler
+2
+1
+1619616525146
+0
diff --git a/netigso/bundle90/version0.0/bundle.jar b/netigso/bundle90/version0.0/bundle.jar
new file mode 100644
index 0000000000000000000000000000000000000000..6cdc6c5a95a03b79f1ec40def1051dc6fe2d004c
Binary files /dev/null and b/netigso/bundle90/version0.0/bundle.jar differ
diff --git a/netigso/bundle90/version0.0/revision.location b/netigso/bundle90/version0.0/revision.location
new file mode 100644
index 0000000000000000000000000000000000000000..3b4e50842a8763b05f31e950f5f27a6905a3b09b
--- /dev/null
+++ b/netigso/bundle90/version0.0/revision.location
@@ -0,0 +1 @@
+inputstream:
\ No newline at end of file
diff --git a/netigso/bundle91/bundle.info b/netigso/bundle91/bundle.info
new file mode 100644
index 0000000000000000000000000000000000000000..82cc4a79326c7c3dc4a66317cdd8f780ac810bf2
--- /dev/null
+++ b/netigso/bundle91/bundle.info
@@ -0,0 +1,6 @@
+91
+reference:file:/home/oslejsek/GIT/HCI/analyst2/application/target/fidentisanalyst/extra/modules/net-java-html-geo.jar
+2
+1
+1619616525147
+0
diff --git a/netigso/bundle91/version0.0/revision.location b/netigso/bundle91/version0.0/revision.location
new file mode 100644
index 0000000000000000000000000000000000000000..160b437be620aa2dcfaf7f7be54b7fccee1b15cd
--- /dev/null
+++ b/netigso/bundle91/version0.0/revision.location
@@ -0,0 +1 @@
+reference:file:/home/oslejsek/GIT/HCI/analyst2/application/target/fidentisanalyst/extra/modules/net-java-html-geo.jar
\ No newline at end of file
diff --git a/netigso/cache.lock b/netigso/cache.lock
new file mode 100644
index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391
diff --git a/package-attrs.dat b/package-attrs.dat
new file mode 100644
index 0000000000000000000000000000000000000000..1a73c1f835c4d0c640b257b93deda4f7001afc7a
Binary files /dev/null and b/package-attrs.dat differ