|
|
00f54a |
--- librepository-1.1.3/common_build.xml 2020-05-05 20:00:37.191243154 +0100
|
|
|
00f54a |
+++ librepository-1.1.3/common_build.xml 2020-05-05 20:00:44.344299905 +0100
|
|
|
00f54a |
@@ -136,8 +136,8 @@
|
|
|
00f54a |
|
|
|
00f54a |
value="true"
|
|
|
00f54a |
description="Indicates whether source should be compiled with deprecation information" />
|
|
|
00f54a |
- <property name="javac.source" value="1.5" description="Provide source compatibility with specified release" />
|
|
|
00f54a |
- <property name="javac.target" value="1.5" description="Generate class files for specific VM version" />
|
|
|
00f54a |
+ <property name="javac.source" value="1.6" description="Provide source compatibility with specified release" />
|
|
|
00f54a |
+ <property name="javac.target" value="1.6" description="Generate class files for specific VM version" />
|
|
|
00f54a |
|
|
|
00f54a |
|
|
|
00f54a |
|
|
|
00f54a |
@@ -1353,13 +1353,11 @@
|
|
|
00f54a |
nodeprecatedlist="false"
|
|
|
00f54a |
nodeprecated="false"
|
|
|
00f54a |
packagenames="${javadoc.packagenames}"
|
|
|
00f54a |
+ excludepackagenames="org.pentaho.reporting.libraries.repository.email.*"
|
|
|
00f54a |
sourcepath="${src.dir}"
|
|
|
00f54a |
doctitle="${impl.title} documentation">
|
|
|
00f54a |
<link href="http://java.sun.com/j2se/${javac.source}.0/docs/api/" />
|
|
|
00f54a |
<classpath refid="classpath" />
|
|
|
00f54a |
- <packageset dir="source">
|
|
|
00f54a |
- <exclude name="org/pentaho/reporting/libraries/repository/email/**"/>
|
|
|
00f54a |
- </packageset>
|
|
|
00f54a |
</javadoc>
|
|
|
00f54a |
</target>
|
|
|
00f54a |
|
|
|
00f54a |
--- librepository-1.1.3/source/org/pentaho/reporting/libraries/repository/ContentItem.java 2020-06-10 14:13:04.904250346 +0100
|
|
|
00f54a |
+++ librepository-1.1.3/source/org/pentaho/reporting/libraries/repository/ContentItem.java 2020-06-10 14:12:10.686769515 +0100
|
|
|
00f54a |
@@ -43,7 +43,7 @@
|
|
|
00f54a |
* Tries to open and return a output stream for writing into the content item. This call will fail if the
|
|
|
00f54a |
* item is not writeable. Whether opening multiple output streams at the same time is possible is implementation
|
|
|
00f54a |
* dependent, but it is generally not recommended to try this.
|
|
|
00f54a |
- *
|
|
|
00f54a |
+ *
|
|
|
00f54a |
* Having both an input and output stream open at the same time is not guaranteed to work. Generally if you need
|
|
|
00f54a |
* to append data, first open the inputstream and copy the content to a temporary location and then write the
|
|
|
00f54a |
* content along with the appended content to the new output stream.
|
|
|
00f54a |
@@ -58,7 +58,7 @@
|
|
|
00f54a |
* Tries to open and return a input stream for reading from the content item. This call will fail if the
|
|
|
00f54a |
* item is not readable. Whether opening multiple input streams at the same time is possible is implementation
|
|
|
00f54a |
* dependent.
|
|
|
00f54a |
- *
|
|
|
00f54a |
+ *
|
|
|
00f54a |
* Having both an input and output stream open at the same time is not guaranteed to work. Generally if you need
|
|
|
00f54a |
* to append data, first open the inputstream and copy the content to a temporary location and then write the
|
|
|
00f54a |
* content along with the appended content to the new output stream.
|
|
|
00f54a |
--- librepository-1.1.3/source/org/pentaho/reporting/libraries/repository/LibRepositoryBoot.java 2020-06-10 14:13:14.599336328 +0100
|
|
|
00f54a |
+++ librepository-1.1.3/source/org/pentaho/reporting/libraries/repository/LibRepositoryBoot.java 2020-06-10 14:12:10.690769550 +0100
|
|
|
00f54a |
@@ -27,7 +27,7 @@
|
|
|
00f54a |
/**
|
|
|
00f54a |
* The LibRepositoryBoot class is used to initialize the library before it is
|
|
|
00f54a |
* first used. This loads all configurations and initializes all factories.
|
|
|
00f54a |
- *
|
|
|
00f54a |
+ *
|
|
|
00f54a |
* Without booting, basic services like logging and the global configuration
|
|
|
00f54a |
* will not be availble.
|
|
|
00f54a |
*
|
|
|
00f54a |
--- librepository-1.1.3/source/org/pentaho/reporting/libraries/repository/stream/StreamContentItem.java 2020-06-10 14:13:28.417458875 +0100
|
|
|
00f54a |
+++ librepository-1.1.3/source/org/pentaho/reporting/libraries/repository/stream/StreamContentItem.java 2020-06-10 14:12:10.693769577 +0100
|
|
|
00f54a |
@@ -114,7 +114,7 @@
|
|
|
00f54a |
* Tries to open and return a output stream for writing into the content item. This call will fail if the
|
|
|
00f54a |
* item is not writeable. Whether opening multiple output streams at the same time is possible is implementation
|
|
|
00f54a |
* dependent, but it is generally not recommended to try this.
|
|
|
00f54a |
- *
|
|
|
00f54a |
+ *
|
|
|
00f54a |
* Having both an input and output stream open at the same time is not guaranteed to work. Generally if you need
|
|
|
00f54a |
* to append data, first open the inputstream and copy the content to a temporary location and then write the
|
|
|
00f54a |
* content along with the appended content to the new output stream.
|
|
|
00f54a |
@@ -132,7 +132,7 @@
|
|
|
00f54a |
* Tries to open and return a input stream for reading from the content item. This call will fail if the
|
|
|
00f54a |
* item is not readable. Whether opening multiple input streams at the same time is possible is implementation
|
|
|
00f54a |
* dependent.
|
|
|
00f54a |
- *
|
|
|
00f54a |
+ *
|
|
|
00f54a |
* Having both an input and output stream open at the same time is not guaranteed to work. Generally if you need
|
|
|
00f54a |
* to append data, first open the inputstream and copy the content to a temporary location and then write the
|
|
|
00f54a |
* content along with the appended content to the new output stream.
|