Package changes:
+icedtea-netx-common 1.6.2-3ubuntu1 all
+janino 2.7.0-2 all
+java-wrappers 0.1.28 all
+javahelp2 2.0.05.ds1-8 all
+junit 3.8.2-8build1 all
+libapache-pom-java 10-2build1 all
+libbatik-java 1.8-3ubuntu1 all
+libbcmail-java 1.51-4ubuntu1 all
+libbcpkix-java 1.51-4ubuntu1 all
+libbcprov-java 1.51-4ubuntu1 all
+libbsf-java 1:2.4.0-5build1 all
+libcommons-io-java 2.4-2 all
+libcommons-logging-java 1.2-1+build1 all
+libcommons-parent-java 39-3 all
+libdom4j-java 1.6.1+dfsg.3-2ubuntu1 all
+libfreehep-export-java 2.1.1-2 all
+libfreehep-graphics2d-java 2.1.1-4 all
+libfreehep-graphicsio-java 2.1.1-3 all
+libfreehep-graphicsio-svg-java 2.1.1-3 all
+libfreehep-graphicsio-tests-java 2.1.1+dfsg1-3 all
+libfreehep-io-java 2.0.2-4 all
+libfreehep-swing-java 2.0.3-3 all
+libfreehep-util-java 2.0.2-5 all
+libfreehep-xml-java 2.1.2+dfsg1-3 all
+libgnuinet-java 1.1.2-2build1 all
+libgnumail-java 1.1.2-10ubuntu1 all
+libitext-java 2.1.7-10 all
+libjanino-java 2.7.0-2 all
+libjas-plotter-java 2.2.6+dfsg1-2 all
+libjava3d-java 1.5.2+dfsg-11ubuntu1 all
+libjava3d-jni 1.5.2+dfsg-11ubuntu1 amd64
+libjaxen-java 1.1.6-1ubuntu1 all
+libjaxp1.3-java 1.3.05-2ubuntu3 all
+libjdom1-java 1.1.3-1 all
+libjline-java 1.0-2 all
+libnb-org-openide-util-java 8.1+dfsg1-2 all
+libnb-org-openide-util-lookup-java 8.1+dfsg1-2 all
+librhino-java 1.7R4-3 all
+libsunflow-java 0.07.2.svn396+dfsg-14 all
+libtablelayout-java
20090826-2 all
+libvecmath-java 1.5.2-5 all
+libxalan2-java 2.7.1-9 all
+libxerces2-java 2.11.0-7 all
+libxml-commons-external-java 1.4.01-2build1 all
+libxml-commons-resolver1.1-java 1.2-7build1 all
+libxmlgraphics-commons-java 2.1-1ubuntu1 all
+libxom-java 1.2.10-1 all
+libxpp2-java 2.1.10-7build1 all
+libxpp3-java 1.1.4c-2build1 all
+rhino 1.7R4-3 all
+sweethome3d 4.5+dfsg-3 all
+sweethome3d-furniture 1.4.2-1 all
maybe chmod 0644 'hotplug/usb/Argyll.usermap'
maybe chmod 0755 'hp'
maybe chmod 0644 'hp/hplip.conf'
+maybe chmod 0755 'icedtea-web'
+maybe chmod 0644 'icedtea-web/javaws.policy'
maybe chmod 0755 'ifplugd'
maybe chmod 0755 'ifplugd/action.d'
maybe chmod 0664 'iftab'
maybe chmod 0644 'java/security/security.d/1002-gnu.javax.crypto.jce.GnuSasl'
maybe chmod 0644 'java/security/security.d/1003-gnu.javax.net.ssl.provider.Jessie'
maybe chmod 0644 'java/security/security.d/1004-gnu.javax.security.auth.callback.GnuCallbacks'
+maybe chmod 0644 'java/security/security.d/2000-org.bouncycastle.jce.provider.BouncyCastleProvider'
maybe chmod 0755 'john'
maybe chmod 0644 'john/john-mail.conf'
maybe chmod 0644 'john/john-mail.msg'
maybe chmod 0644 'xdg/user-dirs.defaults'
maybe chmod 0755 'xml'
maybe chmod 0644 'xml/catalog'
+maybe chmod 0755 'xml/resolver'
+maybe chmod 0644 'xml/resolver/CatalogManager.properties'
maybe chmod 0644 'xml/xml-core.xml'
maybe chmod 0644 'zlibc.conf'
maybe chmod 0644 'zsh_command_not_found'
--- /dev/null
+// Based on Oracle JDK policy file
+grant codeBase "file:/usr/share/icedtea-web/netx.jar" {
+ permission java.security.AllPermission;
+};
\ No newline at end of file
x-scheme-handler/http; /usr/bin/google-chrome-stable --incognito %s; test=test -n "$DISPLAY"
x-scheme-handler/https; /usr/bin/google-chrome-stable --incognito %s; test=test -n "$DISPLAY"
x-scheme-handler/ftp; /usr/bin/google-chrome-stable --incognito %s; test=test -n "$DISPLAY"
+application/x-java-jnlp-file; /usr/bin/javaws %s; test=test -n "$DISPLAY"
application/x-java-archive; /usr/lib/jvm/java-8-oracle/bin/java -jar %s; test=test -n "$DISPLAY"
application/java-archive; /usr/lib/jvm/java-8-oracle/bin/java -jar %s; test=test -n "$DISPLAY"
application/x-jar; /usr/lib/jvm/java-8-oracle/bin/java -jar %s; test=test -n "$DISPLAY"
--- /dev/null
+########################################################################
+# CatalogManager provides an interface to the catalog properties.
+# Properties can come from two places: from system properties or
+# from a CatalogManager.properties file. This class provides a
+# transparent interface to both, with system properties preferred
+# over property file values.
+
+#######################################################################
+# Catalog Files:
+# The semicolon-delimited list of catalog files.
+# Example: catalogs=./xcatalog;/share/doctypes/catalog
+
+catalogs=/etc/xml/catalog
+
+#######################################################################
+# Relative Catalogs:
+# If false, relative catalog URIs are made absolute with respect to the
+# base URI of the CatalogManager.properties file. This setting only
+# applies to catalog URIs obtained from the catalogs property in the
+# CatalogManager.properties file
+# Example: relative-catalogs = [yes|no]
+
+relative-catalogs=yes
+
+#######################################################################
+# Verbosity:
+# If non-zero, the Catalog classes will print informative and debugging
+# messages. The higher the number, the more messages.
+# Example: verbosity = [0..99]
+
+verbosity=0
+
+#######################################################################
+# Prefer:
+# Which identifier is preferred, "public" or "system"?
+# Example: xml.catalog.prefer = [public|system]
+
+prefer=system
+
+#######################################################################
+# Static-catalog:
+# Should a single catalog be constructed for all parsing, or should a
+# different catalog be created for each parser?
+# Example: static-catalog = [yes|no]
+
+static-catalog=yes
+
+#######################################################################
+# Allow-oasis-xml-catalog-pi
+# If the source document contains "oasis-xml-catalog" processing
+# instructions, should they be used?
+# Example: allow-oasis-xml-catalog-pi = [yes|no]
+
+allow-oasis-xml-catalog-pi=yes
+
+#######################################################################
+# catalog-class-name
+# If you're using the convenience classes
+# org.apache.xml.resolver.tools.*, this setting allows you to specify
+# an alternate class name to use for the underlying catalog.
+# Example: catalog-class-name=org.apache.xml.resolver.Resolver