Author: spouliot
Date: 2008-02-17 16:37:19 -0500 (Sun, 17 Feb 2008)
New Revision: 96004

Modified:
   trunk/mono-tools/gendarme/framework/
   trunk/mono-tools/gendarme/framework/ChangeLog
   trunk/mono-tools/gendarme/framework/Makefile.am
   trunk/mono-tools/gendarme/framework/Test/
   trunk/mono-tools/gendarme/framework/framework.mdp
Log:
2008-02-17  Sebastien Pouliot  <[EMAIL PROTECTED]>

        * framework.mdp: Update MonoDevelop project file.
        * Makefile.am: Update build file.




Property changes on: trunk/mono-tools/gendarme/framework
___________________________________________________________________
Name: svn:ignore
   - Makefile.in
*.dll
*.dll.mdb
*.xml
Makefile
gendarme-framework.pc

   + Makefile.in
*.dll
*.dll.mdb
*.xml
Makefile
gendarme-framework.pc
*.pidb


Modified: trunk/mono-tools/gendarme/framework/ChangeLog
===================================================================
--- trunk/mono-tools/gendarme/framework/ChangeLog       2008-02-17 21:35:47 UTC 
(rev 96003)
+++ trunk/mono-tools/gendarme/framework/ChangeLog       2008-02-17 21:37:19 UTC 
(rev 96004)
@@ -1,3 +1,8 @@
+2008-02-17  Sebastien Pouliot  <[EMAIL PROTECTED]>
+
+       * framework.mdp: Update MonoDevelop project file.
+       * Makefile.am: Update build file.
+
 2008-02-16  Nestor Salceda  <[EMAIL PROTECTED]>
 
        * Makefile.am: Generate the xml file for the documentation when the code

Modified: trunk/mono-tools/gendarme/framework/Makefile.am
===================================================================
--- trunk/mono-tools/gendarme/framework/Makefile.am     2008-02-17 21:35:47 UTC 
(rev 96003)
+++ trunk/mono-tools/gendarme/framework/Makefile.am     2008-02-17 21:37:19 UTC 
(rev 96004)
@@ -12,11 +12,14 @@
 framework_sources_in = ../AssemblyInfo.cs.in
 framework_generated_sources = $(framework_sources_in:.in=)
 framework_sources = \
+       ../AssemblyStaticInfo.cs \
        Gendarme.Framework/AssemblyResolver.cs \
+       Gendarme.Framework/BasicIgnoreList.cs \
        Gendarme.Framework/Confidence.cs \
        Gendarme.Framework/Defect.cs \
        Gendarme.Framework/DocumentationUriAttribute.cs \
        Gendarme.Framework/IAssemblyRule.cs \
+       Gendarme.Framework/IIgnoreList.cs \
        Gendarme.Framework/IMethodRule.cs \
        Gendarme.Framework/IRule.cs \
        Gendarme.Framework/IRunner.cs \


Property changes on: trunk/mono-tools/gendarme/framework/Test
___________________________________________________________________
Name: svn:ignore
   + *.pidb 


Modified: trunk/mono-tools/gendarme/framework/framework.mdp
===================================================================
--- trunk/mono-tools/gendarme/framework/framework.mdp   2008-02-17 21:35:47 UTC 
(rev 96003)
+++ trunk/mono-tools/gendarme/framework/framework.mdp   2008-02-17 21:37:19 UTC 
(rev 96004)
@@ -46,6 +46,8 @@
     <File name="Gendarme.Framework/SolutionAttribute.cs" subtype="Code" 
buildaction="Compile" />
     <File name="Gendarme.Framework/TestRunner.cs" subtype="Code" 
buildaction="Compile" />
     <File name="Gendarme.Framework.Rocks/CecilRocks.cs" subtype="Code" 
buildaction="Compile" />
+    <File name="Gendarme.Framework/BasicIgnoreList.cs" subtype="Code" 
buildaction="Compile" />
+    <File name="Gendarme.Framework/IIgnoreList.cs" subtype="Code" 
buildaction="Compile" />
   </Contents>
   <References>
     <ProjectReference type="Assembly" localcopy="True" 
refto="../../lib/Mono.Cecil.dll" />

_______________________________________________
Mono-patches maillist  -  Mono-patches@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-patches

Reply via email to