- Timestamp:
- 02/04/08 21:53:26 (4 years ago)
- Location:
- tags/IDLDOC_3_0_2
- Files:
-
- 1 modified
- 7 copied
-
. (copied) (copied from trunk)
-
idldoc/build_updates_site.pro (copied) (copied from trunk/idldoc/build_updates_site.pro)
-
idldoc/docs/getting-started.html (copied) (copied from trunk/idldoc/docs/getting-started.html)
-
idldoc/Makefile (copied) (copied from trunk/idldoc/Makefile) (1 diff)
-
idldoc/src (copied) (copied from trunk/idldoc/src) (1 prop)
-
idldoc/src/idldoc_version.pro (modified) (1 diff)
-
idldoc/updates-resources/features/feature.xml.tt (copied) (copied from trunk/idldoc/updates-resources/features/feature.xml.tt)
-
idldoc/updates-resources/plugins (copied) (copied from trunk/idldoc/updates-resources/plugins)
Legend:
- Unmodified
- Added
- Removed
-
tags/IDLDOC_3_0_2/idldoc/Makefile
r478 r479 1 VERSION=3.0. 11 VERSION=3.0.2 2 2 REVISION=-r`svn info | sed -n 's/Revision: \(.*\)/\1/p'` 3 3 -
tags/IDLDOC_3_0_2/idldoc/src
- Property svn:externals
-
old new 1 collection http://svn.idldev.com/idllib/collection2 textmarkup http://svn.idldev.com/idllib/textmarkup3 templating http://svn.idldev.com/idllib/templating4 dist_tools http://svn.idldev.com/idllib/dist_tools5 math http://svn.idldev.com/idllib/math6 web http://svn.idldev.com/idllib/web1 collection -r175 http://svn.idldev.com/idllib/collection 2 textmarkup -r175 http://svn.idldev.com/idllib/textmarkup 3 templating -r175 http://svn.idldev.com/idllib/templating 4 dist_tools -r175 http://svn.idldev.com/idllib/dist_tools 5 math -r175 http://svn.idldev.com/idllib/math 6 web -r175 http://svn.idldev.com/idllib/web
-
- Property svn:externals
-
tags/IDLDOC_3_0_2/idldoc/src/idldoc_version.pro
r477 r479 13 13 compile_opt strictarr 14 14 15 version = '3.0. 1'15 version = '3.0.2' 16 16 revision = '-r476' 17 17
