Fixed ChangeLog generation so that it only includes svn/trunk or relevant branch rather than whole svn repository.
Updated ChangeLog
This commit is contained in:
parent
c04d37f699
commit
8d124e5709
@ -132,7 +132,7 @@ IF (OSG_MAINTAINER)
|
|||||||
|
|
||||||
ADD_CUSTOM_TARGET(ChangeLog
|
ADD_CUSTOM_TARGET(ChangeLog
|
||||||
COMMAND ${SVNCOMMAND} update
|
COMMAND ${SVNCOMMAND} update
|
||||||
COMMAND ${GENERATELOGS}
|
COMMAND ${GENERATELOGS} ${SVNSOURCEDIR}
|
||||||
)
|
)
|
||||||
|
|
||||||
ENDIF(OSG_MAINTAINER)
|
ENDIF(OSG_MAINTAINER)
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
2009-04-11 07:12 robert
|
||||||
|
|
||||||
|
* AUTHORS.txt, ChangeLog, applications/osgversion/osgversion.cpp:
|
||||||
|
Updated ChangeLog and AUTHORS for 2.9.3 dev release
|
||||||
|
|
||||||
2009-04-11 06:25 robert
|
2009-04-11 06:25 robert
|
||||||
|
|
||||||
* src/osgWrappers/osgAnimation/Bone.cpp: updated wrappers
|
* src/osgWrappers/osgAnimation/Bone.cpp: updated wrappers
|
||||||
|
Loading…
Reference in New Issue
Block a user