From aa1d192960aad4f87a0ddb03b8a7c395de7e0a4a Mon Sep 17 00:00:00 2001 From: Ferdi Franceschini Date: Sun, 1 Apr 2007 10:20:32 +1000 Subject: [PATCH] Revert to allowing no value for nx schema release attribute. So if there is no release there will be no release tag entries in the file. r1763 | ffr | 2007-04-01 10:20:32 +1000 (Sun, 01 Apr 2007) | 3 lines --- site_ansto/instrument/config/nexus/nexus_in_common_1.dic | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/site_ansto/instrument/config/nexus/nexus_in_common_1.dic b/site_ansto/instrument/config/nexus/nexus_in_common_1.dic index 72017675..22a5f293 100644 --- a/site_ansto/instrument/config/nexus/nexus_in_common_1.dic +++ b/site_ansto/instrument/config/nexus/nexus_in_common_1.dic @@ -17,10 +17,8 @@ padim1=128 etitle=/$(entryName),NXentry/SDS title -type NX_CHAR sics_release=/version,NXentry/SDS sics_release_tag -type NX_CHAR sics_revision=/version,NXentry/SDS sics_revision_num -type NX_CHAR - -#TODO Fix NXDict or is it napi? to allow an empty attribute value here. -nx_content_release=/version,NXentry/SDS nx_content_release_tag -type NX_CHAR -attr {schema_release, $Name: not supported by cvs2svn $} -nx_content_revision=/version,NXentry/SDS nx_content_revision_num -type NX_CHAR -attr {schema_revision,$Revision: 1.7 $} +nx_content_release=/version,NXentry/SDS nx_content_release_tag -type NX_CHAR -attr {schema_release,$Name: not supported by cvs2svn $} +nx_content_revision=/version,NXentry/SDS nx_content_revision_num -type NX_CHAR -attr {schema_revision,$Revision: 1.8 $} estart=/$(entryName),NXentry/SDS start_time -type NX_CHAR eend=/$(entryName),NXentry/SDS end_time -type NX_CHAR