Subversion Repositories DevTools

Rev

Hide changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff Changes
6198 3003 d 19 h dpurdie /core_devl/trunk/ Minor changes:
* Makefile generation:
[JATS-425] WCEPSPC_emu not seen as a part of the WINCE alias
Affects all platforms with lowercase characters in the platform
name.

* Utility: sandbox
Fixed issues with the 'buildfilter' command. The data is stored in the
sandbox_dpkg_archive subdirectory.

Added options to:
- Display path to build file
- Handle packages with multiple builders

* Templates
Fixed some poor examples

* New platform: SK100 (Experimental)
Added an alias for the SK family of platforms.
Includes special handling of Linker Scripts

* Utility: jats_generate_deployable
Added option to generate symlinks to packages instead of transferring
the body of the package.

Internal changes:
* Error directive support message prefix to simplify error processing.
 
/core_devl/trunk/CFG/PLATFORM/SK100
/core_devl/trunk/CFG/PLATFORM/SK100.cfg
/core_devl/trunk/TOOLS/LIB/jats_runtime_gcc.pm
/core_devl/trunk/CFG/PLATFORM/ANDROIDNDK.CFG
/core_devl/trunk/CFG/PLATFORM/DEVLINUX.CFG
/core_devl/trunk/CFG/PLATFORM/LINUX.CFG
/core_devl/trunk/CFG/PLATFORM/LMOS.CFG
/core_devl/trunk/CFG/PLATFORM/LMOS_DEVLINUX.CFG
/core_devl/trunk/CFG/PLATFORM/MSWIN32.CFG
/core_devl/trunk/CFG/PLATFORM/MSWIN64.CFG
/core_devl/trunk/CFG/PLATFORM/PLATFORM_CFG.PM
/core_devl/trunk/CFG/PLATFORM/WINCE.CFG
/core_devl/trunk/CFG/TOOLSET/GCC.PL
/core_devl/trunk/ChangeLog.txt
/core_devl/trunk/TEMPLATES/DebianPackage/src/makefile.pl
/core_devl/trunk/TEMPLATES/basic/src/makefile.pl
/core_devl/trunk/TEMPLATES/daf-basic/src/makefile.pl
/core_devl/trunk/TEMPLATES/generic/src/makefile.pl
/core_devl/trunk/TEMPLATES/mos-thx/static-lib/makefile.pl
/core_devl/trunk/TEMPLATES/mos-thx/thx-module/makefile.pl
/core_devl/trunk/TEST/jats-win-solaris/src/makefile.pl
/core_devl/trunk/TOOLS/LIB/JatsBuildFiles.pm
/core_devl/trunk/TOOLS/LIB/JatsEnv.pm
/core_devl/trunk/TOOLS/LIB/JatsError.pm
/core_devl/trunk/TOOLS/LOCAL/locatefiles.pl
/core_devl/trunk/TOOLS/buildlib.pl
/core_devl/trunk/TOOLS/common.pl
/core_devl/trunk/TOOLS/gen_cots.pl
/core_devl/trunk/TOOLS/jats.pl
/core_devl/trunk/TOOLS/jats_generate_deployable.pl
/core_devl/trunk/TOOLS/jats_sandbox.pl
/core_devl/trunk/TOOLS/makelib.pl2
6177 3053 d 20 h dpurdie /core_devl/trunk/ ------------------------------------------------------------------------
Version: 3.14.4000.cr Released: 07-Aug-17
------------------------------------------------------------------------

Minor changes:
* Utility: jat_svnrelease [JATS-424]
Handle obscure condition where the tag has been created directly from
a merge and the merge involved the deletion of files from the fileset.

* Buildfiles.
Restored VS2005 to the MSWIN32 alias

------------------------------------------------------------------------
Version: 3.14.3000.cr Released: 02-Aug-17
------------------------------------------------------------------------

Minor changes:
* Utility: jats_generate_deployable
Can create .bomGen file from scratch
Improved reporting of files add, removed and updated

* Makefile generation
Correctly export 'PACKAGE_ARCH' as a global

------------------------------------------------------------------------
Version: 3.14.2000.cr Released: 04-Jul-17
------------------------------------------------------------------------

Minor changes:
* Platform: RHEL7_INSTRUMENT
Marked as a NATIVE build.

* Platforms: LMOS_*
Inherit system aliases from base platform configuration.

------------------------------------------------------------------------
Version: 3.14.1000.cr Released: 03-Jul-17
------------------------------------------------------------------------

Minor changes:
* Updated copyright notices in all files

* jats_extract
Will no longer create a 'local_dpkg_archive'
The use of a 'local_dpkg_archive' is deprecated in favor of the jats
'sandbox', which does a much better job.

* Utility: jats_generate_deployable
Windows: Fixed compilation error

* Platform: RHEL7_INSTRUMENT
Added missing configuration file

------------------------------------------------------------------------
Version: 3.14.0000.cr Released: 23-Jun-17
------------------------------------------------------------------------

Minor changes:
* JAVA Platform [JATS-420]
The java builder can use an 'ant' provided by a suitable package
ie: ant_1.9.2.0000.cots

------------------------------------------------------------------------
Version: 3.13.9000.cr Released: 22-Jun-17
------------------------------------------------------------------------

Minor changes:
* Corrected use of shell 'echo' command
Always quote the string
Issue was the unquoted use of a string that contained matching square brackets
ie: echo [$<] Compiling..
The [..] construct is a filename expanding construct.

* Win32 and Win64 makefile generation
Allow the 'cmdfile' commands to be shown in verbose mode.

* Makefile generation
Fixed issue with some build formats and a bug in cmdfile when no path item
has a directory separator.

------------------------------------------------------------------------
Version: 3.13.8000.cr Released: 16-Jun-17
------------------------------------------------------------------------

Minor changes:
* Makefiles: New Directive: ExtendIncDir
ExtendIncDir ('*', 'private' );
Specialised use only. See MASS-00166

* Utility: jats_svnrelease
The 'extractFiles' option will display the files extracted when
running on a build machine.

* Windows builds
[JATS-419] Visual Studio builds fail with fatal error C1090: PDB API call failed, error code '23'
Use same value for _MSPDBSRV_ENDPOINT_ in all makefiles


------------------------------------------------------------------------
Version: 3.13.7000.cr Released: 13-Jun-17
------------------------------------------------------------------------

Minor changes:
* Utility: jats
Added option -script. Supresses internal warnings when capturing
output within a scripting environment.

* Utility: sandbox
Allow the build.pl file to be upto 4 directories deep
Slows down sandbox scanning
Provides backward compatability with old projects

* Makefile directive: MakePerl
Added option to control the output format to better support multiple
build machines.

* Build File
Fixed handling of aliases that broke the (not recommended) construct
BuildProduct ( 'CSHARP2010', 'WIN32,--Version=MS.NET2010' );

* Windows builds
[JATS-419] Visual Studio builds fail with fatal error C1090: PDB API call failed, error code '23'

Experimental:
* New platform: RHEL7_INSTRUMENT and RHEL7
Supported on RHEL7 and Centos with a MACHTYPE of linux_el7_x64

* Makefiles. New aliases
PKG_DEB, PKG_RPM and PKG_WIN
Internal use only at the moment
 
/core_devl/trunk/BIN.linux_el7_x64
/core_devl/trunk/BIN.linux_el7_x64/JatsFileUtil
/core_devl/trunk/BIN.linux_el7_x64/ant
/core_devl/trunk/BIN.linux_el7_x64/cmdfile
/core_devl/trunk/BIN.linux_el7_x64/javac
/core_devl/trunk/BIN.linux_el7_x64/links.sh
/core_devl/trunk/BIN.linux_el7_x64/mkdepend
/core_devl/trunk/BIN.linux_el7_x64/stdmux
/core_devl/trunk/BIN.linux_el7_x64/timeout
/core_devl/trunk/BIN.linux_el7_x64/xmake
/core_devl/trunk/CFG/PLATFORM/RHEL7_INSTRUMENT
/core_devl/trunk/CFG/PLATFORM/RHEL7_INSTRUMENT.CFG
/core_devl/trunk/CFG/PLATFORM/ACEX
/core_devl/trunk/CFG/PLATFORM/AMX
/core_devl/trunk/CFG/PLATFORM/AMX.DEF
/core_devl/trunk/CFG/PLATFORM/ANDROID
/core_devl/trunk/CFG/PLATFORM/ANDROID.CFG
/core_devl/trunk/CFG/PLATFORM/ANDROIDARM
/core_devl/trunk/CFG/PLATFORM/ANDROIDMIPS
/core_devl/trunk/CFG/PLATFORM/ANDROIDNDK.CFG
/core_devl/trunk/CFG/PLATFORM/ANDROIDX86
/core_devl/trunk/CFG/PLATFORM/ARM9TDMI
/core_devl/trunk/CFG/PLATFORM/ARM9TDMI.CFG
/core_devl/trunk/CFG/PLATFORM/ARM_I5100
/core_devl/trunk/CFG/PLATFORM/AVR_IAR
/core_devl/trunk/CFG/PLATFORM/BORLAND
/core_devl/trunk/CFG/PLATFORM/BORLAND.CFG
/core_devl/trunk/CFG/PLATFORM/CMOS386
/core_devl/trunk/CFG/PLATFORM/CMOS68K
/core_devl/trunk/CFG/PLATFORM/COBRA
/core_devl/trunk/CFG/PLATFORM/COBRA.CFG
/core_devl/trunk/CFG/PLATFORM/COBRA2
/core_devl/trunk/CFG/PLATFORM/COBRA2.CFG
/core_devl/trunk/CFG/PLATFORM/CORTEXM3_IAR
/core_devl/trunk/CFG/PLATFORM/CSHARP
/core_devl/trunk/CFG/PLATFORM/CSHARP.CFG
/core_devl/trunk/CFG/PLATFORM/CSHARP2005
/core_devl/trunk/CFG/PLATFORM/CSHARP2005.CFG
/core_devl/trunk/CFG/PLATFORM/CSHARP2008
/core_devl/trunk/CFG/PLATFORM/CSHARP2008.CFG
/core_devl/trunk/CFG/PLATFORM/CSHARP2010
/core_devl/trunk/CFG/PLATFORM/CSHARP2010.CFG
/core_devl/trunk/CFG/PLATFORM/CSHARP2012
/core_devl/trunk/CFG/PLATFORM/CSHARP2012.CFG
/core_devl/trunk/CFG/PLATFORM/CSHARP2015
/core_devl/trunk/CFG/PLATFORM/CSHARP2015.CFG
/core_devl/trunk/CFG/PLATFORM/DAFBR_MOS
/core_devl/trunk/CFG/PLATFORM/DAFBR_WIN
/core_devl/trunk/CFG/PLATFORM/DELPHI7
/core_devl/trunk/CFG/PLATFORM/DELPHI7.CFG
/core_devl/trunk/CFG/PLATFORM/DEVLINUX.CFG
/core_devl/trunk/CFG/PLATFORM/DF4OBE
/core_devl/trunk/CFG/PLATFORM/DOS16
/core_devl/trunk/CFG/PLATFORM/DOS32
/core_devl/trunk/CFG/PLATFORM/EEPP386
/core_devl/trunk/CFG/PLATFORM/EETP386
/core_devl/trunk/CFG/PLATFORM/EOS
/core_devl/trunk/CFG/PLATFORM/EOSM68K
/core_devl/trunk/CFG/PLATFORM/EOSP386
/core_devl/trunk/CFG/PLATFORM/GENERIC
/core_devl/trunk/CFG/PLATFORM/GENERICS.CFG
/core_devl/trunk/CFG/PLATFORM/GMPCA
/core_devl/trunk/CFG/PLATFORM/GO32
/core_devl/trunk/CFG/PLATFORM/H400
/core_devl/trunk/CFG/PLATFORM/H8S
/core_devl/trunk/CFG/PLATFORM/HAMMERHEAD
/core_devl/trunk/CFG/PLATFORM/HK386PC
/core_devl/trunk/CFG/PLATFORM/HKAVM
/core_devl/trunk/CFG/PLATFORM/HKAVM2
/core_devl/trunk/CFG/PLATFORM/HKBCP
/core_devl/trunk/CFG/PLATFORM/HKDDU
/core_devl/trunk/CFG/PLATFORM/HKGAK
/core_devl/trunk/CFG/PLATFORM/HKMPR
/core_devl/trunk/CFG/PLATFORM/HKPCA
/core_devl/trunk/CFG/PLATFORM/INGEN
/core_devl/trunk/CFG/PLATFORM/INTELLECT
/core_devl/trunk/CFG/PLATFORM/JAVA
/core_devl/trunk/CFG/PLATFORM/LINUX.CFG
/core_devl/trunk/CFG/PLATFORM/LINUX86
/core_devl/trunk/CFG/PLATFORM/LINUX_ARMV4
/core_devl/trunk/CFG/PLATFORM/LINUX_EMU
/core_devl/trunk/CFG/PLATFORM/LINUX_EMU.CFG
/core_devl/trunk/CFG/PLATFORM/LINUX_ETX
/core_devl/trunk/CFG/PLATFORM/LINUX_ETX.CFG
/core_devl/trunk/CFG/PLATFORM/LINUX_I386
/core_devl/trunk/CFG/PLATFORM/LINUX_I386.CFG
/core_devl/trunk/CFG/PLATFORM/LMOS.CFG
/core_devl/trunk/CFG/PLATFORM/LMOS_ARM9TDMI.CFG
/core_devl/trunk/CFG/PLATFORM/LMOS_COBRA.CFG
/core_devl/trunk/CFG/PLATFORM/LMOS_COBRA2.CFG
/core_devl/trunk/CFG/PLATFORM/LMOS_DEVLINUX.CFG
/core_devl/trunk/CFG/PLATFORM/LMOS_LINUX_EMU.CFG
/core_devl/trunk/CFG/PLATFORM/LMOS_LINUX_ETX.CFG
/core_devl/trunk/CFG/PLATFORM/LMOS_PPC_603E.CFG
/core_devl/trunk/CFG/PLATFORM/LMOS_UBUNTU12.CFG
/core_devl/trunk/CFG/PLATFORM/LMOS_VIPER2.CFG
/core_devl/trunk/CFG/PLATFORM/MCR
/core_devl/trunk/CFG/PLATFORM/MERG
/core_devl/trunk/CFG/PLATFORM/MOS68K
/core_devl/trunk/CFG/PLATFORM/MOS68KRM
/core_devl/trunk/CFG/PLATFORM/MOSCF
/core_devl/trunk/CFG/PLATFORM/MPT
/core_devl/trunk/CFG/PLATFORM/MSWIN32.CFG
/core_devl/trunk/CFG/PLATFORM/MSWIN64.CFG
/core_devl/trunk/CFG/PLATFORM/NGBCP
/core_devl/trunk/CFG/PLATFORM/NGDDU
/core_devl/trunk/CFG/PLATFORM/PHARLAP
/core_devl/trunk/CFG/PLATFORM/PHARLAP.CFG
/core_devl/trunk/CFG/PLATFORM/PHP
/core_devl/trunk/CFG/PLATFORM/PLATFORM_CFG.PM
/core_devl/trunk/CFG/PLATFORM/PPC_603E
/core_devl/trunk/CFG/PLATFORM/PPC_603E.CFG
/core_devl/trunk/CFG/PLATFORM/RHEL7
/core_devl/trunk/CFG/PLATFORM/RHEL7.CFG
/core_devl/trunk/CFG/PLATFORM/RIORDS
/core_devl/trunk/CFG/PLATFORM/SK20
/core_devl/trunk/CFG/PLATFORM/SK20.CFG
/core_devl/trunk/CFG/PLATFORM/SK20V41
/core_devl/trunk/CFG/PLATFORM/SK20V41.CFG
/core_devl/trunk/CFG/PLATFORM/SOLARIS
/core_devl/trunk/CFG/PLATFORM/SOLARIS.CFG
/core_devl/trunk/CFG/PLATFORM/SOLARIS10_SPARC32
/core_devl/trunk/CFG/PLATFORM/SOLARIS10_SPARC32.CFG
/core_devl/trunk/CFG/PLATFORM/SOLARIS10_SPARC64
/core_devl/trunk/CFG/PLATFORM/SOLARIS10_SPARC64.CFG
/core_devl/trunk/CFG/PLATFORM/SOLARIS10_X64
/core_devl/trunk/CFG/PLATFORM/SOLARIS10_X64.CFG
/core_devl/trunk/CFG/PLATFORM/SOLARIS10_X86
/core_devl/trunk/CFG/PLATFORM/SOLARIS10_X86.CFG
/core_devl/trunk/CFG/PLATFORM/SOLARIS8_SPARC32
/core_devl/trunk/CFG/PLATFORM/SOLARIS8_SPARC32.CFG
/core_devl/trunk/CFG/PLATFORM/SOLARIS_I386
/core_devl/trunk/CFG/PLATFORM/SOLARIS_SPARC
/core_devl/trunk/CFG/PLATFORM/THYRON
/core_devl/trunk/CFG/PLATFORM/UBUNTU12
/core_devl/trunk/CFG/PLATFORM/UBUNTU12.CFG
/core_devl/trunk/CFG/PLATFORM/UBUNTU12C11
/core_devl/trunk/CFG/PLATFORM/UBUNTU12C11.CFG
/core_devl/trunk/CFG/PLATFORM/UBUNTU12C11_INSTRUMENT
/core_devl/trunk/CFG/PLATFORM/UBUNTU12C11_INSTRUMENT.CFG
/core_devl/trunk/CFG/PLATFORM/UBUNTU12_INSTRUMENT
/core_devl/trunk/CFG/PLATFORM/UBUNTU12_INSTRUMENT.CFG
/core_devl/trunk/CFG/PLATFORM/UBUNTU14
/core_devl/trunk/CFG/PLATFORM/UBUNTU14.CFG
/core_devl/trunk/CFG/PLATFORM/UBUNTU14_INSTRUMENT
/core_devl/trunk/CFG/PLATFORM/UBUNTU14_INSTRUMENT.CFG
/core_devl/trunk/CFG/PLATFORM/UBUNTU16
/core_devl/trunk/CFG/PLATFORM/UBUNTU16.CFG
/core_devl/trunk/CFG/PLATFORM/UBUNTU16_INSTRUMENT
/core_devl/trunk/CFG/PLATFORM/UBUNTU16_INSTRUMENT.CFG
/core_devl/trunk/CFG/PLATFORM/UNIX
/core_devl/trunk/CFG/PLATFORM/VB6
/core_devl/trunk/CFG/PLATFORM/VB6.CFG
/core_devl/trunk/CFG/PLATFORM/VERIX
/core_devl/trunk/CFG/PLATFORM/VIPER2
/core_devl/trunk/CFG/PLATFORM/VIPER2.CFG
/core_devl/trunk/CFG/PLATFORM/VIXITP
/core_devl/trunk/CFG/PLATFORM/VS2003
/core_devl/trunk/CFG/PLATFORM/VS2003.CFG
/core_devl/trunk/CFG/PLATFORM/VS2005
/core_devl/trunk/CFG/PLATFORM/VS2005.CFG
/core_devl/trunk/CFG/PLATFORM/VS2008
/core_devl/trunk/CFG/PLATFORM/VS2008.CFG
/core_devl/trunk/CFG/PLATFORM/VS2010
/core_devl/trunk/CFG/PLATFORM/VS2010.CFG
/core_devl/trunk/CFG/PLATFORM/VS2012
/core_devl/trunk/CFG/PLATFORM/VS2012.CFG
/core_devl/trunk/CFG/PLATFORM/VS2012_X64
/core_devl/trunk/CFG/PLATFORM/VS2012_X64.CFG
/core_devl/trunk/CFG/PLATFORM/VS2015
/core_devl/trunk/CFG/PLATFORM/VS2015.CFG
/core_devl/trunk/CFG/PLATFORM/VS2015_X64
/core_devl/trunk/CFG/PLATFORM/VS2015_X64.CFG
/core_devl/trunk/CFG/PLATFORM/VSDEVRC
/core_devl/trunk/CFG/PLATFORM/WCEIPA280
/core_devl/trunk/CFG/PLATFORM/WCEIT3000
/core_devl/trunk/CFG/PLATFORM/WCENAUTIZX5
/core_devl/trunk/CFG/PLATFORM/WCEPA961
/core_devl/trunk/CFG/PLATFORM/WCEPA962
/core_devl/trunk/CFG/PLATFORM/WCEPA962_500
/core_devl/trunk/CFG/PLATFORM/WCEPCM7220
/core_devl/trunk/CFG/PLATFORM/WCEPSION_420
/core_devl/trunk/CFG/PLATFORM/WCEPSION_500
/core_devl/trunk/CFG/PLATFORM/WCEPSION_500_VS2005
/core_devl/trunk/CFG/PLATFORM/WCEPSION_500_emu
/core_devl/trunk/CFG/PLATFORM/WCEPSPC_arm
/core_devl/trunk/CFG/PLATFORM/WCEPSPC_emu
/core_devl/trunk/CFG/PLATFORM/WCEX86A420
/core_devl/trunk/CFG/PLATFORM/WCEX86A500
/core_devl/trunk/CFG/PLATFORM/WCEX86A500_SOM4455
/core_devl/trunk/CFG/PLATFORM/WIN32
/core_devl/trunk/CFG/PLATFORM/WIN32.CFG
/core_devl/trunk/CFG/PLATFORM/WINCE.CFG
/core_devl/trunk/CFG/PLATFORM/Wce
/core_devl/trunk/CFG/TOOLSET/ACEX.DEF
/core_devl/trunk/CFG/TOOLSET/ACEX.PL
/core_devl/trunk/CFG/TOOLSET/ACEX.RUL
/core_devl/trunk/CFG/TOOLSET/ANDROID.DEF
/core_devl/trunk/CFG/TOOLSET/ANDROID.PL
/core_devl/trunk/CFG/TOOLSET/ARM251.DEF
/core_devl/trunk/CFG/TOOLSET/ARM251.PL
/core_devl/trunk/CFG/TOOLSET/ARM251.RUL
/core_devl/trunk/CFG/TOOLSET/AVR32_GNU.DEF
/core_devl/trunk/CFG/TOOLSET/AVR32_GNU.PL
/core_devl/trunk/CFG/TOOLSET/AVR32_GNU.RUL
/core_devl/trunk/CFG/TOOLSET/AVR_IAR
/core_devl/trunk/CFG/TOOLSET/AVR_IAR.DEF
/core_devl/trunk/CFG/TOOLSET/AVR_IAR.RUL
/core_devl/trunk/CFG/TOOLSET/BORLAND.DEF
/core_devl/trunk/CFG/TOOLSET/BORLAND.PL
/core_devl/trunk/CFG/TOOLSET/BORLAND.RUL
/core_devl/trunk/CFG/TOOLSET/CORTEXM3_IAR.DEF
/core_devl/trunk/CFG/TOOLSET/CORTEXM3_IAR.PL
/core_devl/trunk/CFG/TOOLSET/CSHARP.DEF
/core_devl/trunk/CFG/TOOLSET/CSHARP.RUL
/core_devl/trunk/CFG/TOOLSET/CSHARP2005.DEF
/core_devl/trunk/CFG/TOOLSET/CSHARP2008.DEF
/core_devl/trunk/CFG/TOOLSET/CSHARP2010.DEF
/core_devl/trunk/CFG/TOOLSET/CSHARP2012.DEF
/core_devl/trunk/CFG/TOOLSET/CSHARP2015.DEF
/core_devl/trunk/CFG/TOOLSET/CYGNUS_THYRON.DEF
/core_devl/trunk/CFG/TOOLSET/CYGNUS_THYRON.RUL
/core_devl/trunk/CFG/TOOLSET/DAFBR
/core_devl/trunk/CFG/TOOLSET/DAFBR.DEF
/core_devl/trunk/CFG/TOOLSET/DAFBR.RUL
/core_devl/trunk/CFG/TOOLSET/DELPHI7.DEF
/core_devl/trunk/CFG/TOOLSET/DELPHI7.RUL
/core_devl/trunk/CFG/TOOLSET/DJGPP.DEF
/core_devl/trunk/CFG/TOOLSET/DJGPP.RUL
/core_devl/trunk/CFG/TOOLSET/GCC.DEF
/core_devl/trunk/CFG/TOOLSET/GCC.PL
/core_devl/trunk/CFG/TOOLSET/GCC.RUL
/core_devl/trunk/CFG/TOOLSET/GENERIC
/core_devl/trunk/CFG/TOOLSET/GNUPRO_H8.DEF
/core_devl/trunk/CFG/TOOLSET/GNUPRO_H8.RUL
/core_devl/trunk/CFG/TOOLSET/INTELLECT.PL
/core_devl/trunk/CFG/TOOLSET/JAVA.DEF
/core_devl/trunk/CFG/TOOLSET/JAVA.PL
/core_devl/trunk/CFG/TOOLSET/KEILARMV3.DEF
/core_devl/trunk/CFG/TOOLSET/KEILARMV3.RUL
/core_devl/trunk/CFG/TOOLSET/KeilARMV43A.DEF
/core_devl/trunk/CFG/TOOLSET/MOS_MRI.PL
/core_devl/trunk/CFG/TOOLSET/MOS_MRI.RUL
/core_devl/trunk/CFG/TOOLSET/MOS_MRI_68K.DEF
/core_devl/trunk/CFG/TOOLSET/MOS_MRI_CF.DEF
/core_devl/trunk/CFG/TOOLSET/MRI68K.DEF
/core_devl/trunk/CFG/TOOLSET/MRI68K.RUL
/core_devl/trunk/CFG/TOOLSET/MSP430.DEF
/core_devl/trunk/CFG/TOOLSET/MSP430.PL
/core_devl/trunk/CFG/TOOLSET/MSP430.RUL
/core_devl/trunk/CFG/TOOLSET/MugFiles.pl
/core_devl/trunk/CFG/TOOLSET/PD386.DEF
/core_devl/trunk/CFG/TOOLSET/PD386.RUL
/core_devl/trunk/CFG/TOOLSET/PHARLAP.DEF
/core_devl/trunk/CFG/TOOLSET/PHARLAP.PL
/core_devl/trunk/CFG/TOOLSET/PHARLAP.RUL
/core_devl/trunk/CFG/TOOLSET/PHP.PL
/core_devl/trunk/CFG/TOOLSET/SUNWORKS.DEF
/core_devl/trunk/CFG/TOOLSET/SUNWORKS.RUL
/core_devl/trunk/CFG/TOOLSET/VCEMBEDDED2005.DEF
/core_devl/trunk/CFG/TOOLSET/VCWCE.DEF
/core_devl/trunk/CFG/TOOLSET/VCWCE.RUL
/core_devl/trunk/CFG/TOOLSET/VCWIN32.DEF
/core_devl/trunk/CFG/TOOLSET/VCWIN32.PL
/core_devl/trunk/CFG/TOOLSET/VCWIN32.RUL
/core_devl/trunk/CFG/TOOLSET/VCWIN32_NET2003.DEF
/core_devl/trunk/CFG/TOOLSET/VCWIN32_NET2005.DEF
/core_devl/trunk/CFG/TOOLSET/VCWIN32_NET2008.DEF
/core_devl/trunk/CFG/TOOLSET/VCWIN32_NET2010.DEF
/core_devl/trunk/CFG/TOOLSET/VCWIN32_NET2012.DEF
/core_devl/trunk/CFG/TOOLSET/VCWIN64.RUL
/core_devl/trunk/CFG/TOOLSET/VERIX.DEF
/core_devl/trunk/CFG/TOOLSET/VERIX.PL
/core_devl/trunk/CFG/TOOLSET/VERIX.RUL
/core_devl/trunk/CFG/TOOLSET/VISUALBASIC.DEF
/core_devl/trunk/CFG/TOOLSET/VISUALBASIC.RUL
/core_devl/trunk/CFG/TOOLSET/VS2012_X64.DEF
/core_devl/trunk/CFG/TOOLSET/VS2015.DEF
/core_devl/trunk/CFG/TOOLSET/VS2015_X64.DEF
/core_devl/trunk/CFG/TOOLSET/WC386.DEF
/core_devl/trunk/CFG/TOOLSET/WC386.RUL
/core_devl/trunk/CFG/TOOLSET/WC4GW.DEF
/core_devl/trunk/CFG/TOOLSET/WCDOS.DEF
/core_devl/trunk/CFG/TOOLSET/WCDOS.RUL
/core_devl/trunk/CFG/TOOLSET/cppcheck
/core_devl/trunk/CFG/TOOLSET/exctags.rul
/core_devl/trunk/CFG/TOOLSET/gnu_mpt.def
/core_devl/trunk/CFG/TOOLSET/gnu_mpt.rul
/core_devl/trunk/CFG/TOOLSET/keilc51v41.DEF
/core_devl/trunk/CFG/TOOLSET/keilc51v41.RUL
/core_devl/trunk/CFG/TOOLSET/m16c.def
/core_devl/trunk/CFG/TOOLSET/m16c.pl
/core_devl/trunk/CFG/TOOLSET/m16c.rul
/core_devl/trunk/CFG/TOOLSET/pclint.rul
/core_devl/trunk/ChangeLog.txt
/core_devl/trunk/TEMPLATES/DebianPackage/build_test.pl
/core_devl/trunk/TEMPLATES/DebianPackage/src/PackageApp.pl
/core_devl/trunk/TEMPLATES/DebianPackage/src/makefile.pl
/core_devl/trunk/TEMPLATES/basic/build_test.pl
/core_devl/trunk/TEMPLATES/basic/makefile.pl
/core_devl/trunk/TEMPLATES/basic/src/makefile.pl
/core_devl/trunk/TEMPLATES/daf-basic/build_test.pl
/core_devl/trunk/TEMPLATES/daf-basic/makefile.pl
/core_devl/trunk/TEMPLATES/daf-basic/src/makefile.pl
/core_devl/trunk/TEMPLATES/generic/build_test.pl
/core_devl/trunk/TEMPLATES/generic/src/makefile.pl
/core_devl/trunk/TEMPLATES/mos-thx/build_test.pl
/core_devl/trunk/TEMPLATES/mos-thx/static-lib/makefile.pl
/core_devl/trunk/TEMPLATES/mos-thx/thx-module/makefile.pl
/core_devl/trunk/TEMPLATES/warnings.mri
/core_devl/trunk/TEST/Test_RelPath.pl
/core_devl/trunk/TEST/jats-win-solaris/build_test.pl
/core_devl/trunk/TEST/jats-win-solaris/makefile.pl
/core_devl/trunk/TEST/jats-win-solaris/src/makefile.pl
/core_devl/trunk/TOOLS/DEPLOY/deploylib_cclabel.pl
/core_devl/trunk/TOOLS/DEPLOY/findreplacetag.pl
/core_devl/trunk/TOOLS/DEPLOY/findreplacetag.sh
/core_devl/trunk/TOOLS/LIB/ArrayHashUtils.pm
/core_devl/trunk/TOOLS/LIB/BuildName.pm
/core_devl/trunk/TOOLS/LIB/BuildVersion.pm
/core_devl/trunk/TOOLS/LIB/ConfigurationFile.pm
/core_devl/trunk/TOOLS/LIB/DBI.pm
/core_devl/trunk/TOOLS/LIB/FileUtils.pm
/core_devl/trunk/TOOLS/LIB/JatsBuildFiles.pm
/core_devl/trunk/TOOLS/LIB/JatsCopy.pm
/core_devl/trunk/TOOLS/LIB/JatsDPackage.pm
/core_devl/trunk/TOOLS/LIB/JatsDocTools/JatsDocTools.pm
/core_devl/trunk/TOOLS/LIB/JatsDocTools/TOC.pm
/core_devl/trunk/TOOLS/LIB/JatsDocTools/Tree/HTML.pm
/core_devl/trunk/TOOLS/LIB/JatsEnv.pm
/core_devl/trunk/TOOLS/LIB/JatsError.pm
/core_devl/trunk/TOOLS/LIB/JatsLocateFiles.pm
/core_devl/trunk/TOOLS/LIB/JatsMakeConfig.pm
/core_devl/trunk/TOOLS/LIB/JatsMakeInfo.pm
/core_devl/trunk/TOOLS/LIB/JatsProperties.pm
/core_devl/trunk/TOOLS/LIB/JatsRmApi.pm
/core_devl/trunk/TOOLS/LIB/JatsSvn.pm
/core_devl/trunk/TOOLS/LIB/JatsSvnCore.pm
/core_devl/trunk/TOOLS/LIB/JatsSystem.pm
/core_devl/trunk/TOOLS/LIB/JatsVersionUtils.pm
/core_devl/trunk/TOOLS/LIB/MakeEntry.pm
/core_devl/trunk/TOOLS/LIB/MakeIf.pm
/core_devl/trunk/TOOLS/LIB/MakeObject.pm
/core_devl/trunk/TOOLS/LIB/PackageEntry.pm
/core_devl/trunk/TOOLS/LIB/ReadBuildConfig.pm
/core_devl/trunk/TOOLS/LIB/ToolsetFiles.pm
/core_devl/trunk/TOOLS/LIB/ToolsetPrinter.pm
/core_devl/trunk/TOOLS/LIB/UtfFilter_ant.pm
/core_devl/trunk/TOOLS/LIB/UtfFilter_internal.pm
/core_devl/trunk/TOOLS/LIB/deploylib.pm
/core_devl/trunk/TOOLS/LIB/jats_runtest.pm
/core_devl/trunk/TOOLS/LIB/jats_runtime.pm
/core_devl/trunk/TOOLS/LIB/jats_runtime_arm251.pm
/core_devl/trunk/TOOLS/LIB/jats_runutf.pm
/core_devl/trunk/TOOLS/LOCAL/IniFileTest.pl
/core_devl/trunk/TOOLS/LOCAL/LocateFilesTest.pl
/core_devl/trunk/TOOLS/LOCAL/TestStripDir.pl
/core_devl/trunk/TOOLS/LOCAL/bcc_svnconvert.pl
/core_devl/trunk/TOOLS/LOCAL/cc2svn_cctest_path.pl
/core_devl/trunk/TOOLS/LOCAL/cc2svn_cctest_paths.pl
/core_devl/trunk/TOOLS/LOCAL/cc2svn_gendata.pl
/core_devl/trunk/TOOLS/LOCAL/cc2svn_gendata_sbom.pl
/core_devl/trunk/TOOLS/LOCAL/cc2svn_importpackage.pl
/core_devl/trunk/TOOLS/LOCAL/cc2svn_importpackage2.pl
/core_devl/trunk/TOOLS/LOCAL/cc2svn_importpackage3.pl
/core_devl/trunk/TOOLS/LOCAL/cc2svn_labeldirs.pl
/core_devl/trunk/TOOLS/LOCAL/cc2svn_locateTips.pl
/core_devl/trunk/TOOLS/LOCAL/cc2svn_procdata.pl
/core_devl/trunk/TOOLS/LOCAL/cc2svn_reposcan.pl
/core_devl/trunk/TOOLS/LOCAL/cc2svn_rollbackrm.pl
/core_devl/trunk/TOOLS/LOCAL/cc2svn_updaterm.pl
/core_devl/trunk/TOOLS/LOCAL/cc2svn_updatermSuck.pl
/core_devl/trunk/TOOLS/LOCAL/cc_find_roots.pl
/core_devl/trunk/TOOLS/LOCAL/cc_tear_down.pl
/core_devl/trunk/TOOLS/LOCAL/doit.pl
/core_devl/trunk/TOOLS/LOCAL/dump_mug.pl
/core_devl/trunk/TOOLS/LOCAL/escrow_p1.pl
/core_devl/trunk/TOOLS/LOCAL/escrow_test.pl
/core_devl/trunk/TOOLS/LOCAL/extract_depends.pl
/core_devl/trunk/TOOLS/LOCAL/extract_raw.pl
/core_devl/trunk/TOOLS/LOCAL/extract_users.pl
/core_devl/trunk/TOOLS/LOCAL/extract_uses.silly.pl
/core_devl/trunk/TOOLS/LOCAL/extract_version_history.pl
/core_devl/trunk/TOOLS/LOCAL/find_vob_root.pl
/core_devl/trunk/TOOLS/LOCAL/gen_build_status_page.pl
/core_devl/trunk/TOOLS/LOCAL/gen_source_file_list.pl
/core_devl/trunk/TOOLS/LOCAL/getDoc.pl
/core_devl/trunk/TOOLS/LOCAL/jats_build_a_wip.pl
/core_devl/trunk/TOOLS/LOCAL/jats_build_a_wip_by_name.pl
/core_devl/trunk/TOOLS/LOCAL/jats_ccrelease_dynamic.pl
/core_devl/trunk/TOOLS/LOCAL/jats_ccview.pl
/core_devl/trunk/TOOLS/LOCAL/jats_cmdfile.pm
/core_devl/trunk/TOOLS/LOCAL/jats_convert_build.pl
/core_devl/trunk/TOOLS/LOCAL/jats_convert_release.pl
/core_devl/trunk/TOOLS/LOCAL/jats_deploy.pl
/core_devl/trunk/TOOLS/LOCAL/jats_dm_play01.pl
/core_devl/trunk/TOOLS/LOCAL/jats_dm_play02.pl
/core_devl/trunk/TOOLS/LOCAL/jats_get_build_info.pl
/core_devl/trunk/TOOLS/LOCAL/jats_merge_build.pl
/core_devl/trunk/TOOLS/LOCAL/jats_rm_play.pl
/core_devl/trunk/TOOLS/LOCAL/jats_rm_play01.pl
/core_devl/trunk/TOOLS/LOCAL/jats_rm_play02.pl
/core_devl/trunk/TOOLS/LOCAL/jats_rm_play03.pl
/core_devl/trunk/TOOLS/LOCAL/jats_rm_play04.pl
/core_devl/trunk/TOOLS/LOCAL/jats_rm_play05.pl
/core_devl/trunk/TOOLS/LOCAL/jats_rm_play05a.pl
/core_devl/trunk/TOOLS/LOCAL/jats_rm_play06.pl
/core_devl/trunk/TOOLS/LOCAL/jats_rm_play07.pl
/core_devl/trunk/TOOLS/LOCAL/jats_rm_play08.pl
/core_devl/trunk/TOOLS/LOCAL/jats_rm_play09.pl
/core_devl/trunk/TOOLS/LOCAL/jats_rm_play09a.pl
/core_devl/trunk/TOOLS/LOCAL/jats_rm_play09b.pl
/core_devl/trunk/TOOLS/LOCAL/jats_rm_play09c.pl
/core_devl/trunk/TOOLS/LOCAL/jats_rm_play09d.1.pl
/core_devl/trunk/TOOLS/LOCAL/jats_rm_play09d.2.pl
/core_devl/trunk/TOOLS/LOCAL/jats_rm_play09d.3.pl
/core_devl/trunk/TOOLS/LOCAL/jats_rm_play09d.4.pl
/core_devl/trunk/TOOLS/LOCAL/jats_rm_play09e.1.pl
/core_devl/trunk/TOOLS/LOCAL/jats_rm_play09e.pl
/core_devl/trunk/TOOLS/LOCAL/jats_rm_play10.pl
/core_devl/trunk/TOOLS/LOCAL/jats_rm_play11.pl
/core_devl/trunk/TOOLS/LOCAL/jats_rm_play12.pl
/core_devl/trunk/TOOLS/LOCAL/jats_rm_play13.pl
/core_devl/trunk/TOOLS/LOCAL/jats_rm_play14.pl
/core_devl/trunk/TOOLS/LOCAL/jats_rm_play15.pl
/core_devl/trunk/TOOLS/LOCAL/jats_rm_play16.pl
/core_devl/trunk/TOOLS/LOCAL/jats_rm_play16a.pl
/core_devl/trunk/TOOLS/LOCAL/jats_rm_play16b.pl
/core_devl/trunk/TOOLS/LOCAL/jats_rm_play17.pl
/core_devl/trunk/TOOLS/LOCAL/jats_rm_play17a.pl
/core_devl/trunk/TOOLS/LOCAL/jats_rm_play18.pl
/core_devl/trunk/TOOLS/LOCAL/jats_rm_play18a.pl
/core_devl/trunk/TOOLS/LOCAL/jats_rm_play18b.pl
/core_devl/trunk/TOOLS/LOCAL/jats_rm_play19.pl
/core_devl/trunk/TOOLS/LOCAL/jats_rm_play19a.pl
/core_devl/trunk/TOOLS/LOCAL/jats_rm_play20.pl
/core_devl/trunk/TOOLS/LOCAL/jats_rm_play21.pl
/core_devl/trunk/TOOLS/LOCAL/jats_rm_play22.pl
/core_devl/trunk/TOOLS/LOCAL/jats_rm_play23a.pl
/core_devl/trunk/TOOLS/LOCAL/jats_rm_play23b.pl
/core_devl/trunk/TOOLS/LOCAL/jats_rm_play24.pl
/core_devl/trunk/TOOLS/LOCAL/jats_rm_play25.pl
/core_devl/trunk/TOOLS/LOCAL/jats_rm_play26.pl
/core_devl/trunk/TOOLS/LOCAL/jats_rm_play27.pl
/core_devl/trunk/TOOLS/LOCAL/jats_rm_sits_legacy_sanity.pl
/core_devl/trunk/TOOLS/LOCAL/jats_svn_list.pl
/core_devl/trunk/TOOLS/LOCAL/locatefiles.pl
/core_devl/trunk/TOOLS/LOCAL/new_toolset_def.pl
/core_devl/trunk/TOOLS/LOCAL/svn2svn_updaterm.pl
/core_devl/trunk/TOOLS/LOCAL/svn_pump.pl
/core_devl/trunk/TOOLS/LOCAL/svn_pump2.pl
/core_devl/trunk/TOOLS/LOCAL/test_pod_html.pl
/core_devl/trunk/TOOLS/POD/OverView.pod
/core_devl/trunk/TOOLS/RELEASENOTES/process_release_notes.pl
/core_devl/trunk/TOOLS/armerge
/core_devl/trunk/TOOLS/assemble_dpkg.pl
/core_devl/trunk/TOOLS/buildlib.pl
/core_devl/trunk/TOOLS/cache_dpkg.pl
/core_devl/trunk/TOOLS/checkRelease.pl
/core_devl/trunk/TOOLS/common.pl
/core_devl/trunk/TOOLS/create_dpkg.pl
/core_devl/trunk/TOOLS/dstatus.pl
/core_devl/trunk/TOOLS/escrow.pl
/core_devl/trunk/TOOLS/gen_cots.pl
/core_devl/trunk/TOOLS/gen_dirlist.pl
/core_devl/trunk/TOOLS/gen_metrics.pl
/core_devl/trunk/TOOLS/gen_msprojects.pl
/core_devl/trunk/TOOLS/gen_packagelist.pl
/core_devl/trunk/TOOLS/gen_winrc.pl
/core_devl/trunk/TOOLS/installpkg.pl
/core_devl/trunk/TOOLS/jats.bat
/core_devl/trunk/TOOLS/jats.pl
/core_devl/trunk/TOOLS/jats_buildlinux.pl
/core_devl/trunk/TOOLS/jats_buildperl.pl
/core_devl/trunk/TOOLS/jats_ccdelete_view.pl
/core_devl/trunk/TOOLS/jats_cclabel.pl
/core_devl/trunk/TOOLS/jats_ccmerge_build.pl
/core_devl/trunk/TOOLS/jats_ccrelease.pl
/core_devl/trunk/TOOLS/jats_ccsave_build.pl
/core_devl/trunk/TOOLS/jats_deploy_builder.pl
/core_devl/trunk/TOOLS/jats_echo.pl
/core_devl/trunk/TOOLS/jats_gen_releasenote.pl
/core_devl/trunk/TOOLS/jats_generate_bom.pl
/core_devl/trunk/TOOLS/jats_generate_deployable.pl
/core_devl/trunk/TOOLS/jats_get_releasenote_data.pl
/core_devl/trunk/TOOLS/jats_help.pl
/core_devl/trunk/TOOLS/jats_lib_scan.pl
/core_devl/trunk/TOOLS/jats_manifest.pl
/core_devl/trunk/TOOLS/jats_metrics.pl
/core_devl/trunk/TOOLS/jats_rewrite.pl
/core_devl/trunk/TOOLS/jats_rtag_extract.pl
/core_devl/trunk/TOOLS/jats_sandbox.pl
/core_devl/trunk/TOOLS/jats_svn.pl
/core_devl/trunk/TOOLS/jats_svnlabel.pl
/core_devl/trunk/TOOLS/jats_svnrelease.pl
/core_devl/trunk/TOOLS/jats_svnsave_build.pl
/core_devl/trunk/TOOLS/jats_transform_file.pl
/core_devl/trunk/TOOLS/jats_update_release.pl
/core_devl/trunk/TOOLS/jats_upddep.pl
/core_devl/trunk/TOOLS/jats_vars.pl
/core_devl/trunk/TOOLS/jats_vcsdiff.pl
/core_devl/trunk/TOOLS/jats_vcsrelease.pl
/core_devl/trunk/TOOLS/jats_vcssave_build.pl
/core_devl/trunk/TOOLS/jmake.pl
/core_devl/trunk/TOOLS/makelib.pl
/core_devl/trunk/TOOLS/makelib.pl2
/core_devl/trunk/TOOLS/test_cqconnection.pl
/core_devl/trunk/TOOLS/test_rmconnection.pl
/core_devl/trunk/UTILS/DBI-JDBC/src/makefile.pl
/core_devl/trunk/UTILS/checkReg/build_test.pl
/core_devl/trunk/UTILS/checkReg/src/checkReg.c
/core_devl/trunk/UTILS/checkReg/src/makefile.pl
/core_devl/trunk/UTILS/timeout/build_test.pl
/core_devl/trunk/UTILS/timeout/src/makefile.pl
/core_devl/trunk/UTILS/timeout/src/timeout_unix.c
/core_devl/trunk/UTILS/timeout/src/timeout_win32.cpp
/core_devl/trunk/build.pl
5709 3519 d 15 h dpurdie /core_devl/trunk/ Updated VIX copyright notice in all files that had a VIX or ERG copyright notice  
/core_devl/trunk/CFG/PLATFORM/ACEX
/core_devl/trunk/CFG/PLATFORM/AMX
/core_devl/trunk/CFG/PLATFORM/ANDROIDARM
/core_devl/trunk/CFG/PLATFORM/ANDROIDMIPS
/core_devl/trunk/CFG/PLATFORM/ANDROIDNDK.CFG
/core_devl/trunk/CFG/PLATFORM/ANDROIDX86
/core_devl/trunk/CFG/PLATFORM/ARM9TDMI
/core_devl/trunk/CFG/PLATFORM/ARM9TDMI.CFG
/core_devl/trunk/CFG/PLATFORM/ARM_I5100
/core_devl/trunk/CFG/PLATFORM/AVR_IAR
/core_devl/trunk/CFG/PLATFORM/BORLAND
/core_devl/trunk/CFG/PLATFORM/BORLAND.CFG
/core_devl/trunk/CFG/PLATFORM/CMOS386
/core_devl/trunk/CFG/PLATFORM/CMOS68K
/core_devl/trunk/CFG/PLATFORM/COBRA
/core_devl/trunk/CFG/PLATFORM/COBRA.CFG
/core_devl/trunk/CFG/PLATFORM/CSHARP
/core_devl/trunk/CFG/PLATFORM/CSHARP.CFG
/core_devl/trunk/CFG/PLATFORM/CSHARP2005
/core_devl/trunk/CFG/PLATFORM/CSHARP2005.CFG
/core_devl/trunk/CFG/PLATFORM/CSHARP2008
/core_devl/trunk/CFG/PLATFORM/CSHARP2008.CFG
/core_devl/trunk/CFG/PLATFORM/CSHARP2010
/core_devl/trunk/CFG/PLATFORM/CSHARP2010.CFG
/core_devl/trunk/CFG/PLATFORM/DAFBR_MOS
/core_devl/trunk/CFG/PLATFORM/DAFBR_WIN
/core_devl/trunk/CFG/PLATFORM/DELPHI7
/core_devl/trunk/CFG/PLATFORM/DELPHI7.CFG
/core_devl/trunk/CFG/PLATFORM/DEVLINUX.CFG
/core_devl/trunk/CFG/PLATFORM/DF4OBE
/core_devl/trunk/CFG/PLATFORM/DOS16
/core_devl/trunk/CFG/PLATFORM/DOS32
/core_devl/trunk/CFG/PLATFORM/EEPP386
/core_devl/trunk/CFG/PLATFORM/EETP386
/core_devl/trunk/CFG/PLATFORM/EOS
/core_devl/trunk/CFG/PLATFORM/EOSM68K
/core_devl/trunk/CFG/PLATFORM/EOSP386
/core_devl/trunk/CFG/PLATFORM/GENERIC
/core_devl/trunk/CFG/PLATFORM/GMPCA
/core_devl/trunk/CFG/PLATFORM/GO32
/core_devl/trunk/CFG/PLATFORM/H400
/core_devl/trunk/CFG/PLATFORM/H8S
/core_devl/trunk/CFG/PLATFORM/HK386PC
/core_devl/trunk/CFG/PLATFORM/HKAVM
/core_devl/trunk/CFG/PLATFORM/HKAVM2
/core_devl/trunk/CFG/PLATFORM/HKBCP
/core_devl/trunk/CFG/PLATFORM/HKDDU
/core_devl/trunk/CFG/PLATFORM/HKGAK
/core_devl/trunk/CFG/PLATFORM/HKMPR
/core_devl/trunk/CFG/PLATFORM/HKPCA
/core_devl/trunk/CFG/PLATFORM/INGEN
/core_devl/trunk/CFG/PLATFORM/INTELLECT
/core_devl/trunk/CFG/PLATFORM/LINUX.CFG
/core_devl/trunk/CFG/PLATFORM/LINUX86
/core_devl/trunk/CFG/PLATFORM/LINUX_ARMV4
/core_devl/trunk/CFG/PLATFORM/LINUX_EMU
/core_devl/trunk/CFG/PLATFORM/LINUX_ETX
/core_devl/trunk/CFG/PLATFORM/LINUX_ETX.CFG
/core_devl/trunk/CFG/PLATFORM/LINUX_I386
/core_devl/trunk/CFG/PLATFORM/LINUX_I386.CFG
/core_devl/trunk/CFG/PLATFORM/LMOS.CFG
/core_devl/trunk/CFG/PLATFORM/LMOS_ARM9TDMI.CFG
/core_devl/trunk/CFG/PLATFORM/LMOS_COBRA.CFG
/core_devl/trunk/CFG/PLATFORM/LMOS_DEVLINUX.CFG
/core_devl/trunk/CFG/PLATFORM/LMOS_LINUX_ETX.CFG
/core_devl/trunk/CFG/PLATFORM/LMOS_PPC_603E.CFG
/core_devl/trunk/CFG/PLATFORM/LMOS_UBUNTU12.CFG
/core_devl/trunk/CFG/PLATFORM/MCR
/core_devl/trunk/CFG/PLATFORM/MERG
/core_devl/trunk/CFG/PLATFORM/MOS68K
/core_devl/trunk/CFG/PLATFORM/MOS68KRM
/core_devl/trunk/CFG/PLATFORM/MOSCF
/core_devl/trunk/CFG/PLATFORM/MPT
/core_devl/trunk/CFG/PLATFORM/NGBCP
/core_devl/trunk/CFG/PLATFORM/NGDDU
/core_devl/trunk/CFG/PLATFORM/PHARLAP
/core_devl/trunk/CFG/PLATFORM/PHARLAP.CFG
/core_devl/trunk/CFG/PLATFORM/PHP
/core_devl/trunk/CFG/PLATFORM/PLATFORM_CFG.PM
/core_devl/trunk/CFG/PLATFORM/PPC_603E
/core_devl/trunk/CFG/PLATFORM/PPC_603E.CFG
/core_devl/trunk/CFG/PLATFORM/RIORDS
/core_devl/trunk/CFG/PLATFORM/SOLARIS
/core_devl/trunk/CFG/PLATFORM/SOLARIS.CFG
/core_devl/trunk/CFG/PLATFORM/SOLARIS10_SPARC32
/core_devl/trunk/CFG/PLATFORM/SOLARIS10_SPARC32.CFG
/core_devl/trunk/CFG/PLATFORM/SOLARIS10_SPARC64
/core_devl/trunk/CFG/PLATFORM/SOLARIS10_SPARC64.CFG
/core_devl/trunk/CFG/PLATFORM/SOLARIS10_X64
/core_devl/trunk/CFG/PLATFORM/SOLARIS10_X64.CFG
/core_devl/trunk/CFG/PLATFORM/SOLARIS10_X86
/core_devl/trunk/CFG/PLATFORM/SOLARIS10_X86.CFG
/core_devl/trunk/CFG/PLATFORM/SOLARIS8_SPARC32
/core_devl/trunk/CFG/PLATFORM/SOLARIS8_SPARC32.CFG
/core_devl/trunk/CFG/PLATFORM/SOLARIS_I386
/core_devl/trunk/CFG/PLATFORM/SOLARIS_SPARC
/core_devl/trunk/CFG/PLATFORM/THYRON
/core_devl/trunk/CFG/PLATFORM/UBUNTU12
/core_devl/trunk/CFG/PLATFORM/UBUNTU12.CFG
/core_devl/trunk/CFG/PLATFORM/UNIX
/core_devl/trunk/CFG/PLATFORM/VB6
/core_devl/trunk/CFG/PLATFORM/VB6.CFG
/core_devl/trunk/CFG/PLATFORM/VERIX
/core_devl/trunk/CFG/PLATFORM/VIXITP
/core_devl/trunk/CFG/PLATFORM/VS2003
/core_devl/trunk/CFG/PLATFORM/VS2003.CFG
/core_devl/trunk/CFG/PLATFORM/VS2005
/core_devl/trunk/CFG/PLATFORM/VS2005.CFG
/core_devl/trunk/CFG/PLATFORM/VS2008
/core_devl/trunk/CFG/PLATFORM/VS2008.CFG
/core_devl/trunk/CFG/PLATFORM/VS2010
/core_devl/trunk/CFG/PLATFORM/VS2010.CFG
/core_devl/trunk/CFG/PLATFORM/VSDEVRC
/core_devl/trunk/CFG/PLATFORM/WCEIPA280
/core_devl/trunk/CFG/PLATFORM/WCEIT3000
/core_devl/trunk/CFG/PLATFORM/WCENAUTIZX5
/core_devl/trunk/CFG/PLATFORM/WCEPA961
/core_devl/trunk/CFG/PLATFORM/WCEPA962
/core_devl/trunk/CFG/PLATFORM/WCEPA962_500
/core_devl/trunk/CFG/PLATFORM/WCEPCM7220
/core_devl/trunk/CFG/PLATFORM/WCEPSION_420
/core_devl/trunk/CFG/PLATFORM/WCEPSION_500
/core_devl/trunk/CFG/PLATFORM/WCEPSION_500_VS2005
/core_devl/trunk/CFG/PLATFORM/WCEPSION_500_emu
/core_devl/trunk/CFG/PLATFORM/WCEPSPC_arm
/core_devl/trunk/CFG/PLATFORM/WCEPSPC_emu
/core_devl/trunk/CFG/PLATFORM/WCEX86A420
/core_devl/trunk/CFG/PLATFORM/WCEX86A500
/core_devl/trunk/CFG/PLATFORM/WCEX86A500_SOM4455
/core_devl/trunk/CFG/PLATFORM/WIN32
/core_devl/trunk/CFG/PLATFORM/WIN32.CFG
/core_devl/trunk/CFG/PLATFORM/WINCE.CFG
/core_devl/trunk/CFG/PLATFORM/Wce
/core_devl/trunk/CFG/TOOLSET/ACEX.DEF
/core_devl/trunk/CFG/TOOLSET/ACEX.PL
/core_devl/trunk/CFG/TOOLSET/ACEX.RUL
/core_devl/trunk/CFG/TOOLSET/ARM251.DEF
/core_devl/trunk/CFG/TOOLSET/ARM251.PL
/core_devl/trunk/CFG/TOOLSET/AVR_IAR
/core_devl/trunk/CFG/TOOLSET/AVR_IAR.DEF
/core_devl/trunk/CFG/TOOLSET/AVR_IAR.RUL
/core_devl/trunk/CFG/TOOLSET/BORLAND.RUL
/core_devl/trunk/CFG/TOOLSET/DAFBR
/core_devl/trunk/CFG/TOOLSET/DAFBR.DEF
/core_devl/trunk/CFG/TOOLSET/DAFBR.RUL
/core_devl/trunk/CFG/TOOLSET/DELPHI7.RUL
/core_devl/trunk/CFG/TOOLSET/GENERIC
/core_devl/trunk/CFG/TOOLSET/INTELLECT.PL
/core_devl/trunk/CFG/TOOLSET/JAVA.PL
/core_devl/trunk/CFG/TOOLSET/MOS_MRI.PL
/core_devl/trunk/CFG/TOOLSET/MOS_MRI.RUL
/core_devl/trunk/CFG/TOOLSET/MOS_MRI_68K.DEF
/core_devl/trunk/CFG/TOOLSET/MOS_MRI_CF.DEF
/core_devl/trunk/CFG/TOOLSET/MSP430.DEF
/core_devl/trunk/CFG/TOOLSET/MSP430.PL
/core_devl/trunk/CFG/TOOLSET/MSP430.RUL
/core_devl/trunk/CFG/TOOLSET/PD386.RUL
/core_devl/trunk/CFG/TOOLSET/PHARLAP.PL
/core_devl/trunk/CFG/TOOLSET/PHP.PL
/core_devl/trunk/CFG/TOOLSET/VERIX.DEF
/core_devl/trunk/CFG/TOOLSET/VERIX.PL
/core_devl/trunk/CFG/TOOLSET/VISUALBASIC.RUL
/core_devl/trunk/CFG/TOOLSET/m16c.pl
/core_devl/trunk/CFG/TOOLSET/m16c.rul
/core_devl/trunk/TEST/jats-win-solaris/build_test.pl
/core_devl/trunk/TEST/jats-win-solaris/makefile.pl
/core_devl/trunk/TEST/jats-win-solaris/src/makefile.pl
/core_devl/trunk/TOOLS/DEPLOY/deploylib_cclabel.pl
/core_devl/trunk/TOOLS/DEPLOY/findreplacetag.pl
/core_devl/trunk/TOOLS/DEPLOY/findreplacetag.sh
/core_devl/trunk/TOOLS/LIB/BuildVersion.pm
/core_devl/trunk/TOOLS/LIB/JatsBuildFiles.pm
/core_devl/trunk/TOOLS/LIB/JatsCopy.pm
/core_devl/trunk/TOOLS/LIB/JatsDocTools/JatsDocTools.pm
/core_devl/trunk/TOOLS/LIB/JatsDocTools/TOC.pm
/core_devl/trunk/TOOLS/LIB/JatsLocateFiles.pm
/core_devl/trunk/TOOLS/LIB/JatsSvn.pm
/core_devl/trunk/TOOLS/LIB/JatsSvnCore.pm
/core_devl/trunk/TOOLS/LIB/MakeIf.pm
/core_devl/trunk/TOOLS/LIB/MakeObject.pm
/core_devl/trunk/TOOLS/LIB/ToolsetPrinter.pm
/core_devl/trunk/TOOLS/LIB/deploylib.pm
/core_devl/trunk/TOOLS/LIB/jats_runtest.pm
/core_devl/trunk/TOOLS/LIB/jats_runtime.pm
/core_devl/trunk/TOOLS/LIB/jats_runtime_arm251.pm
/core_devl/trunk/TOOLS/LOCAL/IniFileTest.pl
/core_devl/trunk/TOOLS/LOCAL/LocateFilesTest.pl
/core_devl/trunk/TOOLS/LOCAL/TestStripDir.pl
/core_devl/trunk/TOOLS/LOCAL/bcc_svnconvert.pl
/core_devl/trunk/TOOLS/LOCAL/cc2svn_cctest_path.pl
/core_devl/trunk/TOOLS/LOCAL/cc2svn_cctest_paths.pl
/core_devl/trunk/TOOLS/LOCAL/cc2svn_gendata.pl
/core_devl/trunk/TOOLS/LOCAL/cc2svn_gendata_sbom.pl
/core_devl/trunk/TOOLS/LOCAL/cc2svn_importpackage.pl
/core_devl/trunk/TOOLS/LOCAL/cc2svn_importpackage2.pl
/core_devl/trunk/TOOLS/LOCAL/cc2svn_importpackage3.pl
/core_devl/trunk/TOOLS/LOCAL/cc2svn_labeldirs.pl
/core_devl/trunk/TOOLS/LOCAL/cc2svn_locateTips.pl
/core_devl/trunk/TOOLS/LOCAL/cc2svn_procdata.pl
/core_devl/trunk/TOOLS/LOCAL/cc2svn_reposcan.pl
/core_devl/trunk/TOOLS/LOCAL/cc2svn_rollbackrm.pl
/core_devl/trunk/TOOLS/LOCAL/cc2svn_updaterm.pl
/core_devl/trunk/TOOLS/LOCAL/cc2svn_updatermSuck.pl
/core_devl/trunk/TOOLS/LOCAL/cc_find_roots.pl
/core_devl/trunk/TOOLS/LOCAL/dump_mug.pl
/core_devl/trunk/TOOLS/LOCAL/find_vob_root.pl
/core_devl/trunk/TOOLS/LOCAL/getDoc.pl
/core_devl/trunk/TOOLS/LOCAL/jats_ccrelease_dynamic.pl
/core_devl/trunk/TOOLS/LOCAL/jats_ccview.pl
/core_devl/trunk/TOOLS/LOCAL/jats_cmdfile.pm
/core_devl/trunk/TOOLS/LOCAL/jats_convert_release.pl
/core_devl/trunk/TOOLS/LOCAL/jats_deploy.pl
/core_devl/trunk/TOOLS/LOCAL/jats_merge_build.pl
/core_devl/trunk/TOOLS/LOCAL/jats_rm_play24.pl
/core_devl/trunk/TOOLS/LOCAL/jats_rm_play25.pl
/core_devl/trunk/TOOLS/LOCAL/jats_rm_play26.pl
/core_devl/trunk/TOOLS/LOCAL/jats_rm_play27.pl
/core_devl/trunk/TOOLS/LOCAL/jats_svn_list.pl
/core_devl/trunk/TOOLS/LOCAL/new_toolset_def.pl
/core_devl/trunk/TOOLS/LOCAL/svn2svn_updaterm.pl
/core_devl/trunk/TOOLS/LOCAL/svn_pump.pl
/core_devl/trunk/TOOLS/LOCAL/svn_pump2.pl
/core_devl/trunk/TOOLS/LOCAL/test_pod_html.pl
/core_devl/trunk/TOOLS/buildlib.pl
/core_devl/trunk/TOOLS/cache_dpkg.pl
/core_devl/trunk/TOOLS/common.pl
/core_devl/trunk/TOOLS/gen_cots.pl
/core_devl/trunk/TOOLS/gen_msprojects.pl
/core_devl/trunk/TOOLS/gen_packagelist.pl
/core_devl/trunk/TOOLS/gen_winrc.pl
/core_devl/trunk/TOOLS/jats.pl
/core_devl/trunk/TOOLS/jats_buildlinux.pl
/core_devl/trunk/TOOLS/jats_buildperl.pl
/core_devl/trunk/TOOLS/jats_ccdelete_view.pl
/core_devl/trunk/TOOLS/jats_cclabel.pl
/core_devl/trunk/TOOLS/jats_ccmerge_build.pl
/core_devl/trunk/TOOLS/jats_ccrelease.pl
/core_devl/trunk/TOOLS/jats_echo.pl
/core_devl/trunk/TOOLS/jats_help.pl
/core_devl/trunk/TOOLS/jats_lib_scan.pl
/core_devl/trunk/TOOLS/jats_rtag_extract.pl
/core_devl/trunk/TOOLS/jats_sandbox.pl
/core_devl/trunk/TOOLS/jats_svn.pl
/core_devl/trunk/TOOLS/jats_svnlabel.pl
/core_devl/trunk/TOOLS/jats_svnrelease.pl
/core_devl/trunk/TOOLS/jats_upddep.pl
/core_devl/trunk/TOOLS/jats_vars.pl
/core_devl/trunk/TOOLS/jats_vcsdiff.pl
/core_devl/trunk/TOOLS/jats_vcsrelease.pl
/core_devl/trunk/TOOLS/jats_vcssave_build.pl
/core_devl/trunk/TOOLS/makelib.pl
5104 3836 d 21 h dpurdie /core_devl/trunk/ gen_cots: User must specify the source of the package image.  
/core_devl/trunk/ChangeLog.txt
/core_devl/trunk/TOOLS/gen_cots.pl
2764 4729 d 18 h dpurdie /core_devl/trunk/  
/core_devl/trunk/CFG/PLATFORM/LMOS_COBRA.CFG
/core_devl/trunk/TOOLS/LOCAL/cc2svn_labeldirs2.pl
/core_devl/trunk/TOOLS/LOCAL/cc2svn_procdata2.pl
/core_devl/trunk
/core_devl/trunk/BIN.linux_i386/JatsFileUtil
/core_devl/trunk/BIN.solaris10_sparc32/JatsFileUtil
/core_devl/trunk/BIN.solaris10_x86/JatsFileUtil
/core_devl/trunk/BIN.sparc/JatsFileUtil
/core_devl/trunk/BIN.win32/JatsFileUtil.exe
/core_devl/trunk/CFG/RULES.STD
/core_devl/trunk/ChangeLog.txt
/core_devl/trunk/TOOLS/LIB/JatsSvn.pm
/core_devl/trunk/TOOLS/LIB/JatsSvnCore.pm
/core_devl/trunk/TOOLS/LOCAL/cc2svn_gendata.pl
/core_devl/trunk/TOOLS/LOCAL/cc2svn_importpackage.pl
/core_devl/trunk/TOOLS/LOCAL/cc2svn_importpackage2.pl
/core_devl/trunk/TOOLS/LOCAL/cc2svn_importpackage3.pl
/core_devl/trunk/TOOLS/LOCAL/cc2svn_labeldirs.pl
/core_devl/trunk/TOOLS/LOCAL/cc2svn_procdata.pl
/core_devl/trunk/TOOLS/LOCAL/cc2svn_reposcan.pl
/core_devl/trunk/TOOLS/LOCAL/cc2svn_updaterm.pl
/core_devl/trunk/TOOLS/LOCAL/svn2svn_updaterm.pl
/core_devl/trunk/TOOLS/gen_cots.pl
/core_devl/trunk/TOOLS/jats.pl
/core_devl/trunk/TOOLS/jats_ccrelease.pl
/core_devl/trunk/TOOLS/jats_svn.pl
/core_devl/trunk/TOOLS/jats_svnrelease.pl
/core_devl/trunk/TOOLS/jats_vcsdiff.pl
/core_devl/trunk/TOOLS/makelib.pl2
/core_devl/trunk/UTILS/JatsFileUtil/src/JatsFileUtilUnx.c
/core_devl/trunk/UTILS/JatsFileUtil/src/JatsFileUtilWin.c
/core_devl/trunk/UTILS/JatsFileUtil/src/test.sh
2429 4787 d 18 h dpurdie /core_devl/trunk/ Major changes:
* Make-time performance improvement of packaging
Improved the performance of the 'packaging' and 'installing' operations
by an order of magnitude under windows. Replaced the shell scripting of
these operations with a dedicated program.

This change also addressed a long-time Windows issue with the packaging
of files into very long (>~250) paths as the utility supports the full
windows path scheme.

Minor changes:
* Command Changes: jats clobber
The 'jats clobber' command has been significantly sped up
The 'clobber' no longer unpackages and uninstalls files one by one
from the relevant directories. The entire directory is deleted.

The original sequence can still be perform, if required, with the commands
jats make clobber
This operates as before.

* Utility: escrow
Support to extract packages with a subdirectory structure that
breaks the JATS rule that the TTB directory names are reserved.
Some COTS packages break the rule.

* Utility: svn : delete-branch
Modified the svn branch deletion operation.
With no arguments it will show the current branch.

* Utility: svn : url
Improved the conversions supported. Now handles leading SVN::
and will decode tags of the form SVN::path::tag

* Utility: svn : import
Added a '-nocommit' option to allow the results of the import to be
inspected before committing them to the Repository.

* Subversion Support
Detect authentication errors and issue user-friendly error messages
showing the user what to do.

The special label of TIMESTAMP now creates a tag with a .WIP
suffix. This allows the tag to be deleted in the VIX protected
repositories.
 
/core_devl/trunk/BIN.linux_i386/JatsFileUtil
/core_devl/trunk/BIN.solaris10_sparc32/JatsFileUtil
/core_devl/trunk/BIN.solaris10_x86/JatsFileUtil
/core_devl/trunk/BIN.sparc/JatsFileUtil
/core_devl/trunk/BIN.win32/JatsFileUtil.exe
/core_devl/trunk/TOOLS/LOCAL/cc2svn_labeldirs.pl
/core_devl/trunk/TOOLS/LOCAL/jats_rm_play26.pl
/core_devl/trunk/UTILS/JatsFileUtil
/core_devl/trunk
/core_devl/trunk/CFG/RULES.STD
/core_devl/trunk/CFG/TOOLSET/VCWCE.PL
/core_devl/trunk/CFG/TOOLSET/pclint
/core_devl/trunk/ChangeLog.txt
/core_devl/trunk/TOOLS/LIB/JatsError.pm
/core_devl/trunk/TOOLS/LIB/JatsSvn.pm
/core_devl/trunk/TOOLS/LIB/JatsSvnCore.pm
/core_devl/trunk/TOOLS/LOCAL/cc2svn_gendata.pl
/core_devl/trunk/TOOLS/LOCAL/cc2svn_importpackage.pl
/core_devl/trunk/TOOLS/LOCAL/cc2svn_importpackage2.pl
/core_devl/trunk/TOOLS/LOCAL/cc2svn_importpackage3.pl
/core_devl/trunk/TOOLS/LOCAL/cc2svn_procdata.pl
/core_devl/trunk/TOOLS/LOCAL/cc2svn_rollbackrm.pl
/core_devl/trunk/TOOLS/LOCAL/cc2svn_updaterm.pl
/core_devl/trunk/TOOLS/LOCAL/svn_pump.pl
/core_devl/trunk/TOOLS/gen_cots.pl
/core_devl/trunk/TOOLS/jats.pl
/core_devl/trunk/TOOLS/jats_ccrelease.pl
/core_devl/trunk/TOOLS/jats_svn.pl
/core_devl/trunk/TOOLS/jats_svnrelease.pl
/core_devl/trunk/TOOLS/makelib.pl2
1403 4844 d 16 h dpurdie /core_devl/trunk/ Major changes:
* Subversion support
Multiple changes to subversion support to simplify development with
SubVersion. Changes include:
- New VcsTag that has a path and a tag component
- Multiple extraction modes with checks to highlight unexpected
file changes between workspace and branch head.

Minor changes:
* Utility: New utility - rtag_extract
Tool to extract a set of packages based on a Release Manager Release.
Can limit the files extracted to one or more paths, or a list of packages.
Provides supervised extraction of the set of packages.
Use 'jats man rtag_extract' or online documentation.

* Utility: svnsave_build
Failure to change the author of the build is not an error.
This allows for non-standard repositories being used during consolidation

* Linux support utilities
Add a version of 'addr2line' that understands the ELF file format
which has debug information striped out into a separate file.
Used to support backtracing within unit tests.
 
/core_devl/trunk/BIN.linux_i386/addr2line
/core_devl/trunk/TOOLS/jats_rtag_extract.pl
/core_devl/trunk
/core_devl/trunk/ChangeLog.txt
/core_devl/trunk/TOOLS/LIB/JatsSvn.pm
/core_devl/trunk/TOOLS/LIB/JatsSvnCore.pm
/core_devl/trunk/TOOLS/escrow.pl
/core_devl/trunk/TOOLS/gen_cots.pl
/core_devl/trunk/TOOLS/jats_ccrelease.pl
/core_devl/trunk/TOOLS/jats_svn.pl
/core_devl/trunk/TOOLS/jats_svnlabel.pl
/core_devl/trunk/TOOLS/jats_svnrelease.pl
/core_devl/trunk/TOOLS/jats_svnsave_build.pl
/core_devl/trunk/TOOLS/jats_vcsdiff.pl
379 5016 d 12 h dpurdie /core_devl/trunk/ DevTools/core_devl: Checkin by Svn Import
Major changes:

* WIN32 Target (Visual Studio 6)
This target will now consume headers/libraries from a VS6 directory.
This has been provided to allow the use of Dinkumware_STL to be limited
to this one compiler. Specifically we need to excluded the use of
Dinkumware from VS2010 builds.

* C# Toolchain
Correctly detect missing .cs file in .resx /.cs file pair.

Minor changes:
* Jats wrapper script
New option: -logfile=name

* Jats configuration
jats.bat example (Windows)
jats.sh example (Unix)
Redefined location of the Perth Subversion server AUPERASVN01

* Escrow build on solaris_x86
Added workaround for strange issue on X86 based Solaris machines
The GBE_MACHTYPE EnvVar would disappear during the build process

* Utility ccrelease
The -extractfiles option nolonger uses a dynamic view to perform the
extraction. It uses the same process as normal view creation.

* Utility: svn
Improved package import processing.
Allow Date, Author and Log to be added to the imported package

* Jats Utility: gen_cots
Added support for Subversion.
Subversion is supported on Windows and Unix.
ClearCase is supported on Windows.

* Jats Utility: vcsdiff
New Utility. Will diff two versions of a package. Supports
mixed ClearCase and Subversion versions.
Under windows it can invoke BeyondCompare
Under Windows and Unix it can perform a MD5 check over both directories.
 
/core_devl/trunk/CFG/PLATFORM/WIN32.CFG
/core_devl/trunk/CFG/TOOLSET/CSHARP.PL
/core_devl/trunk/ChangeLog.txt
/core_devl/trunk/TOOLS/LIB/FileUtils.pm
/core_devl/trunk/TOOLS/LIB/JatsDocTools/TOC.pm
/core_devl/trunk/TOOLS/LIB/JatsError.pm
/core_devl/trunk/TOOLS/LIB/JatsLocateFiles.pm
/core_devl/trunk/TOOLS/LIB/JatsSvn.pm
/core_devl/trunk/TOOLS/LIB/JatsSvnCore.pm
/core_devl/trunk/TOOLS/buildlib.pl
/core_devl/trunk/TOOLS/gen_cots.pl
/core_devl/trunk/TOOLS/jats.bat
/core_devl/trunk/TOOLS/jats.pl
/core_devl/trunk/TOOLS/jats_ccrelease.pl
/core_devl/trunk/TOOLS/jats_manifest.pl
/core_devl/trunk/TOOLS/jats_svn.pl
/core_devl/trunk/TOOLS/jats_svnlabel.pl
/core_devl/trunk/TOOLS/makelib.pl2
/core_devl/trunk/build.pl
363 5242 d 4 h dpurdie /core_devl/trunk/ DevTools/core_devl: Checkin by Svn Import
Major changes:
* New toolset: ARM251

* New target platform: ARM_I5100
Uses the ARM251 toolset.

Minor changes:
* HTML Help
Correct display of subheadings in the Table of Contents under IE8

* jats build -noforce
The 'quick' test to force a re-build now takes the value of
GBE_BUILDFILTER into account. If the value changes, then a rebuild will
be forced.

This affect the 'jats all' and associated 'sandbox' commands.

* Utility: ccrelease (jats release, jats extract)
Improved the ClearCase config spec used to create the view.

If the command specifies a branching rule, then the view will not allow
directories above the package base to be branched. This will prevent
unintentional branching within the root of the VOB.

If the command does not specify a branching rule, the view now allows
files and folders to be 'added' within the view, within the package. This
feature is suppressed when the tool is used by the AutoBuilder.

* Utility: svnrelease
Remove duplicate package-name words from the generated workspace name to
provide a cleaner workspace name.

Allow the workspace to be deleted in 'release' mode by changing out of the
workspace directory before attempting the delete.

* Utility: svn
Added 'test' to verify that the subversion CLI utility has been
installed and can be used.

* Toolset: CSharp
Utilize features of cmdfile to simplify the generated makefile
Force the generated command file to have correct directory separation
character.

* Toolset: SunWorks
Corrected usage of the -erroff directive
The later SunWorks compilers are more strict about its usage.
May affect 64 Solaris builds as the incorrect usage may have been
masking an error.

* Toolset: Delphi7
Correct library building process that had been broken by previous
enhancement.

* Toolset: dafbr
Internal option to simplify compiler testing

* makefile.pl directive: GenerateFiles and RunTests
Corrected operation of the '--PackageInfo' expansion
- Return correct path to package
- If no info is selected, then assume '--path'

* build.pl directive: BuildPlatforms
Added a '--Alias=Name[,Name]+' option. This allows the setting of
a platform alias, when the platform is defined.

* build.pl directive: BuildVersion
Generate well formed VB6 definitions for packages that have dependent
packages.

* make command: show
Improved the readability of the 'Alias Targets' list in the
'jats make show' command.

* Utility: create_dpkg
When transferring files from a Windows file system to dpkg_archive
ensure that the execute permission is set for all users.

Allows 'GENERIC' packages to package up executables that will be
executed on Unix machines.
 
/core_devl/trunk/CFG/PLATFORM/ARM_I5100
/core_devl/trunk/CFG/TOOLSET/ARM251.DEF
/core_devl/trunk/CFG/TOOLSET/ARM251.PL
/core_devl/trunk/CFG/TOOLSET/ARM251.RUL
/core_devl/trunk/TOOLS/LIB/jats_runtime_arm251.pm
/core_devl/trunk/BUILD/MakePackage.pl
/core_devl/trunk/CFG/PLATFORM/PLATFORM_CFG.PM
/core_devl/trunk/CFG/TOOLSET/CSHARP.PL
/core_devl/trunk/CFG/TOOLSET/DAFBR
/core_devl/trunk/CFG/TOOLSET/DELPHI7.PL
/core_devl/trunk/CFG/TOOLSET/SUNWORKS.RUL
/core_devl/trunk/ChangeLog.txt
/core_devl/trunk/HTML/JatsToc.css
/core_devl/trunk/TOOLS/LIB/BuildVersion.pm
/core_devl/trunk/TOOLS/LIB/JatsDocTools/TOC/HTML.pm
/core_devl/trunk/TOOLS/LIB/JatsMakeInfo.pm
/core_devl/trunk/TOOLS/LIB/JatsSvnCore.pm
/core_devl/trunk/TOOLS/buildlib.pl
/core_devl/trunk/TOOLS/create_dpkg.pl
/core_devl/trunk/TOOLS/gen_cots.pl
/core_devl/trunk/TOOLS/jats.pl
/core_devl/trunk/TOOLS/jats_ccrelease.pl
/core_devl/trunk/TOOLS/jats_sandbox.pl
/core_devl/trunk/TOOLS/jats_svn.pl
/core_devl/trunk/TOOLS/jats_svnrelease.pl
/core_devl/trunk/TOOLS/jmake.pl
/core_devl/trunk/TOOLS/makelib.pl2
/core_devl/trunk/build.pl
361 5289 d 5 h dpurdie /core_devl/trunk/ DevTools/core_devl: Checkin by Svn Import
Major changes:
* HTML Help (Experimental)
Generated documentation for the various JATS utilities
It is based on the internal JATS documentation available on the command
line.

Use http://auperaunx26.aupera.erggroup.com/devl/core_devl2/HTML/index.html

Minor changes:
* PackageFile directive
Allow packaging of files with a comma in the name.
Used by some COTS packages.

* Windows utilities used by jats
stdmux and rpccpp: provide production versions that do not use debug
libraries as these are not present for all users.

* Jats utility: dstatus
Shows the user friendly host name rather then the internal machine name.
This change is in line with the changes to Release Manager

* Utility: svnrelease
Better deletion of workspaces referenced with non-standard URLs
Corrected problem with -branch=name option

* Utility: svnrelease and ccrelease
Better deletion of workingspace directory.
Attempt to correct for directory permission problems.

* Updated definition of GBE_SVN_URL_FRBESASVN01 to use
the server by name, rather than IP address: 'frbesasvn01'

* Added EnvVar GBE_VCS to control the default Version Control System
employed by the 'jats release' and 'jats extract' commands.

Usable values are: 'cc' and 'svn'.
The default value is 'cc', providing backward compatability to existing
developers.
 
/core_devl/trunk/HTML
/core_devl/trunk/HTML/Jats.css
/core_devl/trunk/HTML/JatsToc.css
/core_devl/trunk/HTML/JatsWelcome.html
/core_devl/trunk/HTML/displayToc.js
/core_devl/trunk/HTML/favicon.ico
/core_devl/trunk/HTML/images
/core_devl/trunk/HTML/images/VIX Tech logo_RGB.png
/core_devl/trunk/HTML/images/delete.png
/core_devl/trunk/HTML/images/greysmallbullet.gif
/core_devl/trunk/HTML/images/jats_buildsystem.png
/core_devl/trunk/HTML/images/jats_logo.png
/core_devl/trunk/HTML/images/leaf.gif
/core_devl/trunk/HTML/images/minus.gif
/core_devl/trunk/HTML/images/page.gif
/core_devl/trunk/HTML/images/plus.gif
/core_devl/trunk/HTML/images/run.png
/core_devl/trunk/HTML/images/x.gif
/core_devl/trunk/HTML/images/xlink.gif
/core_devl/trunk/HTML/index.html
/core_devl/trunk/HTML/scineplex.css
/core_devl/trunk/HTML/tocParas.js
/core_devl/trunk/HTML/tocTab.js
/core_devl/trunk/HTML/topframe.html
/core_devl/trunk/TOOLS/LIB/JatsDocTools
/core_devl/trunk/TOOLS/LIB/JatsDocTools/JatsDocTools.pm
/core_devl/trunk/TOOLS/LIB/JatsDocTools/Pod.pm
/core_devl/trunk/TOOLS/LIB/JatsDocTools/TOC
/core_devl/trunk/TOOLS/LIB/JatsDocTools/TOC.pm
/core_devl/trunk/TOOLS/LIB/JatsDocTools/TOC/HTML.pm
/core_devl/trunk/TOOLS/LIB/JatsDocTools/Tree
/core_devl/trunk/TOOLS/LIB/JatsDocTools/Tree/HTML.pm
/core_devl/trunk/TOOLS/LIB/Pod/Html.pm
/core_devl/trunk/TOOLS/POD/FAQ
/core_devl/trunk/TOOLS/POD/FAQ/AddingAnIconToAWindowsEXE.pod
/core_devl/trunk/TOOLS/POD/FAQ/AddingVersionInfoToAWindowsDLL.pod
/core_devl/trunk/TOOLS/POD/FAQ/Compile_Windows_Resources.pod
/core_devl/trunk/TOOLS/POD/FAQ/Creating_an_API_Package.pod
/core_devl/trunk/TOOLS/POD/FAQ/Insert_Version_Information_into_a_File.pod
/core_devl/trunk/TOOLS/POD/FAQ/Merge_Static_Libraries.pod
/core_devl/trunk/TOOLS/POD/FAQ/MessageCompiler.pod
/core_devl/trunk/TOOLS/POD/FAQ/Using_Buildfilter_To_Speedup_Test_Builds.pod
/core_devl/trunk/TOOLS/jats_cclabel.pl
/core_devl/trunk/TOOLS/jats_label.pl
/core_devl/trunk/BIN.win32/rpccpp.exe
/core_devl/trunk/BIN.win32/stdmux.exe
/core_devl/trunk/BUILD/MakePackage.pl
/core_devl/trunk/BUILD/makefile.pl
/core_devl/trunk/ChangeLog.txt
/core_devl/trunk/TEMPLATES/INSTALL/linux.profile.jats.sh
/core_devl/trunk/TEMPLATES/INSTALL/linux.ubuntu.profile.jats.sh
/core_devl/trunk/TOOLS/CCbc2.pl
/core_devl/trunk/TOOLS/CCdiff.pl
/core_devl/trunk/TOOLS/LIB/DeployUtils/RmPkgInfo.pm
/core_devl/trunk/TOOLS/LIB/FileUtils.pm
/core_devl/trunk/TOOLS/LIB/JatsSvn.pm
/core_devl/trunk/TOOLS/POD/EnvVars.pod
/core_devl/trunk/TOOLS/POD/InstallationNotes.pod
/core_devl/trunk/TOOLS/POD/OverView.pod
/core_devl/trunk/TOOLS/POD/PkgArchives.pod
/core_devl/trunk/TOOLS/buildlib.pl
/core_devl/trunk/TOOLS/cache_dpkg.pl
/core_devl/trunk/TOOLS/create_dpkg.pl
/core_devl/trunk/TOOLS/dstatus.pl
/core_devl/trunk/TOOLS/escrow.pl
/core_devl/trunk/TOOLS/gen_cots.pl
/core_devl/trunk/TOOLS/gen_dirlist.pl
/core_devl/trunk/TOOLS/gen_metrics.pl
/core_devl/trunk/TOOLS/gen_msprojects.pl
/core_devl/trunk/TOOLS/gen_packagelist.pl
/core_devl/trunk/TOOLS/gen_winrc.pl
/core_devl/trunk/TOOLS/jats.bat
/core_devl/trunk/TOOLS/jats.pl
/core_devl/trunk/TOOLS/jats.sh
/core_devl/trunk/TOOLS/jats_buildlinux.pl
/core_devl/trunk/TOOLS/jats_buildperl.pl
/core_devl/trunk/TOOLS/jats_ccmerge_build.pl
/core_devl/trunk/TOOLS/jats_ccrelease.pl
/core_devl/trunk/TOOLS/jats_ccsave_build.pl
/core_devl/trunk/TOOLS/jats_lib_scan.pl
/core_devl/trunk/TOOLS/jats_manifest.pl
/core_devl/trunk/TOOLS/jats_metrics.pl
/core_devl/trunk/TOOLS/jats_rewrite.pl
/core_devl/trunk/TOOLS/jats_sandbox.pl
/core_devl/trunk/TOOLS/jats_svn.pl
/core_devl/trunk/TOOLS/jats_svnlabel.pl
/core_devl/trunk/TOOLS/jats_svnrelease.pl
/core_devl/trunk/TOOLS/jats_svnsave_build.pl
/core_devl/trunk/TOOLS/jats_transform_file.pl
/core_devl/trunk/TOOLS/jats_update_release.pl
/core_devl/trunk/TOOLS/jats_upddep.pl
/core_devl/trunk/TOOLS/jats_vars.pl
/core_devl/trunk/TOOLS/jats_vcsrelease.pl
/core_devl/trunk/TOOLS/jats_vcssave_build.pl
/core_devl/trunk/TOOLS/jmake.pl
/core_devl/trunk/TOOLS/makelib.pl2
/core_devl/trunk/UTILS/rpccpp/build_test.pl
/core_devl/trunk/UTILS/stdmux/build_test.pl
/core_devl/trunk/build.pl
303 5886 d 10 h dpurdie /core_devl/trunk/ DevTools/core_devl: Checkin by Svn Import
Major changes:
* New target: WCEPSION_500_VS2005
A build of the Psion CE 5.0 under VS2005
This target has been added to the WINCE target.

WCEPSION_500_VS2005 build cannot consume build artifacts from the
WCEPSION_500. The two are separate.

* Support for building WinCE targets under VS2005
Currently only the WCEPSION_500_VS2005 is fully supported
Support includes
* Building of executables and DLLs via jats directives
* Building of components via VS2005 'solution' files

Minor changes:
* Build file processing
Better detection of bad platform names under Windows
Note: All platform names should be in uppercase.

* MOS builds
If a 'product' name not known to JATS is used and a board base address
is specified then no warnings are generated indicating an unknown 'product'

* MOS builds
New 'known' product: PICP
Identical to the TP5 in all but name.

* GenerateFiles directive
Better handling of '\' when passing arguments to a command line
under windows.

--AutoGenerate option will warn if one of the 'generated' files is
a source file as this disables the operation of the AutoGeneration.

* Verbose builds now show command files
Currently only supported for WIN32 and WINCE builds.

The use of 'OPTIONS=args' will cause the linker command file to be dumped
to the output stream.

This facility will be retrofitted to other platform targets in the future.

* Windows Shell
The shell provided with JATS for use under Windows has been modified so
that the COMSPEC and PATH variables are correctly formatted with '\'

Addresses issues when invoking Windows tools and programs from within JATS.

* H8S toolset
Ensure the the EnvVar CYGWIN is not set.

If 'binmode' is set then the gcc compiler used by the H8S toolset cannot
handle macros that use line continuation.

Internal changes
* WinCe builds
Changed name of internal file 'toolset/vcwce' to better represent the
content of the file.

Many internal changes to better support VS2005 and EVC

Macros to encode and decode paths with embedded spaces.
Currently only used in WIN32 and WINCE toolsets.
 
/core_devl/trunk/CFG/PLATFORM/WCEPSION_500_VS2005
/core_devl/trunk/CFG/TOOLSET/VCEMBEDDED2005.DEF
/core_devl/trunk/CFG/TOOLSET/VCWCE.PL
/core_devl/trunk/CFG/TOOLSET/VCWCE
/core_devl/trunk/BIN.win32/sh.exe
/core_devl/trunk/CFG/PLATFORM/PLATFORM_CFG.PM
/core_devl/trunk/CFG/PLATFORM/WINCE.CFG
/core_devl/trunk/CFG/PLATFORM/Wce
/core_devl/trunk/CFG/RULES.STD
/core_devl/trunk/CFG/TOOLSET/CSHARP.RUL
/core_devl/trunk/CFG/TOOLSET/GNUPRO_H8.DEF
/core_devl/trunk/CFG/TOOLSET/MOS_MRI.PL
/core_devl/trunk/CFG/TOOLSET/PHARLAP.RUL
/core_devl/trunk/CFG/TOOLSET/VCWCE.DEF
/core_devl/trunk/CFG/TOOLSET/VCWCE.RUL
/core_devl/trunk/CFG/TOOLSET/VCWIN32.RUL
/core_devl/trunk/ChangeLog.txt
/core_devl/trunk/TOOLS/buildlib.pl
/core_devl/trunk/TOOLS/gen_cots.pl
/core_devl/trunk/TOOLS/makelib.pl2
/core_devl/trunk/UTILS/SH/Sh1.c
/core_devl/trunk/build.pl
297 5984 d 12 h dpurdie /core_devl/trunk/ DevTools/core_devl: Checkin by Svn Import
Major changes:
* Jats Command line and -java option
This version will place the specified javas bin directory into
the PATH. Thus the commands:
jats -java=1.6 eprog java -version
jats -java=1.6 ant build
will work as expected

Minor changes:
* VS2008 Toolset
Picking up incorrect config details
May result in a warning message.

* gen_cots utility
New option to allow use without ClearCase dependencies.
Its simply creates a buildable package image.

* DELPHI7 toolset
Correct the definition of the Debug option -$D+
In debug mode, add $DELPHI/lib/debug to the search paths
 
/core_devl/trunk/BIN.win32/stdmux.exe
/core_devl/trunk/CFG/PLATFORM/VS2008.CFG
/core_devl/trunk/CFG/TOOLSET/DELPHI7.RUL
/core_devl/trunk/ChangeLog.txt
/core_devl/trunk/TOOLS/LIB/JatsSvnCore.pm
/core_devl/trunk/TOOLS/buildlib.pl
/core_devl/trunk/TOOLS/gen_cots.pl
/core_devl/trunk/TOOLS/jats.bat
/core_devl/trunk/TOOLS/jats.pl
/core_devl/trunk/TOOLS/jats.sh
/core_devl/trunk/TOOLS/jats_sandbox.pl
/core_devl/trunk/TOOLS/jats_svn.pl
/core_devl/trunk/build.pl
279 6145 d 7 h dpurdie /core_devl/trunk/ DevTools/core_devl: Checkin by Svn Import
Major changes:
* GBE_BUILDFILTER configuration has been simplified

JATS will automatically filter out target platforms that cannot be built
on the users machine. ie: It will not try to build Solaris targets on a
Windows machine. Thus, under the new scheme a Windows GBE_BUILDFILTER need
not contains '!SOLARIS'

This greatly simplifies the creation of GBE_BUILDFILTER as it does not
need to be configured to exclude targets that cannot by built.

Existing GBE_BUILDFILTER definitions are backward compatible.

* Jats utility : gen_cots
Requires the user to specify a target VOB with the -vob option
Ensures the user is aware of the target VOB

Now creates temporary directory within the users TEMP directory.
Addresses problems where the user's CWD is within the package being
processed.

Removed the '-delete' option
Always delete the temp work directory if it exists.

Minor changes:
* Sandbox command
Added build, make, clean, clobber commands

Sandbox packages may contain a file called 'stop', to exclude the
target from consideration in the build set.

* MCR Toolset
This toolset only supports 16 compiler search paths. An descriptive error
has been added to detect and report on this error.

* WIN32 and PHARLAP toolsets
The --Resource=xxx option specifies a comma separated list of files.
Spaces are now allowed either side of the comma.
ie: "--Resource=file1.h, File2.h"

* Jats run_test command
Removed a non-fatal warning message that was being generated when the
tests we run on a Window machine.

* descpkg file
Now contains HOSTNAME of the build machine
Not (yet) aggregated when packages are merged

* built.<machine> tag files created by create_dpkg
Now contains build trace information
Date-Time, Machine, User, ABT config

* jats abt command simplified usage
This command now appends the current directory as a library path to ANT if
it contains 'jar' files.

Uses ANT 1.6 as the default version of ANT

Both changes will simplify the use of this command within the escrow
environment. ie: 'jats abt -buildfile=build1.xml'

* BuildVersion directive
Form:
BuildVersion ('--Style=C');
now works as expected.
Slightly better error detection on the directives arguments.
 
/core_devl/trunk/CFG/PLATFORM/PLATFORM_CFG.PM
/core_devl/trunk/CFG/TOOLSET/PHARLAP.PL
/core_devl/trunk/CFG/TOOLSET/VCWIN32.PL
/core_devl/trunk/CFG/TOOLSET/m16c.rul
/core_devl/trunk/ChangeLog.txt
/core_devl/trunk/TOOLS/CCbc2.pl
/core_devl/trunk/TOOLS/LIB/DescPkg.pm
/core_devl/trunk/TOOLS/LIB/JatsError.pm
/core_devl/trunk/TOOLS/buildlib.pl
/core_devl/trunk/TOOLS/create_dpkg.pl
/core_devl/trunk/TOOLS/escrow.pl
/core_devl/trunk/TOOLS/gen_cots.pl
/core_devl/trunk/TOOLS/jats.bat
/core_devl/trunk/TOOLS/jats.pl
/core_devl/trunk/TOOLS/jats.sh
/core_devl/trunk/TOOLS/jats_ccrelease.pl
/core_devl/trunk/TOOLS/jats_sandbox.pl
/core_devl/trunk/TOOLS/jats_svnrelease.pl
/core_devl/trunk/TOOLS/jmake.pl
/core_devl/trunk/TOOLS/makelib.pl
/core_devl/trunk/TOOLS/makelib.pl2
/core_devl/trunk/build.pl
255 6374 d 10 h dpurdie /core_devl/trunk/ DevTools/core_devl: Checkin by Svn Import
------------------------------------------------------------------------
Version: 2.76.0000.cr Released: 24-Jun-08
------------------------------------------------------------------------
Major changes:
* Support for Microsoft Visual Studio 2005 [DEVI-049017]
The product must be installed in its default location.

New platforms:
CSHARP2005
Uses C# Framework Version 2.0.50727
Support extends to allow:
1) Building of Csharp source using standard JATS
2) Build Visual Studio solutions
Can consume files from CSHARP and WIN32 components.

VS2005
Support extends to allow:
1) Building of C and C++ source using standard JATS
2) Build Visual Studio solutions
Can consume files from VS2003 and WIN32 components.

The existing WIN32 and CSHARP platforms can also utilize VS2005
through a version selector:
WIN32 Toolset - "MS.NET2005"
CSHARP Toolset - "MS.NET2005"

* Version of Make for Win32 builds
The version of Make has been upgraded to 3.81 to provide access
to macros to simplify support for the MS VS2005.

* CSHARP and WIN32 platforms
The LIB path uses to locate libraries and DLLs has been altered to:
- Contain absolute paths. Relative paths did not work under all
conditions when building projects and solutions.
- Contain valid paths. JATS generated paths that do not physically exist
will be removed from the search path. This removes warning messages
under VS2005.

Minor changes:
* New Jats utility: dstatus
Display Build Daemon Status. A text based utility.
Use 'jats dstatus -man' for full details.

* PPC_603E Toolset
Changed the definition of HOST_CPU to be correct for the linux
architecture that uses the value - powerpc.

Extended LinuxDrivers directive to allow for powerpc.

Updated the MakeLinuxDriver directive to use EXTRA_CFLAGS as CFLAGS
has been removed. This change is backwardly compatible.

* Modified all utilities to avoid a Perl-10 warning message [DEVI-049018]
Improved usage of the 'require' statement used to check for
a minimal value of perl.

Removed excessive require statements.

* JATS internal utilities - xmake
Source for Make 3.81 is now controlled
Include JATS specific files for
1) Windows
2) Linux

JATS now includes binaries for make.
This will ensure that the version of make being used will be known for all
machines. Gnu make does not need to be installed for the various build
machines.

* JATS internal utility sh.exe (windows)
Extended internal debugging via EnvVar SHDEBUGEXEC

* JATS Environment
Allow Jats Environment variables that are used to specify a directory
to be set to either '-' or 'none'. The associated path will set to empty.

This can be used to override defaults that may be inserted by the JATS
wrapper scripts.

* JATS utility: sandbox (Experimental)
Correct problem with location of build files.
Spell check help and code.
 
/core_devl/trunk/BIN.linux_i386/xmake
/core_devl/trunk/BIN.solaris10_sparc32/xmake
/core_devl/trunk/BIN.solaris10_x86/xmake
/core_devl/trunk/BIN.sparc/xmake
/core_devl/trunk/CFG/PLATFORM/CSHARP2005
/core_devl/trunk/CFG/PLATFORM/CSHARP2005.CFG
/core_devl/trunk/CFG/PLATFORM/VS2005
/core_devl/trunk/CFG/PLATFORM/VS2005.CFG
/core_devl/trunk/CFG/TOOLSET/CSHARP2005.DEF
/core_devl/trunk/CFG/TOOLSET/VCWIN32_NET2005.DEF
/core_devl/trunk/TOOLS/dstatus.pl
/core_devl/trunk/UTILS/Make
/core_devl/trunk/UTILS/Make/ReadMe.txt
/core_devl/trunk/UTILS/Make/linux_i386
/core_devl/trunk/UTILS/Make/linux_i386/file.c
/core_devl/trunk/UTILS/Make/make-3.81.tar.gz
/core_devl/trunk/UTILS/Make/win32
/core_devl/trunk/UTILS/Make/win32/config.h
/core_devl/trunk/BIN.linux_i386/links.sh
/core_devl/trunk/BIN.solaris10_sparc32/links.sh
/core_devl/trunk/BIN.solaris10_x86/links.sh
/core_devl/trunk/BIN.sparc/links.sh
/core_devl/trunk/BIN.win32/sh.exe
/core_devl/trunk/BIN.win32/xmake.exe
/core_devl/trunk/BUILD/MakePackage.pl
/core_devl/trunk/CFG/PLATFORM/ARM9TDMI.CFG
/core_devl/trunk/CFG/PLATFORM/BORLAND.CFG
/core_devl/trunk/CFG/PLATFORM/CSHARP
/core_devl/trunk/CFG/PLATFORM/CSHARP.CFG
/core_devl/trunk/CFG/PLATFORM/DEVLINUX.CFG
/core_devl/trunk/CFG/PLATFORM/LINUX.CFG
/core_devl/trunk/CFG/PLATFORM/LINUX_EMU.CFG
/core_devl/trunk/CFG/PLATFORM/LINUX_ETX.CFG
/core_devl/trunk/CFG/PLATFORM/LINUX_I386.CFG
/core_devl/trunk/CFG/PLATFORM/LMOS.CFG
/core_devl/trunk/CFG/PLATFORM/LMOS_ARM9TDMI.CFG
/core_devl/trunk/CFG/PLATFORM/LMOS_DEVLINUX.CFG
/core_devl/trunk/CFG/PLATFORM/LMOS_LINUX_EMU.CFG
/core_devl/trunk/CFG/PLATFORM/LMOS_LINUX_ETX.CFG
/core_devl/trunk/CFG/PLATFORM/LMOS_PPC_603E.CFG
/core_devl/trunk/CFG/PLATFORM/PPC_603E
/core_devl/trunk/CFG/PLATFORM/PPC_603E.CFG
/core_devl/trunk/CFG/PLATFORM/SOLARIS.CFG
/core_devl/trunk/CFG/PLATFORM/SOLARIS10_SPARC32.CFG
/core_devl/trunk/CFG/PLATFORM/SOLARIS10_SPARC64.CFG
/core_devl/trunk/CFG/PLATFORM/SOLARIS10_X64.CFG
/core_devl/trunk/CFG/PLATFORM/SOLARIS10_X86.CFG
/core_devl/trunk/CFG/PLATFORM/VS2003.CFG
/core_devl/trunk/CFG/PLATFORM/WIN32.CFG
/core_devl/trunk/CFG/PLATFORM/WINCE.CFG
/core_devl/trunk/CFG/TOOLSET/CSHARP.DEF
/core_devl/trunk/CFG/TOOLSET/CSHARP.PL
/core_devl/trunk/CFG/TOOLSET/CSHARP.RUL
/core_devl/trunk/CFG/TOOLSET/MugFiles.pl
/core_devl/trunk/CFG/TOOLSET/VCWCE
/core_devl/trunk/CFG/TOOLSET/VCWIN32.PL
/core_devl/trunk/CFG/TOOLSET/VCWIN32.RUL
/core_devl/trunk/ChangeLog.txt
/core_devl/trunk/TOOLS/CCbc2.pl
/core_devl/trunk/TOOLS/CCdiff.pl
/core_devl/trunk/TOOLS/LIB/ArrayHashUtils.pm
/core_devl/trunk/TOOLS/LIB/BuildName.pm
/core_devl/trunk/TOOLS/LIB/BuildVersion.pm
/core_devl/trunk/TOOLS/LIB/ConfigurationFile.pm
/core_devl/trunk/TOOLS/LIB/FileUtils.pm
/core_devl/trunk/TOOLS/LIB/JatsBuildFiles.pm
/core_devl/trunk/TOOLS/LIB/JatsDPackage.pm
/core_devl/trunk/TOOLS/LIB/JatsEnv.pm
/core_devl/trunk/TOOLS/LIB/JatsError.pm
/core_devl/trunk/TOOLS/LIB/JatsLocateFiles.pm
/core_devl/trunk/TOOLS/LIB/JatsMakeConfig.pm
/core_devl/trunk/TOOLS/LIB/JatsMakeInfo.pm
/core_devl/trunk/TOOLS/LIB/JatsProperties.pm
/core_devl/trunk/TOOLS/LIB/JatsRmApi.pm
/core_devl/trunk/TOOLS/LIB/JatsSystem.pm
/core_devl/trunk/TOOLS/LIB/JatsVersionUtils.pm
/core_devl/trunk/TOOLS/LIB/MakeEntry.pm
/core_devl/trunk/TOOLS/LIB/PackageEntry.pm
/core_devl/trunk/TOOLS/LIB/ReadBuildConfig.pm
/core_devl/trunk/TOOLS/LIB/deploylib.pm
/core_devl/trunk/TOOLS/LIB/jats_runtime.pm
/core_devl/trunk/TOOLS/buildlib.pl
/core_devl/trunk/TOOLS/escrow.pl
/core_devl/trunk/TOOLS/gen_cots.pl
/core_devl/trunk/TOOLS/gen_dirlist.pl
/core_devl/trunk/TOOLS/gen_metrics.pl
/core_devl/trunk/TOOLS/gen_packagelist.pl
/core_devl/trunk/TOOLS/gen_winrc.pl
/core_devl/trunk/TOOLS/jats.pl
/core_devl/trunk/TOOLS/jats_buildlinux.pl
/core_devl/trunk/TOOLS/jats_buildperl.pl
/core_devl/trunk/TOOLS/jats_cbuilder.pl
/core_devl/trunk/TOOLS/jats_label.pl
/core_devl/trunk/TOOLS/jats_lib_scan.pl
/core_devl/trunk/TOOLS/jats_metrics.pl
/core_devl/trunk/TOOLS/jats_rewrite.pl
/core_devl/trunk/TOOLS/jats_sandbox.pl
/core_devl/trunk/TOOLS/jats_save_build.pl
/core_devl/trunk/TOOLS/jats_transform_file.pl
/core_devl/trunk/TOOLS/jmake.pl
/core_devl/trunk/TOOLS/makelib.pl
/core_devl/trunk/TOOLS/makelib.pl2
/core_devl/trunk/TOOLS/test_rmconnection.pl
/core_devl/trunk/UTILS/DBI-JDBC/src/DBI.pm
/core_devl/trunk/UTILS/DBI-JDBC/src/test/jats_test.pl
/core_devl/trunk/UTILS/SH/SH.H
/core_devl/trunk/UTILS/SH/Sh1.c
/core_devl/trunk/UTILS/SH/Sh3.c
/core_devl/trunk/build.pl
241 6462 d 4 h dpurdie /core_devl/trunk/ DevTools/core_devl: Checkin by Svn Import
Major changes:
* MOS68K Toolset (Not MOS68KRM)
Force compiler option -nOj
The default compiler option (-Oj) has been seen to cause problems with some
code. Problem reported/analysed by rparker and thunter.

* MOS68K Toolset (Not MOS68KRM)
Correct problem in disabling Global Opimisation that was introduced in
version 2.73.1000

Minor changes:
* JATS makefiles
Correct problem where a Production/Debug only build would create OBJ
directories for both production and debug, and not clean them up.

* JATS builds
Allow ANT builds to be run in verbose mode to facilitate debugging
The command "make all options=args" will run the ANT builds in 'verbose'
mode.

* JATS makefiles
Extended the 'selector' used in all makefile directives - as the first
argument. Added two non-platform related options:
--Project=xxxx True if the package suffix matches
--Defined=yyy True if yyy is declared with a SetValue or
SetList directive.

ie: AddSrcDir ('--Project=sls' , 'sls' );
AddSrcDir ('!--Project=sls', 'default');

* JATS makefiles. MakeProject directive
New packaging options to package up programs to be used as JATS plug-ins
--PackageTool=xxxx
--PackageToolProd=xxx
--PackageToolDebug=xxx

* JATS buildfile processing
Generate a warning for build platforms that are unknown to JATS
These may be the result of a user typo or an incompatible version
of JATS.

* JATS save_build utility
Correctly handle autobuild branches that contain multiple checkouts, one of
which may be reserved.

* JATS gen_cots utility
Correctly labels directories up to the VOB root.
Displays the correct 'Source Path' in the Release Manager Information.
Ignores the 'administration_view' as this is read-only

* JATS sandbox (experimental)
Ensure the AutoBuldTool does not use any sandbox

* JATS release (cbuilder) utility
Handle paths that have a trailing path separators.
 
/core_devl/trunk/CFG/PLATFORM/MOS68K.DEF
/core_devl/trunk/CFG/RULES.STD
/core_devl/trunk/CFG/TOOLSET/AVR_IAR.DEF
/core_devl/trunk/CFG/TOOLSET/CYGNUS_THYRON
/core_devl/trunk/CFG/TOOLSET/CYGNUS_THYRON.DEF
/core_devl/trunk/CFG/TOOLSET/CYGNUS_THYRON.RUL
/core_devl/trunk/CFG/TOOLSET/JAVA.DEF
/core_devl/trunk/CFG/TOOLSET/JAVA.PL
/core_devl/trunk/CFG/TOOLSET/MOS_MRI.RUL
/core_devl/trunk/CFG/TOOLSET/gnu_mpt.def
/core_devl/trunk/ChangeLog.txt
/core_devl/trunk/PostInstall.sh
/core_devl/trunk/TOOLS/CCdiff.pl
/core_devl/trunk/TOOLS/buildlib.pl
/core_devl/trunk/TOOLS/create_dpkg.pl
/core_devl/trunk/TOOLS/escrow.pl
/core_devl/trunk/TOOLS/gen_cots.pl
/core_devl/trunk/TOOLS/installpkg.pl
/core_devl/trunk/TOOLS/jats.pl
/core_devl/trunk/TOOLS/jats_cbuilder.pl
/core_devl/trunk/TOOLS/jats_save_build.pl
/core_devl/trunk/TOOLS/makelib.pl2
/core_devl/trunk/UTILS/CMDFILE/test.sh
/core_devl/trunk/build.pl
227 6572 d 11 h dpurdie /core_devl/trunk/ DevTools/core_devl: Checkin by Svn Import
First Release in Release Manager
Major changes:

Minor changes:
* Jats Tool: create_dpkg
Added options to allow the utility to sanity test the package name and
version of the package being created. This is intended to be used by the
automated build system. New options are:
-pname=Package_Name
-pversion=Package_Version

Added option to allow the source package form to be tested, without
transferring the package. New options are:
-test

* Jats Tool: CCdiff
-output=filename now works. Previously only -out=filename worked.
-vob=name does not generate internal message under unix

* JATS Environment variables GBE_BUILDFILTER and GBE_PLATFORM can be either
a space separated or a comma separated list.

* Solaris Toolset
Disable the use of purify, purecov and quantify when building shared
libraries. Shared libraries are not supported by these tools. Executable
programs are still supported.
 
/core_devl/trunk/BIN.linux_i386
/core_devl/trunk/BIN.linux_i386/ant
/core_devl/trunk/BIN.linux_i386/cmdfile
/core_devl/trunk/BIN.linux_i386/javac
/core_devl/trunk/BIN.linux_i386/links.sh
/core_devl/trunk/BIN.linux_i386/mkdepend
/core_devl/trunk/BIN.solaris10_sparc32
/core_devl/trunk/BIN.solaris10_sparc32/ant
/core_devl/trunk/BIN.solaris10_sparc32/cmdfile
/core_devl/trunk/BIN.solaris10_sparc32/cp
/core_devl/trunk/BIN.solaris10_sparc32/javac
/core_devl/trunk/BIN.solaris10_sparc32/links.sh
/core_devl/trunk/BIN.solaris10_sparc32/mkdepend
/core_devl/trunk/BIN.solaris10_x86
/core_devl/trunk/BIN.solaris10_x86/ant
/core_devl/trunk/BIN.solaris10_x86/cmdfile
/core_devl/trunk/BIN.solaris10_x86/cp
/core_devl/trunk/BIN.solaris10_x86/javac
/core_devl/trunk/BIN.solaris10_x86/links.sh
/core_devl/trunk/BIN.solaris10_x86/mkdepend
/core_devl/trunk/BIN.sparc
/core_devl/trunk/BIN.sparc/ant
/core_devl/trunk/BIN.sparc/cmdfile
/core_devl/trunk/BIN.sparc/cp
/core_devl/trunk/BIN.sparc/javac
/core_devl/trunk/BIN.sparc/links.sh
/core_devl/trunk/BIN.sparc/mkdepend
/core_devl/trunk/BIN.win32
/core_devl/trunk/BIN.win32/ShowDLLs.exe
/core_devl/trunk/BIN.win32/ant.exe
/core_devl/trunk/BIN.win32/awk.exe
/core_devl/trunk/BIN.win32/basename.exe
/core_devl/trunk/BIN.win32/bison.exe
/core_devl/trunk/BIN.win32/cat.exe
/core_devl/trunk/BIN.win32/chmod.exe
/core_devl/trunk/BIN.win32/chown.exe
/core_devl/trunk/BIN.win32/cksum.exe
/core_devl/trunk/BIN.win32/cmdfile.exe
/core_devl/trunk/BIN.win32/cmp.exe
/core_devl/trunk/BIN.win32/cp.exe
/core_devl/trunk/BIN.win32/date.exe
/core_devl/trunk/BIN.win32/diff.exe
/core_devl/trunk/BIN.win32/dirname.exe
/core_devl/trunk/BIN.win32/du.exe
/core_devl/trunk/BIN.win32/echo.exe
/core_devl/trunk/BIN.win32/egrep.exe
/core_devl/trunk/BIN.win32/env.exe
/core_devl/trunk/BIN.win32/exctags.exe
/core_devl/trunk/BIN.win32/exctags.html
/core_devl/trunk/BIN.win32/expr.exe
/core_devl/trunk/BIN.win32/extend.lst
/core_devl/trunk/BIN.win32/find.exe
/core_devl/trunk/BIN.win32/flex.exe
/core_devl/trunk/BIN.win32/grep.exe
/core_devl/trunk/BIN.win32/javac.exe
/core_devl/trunk/BIN.win32/less.exe
/core_devl/trunk/BIN.win32/libiconv2.dll
/core_devl/trunk/BIN.win32/libintl3.dll
/core_devl/trunk/BIN.win32/ln.exe
/core_devl/trunk/BIN.win32/ls.exe
/core_devl/trunk/BIN.win32/md5sum.exe
/core_devl/trunk/BIN.win32/mkdepend.exe
/core_devl/trunk/BIN.win32/mkdir.exe
/core_devl/trunk/BIN.win32/mv.exe
/core_devl/trunk/BIN.win32/od.exe
/core_devl/trunk/BIN.win32/printenv.exe
/core_devl/trunk/BIN.win32/pwd.exe
/core_devl/trunk/BIN.win32/rm.exe
/core_devl/trunk/BIN.win32/rmdir.exe
/core_devl/trunk/BIN.win32/rpcgen.exe
/core_devl/trunk/BIN.win32/sed.exe
/core_devl/trunk/BIN.win32/sh.exe
/core_devl/trunk/BIN.win32/touch.exe
/core_devl/trunk/BIN.win32/uname.exe
/core_devl/trunk/BIN.win32/wc.exe
/core_devl/trunk/BIN.win32/which.exe
/core_devl/trunk/BIN.win32/xargs.exe
/core_devl/trunk/BIN.win32/xmake.exe
/core_devl/trunk/BUILD
/core_devl/trunk/BUILD/MakePackage.pl
/core_devl/trunk/CFG
/core_devl/trunk/CFG/PLATFORM
/core_devl/trunk/CFG/PLATFORM/AMX
/core_devl/trunk/CFG/PLATFORM/AMX.DEF
/core_devl/trunk/CFG/PLATFORM/ARM9TDMI
/core_devl/trunk/CFG/PLATFORM/ARM9TDMI.CFG
/core_devl/trunk/CFG/PLATFORM/AVR_IAR
/core_devl/trunk/CFG/PLATFORM/AVR_IAR.DEF
/core_devl/trunk/CFG/PLATFORM/CMOS386
/core_devl/trunk/CFG/PLATFORM/CMOS68K
/core_devl/trunk/CFG/PLATFORM/CSHARP
/core_devl/trunk/CFG/PLATFORM/CSHARP.CFG
/core_devl/trunk/CFG/PLATFORM/DAFBR_MOS
/core_devl/trunk/CFG/PLATFORM/DAFBR_WIN
/core_devl/trunk/CFG/PLATFORM/DEVLINUX.CFG
/core_devl/trunk/CFG/PLATFORM/DF4OBE
/core_devl/trunk/CFG/PLATFORM/DF4OBE.DEF
/core_devl/trunk/CFG/PLATFORM/DOS16
/core_devl/trunk/CFG/PLATFORM/DOS16.DEF
/core_devl/trunk/CFG/PLATFORM/DOS32
/core_devl/trunk/CFG/PLATFORM/DOS32.DEF
/core_devl/trunk/CFG/PLATFORM/EEPP386
/core_devl/trunk/CFG/PLATFORM/EETP386
/core_devl/trunk/CFG/PLATFORM/EOS
/core_devl/trunk/CFG/PLATFORM/EOSM68K
/core_devl/trunk/CFG/PLATFORM/EOSM68K.DEF
/core_devl/trunk/CFG/PLATFORM/EOSP386
/core_devl/trunk/CFG/PLATFORM/EOSP386.DEF
/core_devl/trunk/CFG/PLATFORM/GENERIC
/core_devl/trunk/CFG/PLATFORM/GMPCA
/core_devl/trunk/CFG/PLATFORM/GO32
/core_devl/trunk/CFG/PLATFORM/GO32.DEF
/core_devl/trunk/CFG/PLATFORM/H8S
/core_devl/trunk/CFG/PLATFORM/H8S.DEF
/core_devl/trunk/CFG/PLATFORM/HK386PC
/core_devl/trunk/CFG/PLATFORM/HKAVM
/core_devl/trunk/CFG/PLATFORM/HKAVM2
/core_devl/trunk/CFG/PLATFORM/HKBCP
/core_devl/trunk/CFG/PLATFORM/HKDDU
/core_devl/trunk/CFG/PLATFORM/HKGAK
/core_devl/trunk/CFG/PLATFORM/HKMPR
/core_devl/trunk/CFG/PLATFORM/HKPCA
/core_devl/trunk/CFG/PLATFORM/INGEN
/core_devl/trunk/CFG/PLATFORM/INGEN.DEF
/core_devl/trunk/CFG/PLATFORM/JAVA
/core_devl/trunk/CFG/PLATFORM/LINUX.CFG
/core_devl/trunk/CFG/PLATFORM/LINUX86
/core_devl/trunk/CFG/PLATFORM/LINUX86.DEF
/core_devl/trunk/CFG/PLATFORM/LINUX_ARMV4
/core_devl/trunk/CFG/PLATFORM/LINUX_ARMV4.DEF
/core_devl/trunk/CFG/PLATFORM/LINUX_EMU
/core_devl/trunk/CFG/PLATFORM/LINUX_EMU.CFG
/core_devl/trunk/CFG/PLATFORM/LINUX_ETX
/core_devl/trunk/CFG/PLATFORM/LINUX_ETX.CFG
/core_devl/trunk/CFG/PLATFORM/LINUX_I386
/core_devl/trunk/CFG/PLATFORM/LINUX_I386.CFG
/core_devl/trunk/CFG/PLATFORM/LINUX_I386.DEF
/core_devl/trunk/CFG/PLATFORM/LMOS.CFG
/core_devl/trunk/CFG/PLATFORM/LMOS_ARM9TDMI.CFG
/core_devl/trunk/CFG/PLATFORM/LMOS_DEVLINUX.CFG
/core_devl/trunk/CFG/PLATFORM/LMOS_LINUX_EMU.CFG
/core_devl/trunk/CFG/PLATFORM/LMOS_LINUX_ETX.CFG
/core_devl/trunk/CFG/PLATFORM/MCR
/core_devl/trunk/CFG/PLATFORM/MCR.DEF
/core_devl/trunk/CFG/PLATFORM/MERG
/core_devl/trunk/CFG/PLATFORM/MOS68K
/core_devl/trunk/CFG/PLATFORM/MOS68K.DEF
/core_devl/trunk/CFG/PLATFORM/MOS68KRM
/core_devl/trunk/CFG/PLATFORM/MOS68KRM.DEF
/core_devl/trunk/CFG/PLATFORM/MOSCF
/core_devl/trunk/CFG/PLATFORM/MOSCF.DEF
/core_devl/trunk/CFG/PLATFORM/MPT
/core_devl/trunk/CFG/PLATFORM/MPT.DEF
/core_devl/trunk/CFG/PLATFORM/NGBCP
/core_devl/trunk/CFG/PLATFORM/NGDDU
/core_devl/trunk/CFG/PLATFORM/SOLARIS
/core_devl/trunk/CFG/PLATFORM/SOLARIS.CFG
/core_devl/trunk/CFG/PLATFORM/SOLARIS.DEF
/core_devl/trunk/CFG/PLATFORM/SOLARIS10_SPARC32
/core_devl/trunk/CFG/PLATFORM/SOLARIS10_SPARC32.CFG
/core_devl/trunk/CFG/PLATFORM/SOLARIS10_SPARC64
/core_devl/trunk/CFG/PLATFORM/SOLARIS10_SPARC64.CFG
/core_devl/trunk/CFG/PLATFORM/SOLARIS10_X64
/core_devl/trunk/CFG/PLATFORM/SOLARIS10_X64.CFG
/core_devl/trunk/CFG/PLATFORM/SOLARIS10_X86
/core_devl/trunk/CFG/PLATFORM/SOLARIS10_X86.CFG
/core_devl/trunk/CFG/PLATFORM/SOLARIS_I386
/core_devl/trunk/CFG/PLATFORM/SOLARIS_I386.DEF
/core_devl/trunk/CFG/PLATFORM/SOLARIS_SPARC
/core_devl/trunk/CFG/PLATFORM/SOLARIS_SPARC.DEF
/core_devl/trunk/CFG/PLATFORM/THRYON.DEF
/core_devl/trunk/CFG/PLATFORM/THYRON
/core_devl/trunk/CFG/PLATFORM/UNIX
/core_devl/trunk/CFG/PLATFORM/VS2003
/core_devl/trunk/CFG/PLATFORM/VS2003.CFG
/core_devl/trunk/CFG/PLATFORM/WCEIT3000
/core_devl/trunk/CFG/PLATFORM/WCEPA961
/core_devl/trunk/CFG/PLATFORM/WCEPA962
/core_devl/trunk/CFG/PLATFORM/WCEPA962_500
/core_devl/trunk/CFG/PLATFORM/WCEPCM7220
/core_devl/trunk/CFG/PLATFORM/WCEPSION_420
/core_devl/trunk/CFG/PLATFORM/WCEPSION_500
/core_devl/trunk/CFG/PLATFORM/WCEPSPC_arm
/core_devl/trunk/CFG/PLATFORM/WCEPSPC_emu
/core_devl/trunk/CFG/PLATFORM/WCEX86A420
/core_devl/trunk/CFG/PLATFORM/WCEX86A500
/core_devl/trunk/CFG/PLATFORM/WCEX86A500_SOM4455
/core_devl/trunk/CFG/PLATFORM/WIN32
/core_devl/trunk/CFG/PLATFORM/WIN32.CFG
/core_devl/trunk/CFG/PLATFORM/WIN32.DEF
/core_devl/trunk/CFG/PLATFORM/WINCE.CFG
/core_devl/trunk/CFG/PLATFORM/Wce
/core_devl/trunk/CFG/RULES
/core_devl/trunk/CFG/RULES.DOS
/core_devl/trunk/CFG/RULES.STD
/core_devl/trunk/CFG/RULES.UNI
/core_devl/trunk/CFG/RULES.WIN
/core_devl/trunk/CFG/SH
/core_devl/trunk/CFG/SH/EXTEND.LST
/core_devl/trunk/CFG/SH/HISTORY.SH
/core_devl/trunk/CFG/SH/PROFILE.SH
/core_devl/trunk/CFG/SH/README
/core_devl/trunk/CFG/SH/SH.VMC
/core_devl/trunk/CFG/TOOLSET
/core_devl/trunk/CFG/TOOLSET/AVR_IAR
/core_devl/trunk/CFG/TOOLSET/AVR_IAR.DEF
/core_devl/trunk/CFG/TOOLSET/AVR_IAR.RUL
/core_devl/trunk/CFG/TOOLSET/CSHARP.DEF
/core_devl/trunk/CFG/TOOLSET/CSHARP.PL
/core_devl/trunk/CFG/TOOLSET/CSHARP.RUL
/core_devl/trunk/CFG/TOOLSET/CYGNUS_THYRON
/core_devl/trunk/CFG/TOOLSET/CYGNUS_THYRON.DEF
/core_devl/trunk/CFG/TOOLSET/CYGNUS_THYRON.RUL
/core_devl/trunk/CFG/TOOLSET/DAFBR
/core_devl/trunk/CFG/TOOLSET/DAFBR.DEF
/core_devl/trunk/CFG/TOOLSET/DAFBR.RUL
/core_devl/trunk/CFG/TOOLSET/DJGPP
/core_devl/trunk/CFG/TOOLSET/DJGPP.DEF
/core_devl/trunk/CFG/TOOLSET/DJGPP.RUL
/core_devl/trunk/CFG/TOOLSET/GCC.DEF
/core_devl/trunk/CFG/TOOLSET/GCC.PL
/core_devl/trunk/CFG/TOOLSET/GCC.RUL
/core_devl/trunk/CFG/TOOLSET/GENERIC
/core_devl/trunk/CFG/TOOLSET/GNUPRO_H8
/core_devl/trunk/CFG/TOOLSET/GNUPRO_H8.DEF
/core_devl/trunk/CFG/TOOLSET/GNUPRO_H8.RUL
/core_devl/trunk/CFG/TOOLSET/JAVA.DEF
/core_devl/trunk/CFG/TOOLSET/JAVA.PL
/core_devl/trunk/CFG/TOOLSET/MOS_MRI.LNT
/core_devl/trunk/CFG/TOOLSET/MOS_MRI.PL
/core_devl/trunk/CFG/TOOLSET/MOS_MRI.RUL
/core_devl/trunk/CFG/TOOLSET/MOS_MRI_68K.DEF
/core_devl/trunk/CFG/TOOLSET/MOS_MRI_CF.DEF
/core_devl/trunk/CFG/TOOLSET/MRI68K
/core_devl/trunk/CFG/TOOLSET/MRI68K.DEF
/core_devl/trunk/CFG/TOOLSET/MRI68K.RUL
/core_devl/trunk/CFG/TOOLSET/MugFiles.pl
/core_devl/trunk/CFG/TOOLSET/PD386
/core_devl/trunk/CFG/TOOLSET/PD386.DEF
/core_devl/trunk/CFG/TOOLSET/PD386.RUL
/core_devl/trunk/CFG/TOOLSET/STANDARD.RUL
/core_devl/trunk/CFG/TOOLSET/SUNWORKS.DEF
/core_devl/trunk/CFG/TOOLSET/SUNWORKS.PL
/core_devl/trunk/CFG/TOOLSET/SUNWORKS.RUL
/core_devl/trunk/CFG/TOOLSET/TOOLSET.TXT
/core_devl/trunk/CFG/TOOLSET/VCWCE
/core_devl/trunk/CFG/TOOLSET/VCWCE.DEF
/core_devl/trunk/CFG/TOOLSET/VCWCE.RUL
/core_devl/trunk/CFG/TOOLSET/VCWIN32.DEF
/core_devl/trunk/CFG/TOOLSET/VCWIN32.PL
/core_devl/trunk/CFG/TOOLSET/VCWIN32.RUL
/core_devl/trunk/CFG/TOOLSET/VCWIN32_NET2003.DEF
/core_devl/trunk/CFG/TOOLSET/WC386
/core_devl/trunk/CFG/TOOLSET/WC386.DEF
/core_devl/trunk/CFG/TOOLSET/WC386.RUL
/core_devl/trunk/CFG/TOOLSET/WC4GW
/core_devl/trunk/CFG/TOOLSET/WC4GW.DEF
/core_devl/trunk/CFG/TOOLSET/WCDOS
/core_devl/trunk/CFG/TOOLSET/WCDOS.DEF
/core_devl/trunk/CFG/TOOLSET/WCDOS.RUL
/core_devl/trunk/CFG/TOOLSET/co-msc60.lnt
/core_devl/trunk/CFG/TOOLSET/cygnus.txt
/core_devl/trunk/CFG/TOOLSET/exctags
/core_devl/trunk/CFG/TOOLSET/exctags.rul
/core_devl/trunk/CFG/TOOLSET/gnu_mpt
/core_devl/trunk/CFG/TOOLSET/gnu_mpt.def
/core_devl/trunk/CFG/TOOLSET/gnu_mpt.rul
/core_devl/trunk/CFG/TOOLSET/keilc51v41
/core_devl/trunk/CFG/TOOLSET/keilc51v41.DEF
/core_devl/trunk/CFG/TOOLSET/keilc51v41.RUL
/core_devl/trunk/CFG/TOOLSET/m16c.def
/core_devl/trunk/CFG/TOOLSET/m16c.pl
/core_devl/trunk/CFG/TOOLSET/m16c.rul
/core_devl/trunk/CFG/TOOLSET/pclint
/core_devl/trunk/CFG/TOOLSET/pclint.rul
/core_devl/trunk/ChangeLog.sh
/core_devl/trunk/ChangeLog.txt
/core_devl/trunk/PostInstall.sh
/core_devl/trunk/Readme.txt
/core_devl/trunk/TEMPLATES
/core_devl/trunk/TEMPLATES/DPACKAGE
/core_devl/trunk/TEMPLATES/ant-package
/core_devl/trunk/TEMPLATES/ant-package/reports.xml
/core_devl/trunk/TEMPLATES/ant-package/reportsdepends.xml
/core_devl/trunk/TEMPLATES/basic
/core_devl/trunk/TEMPLATES/basic/build.pl
/core_devl/trunk/TEMPLATES/basic/makefile.pl
/core_devl/trunk/TEMPLATES/basic/src
/core_devl/trunk/TEMPLATES/basic/src/makefile.pl
/core_devl/trunk/TEMPLATES/daf-basic
/core_devl/trunk/TEMPLATES/daf-basic/build.pl
/core_devl/trunk/TEMPLATES/daf-basic/makefile.pl
/core_devl/trunk/TEMPLATES/daf-basic/src
/core_devl/trunk/TEMPLATES/daf-basic/src/makefile.pl
/core_devl/trunk/TEMPLATES/generic
/core_devl/trunk/TEMPLATES/generic/build.pl
/core_devl/trunk/TEMPLATES/generic/src
/core_devl/trunk/TEMPLATES/generic/src/makefile.pl
/core_devl/trunk/TEMPLATES/mos-thx
/core_devl/trunk/TEMPLATES/mos-thx/build.pl
/core_devl/trunk/TEMPLATES/mos-thx/static-lib
/core_devl/trunk/TEMPLATES/mos-thx/static-lib/makefile.pl
/core_devl/trunk/TEMPLATES/mos-thx/thx-module
/core_devl/trunk/TEMPLATES/mos-thx/thx-module/makefile.pl
/core_devl/trunk/TEMPLATES/readme.txt
/core_devl/trunk/TEMPLATES/warnings.mri
/core_devl/trunk/TEST
/core_devl/trunk/TEST/dir with space
/core_devl/trunk/TEST/dir with space/file with space
/core_devl/trunk/TEST/jats-win-solaris
/core_devl/trunk/TEST/jats-win-solaris/build.pl
/core_devl/trunk/TEST/jats-win-solaris/makefile.pl
/core_devl/trunk/TEST/jats-win-solaris/src
/core_devl/trunk/TEST/jats-win-solaris/src/file1.c
/core_devl/trunk/TEST/jats-win-solaris/src/file1.h
/core_devl/trunk/TEST/jats-win-solaris/src/file2.xxx
/core_devl/trunk/TEST/jats-win-solaris/src/makefile.pl
/core_devl/trunk/TEST/version1
/core_devl/trunk/TEST/version1/SRC
/core_devl/trunk/TEST/version1/SRC/INC
/core_devl/trunk/TEST/version1/SRC/INC/HKDDU
/core_devl/trunk/TEST/version1/SRC/INC/HKDDU/machine.h
/core_devl/trunk/TEST/version1/SRC/INC/HKDDU/target.h
/core_devl/trunk/TEST/version1/SRC/INC/SYS
/core_devl/trunk/TEST/version1/SRC/INC/SYS/config.h
/core_devl/trunk/TEST/version1/SRC/INC/UNIX
/core_devl/trunk/TEST/version1/SRC/INC/UNIX/machine.h
/core_devl/trunk/TEST/version1/SRC/INC/UNIX/target.h
/core_devl/trunk/TEST/version1/SRC/INC/WIN32
/core_devl/trunk/TEST/version1/SRC/INC/WIN32/machine.h
/core_devl/trunk/TEST/version1/SRC/INC/WIN32/target.h
/core_devl/trunk/TEST/version1/SRC/INC/makefile.pl
/core_devl/trunk/TEST/version1/SRC/INC/public.h
/core_devl/trunk/TEST/version1/SRC/INC/sys.h
/core_devl/trunk/TEST/version1/SRC/InstallPkg.sh
/core_devl/trunk/TEST/version1/SRC/KERNEL
/core_devl/trunk/TEST/version1/SRC/KERNEL/makefile.pl
/core_devl/trunk/TEST/version1/SRC/TARGET
/core_devl/trunk/TEST/version1/SRC/TARGET/AS
/core_devl/trunk/TEST/version1/SRC/TARGET/AS/a.c
/core_devl/trunk/TEST/version1/SRC/TARGET/AS/main.c
/core_devl/trunk/TEST/version1/SRC/TARGET/AS/makefile.pl
/core_devl/trunk/TEST/version1/SRC/TARGET/AS/n.c
/core_devl/trunk/TEST/version1/SRC/TARGET/AS/t.c
/core_devl/trunk/TEST/version1/SRC/TARGET/BC
/core_devl/trunk/TEST/version1/SRC/TARGET/BC/a.c
/core_devl/trunk/TEST/version1/SRC/TARGET/BC/makefile.pl
/core_devl/trunk/TEST/version1/SRC/TARGET/BC/n.c
/core_devl/trunk/TEST/version1/SRC/TARGET/BC/t.c
/core_devl/trunk/TEST/version1/SRC/TARGET/XX
/core_devl/trunk/TEST/version1/SRC/TARGET/XX/makefile.pl
/core_devl/trunk/TEST/version1/SRC/TARGET/XX/t.h
/core_devl/trunk/TEST/version1/SRC/TARGET/XX/t00.c
/core_devl/trunk/TEST/version1/SRC/TARGET/XX/t01.c
/core_devl/trunk/TEST/version1/SRC/TARGET/XX/t02.c
/core_devl/trunk/TEST/version1/SRC/TARGET/XX/t03.c
/core_devl/trunk/TEST/version1/SRC/TARGET/XX/t04.c
/core_devl/trunk/TEST/version1/SRC/TARGET/XX/t05.c
/core_devl/trunk/TEST/version1/SRC/TARGET/XX/t06.c
/core_devl/trunk/TEST/version1/SRC/TARGET/XX/t07.c
/core_devl/trunk/TEST/version1/SRC/TARGET/XX/t08.c
/core_devl/trunk/TEST/version1/SRC/TARGET/XX/t09.c
/core_devl/trunk/TEST/version1/SRC/TARGET/XX/t10.c
/core_devl/trunk/TEST/version1/SRC/TARGET/XX/t11.c
/core_devl/trunk/TEST/version1/SRC/TARGET/XX/t12.c
/core_devl/trunk/TEST/version1/SRC/TARGET/XX/t13.c
/core_devl/trunk/TEST/version1/SRC/TARGET/XX/t14.c
/core_devl/trunk/TEST/version1/SRC/TARGET/XX/t15.c
/core_devl/trunk/TEST/version1/SRC/TARGET/XX/t16.c
/core_devl/trunk/TEST/version1/SRC/TARGET/XX/t17.c
/core_devl/trunk/TEST/version1/SRC/TARGET/XX/t18.c
/core_devl/trunk/TEST/version1/SRC/TARGET/XX/t19.c
/core_devl/trunk/TEST/version1/SRC/TARGET/XX/t20.c
/core_devl/trunk/TEST/version1/SRC/TARGET/XX/t21.c
/core_devl/trunk/TEST/version1/SRC/TARGET/XX/t22.c
/core_devl/trunk/TEST/version1/SRC/TARGET/XX/t23.c
/core_devl/trunk/TEST/version1/SRC/TARGET/XX/t24.c
/core_devl/trunk/TEST/version1/SRC/TARGET/XX/t25.c
/core_devl/trunk/TEST/version1/SRC/TARGET/XX/t26.c
/core_devl/trunk/TEST/version1/SRC/TARGET/XX/t27.c
/core_devl/trunk/TEST/version1/SRC/TARGET/XX/t28.c
/core_devl/trunk/TEST/version1/SRC/TARGET/XX/t29.c
/core_devl/trunk/TEST/version1/SRC/TARGET/XX/t30.c
/core_devl/trunk/TEST/version1/SRC/TARGET/XX/t31.c
/core_devl/trunk/TEST/version1/SRC/TARGET/XX/t32.c
/core_devl/trunk/TEST/version1/SRC/TARGET/XX/t33.c
/core_devl/trunk/TEST/version1/SRC/TARGET/XX/t34.c
/core_devl/trunk/TEST/version1/SRC/TARGET/XX/t35.c
/core_devl/trunk/TEST/version1/SRC/TARGET/XX/t36.c
/core_devl/trunk/TEST/version1/SRC/TARGET/XX/t37.c
/core_devl/trunk/TEST/version1/SRC/TARGET/XX/t38.c
/core_devl/trunk/TEST/version1/SRC/TARGET/XX/t39.c
/core_devl/trunk/TEST/version1/SRC/TARGET/XX/t40.c
/core_devl/trunk/TEST/version1/SRC/TARGET/XX/t41.c
/core_devl/trunk/TEST/version1/SRC/TARGET/XX/t42.c
/core_devl/trunk/TEST/version1/SRC/TARGET/XX/t43.c
/core_devl/trunk/TEST/version1/SRC/TARGET/XX/t44.c
/core_devl/trunk/TEST/version1/SRC/TARGET/XX/t45.c
/core_devl/trunk/TEST/version1/SRC/TARGET/XX/t46.c
/core_devl/trunk/TEST/version1/SRC/TARGET/XX/t47.c
/core_devl/trunk/TEST/version1/SRC/TARGET/XX/t48.c
/core_devl/trunk/TEST/version1/SRC/TARGET/XX/t49.c
/core_devl/trunk/TEST/version1/SRC/TARGET/XX/t50.c
/core_devl/trunk/TEST/version1/SRC/TARGET/XX/t51.c
/core_devl/trunk/TEST/version1/SRC/TARGET/XX/t52.c
/core_devl/trunk/TEST/version1/SRC/TARGET/XX/t53.c
/core_devl/trunk/TEST/version1/SRC/TARGET/XX/t54.c
/core_devl/trunk/TEST/version1/SRC/TARGET/XX/t55.c
/core_devl/trunk/TEST/version1/SRC/TARGET/XX/t56.c
/core_devl/trunk/TEST/version1/SRC/TARGET/XX/t57.c
/core_devl/trunk/TEST/version1/SRC/TARGET/XX/t58.c
/core_devl/trunk/TEST/version1/SRC/TARGET/XX/t59.c
/core_devl/trunk/TEST/version1/SRC/TARGET/XX/t60.c
/core_devl/trunk/TEST/version1/SRC/TARGET/XX/t61.c
/core_devl/trunk/TEST/version1/SRC/TARGET/XX/t62.c
/core_devl/trunk/TEST/version1/SRC/TARGET/XX/t63.c
/core_devl/trunk/TEST/version1/SRC/TARGET/XX/t64.c
/core_devl/trunk/TEST/version1/SRC/TARGET/XX/t65.c
/core_devl/trunk/TEST/version1/SRC/TARGET/XX/t66.c
/core_devl/trunk/TEST/version1/SRC/TARGET/XX/t67.c
/core_devl/trunk/TEST/version1/SRC/TARGET/XX/t68.c
/core_devl/trunk/TEST/version1/SRC/TARGET/XX/t69.c
/core_devl/trunk/TEST/version1/SRC/TARGET/makefile.pl
/core_devl/trunk/TEST/version1/SRC/makefile.pl
/core_devl/trunk/TEST/version1/build.bat
/core_devl/trunk/TEST/version1/build.pl
/core_devl/trunk/TEST/version1/build.sh
/core_devl/trunk/TEST/version1/makefile.pl
/core_devl/trunk/TEST/version1/package.pl
/core_devl/trunk/TEST/version1/tree.dir
/core_devl/trunk/TOOLS
/core_devl/trunk/TOOLS/CCdiff.pl
/core_devl/trunk/TOOLS/DEPLOY
/core_devl/trunk/TOOLS/DEPLOY/CCaddSourceR.pl
/core_devl/trunk/TOOLS/DEPLOY/CCcheckinR.pl
/core_devl/trunk/TOOLS/DEPLOY/CCcheckout.pl
/core_devl/trunk/TOOLS/DEPLOY/CCcheckoutR.pl
/core_devl/trunk/TOOLS/DEPLOY/CClabeldiff.pl
/core_devl/trunk/TOOLS/DEPLOY/CCundoCheckoutR.pl
/core_devl/trunk/TOOLS/DEPLOY/CCviewInfo.pl
/core_devl/trunk/TOOLS/DEPLOY/checkin-diff.pl
/core_devl/trunk/TOOLS/DEPLOY/deploylib_cclabel.pl
/core_devl/trunk/TOOLS/DEPLOY/findreplacetag.pl
/core_devl/trunk/TOOLS/DEPLOY/findreplacetag.sh
/core_devl/trunk/TOOLS/DEPLOY/getRmRn.pl
/core_devl/trunk/TOOLS/DEPLOY/getRmRuntimeTree.pl
/core_devl/trunk/TOOLS/DEPLOY/updatenodespec.pl
/core_devl/trunk/TOOLS/LIB
/core_devl/trunk/TOOLS/LIB/ArrayHashUtils.pm
/core_devl/trunk/TOOLS/LIB/BuildName.pm
/core_devl/trunk/TOOLS/LIB/BuildVersion.pm
/core_devl/trunk/TOOLS/LIB/Clearcase
/core_devl/trunk/TOOLS/LIB/Clearcase/.ccignore
/core_devl/trunk/TOOLS/LIB/Clearcase/CheckinCmd.pm
/core_devl/trunk/TOOLS/LIB/Clearcase/Cmd.pm
/core_devl/trunk/TOOLS/LIB/Clearcase/CmdProc.pm
/core_devl/trunk/TOOLS/LIB/Clearcase/FindCmd.pm
/core_devl/trunk/TOOLS/LIB/Clearcase/IgnoreList.pm
/core_devl/trunk/TOOLS/LIB/Clearcase/LsCheckoutCmd.pm
/core_devl/trunk/TOOLS/LIB/Clearcase/LsCmd.pm
/core_devl/trunk/TOOLS/LIB/Clearcase/UndoCheckoutCmd.pm
/core_devl/trunk/TOOLS/LIB/ConfigurationFile.pm
/core_devl/trunk/TOOLS/LIB/DBI.pm
/core_devl/trunk/TOOLS/LIB/DeployUtils
/core_devl/trunk/TOOLS/LIB/DeployUtils/BuildFile.pm
/core_devl/trunk/TOOLS/LIB/DeployUtils/Logger.pm
/core_devl/trunk/TOOLS/LIB/DeployUtils/RmPkgInfo.pm
/core_devl/trunk/TOOLS/LIB/DescPkg.pm
/core_devl/trunk/TOOLS/LIB/FileUtils.pm
/core_devl/trunk/TOOLS/LIB/JatsDPackage.pm
/core_devl/trunk/TOOLS/LIB/JatsEnv.pm
/core_devl/trunk/TOOLS/LIB/JatsError.pm
/core_devl/trunk/TOOLS/LIB/JatsLocateFiles.pm
/core_devl/trunk/TOOLS/LIB/JatsMakeConfig.pm
/core_devl/trunk/TOOLS/LIB/JatsMakeInfo.pm
/core_devl/trunk/TOOLS/LIB/JatsProperties.pm
/core_devl/trunk/TOOLS/LIB/JatsRmApi.pm
/core_devl/trunk/TOOLS/LIB/JatsSystem.pm
/core_devl/trunk/TOOLS/LIB/JatsVersionUtils.pm
/core_devl/trunk/TOOLS/LIB/MakeEntry.pm
/core_devl/trunk/TOOLS/LIB/PackageEntry.pm
/core_devl/trunk/TOOLS/LIB/ReadBuildConfig.pm
/core_devl/trunk/TOOLS/LIB/ReleaseManagerSelect.jar
/core_devl/trunk/TOOLS/LIB/ToolsetPrinter.pm
/core_devl/trunk/TOOLS/LIB/classes12.jar
/core_devl/trunk/TOOLS/LIB/deploylib.pm
/core_devl/trunk/TOOLS/armerge
/core_devl/trunk/TOOLS/buildlib.pl
/core_devl/trunk/TOOLS/cache_dpkg.pl
/core_devl/trunk/TOOLS/common.pl
/core_devl/trunk/TOOLS/create_dpkg.pl
/core_devl/trunk/TOOLS/cvs2cl.pl
/core_devl/trunk/TOOLS/escrow.pl
/core_devl/trunk/TOOLS/gen_cots.pl
/core_devl/trunk/TOOLS/gen_dirlist.pl
/core_devl/trunk/TOOLS/gen_metrics.pl
/core_devl/trunk/TOOLS/gen_msprojects.pl
/core_devl/trunk/TOOLS/gen_packagelist.pl
/core_devl/trunk/TOOLS/gen_winrc.pl
/core_devl/trunk/TOOLS/installpkg.pl
/core_devl/trunk/TOOLS/jats.bat
/core_devl/trunk/TOOLS/jats.pl
/core_devl/trunk/TOOLS/jats.sh
/core_devl/trunk/TOOLS/jats_builder.pl
/core_devl/trunk/TOOLS/jats_buildlinux.pl
/core_devl/trunk/TOOLS/jats_buildperl.pl
/core_devl/trunk/TOOLS/jats_cbuilder.pl
/core_devl/trunk/TOOLS/jats_label.pl
/core_devl/trunk/TOOLS/jats_lib_scan.pl
/core_devl/trunk/TOOLS/jats_manifest.pl
/core_devl/trunk/TOOLS/jats_rewrite.pl
/core_devl/trunk/TOOLS/jats_sandbox.pl
/core_devl/trunk/TOOLS/jats_save_build.pl
/core_devl/trunk/TOOLS/jats_transform_file.pl
/core_devl/trunk/TOOLS/jmake.pl
/core_devl/trunk/TOOLS/makeif.pl
/core_devl/trunk/TOOLS/makelib.pl
/core_devl/trunk/TOOLS/makelib.pl2
/core_devl/trunk/TOOLS/test_rmconnection.pl
/core_devl/trunk/UTILS
/core_devl/trunk/UTILS/CMDFILE
/core_devl/trunk/UTILS/CMDFILE/build.bat
/core_devl/trunk/UTILS/CMDFILE/cdefs.h
/core_devl/trunk/UTILS/CMDFILE/clean.bat
/core_devl/trunk/UTILS/CMDFILE/cmdfile.c
/core_devl/trunk/UTILS/CMDFILE/cmdfile.h
/core_devl/trunk/UTILS/CMDFILE/cmdfile.lst
/core_devl/trunk/UTILS/CMDFILE/cmdfile.tst
/core_devl/trunk/UTILS/CMDFILE/cmdfile2.tst
/core_devl/trunk/UTILS/CMDFILE/dosify.c
/core_devl/trunk/UTILS/CMDFILE/gcc.c
/core_devl/trunk/UTILS/CMDFILE/gccvpath.tst
/core_devl/trunk/UTILS/CMDFILE/getopt.c
/core_devl/trunk/UTILS/CMDFILE/getopt.h
/core_devl/trunk/UTILS/CMDFILE/longopt.c
/core_devl/trunk/UTILS/CMDFILE/longopt.h
/core_devl/trunk/UTILS/CMDFILE/macro.c
/core_devl/trunk/UTILS/CMDFILE/makefile.pl
/core_devl/trunk/UTILS/CMDFILE/makefile.solaris
/core_devl/trunk/UTILS/CMDFILE/makefile.unix
/core_devl/trunk/UTILS/CMDFILE/makefile.vc
/core_devl/trunk/UTILS/CMDFILE/mktemp.c
/core_devl/trunk/UTILS/CMDFILE/realpath.c
/core_devl/trunk/UTILS/CMDFILE/shtpath.c
/core_devl/trunk/UTILS/CMDFILE/test.bat
/core_devl/trunk/UTILS/CMDFILE/test.sh
/core_devl/trunk/UTILS/CMDFILE/tolower.pl
/core_devl/trunk/UTILS/CMDFILE/url.c
/core_devl/trunk/UTILS/CMDFILE/util.c
/core_devl/trunk/UTILS/CMDFILE/vcbuild.bat
/core_devl/trunk/UTILS/CMDFILE/vcclean.bat
/core_devl/trunk/UTILS/CMDFILE/vcvclean.bat
/core_devl/trunk/UTILS/CMDFILE/vpath.c
/core_devl/trunk/UTILS/DBI-JDBC
/core_devl/trunk/UTILS/DBI-JDBC/ReadMe.txt
/core_devl/trunk/UTILS/DBI-JDBC/build.pl
/core_devl/trunk/UTILS/DBI-JDBC/src
/core_devl/trunk/UTILS/DBI-JDBC/src/DBI.pm
/core_devl/trunk/UTILS/DBI-JDBC/src/Manifest.txt
/core_devl/trunk/UTILS/DBI-JDBC/src/build.xml
/core_devl/trunk/UTILS/DBI-JDBC/src/com
/core_devl/trunk/UTILS/DBI-JDBC/src/com/erggroup
/core_devl/trunk/UTILS/DBI-JDBC/src/com/erggroup/jats
/core_devl/trunk/UTILS/DBI-JDBC/src/com/erggroup/jats/ReleaseManagerSelect.java
/core_devl/trunk/UTILS/DBI-JDBC/src/com/erggroup/jats/TimedBufferedReader.java
/core_devl/trunk/UTILS/DBI-JDBC/src/makefile.pl
/core_devl/trunk/UTILS/DBI-JDBC/src/test
/core_devl/trunk/UTILS/DBI-JDBC/src/test/jats_test.pl
/core_devl/trunk/UTILS/GnuWin32
/core_devl/trunk/UTILS/GnuWin32/coreutils-5.3.0.exe
/core_devl/trunk/UTILS/GnuWin32/which-2.16-4.exe
/core_devl/trunk/UTILS/LIBWIN32
/core_devl/trunk/UTILS/LIBWIN32/cdefs.h
/core_devl/trunk/UTILS/LIBWIN32/dirent.c
/core_devl/trunk/UTILS/LIBWIN32/dirent.h
/core_devl/trunk/UTILS/LIBWIN32/makefile.vc
/core_devl/trunk/UTILS/LIBWIN32/testdir.c
/core_devl/trunk/UTILS/LIBWIN32/unistd.h
/core_devl/trunk/UTILS/LIBWIN32/vcbuild.bat
/core_devl/trunk/UTILS/MKDEPEND
/core_devl/trunk/UTILS/MKDEPEND/CPP.ED
/core_devl/trunk/UTILS/MKDEPEND/MAKEFILE.386
/core_devl/trunk/UTILS/MKDEPEND/MKDEPEND.1
/core_devl/trunk/UTILS/MKDEPEND/MKDEPEND.MAN
/core_devl/trunk/UTILS/MKDEPEND/REF
/core_devl/trunk/UTILS/MKDEPEND/REF/STDARGV.C
/core_devl/trunk/UTILS/MKDEPEND/Xfuncproto.h
/core_devl/trunk/UTILS/MKDEPEND/Xosdefs.h
/core_devl/trunk/UTILS/MKDEPEND/argv.c
/core_devl/trunk/UTILS/MKDEPEND/cppsetup.c
/core_devl/trunk/UTILS/MKDEPEND/def.h
/core_devl/trunk/UTILS/MKDEPEND/ifparser.c
/core_devl/trunk/UTILS/MKDEPEND/ifparser.h
/core_devl/trunk/UTILS/MKDEPEND/imakedep.h
/core_devl/trunk/UTILS/MKDEPEND/include.c
/core_devl/trunk/UTILS/MKDEPEND/main.c
/core_devl/trunk/UTILS/MKDEPEND/makefile.pl
/core_devl/trunk/UTILS/MKDEPEND/makefile.solaris
/core_devl/trunk/UTILS/MKDEPEND/makefile.unix
/core_devl/trunk/UTILS/MKDEPEND/makefile.vc
/core_devl/trunk/UTILS/MKDEPEND/parse.c
/core_devl/trunk/UTILS/MKDEPEND/pr.c
/core_devl/trunk/UTILS/MKDEPEND/test.c
/core_devl/trunk/UTILS/MKDEPEND/vcbuild.bat
/core_devl/trunk/UTILS/Rpcgen
/core_devl/trunk/UTILS/Rpcgen/CHANGE.LOG
/core_devl/trunk/UTILS/Rpcgen/CHANGES.DOC
/core_devl/trunk/UTILS/Rpcgen/DOS16.mk
/core_devl/trunk/UTILS/Rpcgen/MAKEFILE
/core_devl/trunk/UTILS/Rpcgen/MAKEFILE.95
/core_devl/trunk/UTILS/Rpcgen/MAKEFILE.PL
/core_devl/trunk/UTILS/Rpcgen/MAKEFILE.SUN
/core_devl/trunk/UTILS/Rpcgen/MAKEFILE.WC
/core_devl/trunk/UTILS/Rpcgen/RINDEX.C
/core_devl/trunk/UTILS/Rpcgen/RPCGEN_N.1
/core_devl/trunk/UTILS/Rpcgen/RPC_CLNT.C
/core_devl/trunk/UTILS/Rpcgen/RPC_COUT.C
/core_devl/trunk/UTILS/Rpcgen/RPC_HOUT.C
/core_devl/trunk/UTILS/Rpcgen/RPC_MAIN.C
/core_devl/trunk/UTILS/Rpcgen/RPC_PARS.C
/core_devl/trunk/UTILS/Rpcgen/RPC_PARSE.H
/core_devl/trunk/UTILS/Rpcgen/RPC_SAMP.C
/core_devl/trunk/UTILS/Rpcgen/RPC_SCAN.C
/core_devl/trunk/UTILS/Rpcgen/RPC_SCAN.H
/core_devl/trunk/UTILS/Rpcgen/RPC_SVCO.C
/core_devl/trunk/UTILS/Rpcgen/RPC_TBLO.C
/core_devl/trunk/UTILS/Rpcgen/RPC_UTIL.C
/core_devl/trunk/UTILS/Rpcgen/RPC_UTIL.H
/core_devl/trunk/UTILS/Rpcgen/VC.BAT
/core_devl/trunk/UTILS/Rpcgen/rpc
/core_devl/trunk/UTILS/Rpcgen/rpc/types.h
/core_devl/trunk/UTILS/SH
/core_devl/trunk/UTILS/SH/ARGV.C
/core_devl/trunk/UTILS/SH/DIRECTOR.C
/core_devl/trunk/UTILS/SH/GLOB.C
/core_devl/trunk/UTILS/SH/INCLUDE
/core_devl/trunk/UTILS/SH/INCLUDE/GLOB.H
/core_devl/trunk/UTILS/SH/INCLUDE/LANGINFO.H
/core_devl/trunk/UTILS/SH/INCLUDE/NL_TYPES.H
/core_devl/trunk/UTILS/SH/INCLUDE/SYS
/core_devl/trunk/UTILS/SH/INCLUDE/SYS/NULL.H
/core_devl/trunk/UTILS/SH/INCLUDE/SYS/PROTO.H
/core_devl/trunk/UTILS/SH/INCLUDE/SYS/README
/core_devl/trunk/UTILS/SH/INCLUDE/SYS/TYPES_OLD.H
/core_devl/trunk/UTILS/SH/MAKEFILE.PL
/core_devl/trunk/UTILS/SH/PTYPE.C
/core_devl/trunk/UTILS/SH/SH.H
/core_devl/trunk/UTILS/SH/SH10.C
/core_devl/trunk/UTILS/SH/SH11.C
/core_devl/trunk/UTILS/SH/SH2.C
/core_devl/trunk/UTILS/SH/SH4.C
/core_devl/trunk/UTILS/SH/SH5.C
/core_devl/trunk/UTILS/SH/SH6.C
/core_devl/trunk/UTILS/SH/STDARGV.C
/core_devl/trunk/UTILS/SH/SYSTEM.C
/core_devl/trunk/UTILS/SH/Sh1.c
/core_devl/trunk/UTILS/SH/Sh12.c
/core_devl/trunk/UTILS/SH/Sh13.c
/core_devl/trunk/UTILS/SH/Sh3.c
/core_devl/trunk/UTILS/SH/Sh7.c
/core_devl/trunk/UTILS/SH/Sh8.c
/core_devl/trunk/UTILS/SH/Sh9.c
/core_devl/trunk/UTILS/SH/WC386.MK
/core_devl/trunk/UTILS/SH/WCX86.MK
/core_devl/trunk/UTILS/SH/makefile.vc
/core_devl/trunk/UTILS/SH/test
/core_devl/trunk/UTILS/SH/test/test1.sh
/core_devl/trunk/UTILS/SH/test/test2.sh
/core_devl/trunk/UTILS/SH/test/test3.sh
/core_devl/trunk/UTILS/SH/test/test4.sh
/core_devl/trunk/UTILS/SH/vcbuild.bat
/core_devl/trunk/UTILS/ShowDlls
/core_devl/trunk/UTILS/ShowDlls/build.pl
/core_devl/trunk/UTILS/ShowDlls/src
/core_devl/trunk/UTILS/ShowDlls/src/ShowDLLs.cpp
/core_devl/trunk/UTILS/ShowDlls/src/makefile.pl
/core_devl/trunk/UTILS/bad-progs
/core_devl/trunk/UTILS/bad-progs/build.pl
/core_devl/trunk/UTILS/bad-progs/src
/core_devl/trunk/UTILS/bad-progs/src/ant.c
/core_devl/trunk/UTILS/bad-progs/src/javac.c
/core_devl/trunk/UTILS/bad-progs/src/makefile.pl
/core_devl/trunk/UTILS/javatar
/core_devl/trunk/UTILS/javatar/javatar-2.5.zip