Commit Graph

6 Commits

Author SHA1 Message Date
fc29987385 Remove comment art from offapi and udkapi
I used this "one-liner" to detect comment lines containing
only spaces and '=' or '-'

$ find . -name "*.*" -exec sed -i '/^\s*\/\/\s*[-=]*\s*$/d' {} \;

Change-Id: Iac589765c8c2e7c3ad9c487d57e48b4fd4439f07
2012-08-12 19:29:16 +02:00
63607e9e07 re-base on ALv2 code. 2012-06-12 14:56:28 +01:00
91894d52b6 add mode-lines to .idl files 2012-01-05 09:18:17 +00:00
45e7a5b78c Strip include guards in idl files 2011-04-02 00:08:53 +02:00
7c80db2eb3 changefileheader2: #i109125#: change source file copyright notice from Sun Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision) 2010-02-12 15:01:35 +01:00
d16328ae3f INTEGRATION: CWS dba30c (1.1.4); FILE ADDED
2008/05/13 07:23:46 fs 1.1.4.2: joining changes from CWS odbmacros3 to CWS dba30c
2008/04/30 09:27:57 fs 1.1.2.1: exception indicating a library/content is accessed which is not yet loaded
2008/04/30 09:27:57 fs 1.1.4.1: file LibraryNotLoadedException.idl was added on branch cws_dev300_dba30c on 2008-05-13 07:23:46 +0000
2008-06-06 12:40:06 +00:00