Skip to content

Commit 85a332d

Browse files
committed
Release 8.0
LogicalDOC Community 8.0
1 parent 5eddd47 commit 85a332d

File tree

3,649 files changed

+107450
-80402
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

3,649 files changed

+107450
-80402
lines changed

README.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
/____/
77

88

9-
http://www.logicaldoc.com
9+
https://www.logicaldoc.com
1010

1111
LogicalDOC Community Edition
1212

1313

14-
You need JDK 1.7, Maven 3.0.3, Ant 1.7 to build this sources
14+
You need JDK 1.8, Maven 3.3.3, Ant 1.9.5 to build this sources
1515

1616
0) Open a command shell to the folder where you unzipped the archive
1717

@@ -27,4 +27,5 @@ You need JDK 1.7, Maven 3.0.3, Ant 1.7 to build this sources
2727

2828
For more instructions regarding maven installation or better workspace organization
2929
you can read the LogicalDOC Developer's Manual
30-
http://www.logicaldoc.com/documents/logicaldoc-devmanual.pdf
30+
https://wiki.logicaldoc.com/wiki/Developer_Guide
31+
https://www.logicaldoc.com/documents/logicaldoc-devmanual.pdf

build/poms/pom.xml

Lines changed: 59 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<artifactId>logicaldoc-parent-pom</artifactId>
55
<name>logicaldoc-parent-pom</name>
66
<packaging>pom</packaging>
7-
<version>85</version>
7+
<version>87</version>
88
<description>Parent pom definition</description>
99
<scm>
1010
<connection>scm:svn:https://logicaldoc.svn.sourceforge.net/svnroot/logicaldoc/build/poms/trunk</connection>
@@ -16,6 +16,7 @@
1616
<extension>
1717
<groupId>org.apache.maven.wagon</groupId>
1818
<artifactId>wagon-ssh</artifactId>
19+
<version>3.0.0</version>
1920
</extension>
2021
</extensions>
2122
<plugins>
@@ -69,10 +70,10 @@
6970
</plugins>
7071
</build>
7172
<properties>
72-
<spring.version>4.3.12.RELEASE</spring.version>
73-
<spring-security.version>4.2.3.RELEASE</spring-security.version>
74-
<hibernate.version>4.3.11.Final</hibernate.version>
75-
<ehcache.version>2.9.1</ehcache.version>
73+
<spring.version>4.3.14.RELEASE</spring.version>
74+
<spring-security.version>4.2.4.RELEASE</spring-security.version>
75+
<hibernate.version>5.2.12.Final</hibernate.version>
76+
<ehcache.version>2.10.4</ehcache.version>
7677
<lucene.version>6.3.0</lucene.version>
7778
<solr.version>6.3.0</solr.version>
7879
<!--gwt.version>2.7.0</gwt.version-->
@@ -83,15 +84,31 @@
8384
<ant.version>1.8.2</ant.version>
8485
<httpclient.version>4.5.2</httpclient.version>
8586
<jackson.version>2.6.5</jackson.version>
86-
<poi.version>3.16</poi.version>
87+
<poi.version>3.16</poi.version>
88+
<jaxb.version>2.2.11</jaxb.version>
8789
</properties>
8890
<dependencyManagement>
8991
<dependencies>
92+
<dependency>
93+
<groupId>javax.xml.bind</groupId>
94+
<artifactId>jaxb-api</artifactId>
95+
<version>${jaxb.version}</version>
96+
</dependency>
97+
<dependency>
98+
<groupId>com.sun.xml.bind</groupId>
99+
<artifactId>jaxb-core</artifactId>
100+
<version>${jaxb.version}</version>
101+
</dependency>
102+
<dependency>
103+
<groupId>com.sun.xml.bind</groupId>
104+
<artifactId>jaxb-impl</artifactId>
105+
<version>${jaxb.version}</version>
106+
</dependency>
90107
<dependency>
91108
<groupId>org.apache.pdfbox</groupId>
92109
<artifactId>pdfbox</artifactId>
93-
<version>2.0.7</version>
94-
</dependency>
110+
<version>2.0.8</version>
111+
</dependency>
95112
<dependency>
96113
<groupId>javax.activation</groupId>
97114
<artifactId>activation</artifactId>
@@ -159,7 +176,7 @@
159176
<dependency>
160177
<groupId>commons-fileupload</groupId>
161178
<artifactId>commons-fileupload</artifactId>
162-
<version>1.2.1</version>
179+
<version>1.2.2</version>
163180
<type>jar</type>
164181
</dependency>
165182
<dependency>
@@ -172,7 +189,7 @@
172189
<groupId>commons-collections</groupId>
173190
<artifactId>commons-collections</artifactId>
174191
<version>3.2.2</version>
175-
</dependency>
192+
</dependency>
176193
<dependency>
177194
<groupId>org.apache.commons</groupId>
178195
<artifactId>mmons-collections4</artifactId>
@@ -247,7 +264,7 @@
247264
<dependency>
248265
<groupId>commons-net</groupId>
249266
<artifactId>commons-net</artifactId>
250-
<version>3.3</version>
267+
<version>3.6</version>
251268
</dependency>
252269
<dependency>
253270
<groupId>org.apache.xmlgraphics</groupId>
@@ -372,12 +389,12 @@
372389
<groupId>org.springframework.security</groupId>
373390
<artifactId>spring-security-core</artifactId>
374391
<version>${spring-security.version}</version>
375-
</dependency>
392+
</dependency>
376393
<dependency>
377394
<groupId>org.springframework.security</groupId>
378395
<artifactId>spring-security-web</artifactId>
379396
<version>${spring-security.version}</version>
380-
</dependency>
397+
</dependency>
381398
<dependency>
382399
<groupId>org.springframework.security</groupId>
383400
<artifactId>spring-security-config</artifactId>
@@ -387,7 +404,7 @@
387404
<groupId>org.springframework</groupId>
388405
<artifactId>spring-jms</artifactId>
389406
<version>${spring.version}</version>
390-
</dependency>
407+
</dependency>
391408
<dependency>
392409
<groupId>org.hibernate</groupId>
393410
<artifactId>hibernate</artifactId>
@@ -407,7 +424,7 @@
407424
<groupId>net.sf.ehcache</groupId>
408425
<artifactId>ehcache-core</artifactId>
409426
</exclusion>
410-
</exclusions>
427+
</exclusions>
411428
</dependency>
412429
<dependency>
413430
<groupId>org.hibernate</groupId>
@@ -564,14 +581,14 @@
564581
</dependency>
565582
<dependency>
566583
<groupId>org.quartz-scheduler</groupId>
567-
<artifactId>quartz</artifactId>
568-
<version>2.2.1</version>
584+
<artifactId>quartz</artifactId>
585+
<version>2.2.1</version>
569586
</dependency>
570587
<dependency>
571588
<groupId>org.quartz-scheduler</groupId>
572589
<artifactId>quartz-jobs</artifactId>
573590
<version>2.2.1</version>
574-
</dependency>
591+
</dependency>
575592
<dependency>
576593
<groupId>com.google.gwt</groupId>
577594
<artifactId>gwt-servlet</artifactId>
@@ -703,35 +720,35 @@
703720
<version>${httpclient.version}</version>
704721
</dependency>
705722
<dependency>
706-
<groupId>org.apache.httpcomponents</groupId>
707-
<artifactId>httpcore</artifactId>
708-
<version>4.4.4</version>
723+
<groupId>org.apache.httpcomponents</groupId>
724+
<artifactId>httpcore</artifactId>
725+
<version>4.4.4</version>
726+
</dependency>
727+
<dependency>
728+
<groupId>com.fasterxml.jackson.jaxrs</groupId>
729+
<artifactId>jackson-jaxrs-json-provider</artifactId>
730+
<version>${jackson.version}</version>
709731
</dependency>
710732
<dependency>
711-
<groupId>com.fasterxml.jackson.jaxrs</groupId>
712-
<artifactId>jackson-jaxrs-json-provider</artifactId>
713-
<version>${jackson.version}</version>
714-
</dependency>
733+
<groupId>com.fasterxml.jackson.core</groupId>
734+
<artifactId>jackson-core</artifactId>
735+
<version>${jackson.version}</version>
736+
</dependency>
715737
<dependency>
716-
<groupId>com.fasterxml.jackson.core</groupId>
717-
<artifactId>jackson-core</artifactId>
718-
<version>${jackson.version}</version>
738+
<groupId>com.fasterxml.jackson.core</groupId>
739+
<artifactId>jackson-databind</artifactId>
740+
<version>${jackson.version}</version>
719741
</dependency>
720742
<dependency>
721-
<groupId>com.fasterxml.jackson.core</groupId>
722-
<artifactId>jackson-databind</artifactId>
723-
<version>${jackson.version}</version>
743+
<groupId>com.fasterxml.jackson.core</groupId>
744+
<artifactId>jackson-annotations</artifactId>
745+
<version>${jackson.version}</version>
724746
</dependency>
725-
<dependency>
726-
<groupId>com.fasterxml.jackson.core</groupId>
727-
<artifactId>jackson-annotations</artifactId>
728-
<version>${jackson.version}</version>
729-
</dependency>
730747
<dependency>
731-
<groupId>com.google.code.gson</groupId>
732-
<artifactId>gson</artifactId>
733-
<version>2.3.1</version>
734-
</dependency>
748+
<groupId>com.google.code.gson</groupId>
749+
<artifactId>gson</artifactId>
750+
<version>2.3.1</version>
751+
</dependency>
735752
</dependencies>
736753
</dependencyManagement>
737754
<repositories>
@@ -757,7 +774,7 @@
757774
<name>Java.net Repository for Maven</name>
758775
<url>http://download.java.net/maven/2/</url>
759776
<layout>default</layout>
760-
</repository>
777+
</repository>
761778
<repository>
762779
<id>smartgwt</id>
763780
<url>http://www.smartclient.com/maven2</url>
@@ -790,7 +807,7 @@
790807
<repository>
791808
<id>java.net</id>
792809
<url>https://maven.java.net/content/repositories/releases</url>
793-
</repository>
810+
</repository>
794811
</repositories>
795812
<distributionManagement>
796813
<repository>

community/logicaldoc/ReleaseNotes.txt

Lines changed: 16 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
The LogicalDOC development team is pleased to announce the availability of LogicalDOC CE 7.7.3
1+
The LogicalDOC Development Team is glad to announce the availability of LogicalDOC CE 8.0
22

33
You can get this distribution in various formats from the LD's website:
44
https://www.logicaldoc.com/download-logicaldoc-community
@@ -9,18 +9,24 @@ LogicalDOC uses the latest technology to build web applications: Google GWT. Tha
99

1010
LogicalDOC Community Edition is free (libre) software (FLOSS) and allows organizations and individuals to centralize the management, storage, retrieval and distribution of documents.
1111

12+
Other features of interest:
13+
Applications for Android and iOS available for free in the respective stores
14+
Support WebDAV Protocol
15+
Support CMIS Protocol (AtomPub)
16+
SOAP and REST Web-Service interfaces
17+
Ability to define your own types of documents by specifying custom fields
18+
Native versioning of documents
19+
and so on...
20+
1221
For a complete list of features, take a look at https://www.logicaldoc.com/features
1322

14-
New Feature:
15-
* New Skin
16-
* Ability to change the interface density
17-
* Option to convert an alias to a document
1823

19-
Improvements:
20-
* Compliance with new Dropbox API v2
21-
* New flag in SMTP settings to comply with strict anti-spam mailserver rules
22-
* Hibernate upgrade to 4.3.11
23-
* Upgraded Spring to release 4.3.12
24+
Improvements in this version:
25+
#871 Support for the polish language - User Interface
26+
#872 Permalink to the specific document version - User Interface
27+
#873 Introduction of vectorial icons for a more professional interface - User Interface
28+
#874 Compatibility with Java10 - Core
29+
#869 DocumentMetadata web service moved from Enterprise to Community - Web Services
2430

2531

2632
See also the file CHANGELOG.txt for more details

community/logicaldoc/logicaldoc-benchmark/.classpath

Lines changed: 24 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,10 @@
99
<classpathentry kind="var" path="M2_REPO/javax/media/jai-core/1.1.3/jai-core-1.1.3.jar"/>
1010
<classpathentry kind="var" path="M2_REPO/javax/ws/rs/javax.ws.rs-api/2.0.1/javax.ws.rs-api-2.0.1.jar"/>
1111
<classpathentry kind="var" path="M2_REPO/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.jar"/>
12+
<classpathentry kind="var" path="M2_REPO/javax/xml/ws/jaxws-api/2.1/jaxws-api-2.1.jar"/>
13+
<classpathentry kind="var" path="M2_REPO/javax/xml/bind/jaxb-api/2.2.11/jaxb-api-2.2.11.jar"/>
1214
<classpathentry kind="var" path="M2_REPO/javax/activation/activation/1.1.1/activation-1.1.1.jar"/>
13-
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
15+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
1416
<classpathentry kind="var" path="M2_REPO/log4j/log4j/1.2.17/log4j-1.2.17.jar"/>
1517
<classpathentry kind="var" path="M2_REPO/org/slf4j/slf4j-api/1.7.7/slf4j-api-1.7.7.jar"/>
1618
<classpathentry kind="var" path="M2_REPO/commons-io/commons-io/2.5/commons-io-2.5.jar"/>
@@ -36,27 +38,28 @@
3638
<classpathentry kind="var" path="M2_REPO/org/apache/xmlbeans/xmlbeans/2.6.0/xmlbeans-2.6.0.jar"/>
3739
<classpathentry kind="var" path="M2_REPO/stax/stax-api/1.0.1/stax-api-1.0.1.jar"/>
3840
<classpathentry kind="var" path="M2_REPO/com/github/virtuald/curvesapi/1.04/curvesapi-1.04.jar"/>
39-
<classpathentry kind="var" path="M2_REPO/org/hibernate/hibernate-ehcache/4.3.11.Final/hibernate-ehcache-4.3.11.Final.jar"/>
40-
<classpathentry kind="var" path="M2_REPO/org/jboss/logging/jboss-logging/3.1.3.GA/jboss-logging-3.1.3.GA.jar"/>
41-
<classpathentry kind="var" path="M2_REPO/org/jboss/logging/jboss-logging-annotations/1.2.0.Beta1/jboss-logging-annotations-1.2.0.Beta1.jar"/>
42-
<classpathentry kind="var" path="M2_REPO/org/hibernate/hibernate-core/4.3.11.Final/hibernate-core-4.3.11.Final.jar"/>
43-
<classpathentry kind="var" path="M2_REPO/org/jboss/spec/javax/transaction/jboss-transaction-api_1.2_spec/1.0.0.Final/jboss-transaction-api_1.2_spec-1.0.0.Final.jar"/>
44-
<classpathentry kind="var" path="M2_REPO/dom4j/dom4j/1.6.1/dom4j-1.6.1.jar"/>
45-
<classpathentry kind="var" path="M2_REPO/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.jar"/>
46-
<classpathentry kind="var" path="M2_REPO/org/hibernate/common/hibernate-commons-annotations/4.0.5.Final/hibernate-commons-annotations-4.0.5.Final.jar"/>
41+
<classpathentry kind="var" path="M2_REPO/org/hibernate/hibernate-ehcache/5.2.12.Final/hibernate-ehcache-5.2.12.Final.jar"/>
42+
<classpathentry kind="var" path="M2_REPO/org/jboss/logging/jboss-logging/3.3.0.Final/jboss-logging-3.3.0.Final.jar"/>
43+
<classpathentry kind="var" path="M2_REPO/org/hibernate/hibernate-core/5.2.12.Final/hibernate-core-5.2.12.Final.jar"/>
4744
<classpathentry kind="var" path="M2_REPO/org/hibernate/javax/persistence/hibernate-jpa-2.1-api/1.0.0.Final/hibernate-jpa-2.1-api-1.0.0.Final.jar"/>
48-
<classpathentry kind="var" path="M2_REPO/org/javassist/javassist/3.18.1-GA/javassist-3.18.1-GA.jar"/>
45+
<classpathentry kind="var" path="M2_REPO/org/javassist/javassist/3.20.0-GA/javassist-3.20.0-GA.jar"/>
4946
<classpathentry kind="var" path="M2_REPO/antlr/antlr/2.7.7/antlr-2.7.7.jar"/>
50-
<classpathentry kind="var" path="M2_REPO/org/jboss/jandex/1.1.0.Final/jandex-1.1.0.Final.jar"/>
51-
<classpathentry kind="var" path="M2_REPO/net/sf/ehcache/internal/ehcache-core/2.9.1/ehcache-core-2.9.1.jar"/>
47+
<classpathentry kind="var" path="M2_REPO/org/jboss/spec/javax/transaction/jboss-transaction-api_1.2_spec/1.0.1.Final/jboss-transaction-api_1.2_spec-1.0.1.Final.jar"/>
48+
<classpathentry kind="var" path="M2_REPO/org/jboss/jandex/2.0.3.Final/jandex-2.0.3.Final.jar"/>
49+
<classpathentry kind="var" path="M2_REPO/com/fasterxml/classmate/1.3.0/classmate-1.3.0.jar"/>
50+
<classpathentry kind="var" path="M2_REPO/dom4j/dom4j/1.6.1/dom4j-1.6.1.jar"/>
51+
<classpathentry kind="var" path="M2_REPO/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.jar"/>
52+
<classpathentry kind="var" path="M2_REPO/org/hibernate/common/hibernate-commons-annotations/5.0.1.Final/hibernate-commons-annotations-5.0.1.Final.jar"/>
53+
<classpathentry kind="var" path="M2_REPO/net/sf/ehcache/ehcache/2.10.3/ehcache-2.10.3.jar"/>
54+
<classpathentry kind="var" path="M2_REPO/net/sf/ehcache/internal/ehcache-core/2.10.4/ehcache-core-2.10.4.jar"/>
5255
<classpathentry kind="var" path="M2_REPO/org/terracotta/internal/statistics/1.0.2/statistics-1.0.2.jar"/>
5356
<classpathentry kind="var" path="M2_REPO/org/quartz-scheduler/quartz/2.2.1/quartz-2.2.1.jar"/>
5457
<classpathentry kind="var" path="M2_REPO/c3p0/c3p0/0.9.1.1/c3p0-0.9.1.1.jar"/>
5558
<classpathentry kind="var" path="M2_REPO/org/quartz-scheduler/quartz-jobs/2.2.1/quartz-jobs-2.2.1.jar"/>
5659
<classpathentry kind="var" path="M2_REPO/net/sourceforge/nekohtml/nekohtml/1.9.7/nekohtml-1.9.7.jar"/>
5760
<classpathentry kind="var" path="M2_REPO/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.jar"/>
58-
<classpathentry kind="var" path="M2_REPO/org/apache/pdfbox/pdfbox/2.0.7/pdfbox-2.0.7.jar"/>
59-
<classpathentry kind="var" path="M2_REPO/org/apache/pdfbox/fontbox/2.0.7/fontbox-2.0.7.jar"/>
61+
<classpathentry kind="var" path="M2_REPO/org/apache/pdfbox/pdfbox/2.0.8/pdfbox-2.0.8.jar"/>
62+
<classpathentry kind="var" path="M2_REPO/org/apache/pdfbox/fontbox/2.0.8/fontbox-2.0.8.jar"/>
6063
<classpathentry kind="var" path="M2_REPO/com/ibm/icu/icu4j/3.8/icu4j-3.8.jar"/>
6164
<classpathentry kind="var" path="M2_REPO/org/apache/lucene/lucene-core/6.3.0/lucene-core-6.3.0.jar"/>
6265
<classpathentry kind="var" path="M2_REPO/org/apache/lucene/lucene-highlighter/6.3.0/lucene-highlighter-6.3.0.jar"/>
@@ -88,7 +91,7 @@
8891
<classpathentry kind="var" path="M2_REPO/com/tdunning/t-digest/3.1/t-digest-3.1.jar"/>
8992
<classpathentry kind="var" path="M2_REPO/commons-cli/commons-cli/1.1/commons-cli-1.1.jar"/>
9093
<classpathentry kind="var" path="M2_REPO/commons-configuration/commons-configuration/1.6/commons-configuration-1.6.jar"/>
91-
<classpathentry kind="var" path="M2_REPO/commons-fileupload/commons-fileupload/1.2.1/commons-fileupload-1.2.1.jar"/>
94+
<classpathentry kind="var" path="M2_REPO/commons-fileupload/commons-fileupload/1.2.2/commons-fileupload-1.2.2.jar"/>
9295
<classpathentry kind="var" path="M2_REPO/commons-lang/commons-lang/2.4/commons-lang-2.4.jar"/>
9396
<classpathentry kind="var" path="M2_REPO/io/airlift/slice/0.10/slice-0.10.jar"/>
9497
<classpathentry kind="var" path="M2_REPO/joda-time/joda-time/2.2/joda-time-2.2.jar"/>
@@ -170,11 +173,11 @@
170173
<classpathentry kind="var" path="M2_REPO/org/freemarker/freemarker/2.3.15/freemarker-2.3.15.jar"/>
171174
<classpathentry kind="var" path="M2_REPO/com/sun/mail/javax.mail/1.5.4/javax.mail-1.5.4.jar"/>
172175
<classpathentry kind="var" path="M2_REPO/junit/junit/4.4/junit-4.4.jar"/>
173-
<classpathentry kind="var" path="M2_REPO/org/springframework/spring-core/4.3.12.RELEASE/spring-core-4.3.12.RELEASE.jar"/>
174-
<classpathentry kind="var" path="M2_REPO/org/springframework/spring-context-support/4.3.12.RELEASE/spring-context-support-4.3.12.RELEASE.jar"/>
175-
<classpathentry kind="var" path="M2_REPO/org/springframework/spring-beans/4.3.12.RELEASE/spring-beans-4.3.12.RELEASE.jar"/>
176-
<classpathentry kind="var" path="M2_REPO/org/springframework/spring-context/4.3.12.RELEASE/spring-context-4.3.12.RELEASE.jar"/>
177-
<classpathentry kind="var" path="M2_REPO/org/springframework/spring-aop/4.3.12.RELEASE/spring-aop-4.3.12.RELEASE.jar"/>
178-
<classpathentry kind="var" path="M2_REPO/org/springframework/spring-expression/4.3.12.RELEASE/spring-expression-4.3.12.RELEASE.jar"/>
176+
<classpathentry kind="var" path="M2_REPO/org/springframework/spring-core/4.3.14.RELEASE/spring-core-4.3.14.RELEASE.jar"/>
177+
<classpathentry kind="var" path="M2_REPO/org/springframework/spring-context-support/4.3.14.RELEASE/spring-context-support-4.3.14.RELEASE.jar"/>
178+
<classpathentry kind="var" path="M2_REPO/org/springframework/spring-beans/4.3.14.RELEASE/spring-beans-4.3.14.RELEASE.jar"/>
179+
<classpathentry kind="var" path="M2_REPO/org/springframework/spring-context/4.3.14.RELEASE/spring-context-4.3.14.RELEASE.jar"/>
180+
<classpathentry kind="var" path="M2_REPO/org/springframework/spring-aop/4.3.14.RELEASE/spring-aop-4.3.14.RELEASE.jar"/>
181+
<classpathentry kind="var" path="M2_REPO/org/springframework/spring-expression/4.3.14.RELEASE/spring-expression-4.3.14.RELEASE.jar"/>
179182
<classpathentry kind="var" path="M2_REPO/org/slf4j/slf4j-log4j12/1.7.7/slf4j-log4j12-1.7.7.jar"/>
180183
</classpath>

community/logicaldoc/logicaldoc-benchmark/.settings/org.eclipse.jdt.core.prefs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#Thu Dec 14 18:19:26 CET 2017
1+
#Wed Jun 27 18:04:22 CEST 2018
22
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8
33
eclipse.preferences.version=1
44
encoding/src/main/java=iso-8859-1

0 commit comments

Comments
 (0)