fix Fatturazione elettronica XML previe
46
Dockerfile
@@ -21,8 +21,12 @@ RUN apt-get update && \
|
||||
libcups2 libnss3 \
|
||||
inotify-tools gosu \
|
||||
openbox \
|
||||
dbus-user-session \
|
||||
mousepad \
|
||||
x11-xserver-utils xauth \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
|
||||
# Install Windows-like themes
|
||||
RUN apt-get update && \
|
||||
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
|
||||
@@ -48,6 +52,9 @@ COPY --chown=abc:abc Fiscality /app/Fiscality
|
||||
RUN chmod -R a+rwX /app/Fiscality \
|
||||
&& chmod a+x /app/Fiscality/Fiscality
|
||||
|
||||
# Symlink JRE so it's accessible from /config/jre
|
||||
RUN mkdir -p /config && ln -s /app/Fiscality/jre /config/jre
|
||||
|
||||
# cont-init script to fix ownership at container start
|
||||
RUN mkdir -p /etc/cont-init.d && \
|
||||
cat > /etc/cont-init.d/99-fix-perms <<'EOF'
|
||||
@@ -61,6 +68,7 @@ chown -R abc:abc /config/FiscalityMio 2>/dev/null || true
|
||||
EOF
|
||||
RUN chmod +x /etc/cont-init.d/99-fix-perms
|
||||
|
||||
|
||||
# Override xdg-open to use Firefox for PDFs
|
||||
RUN if [ -f /usr/bin/xdg-open ]; then mv /usr/bin/xdg-open /usr/bin/xdg-open.real; fi
|
||||
|
||||
@@ -106,7 +114,7 @@ case "${ARG,,}" in
|
||||
exit 0
|
||||
;;
|
||||
*.xml|*.txt|*.wri)
|
||||
# Open text files with Firefox
|
||||
# Open .xml and .txt files with Firefox
|
||||
if command -v gosu >/dev/null 2>&1; then
|
||||
gosu abc env MOZ_DISABLE_CONTENT_SANDBOX=1 MOZ_DISABLE_GMP_SANDBOX=1 \
|
||||
DISPLAY="${DISPLAY:-:1}" \
|
||||
@@ -120,20 +128,6 @@ case "${ARG,,}" in
|
||||
fi
|
||||
exit 0
|
||||
;;
|
||||
*)
|
||||
if [ -x /usr/bin/xdg-open.real ]; then
|
||||
exec /usr/bin/xdg-open.real "$@"
|
||||
else
|
||||
if command -v gosu >/dev/null 2>&1; then
|
||||
gosu abc env MOZ_DISABLE_CONTENT_SANDBOX=1 DISPLAY="${DISPLAY:-:1}" \
|
||||
nohup firefox --no-remote "file://${ARG}" >/dev/null 2>&1 &
|
||||
else
|
||||
su -s /bin/bash abc -c "env MOZ_DISABLE_CONTENT_SANDBOX=1 DISPLAY='${DISPLAY:-:1}' \
|
||||
nohup firefox --no-remote 'file://${ARG}' >/dev/null 2>&1 &" || true
|
||||
fi
|
||||
exit 0
|
||||
fi
|
||||
;;
|
||||
esac
|
||||
EOF
|
||||
|
||||
@@ -185,7 +179,27 @@ RUN chmod +x /defaults/autostart
|
||||
# Set environment and entrypoint
|
||||
ENV GTK_USE_PORTAL=1
|
||||
ENV TITLE="Fiscality"
|
||||
ENV NO_FULL=true
|
||||
EXPOSE 3000
|
||||
|
||||
USER root
|
||||
ENTRYPOINT ["/init"]
|
||||
|
||||
# Create the entrypoint script at build time. Quoted EOF prevents build-time expansion.
|
||||
RUN cat > /entrypoint.sh <<'EOF'
|
||||
#!/bin/bash
|
||||
set -e
|
||||
# Fix permissions on mounted volumes
|
||||
chmod -R 775 /app 2>/dev/null || true
|
||||
chmod -R 775 /config 2>/dev/null || true
|
||||
# Also fix ownership to match PUID/PGID (expanded at runtime)
|
||||
chown -R ${PUID:-1000}:${PGID:-1000} /app 2>/dev/null || true
|
||||
chown -R ${PUID:-1000}:${PGID:-1000} /config 2>/dev/null || true
|
||||
# Execute the original command
|
||||
exec "$@"
|
||||
EOF
|
||||
|
||||
RUN chmod +x /entrypoint.sh
|
||||
|
||||
# Set entrypoint and default cmd
|
||||
ENTRYPOINT ["/entrypoint.sh"]
|
||||
CMD ["/init"]
|
||||
2
Fiscality/Fiscality.ini
Executable file → Normal file
@@ -11,7 +11,6 @@ plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.200.v20120913-144807
|
||||
-XX:+UseParNewGC
|
||||
-XX:+HeapDumpOnOutOfMemoryError
|
||||
-Xverify:none
|
||||
-Dosgi.locking=none
|
||||
-Dosgi.console.enable.builtin=true
|
||||
-Duser.country=IT
|
||||
-Duser.language=it
|
||||
@@ -20,4 +19,3 @@ plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.200.v20120913-144807
|
||||
-Dorg.eclipse.ecf.provider.filetransfer.httpclient.retrieve.connectTimeout=600000
|
||||
-Dorg.eclipse.ecf.provider.filetransfer.httpclient.retrieve.readTimeout=600000
|
||||
-Xmx2048m
|
||||
|
||||
|
||||
0
Fiscality/about.html
Executable file → Normal file
0
Fiscality/about_files/about_cairo.html
Executable file → Normal file
0
Fiscality/about_files/mpl-v11.txt
Executable file → Normal file
0
Fiscality/about_files/pixman-licenses.txt
Executable file → Normal file
242
Fiscality/artifacts.xml
Executable file → Normal file
@@ -3,7 +3,7 @@
|
||||
<repository name='Bundle pool' type='org.eclipse.equinox.p2.artifact.repository.simpleRepository' version='1'>
|
||||
<properties size='2'>
|
||||
<property name='p2.system' value='true'/>
|
||||
<property name='p2.timestamp' value='1764588917098'/>
|
||||
<property name='p2.timestamp' value='1766422450800'/>
|
||||
</properties>
|
||||
<mappings size='3'>
|
||||
<rule filter='(& (classifier=osgi.bundle))' output='${repoUrl}/plugins/${id}_${version}.jar'/>
|
||||
@@ -16,19 +16,14 @@
|
||||
<property name='download.size' value='1090101'/>
|
||||
</properties>
|
||||
</artifact>
|
||||
<artifact classifier='osgi.bundle' id='it.smi.org.fasterxml.jackson' version='2.4.3'>
|
||||
<properties size='1'>
|
||||
<property name='download.size' value='7518671'/>
|
||||
</properties>
|
||||
</artifact>
|
||||
<artifact classifier='osgi.bundle' id='it.smi.adex.vatdeclarationgb.xml' version='16.0.0'>
|
||||
<properties size='1'>
|
||||
<property name='download.size' value='9083'/>
|
||||
<property name='download.size' value='9064'/>
|
||||
</properties>
|
||||
</artifact>
|
||||
<artifact classifier='osgi.bundle' id='org.eclipse.equinox.launcher.gtk.linux.x86_64' version='1.1.200.v20120913-144807'>
|
||||
<properties size='1'>
|
||||
<property name='download.size' value='74425'/>
|
||||
<property name='download.size' value='74399'/>
|
||||
</properties>
|
||||
<repositoryProperties size='1'>
|
||||
<property name='artifact.folder' value='true'/>
|
||||
@@ -46,7 +41,7 @@
|
||||
</artifact>
|
||||
<artifact classifier='osgi.bundle' id='it.smi.org.apache.commons.net' version='3.1.0'>
|
||||
<properties size='1'>
|
||||
<property name='download.size' value='250059'/>
|
||||
<property name='download.size' value='250053'/>
|
||||
</properties>
|
||||
</artifact>
|
||||
<artifact classifier='osgi.bundle' id='org.eclipse.ui.workbench' version='3.8.2.v20121128-133708'>
|
||||
@@ -56,12 +51,12 @@
|
||||
</artifact>
|
||||
<artifact classifier='osgi.bundle' id='it.smi.com.google.gson' version='2.8.1'>
|
||||
<properties size='1'>
|
||||
<property name='download.size' value='601158'/>
|
||||
<property name='download.size' value='601153'/>
|
||||
</properties>
|
||||
</artifact>
|
||||
<artifact classifier='osgi.bundle' id='it.smi.palmax.logging' version='15.7.0'>
|
||||
<properties size='1'>
|
||||
<property name='download.size' value='534707'/>
|
||||
<property name='download.size' value='534689'/>
|
||||
</properties>
|
||||
</artifact>
|
||||
<artifact classifier='osgi.bundle' id='org.eclipse.ecf.provider.filetransfer.nl_it' version='4.2.0.v20131123041006'>
|
||||
@@ -76,7 +71,7 @@
|
||||
</artifact>
|
||||
<artifact classifier='osgi.bundle' id='org.junit' version='4.8.2.v4_8_2_v20110321-1705'>
|
||||
<properties size='1'>
|
||||
<property name='download.size' value='198651'/>
|
||||
<property name='download.size' value='198603'/>
|
||||
</properties>
|
||||
<repositoryProperties size='1'>
|
||||
<property name='artifact.folder' value='true'/>
|
||||
@@ -84,7 +79,7 @@
|
||||
</artifact>
|
||||
<artifact classifier='osgi.bundle' id='it.smi.palmax.com.ibm.jt400' version='7.9.0'>
|
||||
<properties size='1'>
|
||||
<property name='download.size' value='16686232'/>
|
||||
<property name='download.size' value='16686225'/>
|
||||
</properties>
|
||||
</artifact>
|
||||
<artifact classifier='osgi.bundle' id='org.eclipse.core.databinding.property.nl_it' version='4.2.0.v20131123041006'>
|
||||
@@ -97,14 +92,22 @@
|
||||
<property name='download.size' value='24056'/>
|
||||
</properties>
|
||||
</artifact>
|
||||
<artifact classifier='osgi.bundle' id='it.smi.adex.installer' version='19.2.0'>
|
||||
<properties size='1'>
|
||||
<property name='download.size' value='11833346'/>
|
||||
</properties>
|
||||
<repositoryProperties size='1'>
|
||||
<property name='artifact.folder' value='true'/>
|
||||
</repositoryProperties>
|
||||
</artifact>
|
||||
<artifact classifier='osgi.bundle' id='it.smi.connection.http' version='16.0.0'>
|
||||
<properties size='1'>
|
||||
<property name='download.size' value='7451'/>
|
||||
<property name='download.size' value='7446'/>
|
||||
</properties>
|
||||
</artifact>
|
||||
<artifact classifier='osgi.bundle' id='it.smi.usage' version='16.5.1'>
|
||||
<properties size='1'>
|
||||
<property name='download.size' value='11349'/>
|
||||
<property name='download.size' value='11342'/>
|
||||
</properties>
|
||||
</artifact>
|
||||
<artifact classifier='osgi.bundle' id='org.eclipse.osgi' version='3.8.2.v20130124-134944'>
|
||||
@@ -119,7 +122,7 @@
|
||||
</artifact>
|
||||
<artifact classifier='osgi.bundle' id='it.smi.palmax.org.apache.commons.io' version='2.4.0'>
|
||||
<properties size='1'>
|
||||
<property name='download.size' value='1073175'/>
|
||||
<property name='download.size' value='1073171'/>
|
||||
</properties>
|
||||
</artifact>
|
||||
<artifact classifier='osgi.bundle' id='org.eclipse.equinox.p2.jarprocessor' version='1.0.200.v20110808-1657'>
|
||||
@@ -139,17 +142,12 @@
|
||||
</artifact>
|
||||
<artifact classifier='osgi.bundle' id='it.smi.adex.widget' version='17.11.0'>
|
||||
<properties size='1'>
|
||||
<property name='download.size' value='43765'/>
|
||||
</properties>
|
||||
</artifact>
|
||||
<artifact classifier='osgi.bundle' id='it.smi.adex.ixuploader.v1_2' version='18.0.0'>
|
||||
<properties size='1'>
|
||||
<property name='download.size' value='32592617'/>
|
||||
<property name='download.size' value='43766'/>
|
||||
</properties>
|
||||
</artifact>
|
||||
<artifact classifier='osgi.bundle' id='it.smi.adex.peppol' version='17.4.0'>
|
||||
<properties size='1'>
|
||||
<property name='download.size' value='34995'/>
|
||||
<property name='download.size' value='34989'/>
|
||||
</properties>
|
||||
</artifact>
|
||||
<artifact classifier='osgi.bundle' id='it.smi.palmax.org.apache.xerces' version='1.0.0'>
|
||||
@@ -167,6 +165,14 @@
|
||||
<property name='download.size' value='93174'/>
|
||||
</properties>
|
||||
</artifact>
|
||||
<artifact classifier='org.eclipse.update.feature' id='AdexIX' version='19.1.0'>
|
||||
<properties size='1'>
|
||||
<property name='download.size' value='624'/>
|
||||
</properties>
|
||||
<repositoryProperties size='1'>
|
||||
<property name='artifact.folder' value='true'/>
|
||||
</repositoryProperties>
|
||||
</artifact>
|
||||
<artifact classifier='osgi.bundle' id='org.apache.commons.codec' version='1.3.0.v201101211617'>
|
||||
<properties size='1'>
|
||||
<property name='download.size' value='55011'/>
|
||||
@@ -189,7 +195,7 @@
|
||||
</artifact>
|
||||
<artifact classifier='osgi.bundle' id='it.smi.adex.whereami' version='16.0.0'>
|
||||
<properties size='1'>
|
||||
<property name='download.size' value='3096'/>
|
||||
<property name='download.size' value='3087'/>
|
||||
</properties>
|
||||
<repositoryProperties size='1'>
|
||||
<property name='artifact.folder' value='true'/>
|
||||
@@ -197,12 +203,17 @@
|
||||
</artifact>
|
||||
<artifact classifier='osgi.bundle' id='it.smi.palmax.com.itext' version='17.7.0'>
|
||||
<properties size='1'>
|
||||
<property name='download.size' value='1207758'/>
|
||||
<property name='download.size' value='1207752'/>
|
||||
</properties>
|
||||
</artifact>
|
||||
<artifact classifier='osgi.bundle' id='it.smi.adex.communicationinvoicedata.xml' version='16.2.0'>
|
||||
<properties size='1'>
|
||||
<property name='download.size' value='99781'/>
|
||||
<property name='download.size' value='99730'/>
|
||||
</properties>
|
||||
</artifact>
|
||||
<artifact classifier='osgi.bundle' id='it.smi.adex.ixuploader.v1_2' version='19.1.0'>
|
||||
<properties size='1'>
|
||||
<property name='download.size' value='32595406'/>
|
||||
</properties>
|
||||
</artifact>
|
||||
<artifact classifier='osgi.bundle' id='org.eclipse.core.resources' version='3.8.1.v20121114-124432'>
|
||||
@@ -227,22 +238,22 @@
|
||||
</artifact>
|
||||
<artifact classifier='osgi.bundle' id='it.smi.adex.immediatesendingvatdata.xml' version='16.7.0'>
|
||||
<properties size='1'>
|
||||
<property name='download.size' value='1222879'/>
|
||||
<property name='download.size' value='1222873'/>
|
||||
</properties>
|
||||
</artifact>
|
||||
<artifact classifier='osgi.bundle' id='it.smi.palmax.org.apache.poi' version='3.9.0'>
|
||||
<properties size='1'>
|
||||
<property name='download.size' value='8988131'/>
|
||||
<property name='download.size' value='8988123'/>
|
||||
</properties>
|
||||
</artifact>
|
||||
<artifact classifier='osgi.bundle' id='it.smi.palmax.utils' version='19.1.0'>
|
||||
<properties size='1'>
|
||||
<property name='download.size' value='2939'/>
|
||||
</properties>
|
||||
</artifact>
|
||||
<artifact classifier='osgi.bundle' id='it.smi.palmax.sqlutility' version='1.0.0'>
|
||||
<properties size='1'>
|
||||
<property name='download.size' value='14403'/>
|
||||
</properties>
|
||||
</artifact>
|
||||
<artifact classifier='osgi.bundle' id='it.smi.palmax.utils' version='15.12.0'>
|
||||
<properties size='1'>
|
||||
<property name='download.size' value='2950'/>
|
||||
<property name='download.size' value='14382'/>
|
||||
</properties>
|
||||
</artifact>
|
||||
<artifact classifier='osgi.bundle' id='org.eclipse.core.runtime.compatibility.auth.nl_it' version='4.2.0.v20131123041006'>
|
||||
@@ -257,7 +268,7 @@
|
||||
</artifact>
|
||||
<artifact classifier='osgi.bundle' id='it.smi.javax.ws.rs' version='2.0.1'>
|
||||
<properties size='1'>
|
||||
<property name='download.size' value='1101753'/>
|
||||
<property name='download.size' value='1101748'/>
|
||||
</properties>
|
||||
</artifact>
|
||||
<artifact classifier='osgi.bundle' id='org.eclipse.ecf.identity' version='3.1.200.v20120610-1946'>
|
||||
@@ -267,7 +278,7 @@
|
||||
</artifact>
|
||||
<artifact classifier='osgi.bundle' id='it.smi.palmax.org.json' version='1.0.0'>
|
||||
<properties size='1'>
|
||||
<property name='download.size' value='40776'/>
|
||||
<property name='download.size' value='40774'/>
|
||||
</properties>
|
||||
</artifact>
|
||||
<artifact classifier='osgi.bundle' id='org.eclipse.help.nl_it' version='4.2.0.v20131123041006'>
|
||||
@@ -282,7 +293,7 @@
|
||||
</artifact>
|
||||
<artifact classifier='osgi.bundle' id='it.smi.palmax.license' version='15.15.0'>
|
||||
<properties size='1'>
|
||||
<property name='download.size' value='4372994'/>
|
||||
<property name='download.size' value='4372984'/>
|
||||
</properties>
|
||||
</artifact>
|
||||
<artifact classifier='osgi.bundle' id='org.eclipse.core.variables.nl_it' version='4.2.0.v20131123041006'>
|
||||
@@ -302,7 +313,7 @@
|
||||
</artifact>
|
||||
<artifact classifier='osgi.bundle' id='it.smi.palmax.widgets.basic' version='15.6.0'>
|
||||
<properties size='1'>
|
||||
<property name='download.size' value='245432'/>
|
||||
<property name='download.size' value='245438'/>
|
||||
</properties>
|
||||
</artifact>
|
||||
<artifact classifier='osgi.bundle' id='org.eclipse.core.runtime.compatibility.auth' version='3.2.300.v20120523-2004'>
|
||||
@@ -312,12 +323,12 @@
|
||||
</artifact>
|
||||
<artifact classifier='osgi.bundle' id='it.smi.adex.utils' version='19.0.0'>
|
||||
<properties size='1'>
|
||||
<property name='download.size' value='2208678'/>
|
||||
<property name='download.size' value='2208516'/>
|
||||
</properties>
|
||||
</artifact>
|
||||
<artifact classifier='org.eclipse.update.feature' id='AdexDatiFatture' version='18.1.0'>
|
||||
<artifact classifier='org.eclipse.update.feature' id='AdexDatiFatture' version='19.1.0'>
|
||||
<properties size='1'>
|
||||
<property name='download.size' value='725'/>
|
||||
<property name='download.size' value='716'/>
|
||||
</properties>
|
||||
<repositoryProperties size='1'>
|
||||
<property name='artifact.folder' value='true'/>
|
||||
@@ -325,7 +336,7 @@
|
||||
</artifact>
|
||||
<artifact classifier='osgi.bundle' id='it.smi.palmax.enums' version='1.0.0'>
|
||||
<properties size='1'>
|
||||
<property name='download.size' value='22515'/>
|
||||
<property name='download.size' value='22510'/>
|
||||
</properties>
|
||||
</artifact>
|
||||
<artifact classifier='osgi.bundle' id='org.eclipse.equinox.launcher' version='1.3.0.v20120522-1813'>
|
||||
@@ -340,7 +351,7 @@
|
||||
</artifact>
|
||||
<artifact classifier='osgi.bundle' id='it.smi.palmax.restutils' version='15.12.0'>
|
||||
<properties size='1'>
|
||||
<property name='download.size' value='6110'/>
|
||||
<property name='download.size' value='6104'/>
|
||||
</properties>
|
||||
</artifact>
|
||||
<artifact classifier='osgi.bundle' id='org.eclipse.equinox.p2.transport.ecf' version='1.0.100.v20120913-155635'>
|
||||
@@ -348,6 +359,11 @@
|
||||
<property name='download.size' value='42019'/>
|
||||
</properties>
|
||||
</artifact>
|
||||
<artifact classifier='osgi.bundle' id='it.smi.palmax.license.ui' version='19.1.0'>
|
||||
<properties size='1'>
|
||||
<property name='download.size' value='35359'/>
|
||||
</properties>
|
||||
</artifact>
|
||||
<artifact classifier='osgi.bundle' id='org.eclipse.core.jobs' version='3.5.200.v20120521-2346'>
|
||||
<properties size='1'>
|
||||
<property name='download.size' value='92327'/>
|
||||
@@ -355,7 +371,7 @@
|
||||
</artifact>
|
||||
<artifact classifier='osgi.bundle' id='it.smi.palmax.common.authentication.entity' version='1.0.0'>
|
||||
<properties size='1'>
|
||||
<property name='download.size' value='32696'/>
|
||||
<property name='download.size' value='32686'/>
|
||||
</properties>
|
||||
</artifact>
|
||||
<artifact classifier='osgi.bundle' id='org.eclipse.jface.databinding.nl_it' version='4.2.0.v20131123041006'>
|
||||
@@ -383,17 +399,9 @@
|
||||
<property name='download.size' value='1355'/>
|
||||
</properties>
|
||||
</artifact>
|
||||
<artifact classifier='org.eclipse.update.feature' id='AdexBase' version='17.10.0'>
|
||||
<properties size='1'>
|
||||
<property name='download.size' value='2860'/>
|
||||
</properties>
|
||||
<repositoryProperties size='1'>
|
||||
<property name='artifact.folder' value='true'/>
|
||||
</repositoryProperties>
|
||||
</artifact>
|
||||
<artifact classifier='osgi.bundle' id='it.smi.connection.iseries.utils' version='16.0.0'>
|
||||
<properties size='1'>
|
||||
<property name='download.size' value='3411'/>
|
||||
<property name='download.size' value='3405'/>
|
||||
</properties>
|
||||
</artifact>
|
||||
<artifact classifier='osgi.bundle' id='org.eclipse.swt' version='3.8.1.v3836b'>
|
||||
@@ -403,7 +411,7 @@
|
||||
</artifact>
|
||||
<artifact classifier='osgi.bundle' id='it.smi.org.apache.commons.httpclient' version='3.1.0'>
|
||||
<properties size='1'>
|
||||
<property name='download.size' value='879307'/>
|
||||
<property name='download.size' value='879300'/>
|
||||
</properties>
|
||||
</artifact>
|
||||
<artifact classifier='osgi.bundle' id='org.eclipse.equinox.p2.touchpoint.eclipse' version='2.1.100.v20120428-0117'>
|
||||
@@ -423,7 +431,7 @@
|
||||
</artifact>
|
||||
<artifact classifier='osgi.bundle' id='it.smi.connection.iseries' version='16.0.0'>
|
||||
<properties size='1'>
|
||||
<property name='download.size' value='10094'/>
|
||||
<property name='download.size' value='10086'/>
|
||||
</properties>
|
||||
</artifact>
|
||||
<artifact classifier='osgi.bundle' id='org.eclipse.equinox.p2.metadata.repository' version='1.2.100.v20120524-1717'>
|
||||
@@ -463,22 +471,14 @@
|
||||
</artifact>
|
||||
<artifact classifier='osgi.bundle' id='it.smi.palmax.connection' version='15.15.0'>
|
||||
<properties size='1'>
|
||||
<property name='download.size' value='21189'/>
|
||||
<property name='download.size' value='21179'/>
|
||||
</properties>
|
||||
</artifact>
|
||||
<artifact classifier='osgi.bundle' id='it.smi.palmax.org.jooq' version='1.0.0'>
|
||||
<properties size='1'>
|
||||
<property name='download.size' value='7298338'/>
|
||||
<property name='download.size' value='7298332'/>
|
||||
</properties>
|
||||
</artifact>
|
||||
<artifact classifier='osgi.bundle' id='it.smi.adex' version='19.0.0'>
|
||||
<properties size='1'>
|
||||
<property name='download.size' value='34756540'/>
|
||||
</properties>
|
||||
<repositoryProperties size='1'>
|
||||
<property name='artifact.folder' value='true'/>
|
||||
</repositoryProperties>
|
||||
</artifact>
|
||||
<artifact classifier='osgi.bundle' id='org.eclipse.ecf' version='3.1.300.v20120610-1946'>
|
||||
<properties size='1'>
|
||||
<property name='download.size' value='94181'/>
|
||||
@@ -486,7 +486,15 @@
|
||||
</artifact>
|
||||
<artifact classifier='osgi.bundle' id='it.smi.adex.help' version='16.0.0'>
|
||||
<properties size='1'>
|
||||
<property name='download.size' value='1406640'/>
|
||||
<property name='download.size' value='1406637'/>
|
||||
</properties>
|
||||
<repositoryProperties size='1'>
|
||||
<property name='artifact.folder' value='true'/>
|
||||
</repositoryProperties>
|
||||
</artifact>
|
||||
<artifact classifier='org.eclipse.update.feature' id='Adex' version='19.2.0'>
|
||||
<properties size='1'>
|
||||
<property name='download.size' value='953'/>
|
||||
</properties>
|
||||
<repositoryProperties size='1'>
|
||||
<property name='artifact.folder' value='true'/>
|
||||
@@ -514,7 +522,7 @@
|
||||
</artifact>
|
||||
<artifact classifier='osgi.bundle' id='it.smi.palmax.common.entity' version='1.0.0'>
|
||||
<properties size='1'>
|
||||
<property name='download.size' value='10152'/>
|
||||
<property name='download.size' value='10148'/>
|
||||
</properties>
|
||||
</artifact>
|
||||
<artifact classifier='osgi.bundle' id='javax.servlet' version='3.0.0.v201112011016'>
|
||||
@@ -539,7 +547,7 @@
|
||||
</artifact>
|
||||
<artifact classifier='osgi.bundle' id='it.smi.palmax.crypt' version='17.7.0'>
|
||||
<properties size='1'>
|
||||
<property name='download.size' value='4815264'/>
|
||||
<property name='download.size' value='4815259'/>
|
||||
</properties>
|
||||
</artifact>
|
||||
<artifact classifier='osgi.bundle' id='org.eclipse.ecf.identity.nl_it' version='4.2.0.v20131123041006'>
|
||||
@@ -549,7 +557,7 @@
|
||||
</artifact>
|
||||
<artifact classifier='osgi.bundle' id='it.smi.palmax.net.sf.ehcache' version='2.6.9'>
|
||||
<properties size='1'>
|
||||
<property name='download.size' value='1205256'/>
|
||||
<property name='download.size' value='1205247'/>
|
||||
</properties>
|
||||
</artifact>
|
||||
<artifact classifier='osgi.bundle' id='org.eclipse.jface.databinding' version='1.6.0.v20120912-135020'>
|
||||
@@ -564,12 +572,12 @@
|
||||
</artifact>
|
||||
<artifact classifier='osgi.bundle' id='it.smi.palmax.event' version='1.0.0'>
|
||||
<properties size='1'>
|
||||
<property name='download.size' value='20256'/>
|
||||
<property name='download.size' value='20250'/>
|
||||
</properties>
|
||||
</artifact>
|
||||
<artifact classifier='osgi.bundle' id='it.smi.palmax.org.dom4j' version='1.6.1'>
|
||||
<properties size='1'>
|
||||
<property name='download.size' value='1560279'/>
|
||||
<property name='download.size' value='1560274'/>
|
||||
</properties>
|
||||
</artifact>
|
||||
<artifact classifier='osgi.bundle' id='org.eclipse.equinox.p2.engine' version='2.2.0.v20130121-021919'>
|
||||
@@ -612,14 +620,6 @@
|
||||
<property name='download.size' value='297396'/>
|
||||
</properties>
|
||||
</artifact>
|
||||
<artifact classifier='osgi.bundle' id='it.smi.adex.installer' version='19.0.0'>
|
||||
<properties size='1'>
|
||||
<property name='download.size' value='11834254'/>
|
||||
</properties>
|
||||
<repositoryProperties size='1'>
|
||||
<property name='artifact.folder' value='true'/>
|
||||
</repositoryProperties>
|
||||
</artifact>
|
||||
<artifact classifier='osgi.bundle' id='org.sat4j.pb' version='2.3.0.v20110329'>
|
||||
<properties size='1'>
|
||||
<property name='download.size' value='140725'/>
|
||||
@@ -627,7 +627,7 @@
|
||||
</artifact>
|
||||
<artifact classifier='osgi.bundle' id='org.eclipse.core.runtime.compatibility.registry' version='3.5.100.v20120521-2346'>
|
||||
<properties size='1'>
|
||||
<property name='download.size' value='14137'/>
|
||||
<property name='download.size' value='14111'/>
|
||||
</properties>
|
||||
<repositoryProperties size='1'>
|
||||
<property name='artifact.folder' value='true'/>
|
||||
@@ -635,12 +635,12 @@
|
||||
</artifact>
|
||||
<artifact classifier='osgi.bundle' id='it.smi.palmax.org.apache.log4j' version='1.2.17'>
|
||||
<properties size='1'>
|
||||
<property name='download.size' value='2304405'/>
|
||||
<property name='download.size' value='2304400'/>
|
||||
</properties>
|
||||
</artifact>
|
||||
<artifact classifier='org.eclipse.update.feature' id='AdexHelp' version='16.0.0'>
|
||||
<properties size='1'>
|
||||
<property name='download.size' value='429'/>
|
||||
<property name='download.size' value='425'/>
|
||||
</properties>
|
||||
<repositoryProperties size='1'>
|
||||
<property name='artifact.folder' value='true'/>
|
||||
@@ -648,7 +648,7 @@
|
||||
</artifact>
|
||||
<artifact classifier='org.eclipse.update.feature' id='AdexSWT' version='16.0.0'>
|
||||
<properties size='1'>
|
||||
<property name='download.size' value='619'/>
|
||||
<property name='download.size' value='615'/>
|
||||
</properties>
|
||||
<repositoryProperties size='1'>
|
||||
<property name='artifact.folder' value='true'/>
|
||||
@@ -656,12 +656,12 @@
|
||||
</artifact>
|
||||
<artifact classifier='osgi.bundle' id='it.smi.adex.splashscreen' version='1.0.0'>
|
||||
<properties size='1'>
|
||||
<property name='download.size' value='80356'/>
|
||||
<property name='download.size' value='80352'/>
|
||||
</properties>
|
||||
</artifact>
|
||||
<artifact classifier='osgi.bundle' id='it.smi.palmax.client.org.hibernate' version='4.0.1'>
|
||||
<properties size='1'>
|
||||
<property name='download.size' value='10331423'/>
|
||||
<property name='download.size' value='10331415'/>
|
||||
</properties>
|
||||
<repositoryProperties size='1'>
|
||||
<property name='artifact.folder' value='true'/>
|
||||
@@ -669,7 +669,7 @@
|
||||
</artifact>
|
||||
<artifact classifier='osgi.bundle' id='it.smi.palmax.pentaho.base' version='17.7.0'>
|
||||
<properties size='1'>
|
||||
<property name='download.size' value='22790145'/>
|
||||
<property name='download.size' value='22790151'/>
|
||||
</properties>
|
||||
</artifact>
|
||||
<artifact classifier='osgi.bundle' id='org.eclipse.ecf.provider.filetransfer.httpclient' version='4.0.200.v20120610-1946'>
|
||||
@@ -677,22 +677,14 @@
|
||||
<property name='download.size' value='74130'/>
|
||||
</properties>
|
||||
</artifact>
|
||||
<artifact classifier='osgi.bundle' id='it.smi.adex.ixconfiguration' version='17.11.0'>
|
||||
<properties size='1'>
|
||||
<property name='download.size' value='439576'/>
|
||||
</properties>
|
||||
<repositoryProperties size='1'>
|
||||
<property name='artifact.folder' value='true'/>
|
||||
</repositoryProperties>
|
||||
</artifact>
|
||||
<artifact classifier='osgi.bundle' id='it.smi.palmax.org.apache.common.logging' version='1.1.3'>
|
||||
<properties size='1'>
|
||||
<property name='download.size' value='280772'/>
|
||||
<property name='download.size' value='280764'/>
|
||||
</properties>
|
||||
</artifact>
|
||||
<artifact classifier='osgi.bundle' id='it.smi.palmax.configuration' version='1.0.0'>
|
||||
<properties size='1'>
|
||||
<property name='download.size' value='7387'/>
|
||||
<property name='download.size' value='7375'/>
|
||||
</properties>
|
||||
</artifact>
|
||||
<artifact classifier='osgi.bundle' id='org.eclipse.core.databinding.observable.nl_it' version='4.2.0.v20131123041006'>
|
||||
@@ -727,7 +719,7 @@
|
||||
</artifact>
|
||||
<artifact classifier='osgi.bundle' id='it.smi.palmax.org.joda.time' version='1.6.2'>
|
||||
<properties size='1'>
|
||||
<property name='download.size' value='3196937'/>
|
||||
<property name='download.size' value='3196932'/>
|
||||
</properties>
|
||||
</artifact>
|
||||
<artifact classifier='osgi.bundle' id='org.eclipse.core.commands' version='3.6.1.v20120912-135020'>
|
||||
@@ -740,15 +732,23 @@
|
||||
<property name='download.size' value='36188'/>
|
||||
</properties>
|
||||
</artifact>
|
||||
<artifact classifier='osgi.bundle' id='it.smi.org.fasterxml.jackson' version='19.1.0'>
|
||||
<properties size='1'>
|
||||
<property name='download.size' value='10972004'/>
|
||||
</properties>
|
||||
</artifact>
|
||||
<artifact classifier='osgi.bundle' id='org.eclipse.core.databinding.beans' version='1.2.200.v20120523-1956'>
|
||||
<properties size='1'>
|
||||
<property name='download.size' value='76647'/>
|
||||
</properties>
|
||||
</artifact>
|
||||
<artifact classifier='osgi.bundle' id='it.smi.palmax.license.ui' version='15.15.0'>
|
||||
<artifact classifier='org.eclipse.update.feature' id='AdexBase' version='19.1.0'>
|
||||
<properties size='1'>
|
||||
<property name='download.size' value='35556'/>
|
||||
<property name='download.size' value='2852'/>
|
||||
</properties>
|
||||
<repositoryProperties size='1'>
|
||||
<property name='artifact.folder' value='true'/>
|
||||
</repositoryProperties>
|
||||
</artifact>
|
||||
<artifact classifier='osgi.bundle' id='org.eclipse.help' version='3.6.0.v20120912-134126'>
|
||||
<properties size='1'>
|
||||
@@ -757,29 +757,18 @@
|
||||
</artifact>
|
||||
<artifact classifier='osgi.bundle' id='it.smi.palmax.org.eclipse.nebula.widgets.formattedtext' version='1.0.0'>
|
||||
<properties size='1'>
|
||||
<property name='download.size' value='47276'/>
|
||||
<property name='download.size' value='47273'/>
|
||||
</properties>
|
||||
</artifact>
|
||||
<artifact classifier='org.eclipse.update.feature' id='Adex' version='19.0.0'>
|
||||
<properties size='1'>
|
||||
<property name='download.size' value='954'/>
|
||||
</properties>
|
||||
<repositoryProperties size='1'>
|
||||
<property name='artifact.folder' value='true'/>
|
||||
</repositoryProperties>
|
||||
</artifact>
|
||||
<artifact classifier='osgi.bundle' id='it.smi.palmax.client.jpa.service.connection' version='1.0.0'>
|
||||
<properties size='1'>
|
||||
<property name='download.size' value='4084'/>
|
||||
<property name='download.size' value='4080'/>
|
||||
</properties>
|
||||
</artifact>
|
||||
<artifact classifier='org.eclipse.update.feature' id='AdexIX' version='18.0.0'>
|
||||
<artifact classifier='osgi.bundle' id='it.smi.org.glassfish.jersey' version='19.1.0'>
|
||||
<properties size='1'>
|
||||
<property name='download.size' value='635'/>
|
||||
<property name='download.size' value='5602191'/>
|
||||
</properties>
|
||||
<repositoryProperties size='1'>
|
||||
<property name='artifact.folder' value='true'/>
|
||||
</repositoryProperties>
|
||||
</artifact>
|
||||
<artifact classifier='osgi.bundle' id='org.apache.commons.httpclient' version='3.1.0.v201012070820'>
|
||||
<properties size='1'>
|
||||
@@ -811,6 +800,22 @@
|
||||
<property name='download.size' value='18004'/>
|
||||
</properties>
|
||||
</artifact>
|
||||
<artifact classifier='osgi.bundle' id='it.smi.adex' version='19.2.0'>
|
||||
<properties size='1'>
|
||||
<property name='download.size' value='35500775'/>
|
||||
</properties>
|
||||
<repositoryProperties size='1'>
|
||||
<property name='artifact.folder' value='true'/>
|
||||
</repositoryProperties>
|
||||
</artifact>
|
||||
<artifact classifier='osgi.bundle' id='it.smi.adex.ixconfiguration' version='19.1.0'>
|
||||
<properties size='1'>
|
||||
<property name='download.size' value='438709'/>
|
||||
</properties>
|
||||
<repositoryProperties size='1'>
|
||||
<property name='artifact.folder' value='true'/>
|
||||
</repositoryProperties>
|
||||
</artifact>
|
||||
<artifact classifier='osgi.bundle' id='org.eclipse.equinox.security' version='1.1.100.v20120522-1841'>
|
||||
<properties size='1'>
|
||||
<property name='download.size' value='107462'/>
|
||||
@@ -831,14 +836,9 @@
|
||||
<property name='download.size' value='202248'/>
|
||||
</properties>
|
||||
</artifact>
|
||||
<artifact classifier='osgi.bundle' id='it.smi.org.glassfish.jersey' version='14.0.27'>
|
||||
<properties size='1'>
|
||||
<property name='download.size' value='5602200'/>
|
||||
</properties>
|
||||
</artifact>
|
||||
<artifact classifier='osgi.bundle' id='it.smi.adex.itvatdeclaration.xml' version='18.1.0'>
|
||||
<properties size='1'>
|
||||
<property name='download.size' value='65966'/>
|
||||
<property name='download.size' value='65924'/>
|
||||
</properties>
|
||||
</artifact>
|
||||
<artifact classifier='osgi.bundle' id='org.eclipse.ui.workbench.nl_it' version='4.2.0.v20131123041006'>
|
||||
@@ -848,7 +848,7 @@
|
||||
</artifact>
|
||||
<artifact classifier='osgi.bundle' id='it.smi.installer.info' version='17.10.0'>
|
||||
<properties size='1'>
|
||||
<property name='download.size' value='8871842'/>
|
||||
<property name='download.size' value='8871835'/>
|
||||
</properties>
|
||||
</artifact>
|
||||
</artifacts>
|
||||
|
||||
18
Fiscality/configuration/config.ini
Executable file → Normal file
17
Fiscality/configuration/org.eclipse.equinox.simpleconfigurator/bundles.info
Executable file → Normal file
@@ -1,13 +1,14 @@
|
||||
#encoding=UTF-8
|
||||
#version=1
|
||||
com.ibm.icu,4.4.2.v20110823,plugins/com.ibm.icu_4.4.2.v20110823.jar,4,false
|
||||
it.smi.adex,19.0.0,plugins/it.smi.adex_19.0.0/,4,false
|
||||
it.smi.adex,19.2.0,plugins/it.smi.adex_19.2.0/,4,false
|
||||
it.smi.adex.communicationinvoicedata.xml,16.2.0,plugins/it.smi.adex.communicationinvoicedata.xml_16.2.0.jar,4,false
|
||||
it.smi.adex.help,16.0.0,plugins/it.smi.adex.help_16.0.0/,4,false
|
||||
it.smi.adex.immediatesendingvatdata.xml,16.7.0,plugins/it.smi.adex.immediatesendingvatdata.xml_16.7.0.jar,4,false
|
||||
it.smi.adex.installer,19.0.0,plugins/it.smi.adex.installer_19.0.0/,4,false
|
||||
it.smi.adex.installer,19.2.0,plugins/it.smi.adex.installer_19.2.0/,4,false
|
||||
it.smi.adex.itvatdeclaration.xml,18.1.0,plugins/it.smi.adex.itvatdeclaration.xml_18.1.0.jar,4,false
|
||||
it.smi.adex.ixconfiguration,17.11.0,plugins/it.smi.adex.ixconfiguration_17.11.0/,4,false
|
||||
it.smi.adex.ixuploader.v1_2,18.0.0,plugins/it.smi.adex.ixuploader.v1_2_18.0.0.jar,4,false
|
||||
it.smi.adex.ixconfiguration,19.1.0,plugins/it.smi.adex.ixconfiguration_19.1.0/,4,false
|
||||
it.smi.adex.ixuploader.v1_2,19.1.0,plugins/it.smi.adex.ixuploader.v1_2_19.1.0.jar,4,false
|
||||
it.smi.adex.peppol,17.4.0,plugins/it.smi.adex.peppol_17.4.0.jar,4,false
|
||||
it.smi.adex.splashscreen,1.0.0,plugins/it.smi.adex.splashscreen_1.0.0.jar,4,false
|
||||
it.smi.adex.utils,19.0.0,plugins/it.smi.adex.utils_19.0.0.jar,4,false
|
||||
@@ -22,8 +23,8 @@ it.smi.installer.info,17.10.0,plugins/it.smi.installer.info_17.10.0.jar,4,false
|
||||
it.smi.javax.ws.rs,2.0.1,plugins/it.smi.javax.ws.rs_2.0.1.jar,4,false
|
||||
it.smi.org.apache.commons.httpclient,3.1.0,plugins/it.smi.org.apache.commons.httpclient_3.1.0.jar,4,false
|
||||
it.smi.org.apache.commons.net,3.1.0,plugins/it.smi.org.apache.commons.net_3.1.0.jar,4,false
|
||||
it.smi.org.fasterxml.jackson,2.4.3,plugins/it.smi.org.fasterxml.jackson_2.4.3.jar,4,false
|
||||
it.smi.org.glassfish.jersey,14.0.27,plugins/it.smi.org.glassfish.jersey_14.0.27.jar,4,false
|
||||
it.smi.org.fasterxml.jackson,19.1.0,plugins/it.smi.org.fasterxml.jackson_19.1.0.jar,4,false
|
||||
it.smi.org.glassfish.jersey,19.1.0,plugins/it.smi.org.glassfish.jersey_19.1.0.jar,4,false
|
||||
it.smi.palmax.client.jpa.service.connection,1.0.0,plugins/it.smi.palmax.client.jpa.service.connection_1.0.0.jar,4,false
|
||||
it.smi.palmax.client.org.hibernate,4.0.1,plugins/it.smi.palmax.client.org.hibernate_4.0.1/,4,false
|
||||
it.smi.palmax.com.ibm.jt400,7.9.0,plugins/it.smi.palmax.com.ibm.jt400_7.9.0.jar,4,false
|
||||
@@ -36,7 +37,7 @@ it.smi.palmax.crypt,17.7.0,plugins/it.smi.palmax.crypt_17.7.0.jar,4,false
|
||||
it.smi.palmax.enums,1.0.0,plugins/it.smi.palmax.enums_1.0.0.jar,4,false
|
||||
it.smi.palmax.event,1.0.0,plugins/it.smi.palmax.event_1.0.0.jar,4,false
|
||||
it.smi.palmax.license,15.15.0,plugins/it.smi.palmax.license_15.15.0.jar,4,false
|
||||
it.smi.palmax.license.ui,15.15.0,plugins/it.smi.palmax.license.ui_15.15.0.jar,4,false
|
||||
it.smi.palmax.license.ui,19.1.0,plugins/it.smi.palmax.license.ui_19.1.0.jar,4,false
|
||||
it.smi.palmax.logging,15.7.0,plugins/it.smi.palmax.logging_15.7.0.jar,4,false
|
||||
it.smi.palmax.net.sf.ehcache,2.6.9,plugins/it.smi.palmax.net.sf.ehcache_2.6.9.jar,4,false
|
||||
it.smi.palmax.org.apache.common.logging,1.1.3,plugins/it.smi.palmax.org.apache.common.logging_1.1.3.jar,4,false
|
||||
@@ -52,7 +53,7 @@ it.smi.palmax.org.json,1.0.0,plugins/it.smi.palmax.org.json_1.0.0.jar,4,false
|
||||
it.smi.palmax.pentaho.base,17.7.0,plugins/it.smi.palmax.pentaho.base_17.7.0.jar,4,false
|
||||
it.smi.palmax.restutils,15.12.0,plugins/it.smi.palmax.restutils_15.12.0.jar,4,false
|
||||
it.smi.palmax.sqlutility,1.0.0,plugins/it.smi.palmax.sqlutility_1.0.0.jar,4,false
|
||||
it.smi.palmax.utils,15.12.0,plugins/it.smi.palmax.utils_15.12.0.jar,4,false
|
||||
it.smi.palmax.utils,19.1.0,plugins/it.smi.palmax.utils_19.1.0.jar,4,false
|
||||
it.smi.palmax.widgets.basic,15.6.0,plugins/it.smi.palmax.widgets.basic_15.6.0.jar,4,false
|
||||
it.smi.usage,16.5.1,plugins/it.smi.usage_16.5.1.jar,4,false
|
||||
javax.servlet,3.0.0.v201112011016,plugins/javax.servlet_3.0.0.v201112011016.jar,4,false
|
||||
|
||||
10
Fiscality/configuration/org.eclipse.update/platform.xml
Executable file → Normal file
@@ -1,13 +1,13 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<config date="1764588921292" transient="false">
|
||||
<config date="1766422450910" transient="false">
|
||||
<site updateable="true" url="platform:/base/" enabled="true" policy="USER-EXCLUDE">
|
||||
<feature id="AdexIX" version="18.0.0" url="features/AdexIX_18.0.0/">
|
||||
<feature id="AdexIX" version="19.1.0" url="features/AdexIX_19.1.0/">
|
||||
</feature>
|
||||
<feature id="Adex" version="19.0.0" url="features/Adex_19.0.0/">
|
||||
<feature id="Adex" version="19.2.0" url="features/Adex_19.2.0/">
|
||||
</feature>
|
||||
<feature id="AdexBase" version="17.10.0" url="features/AdexBase_17.10.0/">
|
||||
<feature id="AdexBase" version="19.1.0" url="features/AdexBase_19.1.0/">
|
||||
</feature>
|
||||
<feature id="AdexDatiFatture" version="18.1.0" url="features/AdexDatiFatture_18.1.0/">
|
||||
<feature id="AdexDatiFatture" version="19.1.0" url="features/AdexDatiFatture_19.1.0/">
|
||||
</feature>
|
||||
<feature id="AdexHelp" version="16.0.0" url="features/AdexHelp_16.0.0/">
|
||||
</feature>
|
||||
|
||||
10
Fiscality/features/AdexBase_17.10.0/feature.xml → Fiscality/features/AdexBase_19.1.0/feature.xml
Executable file → Normal file
@@ -2,7 +2,7 @@
|
||||
<feature
|
||||
id="AdexBase"
|
||||
label="AdexBase"
|
||||
version="17.10.0">
|
||||
version="19.1.0">
|
||||
|
||||
<description url="http://www.example.com/description">
|
||||
[Enter Feature Description here.]
|
||||
@@ -971,7 +971,7 @@
|
||||
id="it.smi.org.glassfish.jersey"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="14.0.27"
|
||||
version="19.1.0"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
@@ -992,7 +992,7 @@
|
||||
id="it.smi.palmax.license.ui"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="15.15.0"
|
||||
version="19.1.0"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
@@ -1006,7 +1006,7 @@
|
||||
id="it.smi.org.fasterxml.jackson"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="2.4.3"
|
||||
version="19.1.0"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
@@ -1069,7 +1069,7 @@
|
||||
id="it.smi.palmax.utils"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="15.12.0"
|
||||
version="19.1.0"
|
||||
unpack="false"/>
|
||||
|
||||
</feature>
|
||||
4
Fiscality/features/AdexDatiFatture_18.1.0/feature.xml → Fiscality/features/AdexDatiFatture_19.1.0/feature.xml
Executable file → Normal file
@@ -2,7 +2,7 @@
|
||||
<feature
|
||||
id="AdexDatiFatture"
|
||||
label="AdexDatiFatture"
|
||||
version="18.1.0">
|
||||
version="19.1.0">
|
||||
|
||||
<description url="http://www.example.com/description">
|
||||
[Enter Feature Description here.]
|
||||
@@ -48,7 +48,7 @@
|
||||
id="it.smi.adex.ixconfiguration"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="17.11.0"/>
|
||||
version="19.1.0"/>
|
||||
|
||||
<plugin
|
||||
id="it.smi.adex.utils"
|
||||
0
Fiscality/features/AdexHelp_16.0.0/feature.xml
Executable file → Normal file
6
Fiscality/features/AdexIX_18.0.0/feature.xml → Fiscality/features/AdexIX_19.1.0/feature.xml
Executable file → Normal file
@@ -2,7 +2,7 @@
|
||||
<feature
|
||||
id="AdexIX"
|
||||
label="AdexIX"
|
||||
version="18.0.0">
|
||||
version="19.1.0">
|
||||
|
||||
<description url="http://www.example.com/description">
|
||||
[Enter Feature Description here.]
|
||||
@@ -35,7 +35,7 @@
|
||||
id="it.smi.adex.ixconfiguration"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="17.11.0"/>
|
||||
version="19.1.0"/>
|
||||
|
||||
<plugin
|
||||
id="it.smi.adex.utils"
|
||||
@@ -48,7 +48,7 @@
|
||||
id="it.smi.adex.ixuploader.v1_2"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="18.0.0"
|
||||
version="19.1.0"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
0
Fiscality/features/AdexSWT_16.0.0/feature.xml
Executable file → Normal file
6
Fiscality/features/Adex_19.0.0/feature.xml → Fiscality/features/Adex_19.2.0/feature.xml
Executable file → Normal file
@@ -2,7 +2,7 @@
|
||||
<feature
|
||||
id="Adex"
|
||||
label="Adex"
|
||||
version="19.0.0">
|
||||
version="19.2.0">
|
||||
|
||||
<description url="http://www.example.com/description">
|
||||
[Enter Feature Description here.]
|
||||
@@ -70,7 +70,7 @@
|
||||
id="it.smi.adex"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="19.0.0"
|
||||
version="19.2.0"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
@@ -91,7 +91,7 @@
|
||||
id="it.smi.adex.installer"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="19.0.0"/>
|
||||
version="19.2.0"/>
|
||||
|
||||
<plugin
|
||||
id="it.smi.adex.whereami"
|
||||
0
Fiscality/jre/COPYRIGHT
Executable file → Normal file
0
Fiscality/jre/LICENSE
Executable file → Normal file
0
Fiscality/jre/README
Executable file → Normal file
0
Fiscality/jre/THIRDPARTYLICENSEREADME-JAVAFX.txt
Executable file → Normal file
0
Fiscality/jre/THIRDPARTYLICENSEREADME.txt
Executable file → Normal file
0
Fiscality/jre/Welcome.html
Executable file → Normal file
0
Fiscality/jre/lib/amd64/jvm.cfg
Executable file → Normal file
0
Fiscality/jre/lib/amd64/server/Xusage.txt
Executable file → Normal file
0
Fiscality/jre/lib/calendars.properties
Executable file → Normal file
0
Fiscality/jre/lib/classlist
Executable file → Normal file
0
Fiscality/jre/lib/cmm/CIEXYZ.pf
Executable file → Normal file
0
Fiscality/jre/lib/cmm/GRAY.pf
Executable file → Normal file
0
Fiscality/jre/lib/cmm/LINEAR_RGB.pf
Executable file → Normal file
0
Fiscality/jre/lib/cmm/PYCC.pf
Executable file → Normal file
0
Fiscality/jre/lib/cmm/sRGB.pf
Executable file → Normal file
0
Fiscality/jre/lib/content-types.properties
Executable file → Normal file
0
Fiscality/jre/lib/currency.data
Executable file → Normal file
0
Fiscality/jre/lib/deploy/MixedCodeMainDialog.ui
Executable file → Normal file
0
Fiscality/jre/lib/deploy/MixedCodeMainDialogJs.ui
Executable file → Normal file
0
Fiscality/jre/lib/deploy/cautionshield.icns
Executable file → Normal file
0
Fiscality/jre/lib/deploy/java-icon.ico
Executable file → Normal file
|
Before Width: | Height: | Size: 29 KiB After Width: | Height: | Size: 29 KiB |
0
Fiscality/jre/lib/deploy/messages.properties
Executable file → Normal file
0
Fiscality/jre/lib/deploy/messages_de.properties
Executable file → Normal file
0
Fiscality/jre/lib/deploy/messages_es.properties
Executable file → Normal file
0
Fiscality/jre/lib/deploy/messages_fr.properties
Executable file → Normal file
0
Fiscality/jre/lib/deploy/messages_it.properties
Executable file → Normal file
0
Fiscality/jre/lib/deploy/messages_ja.properties
Executable file → Normal file
0
Fiscality/jre/lib/deploy/messages_ko.properties
Executable file → Normal file
0
Fiscality/jre/lib/deploy/messages_pt_BR.properties
Executable file → Normal file
0
Fiscality/jre/lib/deploy/messages_sv.properties
Executable file → Normal file
0
Fiscality/jre/lib/deploy/messages_zh_CN.properties
Executable file → Normal file
0
Fiscality/jre/lib/deploy/messages_zh_HK.properties
Executable file → Normal file
0
Fiscality/jre/lib/deploy/messages_zh_TW.properties
Executable file → Normal file
0
Fiscality/jre/lib/deploy/mixcode_s.png
Executable file → Normal file
|
Before Width: | Height: | Size: 3.0 KiB After Width: | Height: | Size: 3.0 KiB |
0
Fiscality/jre/lib/deploy/splash.gif
Executable file → Normal file
|
Before Width: | Height: | Size: 8.4 KiB After Width: | Height: | Size: 8.4 KiB |
0
Fiscality/jre/lib/deploy/splash@2x.gif
Executable file → Normal file
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
0
Fiscality/jre/lib/deploy/splash_11-lic.gif
Executable file → Normal file
|
Before Width: | Height: | Size: 7.6 KiB After Width: | Height: | Size: 7.6 KiB |
0
Fiscality/jre/lib/deploy/splash_11@2x-lic.gif
Executable file → Normal file
|
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
0
Fiscality/jre/lib/desktop/applications/sun-java.desktop
Executable file → Normal file
0
Fiscality/jre/lib/desktop/applications/sun-javaws.desktop
Executable file → Normal file
0
Fiscality/jre/lib/desktop/applications/sun_java.desktop
Executable file → Normal file
0
Fiscality/jre/lib/desktop/icons/HighContrast/16x16/apps/sun-java.png
Executable file → Normal file
|
Before Width: | Height: | Size: 417 B After Width: | Height: | Size: 417 B |
0
Fiscality/jre/lib/desktop/icons/HighContrast/16x16/apps/sun-javaws.png
Executable file → Normal file
|
Before Width: | Height: | Size: 417 B After Width: | Height: | Size: 417 B |
0
Fiscality/jre/lib/desktop/icons/HighContrast/16x16/apps/sun-jcontrol.png
Executable file → Normal file
|
Before Width: | Height: | Size: 417 B After Width: | Height: | Size: 417 B |
0
Fiscality/jre/lib/desktop/icons/HighContrast/16x16/mimetypes/gnome-mime-application-x-java-archive.png
Executable file → Normal file
|
Before Width: | Height: | Size: 464 B After Width: | Height: | Size: 464 B |
0
Fiscality/jre/lib/desktop/icons/HighContrast/16x16/mimetypes/gnome-mime-application-x-java-jnlp-file.png
Executable file → Normal file
|
Before Width: | Height: | Size: 464 B After Width: | Height: | Size: 464 B |
0
Fiscality/jre/lib/desktop/icons/HighContrast/16x16/mimetypes/gnome-mime-text-x-java.png
Executable file → Normal file
|
Before Width: | Height: | Size: 464 B After Width: | Height: | Size: 464 B |
0
Fiscality/jre/lib/desktop/icons/HighContrast/48x48/apps/sun-java.png
Executable file → Normal file
|
Before Width: | Height: | Size: 3.4 KiB After Width: | Height: | Size: 3.4 KiB |
0
Fiscality/jre/lib/desktop/icons/HighContrast/48x48/apps/sun-javaws.png
Executable file → Normal file
|
Before Width: | Height: | Size: 3.4 KiB After Width: | Height: | Size: 3.4 KiB |
0
Fiscality/jre/lib/desktop/icons/HighContrast/48x48/apps/sun-jcontrol.png
Executable file → Normal file
|
Before Width: | Height: | Size: 3.4 KiB After Width: | Height: | Size: 3.4 KiB |
0
Fiscality/jre/lib/desktop/icons/HighContrast/48x48/mimetypes/gnome-mime-application-x-java-archive.png
Executable file → Normal file
|
Before Width: | Height: | Size: 2.0 KiB After Width: | Height: | Size: 2.0 KiB |
0
Fiscality/jre/lib/desktop/icons/HighContrast/48x48/mimetypes/gnome-mime-application-x-java-jnlp-file.png
Executable file → Normal file
|
Before Width: | Height: | Size: 2.0 KiB After Width: | Height: | Size: 2.0 KiB |
0
Fiscality/jre/lib/desktop/icons/HighContrast/48x48/mimetypes/gnome-mime-text-x-java.png
Executable file → Normal file
|
Before Width: | Height: | Size: 2.0 KiB After Width: | Height: | Size: 2.0 KiB |
0
Fiscality/jre/lib/desktop/icons/HighContrastInverse/16x16/apps/sun-java.png
Executable file → Normal file
|
Before Width: | Height: | Size: 402 B After Width: | Height: | Size: 402 B |
0
Fiscality/jre/lib/desktop/icons/HighContrastInverse/16x16/apps/sun-javaws.png
Executable file → Normal file
|
Before Width: | Height: | Size: 402 B After Width: | Height: | Size: 402 B |
0
Fiscality/jre/lib/desktop/icons/HighContrastInverse/16x16/apps/sun-jcontrol.png
Executable file → Normal file
|
Before Width: | Height: | Size: 402 B After Width: | Height: | Size: 402 B |
0
Fiscality/jre/lib/desktop/icons/HighContrastInverse/16x16/mimetypes/gnome-mime-application-x-java-archive.png
Executable file → Normal file
|
Before Width: | Height: | Size: 473 B After Width: | Height: | Size: 473 B |
0
Fiscality/jre/lib/desktop/icons/HighContrastInverse/16x16/mimetypes/gnome-mime-application-x-java-jnlp-file.png
Executable file → Normal file
|
Before Width: | Height: | Size: 473 B After Width: | Height: | Size: 473 B |
0
Fiscality/jre/lib/desktop/icons/HighContrastInverse/16x16/mimetypes/gnome-mime-text-x-java.png
Executable file → Normal file
|
Before Width: | Height: | Size: 473 B After Width: | Height: | Size: 473 B |
0
Fiscality/jre/lib/desktop/icons/HighContrastInverse/48x48/apps/sun-java.png
Executable file → Normal file
|
Before Width: | Height: | Size: 3.3 KiB After Width: | Height: | Size: 3.3 KiB |
0
Fiscality/jre/lib/desktop/icons/HighContrastInverse/48x48/apps/sun-javaws.png
Executable file → Normal file
|
Before Width: | Height: | Size: 3.3 KiB After Width: | Height: | Size: 3.3 KiB |
0
Fiscality/jre/lib/desktop/icons/HighContrastInverse/48x48/apps/sun-jcontrol.png
Executable file → Normal file
|
Before Width: | Height: | Size: 3.3 KiB After Width: | Height: | Size: 3.3 KiB |
0
Fiscality/jre/lib/desktop/icons/HighContrastInverse/48x48/mimetypes/gnome-mime-application-x-java-archive.png
Executable file → Normal file
|
Before Width: | Height: | Size: 2.0 KiB After Width: | Height: | Size: 2.0 KiB |
0
Fiscality/jre/lib/desktop/icons/HighContrastInverse/48x48/mimetypes/gnome-mime-application-x-java-jnlp-file.png
Executable file → Normal file
|
Before Width: | Height: | Size: 2.0 KiB After Width: | Height: | Size: 2.0 KiB |
0
Fiscality/jre/lib/desktop/icons/HighContrastInverse/48x48/mimetypes/gnome-mime-text-x-java.png
Executable file → Normal file
|
Before Width: | Height: | Size: 2.0 KiB After Width: | Height: | Size: 2.0 KiB |
0
Fiscality/jre/lib/desktop/icons/LowContrast/16x16/apps/sun-java.png
Executable file → Normal file
|
Before Width: | Height: | Size: 519 B After Width: | Height: | Size: 519 B |
0
Fiscality/jre/lib/desktop/icons/LowContrast/16x16/apps/sun-javaws.png
Executable file → Normal file
|
Before Width: | Height: | Size: 519 B After Width: | Height: | Size: 519 B |
0
Fiscality/jre/lib/desktop/icons/LowContrast/16x16/apps/sun-jcontrol.png
Executable file → Normal file
|
Before Width: | Height: | Size: 519 B After Width: | Height: | Size: 519 B |
0
Fiscality/jre/lib/desktop/icons/LowContrast/16x16/mimetypes/gnome-mime-application-x-java-archive.png
Executable file → Normal file
|
Before Width: | Height: | Size: 525 B After Width: | Height: | Size: 525 B |
0
Fiscality/jre/lib/desktop/icons/LowContrast/16x16/mimetypes/gnome-mime-application-x-java-jnlp-file.png
Executable file → Normal file
|
Before Width: | Height: | Size: 525 B After Width: | Height: | Size: 525 B |
0
Fiscality/jre/lib/desktop/icons/LowContrast/16x16/mimetypes/gnome-mime-text-x-java.png
Executable file → Normal file
|
Before Width: | Height: | Size: 525 B After Width: | Height: | Size: 525 B |
0
Fiscality/jre/lib/desktop/icons/LowContrast/48x48/apps/sun-java.png
Executable file → Normal file
|
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.5 KiB |
0
Fiscality/jre/lib/desktop/icons/LowContrast/48x48/apps/sun-javaws.png
Executable file → Normal file
|
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.5 KiB |
0
Fiscality/jre/lib/desktop/icons/LowContrast/48x48/apps/sun-jcontrol.png
Executable file → Normal file
|
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.5 KiB |
0
Fiscality/jre/lib/desktop/icons/LowContrast/48x48/mimetypes/gnome-mime-application-x-java-archive.png
Executable file → Normal file
|
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 1.9 KiB |
0
Fiscality/jre/lib/desktop/icons/LowContrast/48x48/mimetypes/gnome-mime-application-x-java-jnlp-file.png
Executable file → Normal file
|
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 1.9 KiB |
0
Fiscality/jre/lib/desktop/icons/LowContrast/48x48/mimetypes/gnome-mime-text-x-java.png
Executable file → Normal file
|
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 1.9 KiB |
0
Fiscality/jre/lib/desktop/icons/hicolor/16x16/apps/sun-java.png
Executable file → Normal file
|
Before Width: | Height: | Size: 383 B After Width: | Height: | Size: 383 B |
0
Fiscality/jre/lib/desktop/icons/hicolor/16x16/apps/sun-javaws.png
Executable file → Normal file
|
Before Width: | Height: | Size: 383 B After Width: | Height: | Size: 383 B |
0
Fiscality/jre/lib/desktop/icons/hicolor/16x16/apps/sun-jcontrol.png
Executable file → Normal file
|
Before Width: | Height: | Size: 383 B After Width: | Height: | Size: 383 B |
0
Fiscality/jre/lib/desktop/icons/hicolor/16x16/mimetypes/gnome-mime-application-x-java-archive.png
Executable file → Normal file
|
Before Width: | Height: | Size: 783 B After Width: | Height: | Size: 783 B |
0
Fiscality/jre/lib/desktop/icons/hicolor/16x16/mimetypes/gnome-mime-application-x-java-jnlp-file.png
Executable file → Normal file
|
Before Width: | Height: | Size: 783 B After Width: | Height: | Size: 783 B |
0
Fiscality/jre/lib/desktop/icons/hicolor/16x16/mimetypes/gnome-mime-text-x-java.png
Executable file → Normal file
|
Before Width: | Height: | Size: 783 B After Width: | Height: | Size: 783 B |
0
Fiscality/jre/lib/desktop/icons/hicolor/48x48/apps/sun-java.png
Executable file → Normal file
|
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |