소스 검색

* ChangeLog: moved entries to ChangeLog in namespace directories
* Makefile: added extra assembly references
* System.Messaging.dll.sources: added new classes in
System.Messaging.Design namespace

svn path=/trunk/mcs/; revision=28734

Gert Driesen 21 년 전
부모
커밋
165f76fa4d
3개의 변경된 파일17개의 추가작업 그리고 9개의 파일을 삭제
  1. 6 8
      mcs/class/System.Messaging/ChangeLog
  2. 5 1
      mcs/class/System.Messaging/Makefile
  3. 6 0
      mcs/class/System.Messaging/System.Messaging.dll.sources

+ 6 - 8
mcs/class/System.Messaging/ChangeLog

@@ -1,10 +1,8 @@
-2004-05-29  Gert Driesen ([email protected])
+2004-06-02  Gert Driesen <[email protected]>
 
-	* System.Messaging/Acknowledgment.cs: added/corrected values,
-	removed TODO
-	* System.Messaging/MessageQueueErrorCode.cs: fixed typo
-	* System.Messaging/MessageQueueAccessRights.cs: removed extra
-	enum field
+	* Makefile: added extra assembly references
+	* System.Messaging.dll.sources: added new classes in
+	System.Messaging.Design namespace
 
-2003-02-23  Rafael Teixeira <[email protected]>
-	* added just files enough to compile a dummy DLL for now
+2003-02-23  Rafael Teixeira <[email protected]>
+	* added just files enough to compile a dummy DLL for now

+ 5 - 1
mcs/class/System.Messaging/Makefile

@@ -3,7 +3,11 @@ SUBDIRS =
 include ../../build/rules.make
 
 LIBRARY = System.Messaging.dll
-LIB_MCS_FLAGS = /resource:System.Messaging/MessageQueue.resx /r:System.dll /r:System.Configuration.Install.dll
+LIB_MCS_FLAGS = /resource:System.Messaging/MessageQueue.resx \
+	        /r:System.dll \
+		/r:System.Configuration.Install.dll \
+		/r:System.Drawing.dll \
+		/r:System.Windows.Forms.dll
 NO_TEST = yes
 
 EXTRA_DISTFILES = System.Messaging/MessageQueue.resx

+ 6 - 0
mcs/class/System.Messaging/System.Messaging.dll.sources

@@ -1,4 +1,5 @@
 Assembly/AssemblyInfo.cs
+Assembly/Consts.cs
 Assembly/Locale.cs
 System.Messaging/AccessControlEntry.cs
 System.Messaging/AccessControlEntryType.cs
@@ -45,3 +46,8 @@ System.Messaging/StandardAccessRights.cs
 System.Messaging/Trustee.cs
 System.Messaging/TrusteeType.cs
 System.Messaging/XmlMessageFormatter.cs
+System.Messaging.Design/MessageFormatterConverter.cs
+System.Messaging.Design/MessageQueueConverter.cs
+System.Messaging.Design/TimeoutConverter.cs
+System.Messaging.Design/QueuePathDialog.cs
+System.Messaging.Design/QueuePathEditor.cs