aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
Commit message (Expand)AuthorAgeFilesLines
* chore: Update README to clarify repository status (#12595)Patrik Lindström2023-09-061-6/+17
* chore: Update README and release notes for Vaadin 8.21.0 (#12593)7.7.41Patrik Lindström2023-07-281-3/+1
* Fix V8-EM link in README.md (#12590)8.21.08.20.3Patrik Lindström2023-06-091-1/+1
* Update README.md (#12530)8.15.07.7.32Tatu Lund2022-03-231-1/+1
* Update README.md for 8.15.0 as part of move to closed source model (#12529)Patrik Lindström2022-03-221-6/+18
* Updated project setup instructions and Eclipse formatting instructions. (#12001)Anna Koskinen2020-05-181-84/+12
* Updated instructions on how to run TB3+ tests with Intellij; added Qu… (#11...Martin Vysny2019-05-171-0/+4
* Add git config hint to README to allow long paths in Windows (#11445)Tobse2019-02-041-1/+1
* fixed UI Test section0xflotus2018-10-021-1/+1
* Add gitter button to readme (#10717)Marcus Hellberg2018-03-151-0/+2
* Update README.md (#10302)Olli Tietäväinen2017-11-101-1/+1
* Update README.md (#9612)Enver Haase2017-06-301-1/+1
* Fix readme (#8857)8.1.0.alpha1Johannes Häyry2017-03-171-11/+10
* ApplicationRunnerServlet to correctly get last modified application (#8852)Ahmed Ashour2017-03-161-2/+2
* Easy DevelopmentServerLauncher run with maven (#8677)Ilia Motornyi2017-02-281-23/+13
* Replace github.com/vaadin/vaadin with github.com/vaadin/framework (#75)Artur2016-12-021-3/+3
* Fix typo in README.mdAleksi Hietanen2016-11-291-1/+1
* Fix formatting so that it is shown correctly in GitHubArtur Signell2016-09-011-6/+6
* Added contributing instructionsMatti Tahvonen2016-08-191-2/+3
* Updated READMEMatti Tahvonen2016-07-081-39/+31
* Add DevelopmentServerLauncher configuration for IDEAelmot2016-07-071-0/+25
* Fix README.mdfeature/nullrepresentationelmot2016-05-021-33/+10
* Updated READMEselmot2016-04-211-65/+55
* Format recommended git settings as codeLeif Åstrand2015-12-071-1/+1
* Add link to IDEA workspace instructions.Sauli Tähkäpää2014-12-091-1/+6
* Update readme to mention Git settings for Windows users.Leif Åstrand2014-07-231-1/+3
* Tweak quick setup instructions (#13616)Leif Åstrand2014-06-131-1/+1
* Easier instructions thanks to GWT dependency (#13616)Artur Signell2014-06-131-71/+44
* A new section, links, rephrasings for clarity on GitHub.Marc Englund2014-05-131-10/+22
* GWT requires max 1.6 compiler compliance level currently - #12345Henrik Paul2013-08-131-1/+1
* Add a chapter on installing IvyDE (for #12359)Henrik Paul2013-08-131-0/+16
* Add XML formatting instructions (#11956)Artur Signell2013-05-301-0/+9
* Added text file encoding and line delimiter info (#11907)Artur Signell2013-05-231-3/+4
* Clarified build documentation in README.md #11227Joonas Lehtinen2013-03-061-3/+7
* Fisrt version of readme for GitHub (#10931)Artur Signell2013-03-011-0/+96
"nt"></timezone> </developer> <developer> <name>James Ahlborn</name> <id>jahlborn</id> <email>jahlborn@users.sf.net</email> <organization>Dell Boomi</organization> <roles> <role>Owner</role> </roles> <timezone>-5</timezone> </developer> </developers> <contributors> <contributor> <name>Rob Di Marco</name> <roles> <role>Added ability to import delimited text into new tables</role> </roles> <timezone>-5</timezone> </contributor> <contributor> <name>Mitchell J. Friedman</name> <roles> <role>Added support for additional JDBC data types</role> </roles> </contributor> <contributor> <name>Jon Iles</name> <roles> <role>Added support for reading table definitions that span multiple pages</role> </roles> </contributor> <contributor> <name>James Schopp</name> <roles> <role>Added support for reading currency columns</role> </roles> </contributor> <contributor> <name>Patricia Donaldson</name> <roles> <role>Contributed RowFilter class</role> </roles> </contributor> <contributor> <name>Dan Rollo</name> <email>bhamail@users.sf.net</email> <organization>Composite Software, Inc.</organization> <roles> <role>Added support for new DB file formats (2003/2007)</role> </roles> <timezone>-5</timezone> </contributor> <contributor> <name>F. Gerbig</name> <roles> <role>added ExportUtil, contributed some of the code for Jet3 read-only support</role> </roles> </contributor> <contributor> <name>Lorenzo Carrara</name> <roles> <role>Reverse engineered the attachment data encoding.</role> </roles> </contributor> <contributor> <name>Gordon Thompson</name> <roles> <role>Contributed to cookbook.</role> </roles> </contributor> <contributor> <name>Gabriele Favalessa</name> <roles> <role>Fixed various query generation issues.</role> </roles> </contributor> </contributors> <issueManagement> <system>SourceForge2</system> <url>https://sourceforge.net/p/jackcess/bugs/</url> </issueManagement> <scm> <connection>scm:svn:svn://svn.code.sf.net/p/jackcess/code/jackcess/trunk/</connection> <!-- read/write svn connection --> <developerConnection>scm:svn:svn+ssh://svn.code.sf.net/p/jackcess/code/jackcess/trunk/</developerConnection> <url>http://svn.code.sf.net/p/jackcess/code/jackcess/trunk/</url> </scm> <build> <defaultGoal>install</defaultGoal> <pluginManagement> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> <configuration> <forkMode>once</forkMode> <parallel>classes</parallel> <threadCount>2</threadCount> <systemProperties> <property> <name>java.util.logging.config.file</name> <value>logging_test.properties</value> </property> <property> <name>com.healthmarketscience.jackcess.testFormats</name> <value>${jackcess.testFormats}</value> </property> </systemProperties> </configuration> </plugin> </plugins> </pluginManagement> <plugins> <plugin> <groupId>org.apache.felix</groupId> <artifactId>maven-bundle-plugin</artifactId> <extensions>true</extensions> <configuration> <instructions> </instructions> </configuration> <executions> <execution> <id>bundle-manifest</id> <phase>process-classes</phase> <goals> <goal>manifest</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-changes-plugin</artifactId> <configuration> <smtpHost>localhost</smtpHost> <toAddresses> <toAddress>jackcess-users@lists.sourceforge.net</toAddress> </toAddresses> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jar-plugin</artifactId> <configuration> <archive> <manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile> </archive> </configuration> <executions> <execution> <id>build-test-jar</id> <goals> <goal>test-jar</goal> </goals> <configuration> <archive combine.self="override"> </archive> </configuration> </execution> </executions> </plugin> <plugin> <artifactId>maven-javadoc-plugin</artifactId> <configuration> <minmemory>128m</minmemory> <maxmemory>512</maxmemory> <links> <list>https://docs.oracle.com/javase/8/docs/api/</list> <list>http://docs.oracle.com/javaee/5/api/</list> </links> <source>1.8</source> <show>public</show> <stylesheetfile>${basedir}/src/site/javadoc/stylesheet.css</stylesheetfile> <tags> <tag> <name>usage</name> <placement>a</placement> <head>Usage:</head> </tag> </tags> <quiet>true</quiet> </configuration> </plugin> <plugin> <groupId>com.google.code.maven-replacer-plugin</groupId> <artifactId>replacer</artifactId> <executions> <execution> <id>with-regex2</id> <phase>site</phase> <goals> <goal>replace</goal> </goals> <configuration> <includes> <include>${project.build.directory}/site/apidocs/**/*.html</include> </includes> <regex>true</regex> <replacements> <replacement> <token>_general_(method|class|field)_</token> <value>&lt;span class="UsageGeneral"&gt;&lt;span class="UsageGeneralHeader"&gt;General&lt;/span&gt;: This $1 is general use.&lt;/span&gt;</value> </replacement> <replacement> <token>_intermediate_(method|class|field)_</token> <value>&lt;span class="UsageIntermediate"&gt;&lt;span class="UsageIntermediateHeader"&gt;Intermediate&lt;/span&gt;: This $1 requires moderate API knowledge.&lt;/span&gt;</value> </replacement> <replacement> <token>_advanced_(method|class|field)_</token> <value>&lt;span class="UsageAdvanced"&gt;&lt;span class="UsageAdvancedHeader"&gt;Advanced&lt;/span&gt;: This $1 is for advanced/internal use.&lt;/span&gt;</value> </replacement> </replacements> </configuration> </execution> </executions> </plugin> </plugins> </build> <dependencies> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> <version>3.10</version> </dependency> <dependency> <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> <version>1.2</version> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.13</version> <scope>test</scope> </dependency> <!-- Only necessary if working with compound ole data --> <dependency> <groupId>org.apache.poi</groupId> <artifactId>poi</artifactId> <version>4.0.0</version> <optional>true</optional> </dependency> </dependencies> <reporting> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-pmd-plugin</artifactId> <configuration> <rulesets> <ruleset>${basedir}/src/site/pmd/custom-ruleset.xml</ruleset> </rulesets> </configuration> </plugin> <plugin> <artifactId>maven-changes-plugin</artifactId> <configuration> <issueLinkTemplatePerSystem> <SourceForge2Features>https://sourceforge.net/p/jackcess/feature-requests/%ISSUE%</SourceForge2Features> <SourceForge2Patches>https://sourceforge.net/p/jackcess/patches/%ISSUE%</SourceForge2Patches> <GitHubPullRequests>https://github.com/jahlborn/jackcess/pull/%ISSUE%</GitHubPullRequests> </issueLinkTemplatePerSystem> </configuration> </plugin> <plugin> <artifactId>maven-javadoc-plugin</artifactId> <configuration> <minmemory>128m</minmemory> <maxmemory>512</maxmemory> <links> <list>https://docs.oracle.com/javase/8/docs/api/</list> <list>http://docs.oracle.com/javaee/5/api/</list> </links> <source>1.8</source> <show>public</show> <stylesheetfile>${basedir}/src/site/javadoc/stylesheet.css</stylesheetfile> <tags> <tag> <name>usage</name> <placement>a</placement> <head>Usage:</head> </tag> </tags> <quiet>true</quiet> </configuration> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>findbugs-maven-plugin</artifactId> <configuration> <excludeFilterFile>${basedir}/src/site/findbugs/exclude.xml</excludeFilterFile> </configuration> </plugin> </plugins> </reporting> <distributionManagement> <site> <id>jackcess-build-site</id> <url>scp://shell.sourceforge.net/home/project-web/jackcess/htdocs</url> </site> </distributionManagement> </project>