Commit Graph

21 Commits

Author SHA1 Message Date
Robert von Burg c3fe4bdec6 [Project] clean up 2014-09-20 00:35:00 +02:00
Robert von Burg cf1a613535 [Minor] cleanup 2014-09-19 21:53:09 +02:00
Robert von Burg 9d87fded75 [Minor] set parent version to 1.0.0-SNAPSHOT 2014-09-19 21:12:10 +02:00
Robert von Burg 75199bc6b7 [Project] set version to 1.0.0-SNAPSHOT 2014-08-24 18:17:41 +02:00
Robert von Burg ced1848b76 [Project] set version to 1.0.0-SNAPSHOT 2014-08-24 17:21:59 +02:00
Robert von Burg d236d8589b [Project] using parent version 1.1.0-SNAPSHOT 2014-08-14 16:23:30 +02:00
Robert von Burg 44613163cb [Project] fixed urls of projects 2014-03-14 14:36:16 +01:00
Robert von Burg 9ea4929497 [Minor] set parent to 0.1.0-SNAPSHOT 2013-10-27 23:06:35 +01:00
Robert von Burg 3c623bd20c [Project] Set maven parent for this project to ch.eitchnet.parent 2013-10-19 21:28:02 +02:00
Robert von Burg 4c7f0fc460 [Major] implemented new ObjectRef referencing of objects with locking
Locking is not yet implemented, but is now prepared. This is once again
a major rewrite but this has lead to easier use and less if/else
constructs but far more object oriented delegation and double
dispatching where possible
2013-10-15 22:26:58 +02:00
Robert von Burg f391055c6a [Devel] reimplementing using visitor pattern
Changing to the visitor pattern will make it easier to implement a SAX
reader and writer

This is a commit so that i don't loose my work. The code currently does
not compile
2013-08-30 09:43:45 +02:00
Robert von Burg 3b2a397063 [Devel] still implementing new visitor pattern 2013-08-08 00:34:49 +02:00
Robert von Burg 0605dd784f [Devel] reimplementing using visitor pattern
Changing to the visitor pattern will make it easier to implement a SAX
reader and writer
2013-08-07 22:55:18 +02:00
Robert von Burg 8d893d87a0 Update pom.xml
Added distribution management to deploy to nexus.eitchnet.ch (fixed wrong URL)
2013-01-30 15:05:22 +01:00
Robert von Burg 1fbe3cb090 Update pom.xml
Added distribution management to deploy to nexus.eitchnet.ch
2013-01-30 14:56:56 +01:00
Robert von Burg e5c23a8924 [Minor] Removed dependency to ch.eitchnet.log4j and thus added log4j.xml
The log4j.xml configuration file is in the test resources and now the
project is completely free of a dependency to a concrete logging
implementation as all logging of the sources is done over slf4j
2012-11-25 00:46:19 +01:00
Robert von Burg 38466685a0 [Major] refactored use of log4j to slf4j 2012-11-24 13:23:24 +01:00
Robert von Burg eec0b67135 [Minor] updated dependency to ch.eitchnet.utils to 0.1.0 2012-08-04 21:37:09 +02:00
Robert von Burg 925623bc93 [Minor] cleaned up copyright notices in all classes 2012-07-29 18:28:22 +02:00
Robert von Burg 61f6e6cdc4 [Minor] change mvn eclipse configuration to load sources as well 2012-07-28 23:17:07 +02:00
Robert von Burg 10b8cb4071 [Major] rebuilt project to use Maven.
- Now a "mvn compile" will build the project downloading dependencies as needed
- Note: as ch.eitchnet.utils is a dependency, it must be installed first by using "mvn install"
2012-07-28 15:37:24 +02:00