pom.xml

Diff Revision Date Message Lines Author Branch
1.55 11 Feb 11

- checkstyle configuration ... ... [X] clean up according to the checkstyle rules - smoke test passed: mvn clean package install

+3 -3 Patrick Brunner MAIN
1.54 12 Jan 11

OLAT-6160: Search Indexing : Upgrade pdfbox lib from 1.0. to 1.4.0 to fix 'Logging of Indexer on Node99' issues

+1 -1 guretzki MAIN
1.53 23 Nov 10

OLAT-5716 OLAT-5153 -fix invalid pom.xml

+2 -4 Patrick Brunner MAIN
1.52 23 Nov 10

OLAT-5716 OLAT-5153 - fix static code analyzer issues in package table - add some JUnit tests for equals and hashcode testing

+23 -1 Patrick Brunner MAIN
1.51 12 Oct 10

OLAT-5869: use only the context path from the servlet context in Olat

+4 -4 srosse MAIN
1.50 30 Jun 10

adding encoding to maven compiler plugin for some rare cases (windows) which could not compile because of german umlauts

+1 schnider MAIN
1.49 12 Apr 10

OLAT-5040: implements preview in folder, upgrade pdfbox to 1.0

+5 srosse MAIN
1.48 15 Mar 10

config and startup refactoring to spring only

+1 -3 schnider MAIN
1.47 14 Dec 09

shared jars belong to parent pom only

+1 -6 schnider MAIN
1.46 11 Dec 09

OLAT-4474: making different components searchable: cp, folders, wikis, forums...

+5 srosse MAIN
1.45 10 Dec 09

maven surefire test runner: core test only jare are not included by surefire, we may have to run olatcore tests isolated

+6 -3 schnider MAIN
1.44 01 Dec 09

fixing junittesting with maven setup: Run tests from eclipse (single or all) or type: mvn test for all tests with report.

+19 schnider MAIN
1.43 26 Nov 09

OLAT-4361: cleaning up poms and classpath

+15 -185 schnider MAIN
1.42 19 Nov 09

OLAT-4635: removing unused jars and solving transient dependency issues

+23 -7 schnider MAIN
1.41 19 Nov 09

OLAT-4635: removing unused jars and solving transient dependency issues

+6 -11 schnider MAIN
1.40 18 Nov 09

OLAT-4635: geronimo mail does conflict with the sun mail from olat, as mail.jar is available through maven repo use the orig now.

+8 -4 schnider MAIN
1.39 10 Nov 09

updated repo and build tweaks

+2 -2 amoran MAIN
1.38 29 Oct 09

temporary pom.xml of core points to a static copy of maven repository entries - report problems to info@olat.org

+1 -1 Patrick Brunner MAIN
1.37 07 Sep 09

OLAT-2702: Sourceview from GUI debug mode if source available, Links in GUI demo to source view.

+8 schnider MAIN
1.36 03 Aug 09

adding correct location of olat maven repo

+1 -1 schnider MAIN
1.35 03 Aug 09

adding missing dependency jar for cross site scripting stuff

+6 schnider MAIN
1.34 03 Aug 09

OLAT-4095: xss filter based on owasp AntiSamy

+16 rhaag MAIN
1.33 09 Jul 09

RESOLVED - issue OLAT-4152: update commons-lang http://bugs.olat.org/jira/browse/OLAT-4152

+2 -2 Patrick Brunner MAIN
1.32 21 Jun 09

OLAT-4096 use java 1.6

+3 -3 Patrick Brunner MAIN
1.31 19 Jun 09

OLAT-3674: merge glossary branch to HEAD.

+2 -2 rhaag MAIN
1.30 10 Mar 09

OLAT-3892: new version of codepoints with logging if probes hit a threshold

+1 -1 eglis MAIN
1.29 17 Feb 09

OLAT-3776 fix problem with multipart form data, move library to commons fileupload, some minor file upload bugs

+7 gnaegi MAIN
1.28 01 Dec 08

OLAT-3514: new json lib which handles some special characters better

+3 -5 schnider MAIN
1.27 20 Oct 08

OLAT-3523:Hibernate Upgrade from 3.2.4 to 3.3.1

+13 -3 guretzki MAIN
1.26 07 Oct 08

new version

+1 -1 eglis MAIN
1.25 07 Oct 08

using codepoints 1.0.1

+1 -1 eglis MAIN
1.24 10 Sep 08

moved Codepoints into a Maven library

+5 eglis MAIN
1.23 07 Sep 08

non-jira: adding missing UTF-8 resource preferences for eclipse - used operating system default is almost never UTF-8... fixed my name in the affected files. Removed used method java.util.Properties.stringPropertyNames() which apparently is java 1.6 only and reverted project settings in pom to java 1.5

+2 -2 gnaegi MAIN
1.22 05 Sep 08

Fix broken nightly: Switch compile to 1.6 java

+2 -2 guretzki MAIN
1.21 05 Sep 08

Fix broken nightly: Switch compile to 6.0 java

+2 -2 guretzki MAIN
1.20 05 Sep 08

Fix broken nightly: Switch compile to 1.6 java

+2 -2 guretzki MAIN
1.19 02 Apr 08

upgrade to latest spring version

+1 -1 schnider MAIN
1.18 26 Feb 08

non-jira changed pom.xml to include the /main/java/resources/serviceconfig/../_spring -> new olatcore.jar includes now _spring files e.g. html/editor/_spring/..

+5 -1 Patrick Brunner MAIN
1.17 07 Feb 08

OLAT-2888 code cleanup - Context Path e.g. /olat is initialized in the ServiceFactory, right after "springify" WebappHelper.java -> cleaned up various getContextPath() calls from different places to OLATContext / Settings / Renderer into calls to WebappHelper.getContextPath() .... one small step towards easy installer ;-)

+1 -8 Patrick Brunner MAIN
1.16 07 Jan 08

OLAT-2241 upgrade httpclient lib from 3.1 RC1 to 3.1 final

+1 -1 gnaegi MAIN
1.15 19 Dec 07

inlcude i18n / .html / .xml files into jar file please do not override this

+12 -12 Patrick Brunner MAIN
1.14 18 Sep 07

OLAT-2278 update to newest libs

+1 -1 fjost MAIN
1.13 18 Jul 07

updating core to hibernate 3.2.4.sp1

+2 -2 gnaegi MAIN
1.12 11 Jul 07

OLAT-2323 updating ehcache and log4j library in core project

+2 -2 gnaegi MAIN
1.11 05 Jul 07

update to latest spring stable 2.0.6

+1 -1 schnider MAIN
1.10 07 Jun 07

OLAT-2355: Upgrade xstream lib from 1.1.2 to 1.2.2

+2 -3 guretzki MAIN
1.9 06 Jun 07

Update pom with tomcat/naming-resources.jar from mvnrepository.com

+3 -3 guretzki MAIN
1.8 21 May 07

Nightly: Add missing naming-resource.jar (from refactoring servlets)

+5 guretzki MAIN
1.7 08 May 07

*** empty log message ***

+57 -45 Patrick Brunner MAIN
1.6 07 May 07

non-jira maven

+7 fjost MAIN
1.5 04 May 07

Set EHCache Library to 1.2.3 since 1.2.4 is not yet released and thus the maven build does not work

+1 -1 gnaegi MAIN
1.4 24 Apr 07

updated ehcache to same version as in OLAT head

+1 -1 schnider MAIN
1.3 18 Apr 07

OLAT-909: Upgrade Hibernate from 2.1.8 to 3.2.3

+1 -1 guretzki MAIN
1.2 29 Mar 07

OLAT-1935: Remove unused wiki lib.

-6 guretzki MAIN
1.1 29 Mar 07

OLAT-1935: New seperate OLAT Core, initial.

+211 guretzki MAIN
1.19.2.1 20 Nov 08

OLAT-3514: new json version which handles escaping better (like unicode linebreak stuff)

+4 -6 schnider OLAT-6_0_x-BRANCH
1.37.4.1 12 Nov 09

changed repository url

+1 -1 Alexander Schneider OLAT-6_2_x-BRANCH-PUBLIC
1.47.6.7 17 Aug 10

removed utf-8 twice

-3 eglis OLAT-6_3_0-PUBLIC
1.47.6.6 17 Aug 10

set encoding in compiler plugin to UTF-8 explicitly as well, maybe this does the trick

+1 eglis OLAT-6_3_0-PUBLIC
1.47.6.5 17 Aug 10

added more utf-8 indicators

+3 eglis OLAT-6_3_0-PUBLIC
1.47.6.4 26 Jul 10

version increased to 6.3.3

+2 -2 eglis OLAT-6_3_0-PUBLIC
1.47.6.3 07 Jun 10

[non-jira] version set to 6.3.2

+2 -2 eglis OLAT-6_3_0-PUBLIC
1.47.6.2 31 Mar 10

incremented version number from 6.3.0 to 6.3.1

+2 -2 Alexander Schneider OLAT-6_3_0-PUBLIC
1.47.6.1 16 Mar 10

changed version "6.3.0-SNAPSHOT" to "6.3.0"

+2 -2 Alexander Schneider OLAT-6_3_0-PUBLIC
1.50.4.1 30 Sep 10

version update to 7.0.0

+1 -1 Alexander Schneider OLAT-7_0_x-PUBLIC
1.54.2.1 04 Feb 11

fix maven stuff change version to 7.1.0

+3 -3 Alexander Schneider OLAT-7_1_x-BRANCH
1.24.2.1 03 Feb 09

head merged

+17 -9 bja OLAT-HEAD-BPS-1229
1.28.2.1 23 Apr 09

OLAT-3766 Update IMS CP Branch to HEAD

+8 -1 gnaegi OLAT-HEAD-FRENTIX-3766-CPEDITOR
1.30.6.2 16 Oct 09

OLAT-3946 merge from HEAD

+37 -3 gwassmann OLAT-HEAD-FRENTIX-3946-Podcast
1.30.6.1 27 Jul 09

OLAT-3946 update from HEAD

+5 -5 gwassmann OLAT-HEAD-FRENTIX-3946-Podcast
1.49.4.3 09 Dec 10

OLAT-5494: merge HEAD to Portfolio Branch

+23 -3 srosse OLAT-HEAD-FRENTIX-5494-EPORTFOLIO
1.49.4.2 19 Oct 10

OLAT-5494: merge HEAD to epf-branch

+4 -4 rhaag OLAT-HEAD-FRENTIX-5494-EPORTFOLIO
1.49.4.1 09 Sep 10

OLAT-5494: merge head to epf-branch: olatcore

+1 rhaag OLAT-HEAD-FRENTIX-5494-EPORTFOLIO
1.29.2.1 10 Mar 09

OLAT-3892: new version of codepoints with logging if probes hit a threshold

+1 -1 eglis OLAT-HEAD-UZH-3892
1.12.2.1 30 Aug 07

Merge Root_OLAT-5_2_x to 2433 - fixes and patches on AJAX made during OLAT-5_2_x testing are reintroduced

+2 -2 fjost OLAT-HEAD-UZH-OLAT_2433
1.28.4.2 16 Jun 09

OLAT-3674: merge head to branch: fix cvs errors

+2 -2 rhaag OLAT-HEAD_FRENTIX-3674
1.28.4.1 28 May 09

OLAT-3674: merge head to branch (core)

+8 -1 rhaag OLAT-HEAD_FRENTIX-3674
1.30.8.4 27 May 09

olat-3999: adjust maven dependecies

+2 -2 schnider OLATCORE-HEAD-3999-temp
1.30.8.3 26 May 09

olat-3999: junit testing based on new spring startup

+2 -2 schnider OLATCORE-HEAD-3999-temp
1.30.8.2 19 May 09

olat-3999: work in progress

+8 -3 schnider OLATCORE-HEAD-3999-temp
1.30.8.1 13 May 09

olat-3999: initial commit for olat refactoring towards maven structure

+4 -8 schnider OLATCORE-HEAD-3999-temp
1.28.6.8 27 Jul 09

latest spring version

+1 -1 schnider OLATCORE-HEAD-EDULAP-temp
1.28.6.7 29 May 09

*** empty log message ***

+6 schnider OLATCORE-HEAD-EDULAP-temp
1.28.6.6 27 May 09

sync with head

+3 -3 schnider OLATCORE-HEAD-EDULAP-temp
1.28.6.5 09 May 09

merge with core HEAD

+2 -3 schnider OLATCORE-HEAD-EDULAP-temp
1.28.6.4 29 Apr 09

work in progress repository integration

+5 -1 schnider OLATCORE-HEAD-EDULAP-temp
1.28.6.3 15 Apr 09

merged with olatcore HEAD

+6 schnider OLATCORE-HEAD-EDULAP-temp
1.28.6.2 18 Mar 09

update to latest velocity engine, solved velocity cache problem, admin tab works

+2 -2 schnider OLATCORE-HEAD-EDULAP-temp
1.28.6.1 02 Mar 09

safety backup for work in progess olatcore refactoring for edulap project

+25 -2 schnider OLATCORE-HEAD-EDULAP-temp
1.47.2.4 17 Feb 10

added pom version info

+1 -1 schnider tmpOLAT-HEAD-640-until-2010-03-10
1.47.2.3 17 Feb 10

added pom version info

+1 -2 schnider tmpOLAT-HEAD-640-until-2010-03-10
1.47.2.2 11 Feb 10

updating contexts to spring 3.0

-1 schnider tmpOLAT-HEAD-640-until-2010-03-10
1.47.2.1 28 Jan 10

config and startup refactoring work in progress. Done are: only one spring context, no olat_config.xml, no more extenstionManger and servicefactory, startup is done by web.xml. OLAT is up and running again...

+2 -2 schnider tmpOLAT-HEAD-640-until-2010-03-10