| Date | Author | File/Message |
|---|---|---|
| 9/9/06 4:59 PM | hboutemy | added DTDCommenter default constructor to maintain binary compatibility with earlier versions of DTDDoc
(2 Files changed,
10 Lines changed) changelog 1.26
(+2
-0)
|
| 9/9/06 4:53 PM | hboutemy | - added Maven 2 descriptor (pom.xml) in the distribution
- version info in Manifest is now with dot separators instead of underscore
(3 Files changed,
7 Lines changed) changelog 1.25
(+2
-0)
dtddoc.properties 1.11
(+1
-0)
build.xml 1.45
(+4
-3)
|
| 9/9/06 12:47 PM | hboutemy | SFID 1549989 : updated Ant task documentation, and made it work like a fileset as much as possible
(2 Files changed,
18 Lines changed) src/DTDDoc/DTDDocTask.java 1.14
(+15
-1)
web/documentation.html 1.21
(+3
-4)
|
| 9/7/06 11:54 PM | hboutemy | error messages are not indented any more...
(1 Files changed,
1 Lines changed) changelog 1.24
(+1
-1)
|
| 9/7/06 11:22 PM | hboutemy | added an example of automatically escaped non-html tag
(1 Files changed,
2 Lines changed) example/dtddoc_features.dtd 1.10
(+2
-1)
|
| 9/7/06 11:12 PM | hboutemy | the next version will be 0.1.0 and not 0.0.12
(3 Files changed,
4 Lines changed) pom.xml 1.3
(+1
-1)
project.xml 1.6
(+1
-1)
dtddoc.properties 1.10
(+2
-2)
|
| 9/7/06 10:53 PM | hboutemy | bugfix : NPE in case of unknown container
(1 Files changed,
1 Lines changed) |
| 9/7/06 10:50 PM | hboutemy | re-commit bugfix : SFID 1550608 : ANT task did not respect the base directory
(1 Files changed,
17 Lines changed) src/DTDDoc/DTDDocTask.java 1.13
(+17
-20)
|
| 9/7/06 3:59 PM | wiz21 | Prevoius version ahd erroneous 0.0.12 release in it (we'll do 1.0 directly !)
(1 Files changed,
14 Lines changed) changelog 1.23
(+14
-18)
|
| 9/7/06 3:14 PM | wiz21 | Now using the new Logging mechanism
(1 Files changed,
17 Lines changed) src/DTDDoc/DTDDoc.java 1.8
(+17
-10)
|
| 9/7/06 3:13 PM | wiz21 | Now refering to dtddoc_features.dtd, there are more examples there.
(1 Files changed,
5 Lines changed) web/documentation.html 1.20
(+5
-3)
|
| 9/7/06 3:06 PM | wiz21 | Changed my email address
Given herv? all the credits he deserve
(Herv?, si tu m'?coutes, merci !)
(1 Files changed,
3 Lines changed) web/credits.html 1.7
(+3
-1)
|
| 9/7/06 3:04 PM | wiz21 | Now using the new Logging stuff
added some comments
(1 Files changed,
99 Lines changed) src/DTDDoc/ExtendedDTD.java 1.20
(+99
-93)
|
| 9/7/06 2:59 PM | wiz21 | Fixes and better wording
(1 Files changed,
8 Lines changed) license.txt 1.4
(+8
-7)
|
| 9/7/06 2:54 PM | wiz21 | just a minor layout change
(1 Files changed,
1 Lines changed) build.xml 1.44
(+1
-1)
|
| 9/7/06 2:17 PM | wiz21 | a changelog to a changelog ?
:)
(1 Files changed,
23 Lines changed) changelog 1.22
(+23
-3)
|
| 9/7/06 2:03 PM | wiz21 | Removed useless method 'pathToURI' (and this allows me to avoid to change its
System.out into a properly logged thing :-) )
(1 Files changed,
0 Lines changed) src/DTDDoc/Tools.java 1.10
(+0
-10)
|
| 9/7/06 1:57 PM | wiz21 | more Logging move
(1 Files changed,
2 Lines changed) |
| 9/7/06 1:54 PM | wiz21 | Used appropriate style for DOCTYPE comment presentation
(1 Files changed,
1 Lines changed) |
| 9/7/06 1:45 PM | wiz21 | Added examples of autogenerated code
for attributes id and xmlns
(1 Files changed,
20 Lines changed) example/dtddoc_features.dtd 1.9
(+20
-3)
|