Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Hutchinson <mhutchinson@novell.com>2007-11-10 04:51:32 +0300
committerMichael Hutchinson <mhutchinson@novell.com>2007-11-10 04:51:32 +0300
commit119ce095e79959d6b525f1a16341d927f7f3c916 (patch)
tree77f51d33fc3aa5fa93bda1bfb6073bdecb84cab5
parent01da69c2940d8a9732e2dd0d36727506740840e3 (diff)
2007-11-09 Michael Hutchinson <mhutchinson@novell.com>
* contrib/contrib.mds: * contrib/Makefile.am: * contrib/log4net/*: Removed log4net from build. * MonoDevelop.mds: * po/po.mdp: * contrib/Mono.Cecil/Mono.Cecil.Mdb.mdp: Updated. svn path=/trunk/monodevelop/; revision=89392
-rw-r--r--ChangeLog10
-rw-r--r--MonoDevelop.mds12
-rw-r--r--contrib/Makefile.am2
-rw-r--r--contrib/Mono.Cecil/Mono.Cecil.Mdb.mdp2
-rw-r--r--contrib/contrib.mds5
-rw-r--r--contrib/log4net/Makefile.am24
-rw-r--r--contrib/log4net/log4net.license.txt202
-rw-r--r--contrib/log4net/log4net.mdp241
-rw-r--r--po/po.mdp46
9 files changed, 42 insertions, 502 deletions
diff --git a/ChangeLog b/ChangeLog
index 20efbd692b..bf1ca19117 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2007-11-09 Michael Hutchinson <mhutchinson@novell.com>
+
+ * contrib/contrib.mds:
+ * contrib/Makefile.am:
+ * contrib/log4net/*: Removed log4net from build.
+
+ * MonoDevelop.mds:
+ * po/po.mdp:
+ * contrib/Mono.Cecil/Mono.Cecil.Mdb.mdp: Updated.
+
2007-11-07 Michael Hutchinson <mhutchinson@novell.com>
* configure.in: Correct the GtkSourceView2# version requirement.
diff --git a/MonoDevelop.mds b/MonoDevelop.mds
index 42fc2670c7..b3e0147bd1 100644
--- a/MonoDevelop.mds
+++ b/MonoDevelop.mds
@@ -1,4 +1,4 @@
-<Combine name="MonoDevelop" fileversion="2.0" outputpath="./build/bin/" MakePkgConfig="False" MakeLibPC="True">
+<Combine name="MonoDevelop" fileversion="2.0" outputpath="build/bin/" MakePkgConfig="False" MakeLibPC="True">
<Configurations active="Debug">
<Configuration name="Debug" ctype="CombineConfiguration">
<Entry build="True" name="Core" configuration="Debug" />
@@ -22,9 +22,9 @@
</StartMode>
<DeployTargets />
<Entries>
- <Entry filename="./Core/src/Core.mds" />
- <Entry filename="./Extras/Extras.mds" />
- <Entry filename="./po/po.mdp" />
- <Entry filename="./contrib/contrib.mds" />
+ <Entry filename="Core/src/Core.mds" />
+ <Entry filename="Extras/Extras.mds" />
+ <Entry filename="po/po.mdp" />
+ <Entry filename="contrib/contrib.mds" />
</Entries>
-</Combine>
+</Combine> \ No newline at end of file
diff --git a/contrib/Makefile.am b/contrib/Makefile.am
index ef60cbd957..d1eb316a46 100644
--- a/contrib/Makefile.am
+++ b/contrib/Makefile.am
@@ -1,3 +1,3 @@
-SUBDIRS = Mono.Addins Mono.Cecil log4net Firebird
+SUBDIRS = Mono.Addins Mono.Cecil Firebird
EXTRA_DIST = $(srcdir)/extract_makefile_variable.sh
diff --git a/contrib/Mono.Cecil/Mono.Cecil.Mdb.mdp b/contrib/Mono.Cecil/Mono.Cecil.Mdb.mdp
index 44fce84364..eef76a5683 100644
--- a/contrib/Mono.Cecil/Mono.Cecil.Mdb.mdp
+++ b/contrib/Mono.Cecil/Mono.Cecil.Mdb.mdp
@@ -387,4 +387,4 @@
<AsmRefVar />
<ProjectRefVar />
</MonoDevelop.Autotools.MakefileInfo>
-</Project>
+</Project> \ No newline at end of file
diff --git a/contrib/contrib.mds b/contrib/contrib.mds
index fb68f2ae69..783c8f7812 100644
--- a/contrib/contrib.mds
+++ b/contrib/contrib.mds
@@ -7,7 +7,6 @@
<Entry build="True" name="Firebird" configuration="Default" />
<Entry build="True" name="Mono.Addins" configuration="Debug" />
<Entry build="True" name="Mono.Cecil" configuration="Debug" />
- <Entry build="True" name="log4net" configuration="Debug" />
<Entry build="True" name="Mono.Addins.Gui" configuration="Debug" />
<Entry build="True" name="Mono.Addins.Setup" configuration="Debug" />
<Entry build="True" name="Mono.Cecil.Mdp" configuration="Debug" />
@@ -16,7 +15,6 @@
<Entry build="True" name="Firebird" configuration="Default" />
<Entry build="True" name="Mono.Addins" configuration="Release" />
<Entry build="True" name="Mono.Cecil" configuration="Release" />
- <Entry build="True" name="log4net" configuration="Release" />
<Entry build="True" name="Mono.Addins.Gui" configuration="Release" />
<Entry build="True" name="Mono.Addins.Setup" configuration="Release" />
<Entry build="True" name="Mono.Cecil.Mdb" configuration="Release" />
@@ -37,9 +35,8 @@
<Entry filename="Firebird/Firebird.mdp" />
<Entry filename="Mono.Addins/Mono.Addins.mdp" />
<Entry filename="Mono.Cecil/Mono.Cecil.mdp" />
- <Entry filename="log4net/log4net.mdp" />
<Entry filename="Mono.Addins/Mono.Addins.Gui.mdp" />
<Entry filename="Mono.Addins/Mono.Addins.Setup.mdp" />
<Entry filename="Mono.Cecil/Mono.Cecil.Mdb.mdp" />
</Entries>
-</Combine>
+</Combine> \ No newline at end of file
diff --git a/contrib/log4net/Makefile.am b/contrib/log4net/Makefile.am
deleted file mode 100644
index b201827ce3..0000000000
--- a/contrib/log4net/Makefile.am
+++ /dev/null
@@ -1,24 +0,0 @@
-BINDIR=$(top_builddir)/build/bin
-
-all: $(LOG4NET)
-
-LOG4NET_DLL=log4net.dll
-LOG4NET = $(BINDIR)/$(LOG4NET_DLL)
-LOG4NET_DIR=$(srcdir)/src
-LOG4NET_CSFILES=$(shell find $(LOG4NET_DIR)/ -name *.cs)
-LOG4NET_DIST= $(LOG4NET_CSFILES)
-LOG4NET_REFS = \
- /r:System \
- /r:System.Data \
- /r:System.Web
-
-$(LOG4NET): $(LOG4NET_CSFILES)
- mkdir -p $(BINDIR)
- mcs /target:library /out:$(LOG4NET) $(LOG4NET_REFS) $(LOG4NET_CSFILES)
-
-assemblydir = $(MD_ASSEMBLY_DIR)
-assembly_DATA = $(LOG4NET)
-
-CLEANFILES = $(assembly_DATA)
-EXTRA_DIST = $(LOG4NET_DIST) log4net.license.txt
-
diff --git a/contrib/log4net/log4net.license.txt b/contrib/log4net/log4net.license.txt
deleted file mode 100644
index 57bc88a15a..0000000000
--- a/contrib/log4net/log4net.license.txt
+++ /dev/null
@@ -1,202 +0,0 @@
- Apache License
- Version 2.0, January 2004
- http://www.apache.org/licenses/
-
- TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
-
- 1. Definitions.
-
- "License" shall mean the terms and conditions for use, reproduction,
- and distribution as defined by Sections 1 through 9 of this document.
-
- "Licensor" shall mean the copyright owner or entity authorized by
- the copyright owner that is granting the License.
-
- "Legal Entity" shall mean the union of the acting entity and all
- other entities that control, are controlled by, or are under common
- control with that entity. For the purposes of this definition,
- "control" means (i) the power, direct or indirect, to cause the
- direction or management of such entity, whether by contract or
- otherwise, or (ii) ownership of fifty percent (50%) or more of the
- outstanding shares, or (iii) beneficial ownership of such entity.
-
- "You" (or "Your") shall mean an individual or Legal Entity
- exercising permissions granted by this License.
-
- "Source" form shall mean the preferred form for making modifications,
- including but not limited to software source code, documentation
- source, and configuration files.
-
- "Object" form shall mean any form resulting from mechanical
- transformation or translation of a Source form, including but
- not limited to compiled object code, generated documentation,
- and conversions to other media types.
-
- "Work" shall mean the work of authorship, whether in Source or
- Object form, made available under the License, as indicated by a
- copyright notice that is included in or attached to the work
- (an example is provided in the Appendix below).
-
- "Derivative Works" shall mean any work, whether in Source or Object
- form, that is based on (or derived from) the Work and for which the
- editorial revisions, annotations, elaborations, or other modifications
- represent, as a whole, an original work of authorship. For the purposes
- of this License, Derivative Works shall not include works that remain
- separable from, or merely link (or bind by name) to the interfaces of,
- the Work and Derivative Works thereof.
-
- "Contribution" shall mean any work of authorship, including
- the original version of the Work and any modifications or additions
- to that Work or Derivative Works thereof, that is intentionally
- submitted to Licensor for inclusion in the Work by the copyright owner
- or by an individual or Legal Entity authorized to submit on behalf of
- the copyright owner. For the purposes of this definition, "submitted"
- means any form of electronic, verbal, or written communication sent
- to the Licensor or its representatives, including but not limited to
- communication on electronic mailing lists, source code control systems,
- and issue tracking systems that are managed by, or on behalf of, the
- Licensor for the purpose of discussing and improving the Work, but
- excluding communication that is conspicuously marked or otherwise
- designated in writing by the copyright owner as "Not a Contribution."
-
- "Contributor" shall mean Licensor and any individual or Legal Entity
- on behalf of whom a Contribution has been received by Licensor and
- subsequently incorporated within the Work.
-
- 2. Grant of Copyright License. Subject to the terms and conditions of
- this License, each Contributor hereby grants to You a perpetual,
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
- copyright license to reproduce, prepare Derivative Works of,
- publicly display, publicly perform, sublicense, and distribute the
- Work and such Derivative Works in Source or Object form.
-
- 3. Grant of Patent License. Subject to the terms and conditions of
- this License, each Contributor hereby grants to You a perpetual,
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
- (except as stated in this section) patent license to make, have made,
- use, offer to sell, sell, import, and otherwise transfer the Work,
- where such license applies only to those patent claims licensable
- by such Contributor that are necessarily infringed by their
- Contribution(s) alone or by combination of their Contribution(s)
- with the Work to which such Contribution(s) was submitted. If You
- institute patent litigation against any entity (including a
- cross-claim or counterclaim in a lawsuit) alleging that the Work
- or a Contribution incorporated within the Work constitutes direct
- or contributory patent infringement, then any patent licenses
- granted to You under this License for that Work shall terminate
- as of the date such litigation is filed.
-
- 4. Redistribution. You may reproduce and distribute copies of the
- Work or Derivative Works thereof in any medium, with or without
- modifications, and in Source or Object form, provided that You
- meet the following conditions:
-
- (a) You must give any other recipients of the Work or
- Derivative Works a copy of this License; and
-
- (b) You must cause any modified files to carry prominent notices
- stating that You changed the files; and
-
- (c) You must retain, in the Source form of any Derivative Works
- that You distribute, all copyright, patent, trademark, and
- attribution notices from the Source form of the Work,
- excluding those notices that do not pertain to any part of
- the Derivative Works; and
-
- (d) If the Work includes a "NOTICE" text file as part of its
- distribution, then any Derivative Works that You distribute must
- include a readable copy of the attribution notices contained
- within such NOTICE file, excluding those notices that do not
- pertain to any part of the Derivative Works, in at least one
- of the following places: within a NOTICE text file distributed
- as part of the Derivative Works; within the Source form or
- documentation, if provided along with the Derivative Works; or,
- within a display generated by the Derivative Works, if and
- wherever such third-party notices normally appear. The contents
- of the NOTICE file are for informational purposes only and
- do not modify the License. You may add Your own attribution
- notices within Derivative Works that You distribute, alongside
- or as an addendum to the NOTICE text from the Work, provided
- that such additional attribution notices cannot be construed
- as modifying the License.
-
- You may add Your own copyright statement to Your modifications and
- may provide additional or different license terms and conditions
- for use, reproduction, or distribution of Your modifications, or
- for any such Derivative Works as a whole, provided Your use,
- reproduction, and distribution of the Work otherwise complies with
- the conditions stated in this License.
-
- 5. Submission of Contributions. Unless You explicitly state otherwise,
- any Contribution intentionally submitted for inclusion in the Work
- by You to the Licensor shall be under the terms and conditions of
- this License, without any additional terms or conditions.
- Notwithstanding the above, nothing herein shall supersede or modify
- the terms of any separate license agreement you may have executed
- with Licensor regarding such Contributions.
-
- 6. Trademarks. This License does not grant permission to use the trade
- names, trademarks, service marks, or product names of the Licensor,
- except as required for reasonable and customary use in describing the
- origin of the Work and reproducing the content of the NOTICE file.
-
- 7. Disclaimer of Warranty. Unless required by applicable law or
- agreed to in writing, Licensor provides the Work (and each
- Contributor provides its Contributions) on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
- implied, including, without limitation, any warranties or conditions
- of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
- PARTICULAR PURPOSE. You are solely responsible for determining the
- appropriateness of using or redistributing the Work and assume any
- risks associated with Your exercise of permissions under this License.
-
- 8. Limitation of Liability. In no event and under no legal theory,
- whether in tort (including negligence), contract, or otherwise,
- unless required by applicable law (such as deliberate and grossly
- negligent acts) or agreed to in writing, shall any Contributor be
- liable to You for damages, including any direct, indirect, special,
- incidental, or consequential damages of any character arising as a
- result of this License or out of the use or inability to use the
- Work (including but not limited to damages for loss of goodwill,
- work stoppage, computer failure or malfunction, or any and all
- other commercial damages or losses), even if such Contributor
- has been advised of the possibility of such damages.
-
- 9. Accepting Warranty or Additional Liability. While redistributing
- the Work or Derivative Works thereof, You may choose to offer,
- and charge a fee for, acceptance of support, warranty, indemnity,
- or other liability obligations and/or rights consistent with this
- License. However, in accepting such obligations, You may act only
- on Your own behalf and on Your sole responsibility, not on behalf
- of any other Contributor, and only if You agree to indemnify,
- defend, and hold each Contributor harmless for any liability
- incurred by, or claims asserted against, such Contributor by reason
- of your accepting any such warranty or additional liability.
-
- END OF TERMS AND CONDITIONS
-
- APPENDIX: How to apply the Apache License to your work.
-
- To apply the Apache License to your work, attach the following
- boilerplate notice, with the fields enclosed by brackets "[]"
- replaced with your own identifying information. (Don't include
- the brackets!) The text should be enclosed in the appropriate
- comment syntax for the file format. We also recommend that a
- file or class name and description of purpose be included on the
- same "printed page" as the copyright notice for easier
- identification within third-party archives.
-
- Copyright [yyyy] [name of copyright owner]
-
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
-
diff --git a/contrib/log4net/log4net.mdp b/contrib/log4net/log4net.mdp
deleted file mode 100644
index 040eacfa82..0000000000
--- a/contrib/log4net/log4net.mdp
+++ /dev/null
@@ -1,241 +0,0 @@
-<Project name="log4net" fileversion="2.0" newfilesearch="OnLoad" language="C#" clr-version="Net_1_1" ctype="DotNetProject">
- <Configurations active="Debug">
- <Configuration name="Debug" ctype="DotNetProjectConfiguration">
- <Output directory="../../build/bin" assemblyKeyFile="." assembly="log4net" />
- <Build debugmode="True" target="Library" />
- <Execution runwithwarnings="True" consolepause="True" runtime="MsNet" clr-version="Net_1_1" />
- <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
- </Configuration>
- <Configuration name="Release" ctype="DotNetProjectConfiguration">
- <Output directory="../../build/bin" assembly="log4net" />
- <Build debugmode="False" target="Library" />
- <Execution runwithwarnings="True" consolepause="True" runtime="MsNet" clr-version="Net_1_1" />
- <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
- </Configuration>
- </Configurations>
- <Contents>
- <File name="src/AssemblyInfo.cs" subtype="Code" buildaction="Compile" />
- <File name="src/AssemblyVersionInfo.cs" subtype="Code" buildaction="Compile" />
- <File name="src/GlobalContext.cs" subtype="Code" buildaction="Compile" />
- <File name="src/ILog.cs" subtype="Code" buildaction="Compile" />
- <File name="src/LogicalThreadContext.cs" subtype="Code" buildaction="Compile" />
- <File name="src/LogManager.cs" subtype="Code" buildaction="Compile" />
- <File name="src/MDC.cs" subtype="Code" buildaction="Compile" />
- <File name="src/NDC.cs" subtype="Code" buildaction="Compile" />
- <File name="src/ThreadContext.cs" subtype="Code" buildaction="Compile" />
- <File name="log4net.license.txt" subtype="Code" buildaction="Nothing" />
- <File name="src/AssemblyVersionInfo.cpp" subtype="Code" buildaction="Exclude" />
- <File name="src/AssemblyVersionInfo.js" subtype="Code" buildaction="Exclude" />
- <File name="src/AssemblyVersionInfo.vb" subtype="Code" buildaction="Exclude" />
- <File name="src/log4net.csproj" subtype="Code" buildaction="Exclude" />
- <File name="src/log4net.sln" subtype="Code" buildaction="Exclude" />
- <File name="src/Appender/AdoNetAppender.cs" subtype="Code" buildaction="Compile" />
- <File name="src/Appender/AnsiColorTerminalAppender.cs" subtype="Code" buildaction="Compile" />
- <File name="src/Appender/AppenderCollection.cs" subtype="Code" buildaction="Compile" />
- <File name="src/Appender/AppenderSkeleton.cs" subtype="Code" buildaction="Compile" />
- <File name="src/Appender/AspNetTraceAppender.cs" subtype="Code" buildaction="Compile" />
- <File name="src/Appender/BufferingAppenderSkeleton.cs" subtype="Code" buildaction="Compile" />
- <File name="src/Appender/BufferingForwardingAppender.cs" subtype="Code" buildaction="Compile" />
- <File name="src/Appender/ColoredConsoleAppender.cs" subtype="Code" buildaction="Compile" />
- <File name="src/Appender/ConsoleAppender.cs" subtype="Code" buildaction="Compile" />
- <File name="src/Appender/DebugAppender.cs" subtype="Code" buildaction="Compile" />
- <File name="src/Appender/EventLogAppender.cs" subtype="Code" buildaction="Compile" />
- <File name="src/Appender/FileAppender.cs" subtype="Code" buildaction="Compile" />
- <File name="src/Appender/ForwardingAppender.cs" subtype="Code" buildaction="Compile" />
- <File name="src/Appender/IAppender.cs" subtype="Code" buildaction="Compile" />
- <File name="src/Appender/IBulkAppender.cs" subtype="Code" buildaction="Compile" />
- <File name="src/Appender/LocalSyslogAppender.cs" subtype="Code" buildaction="Compile" />
- <File name="src/Appender/MemoryAppender.cs" subtype="Code" buildaction="Compile" />
- <File name="src/Appender/NetSendAppender.cs" subtype="Code" buildaction="Compile" />
- <File name="src/Appender/OutputDebugStringAppender.cs" subtype="Code" buildaction="Compile" />
- <File name="src/Appender/RemoteSyslogAppender.cs" subtype="Code" buildaction="Compile" />
- <File name="src/Appender/RemotingAppender.cs" subtype="Code" buildaction="Compile" />
- <File name="src/Appender/RollingFileAppender.cs" subtype="Code" buildaction="Compile" />
- <File name="src/Appender/SmtpAppender.cs" subtype="Code" buildaction="Compile" />
- <File name="src/Appender/SmtpPickupDirAppender.cs" subtype="Code" buildaction="Compile" />
- <File name="src/Appender/TelnetAppender.cs" subtype="Code" buildaction="Compile" />
- <File name="src/Appender/TextWriterAppender.cs" subtype="Code" buildaction="Compile" />
- <File name="src/Appender/TraceAppender.cs" subtype="Code" buildaction="Compile" />
- <File name="src/Appender/UdpAppender.cs" subtype="Code" buildaction="Compile" />
- <File name="src/Config/AliasDomainAttribute.cs" subtype="Code" buildaction="Compile" />
- <File name="src/Config/AliasRepositoryAttribute.cs" subtype="Code" buildaction="Compile" />
- <File name="src/Config/BasicConfigurator.cs" subtype="Code" buildaction="Compile" />
- <File name="src/Config/ConfiguratorAttribute.cs" subtype="Code" buildaction="Compile" />
- <File name="src/Config/DOMConfigurator.cs" subtype="Code" buildaction="Compile" />
- <File name="src/Config/DOMConfiguratorAttribute.cs" subtype="Code" buildaction="Compile" />
- <File name="src/Config/DomainAttribute.cs" subtype="Code" buildaction="Compile" />
- <File name="src/Config/Log4NetConfigurationSectionHandler.cs" subtype="Code" buildaction="Compile" />
- <File name="src/Config/PluginAttribute.cs" subtype="Code" buildaction="Compile" />
- <File name="src/Config/RepositoryAttribute.cs" subtype="Code" buildaction="Compile" />
- <File name="src/Config/SecurityContextProviderAttribute.cs" subtype="Code" buildaction="Compile" />
- <File name="src/Config/XmlConfigurator.cs" subtype="Code" buildaction="Compile" />
- <File name="src/Config/XmlConfiguratorAttribute.cs" subtype="Code" buildaction="Compile" />
- <File name="src/Core/CompactRepositorySelector.cs" subtype="Code" buildaction="Compile" />
- <File name="src/Core/DefaultRepositorySelector.cs" subtype="Code" buildaction="Compile" />
- <File name="src/Core/ErrorCode.cs" subtype="Code" buildaction="Compile" />
- <File name="src/Core/IAppenderAttachable.cs" subtype="Code" buildaction="Compile" />
- <File name="src/Core/IErrorHandler.cs" subtype="Code" buildaction="Compile" />
- <File name="src/Core/IFixingRequired.cs" subtype="Code" buildaction="Compile" />
- <File name="src/Core/ILogger.cs" subtype="Code" buildaction="Compile" />
- <File name="src/Core/ILoggerWrapper.cs" subtype="Code" buildaction="Compile" />
- <File name="src/Core/IOptionHandler.cs" subtype="Code" buildaction="Compile" />
- <File name="src/Core/IRepositorySelector.cs" subtype="Code" buildaction="Compile" />
- <File name="src/Core/ITriggeringEventEvaluator.cs" subtype="Code" buildaction="Compile" />
- <File name="src/Core/Level.cs" subtype="Code" buildaction="Compile" />
- <File name="src/Core/LevelCollection.cs" subtype="Code" buildaction="Compile" />
- <File name="src/Core/LevelEvaluator.cs" subtype="Code" buildaction="Compile" />
- <File name="src/Core/LevelMap.cs" subtype="Code" buildaction="Compile" />
- <File name="src/Core/LocationInfo.cs" subtype="Code" buildaction="Compile" />
- <File name="src/Core/LogException.cs" subtype="Code" buildaction="Compile" />
- <File name="src/Core/LogImpl.cs" subtype="Code" buildaction="Compile" />
- <File name="src/Core/LoggerManager.cs" subtype="Code" buildaction="Compile" />
- <File name="src/Core/LoggerWrapperImpl.cs" subtype="Code" buildaction="Compile" />
- <File name="src/Core/LoggingEvent.cs" subtype="Code" buildaction="Compile" />
- <File name="src/Core/SecurityContext.cs" subtype="Code" buildaction="Compile" />
- <File name="src/Core/SecurityContextProvider.cs" subtype="Code" buildaction="Compile" />
- <File name="src/Core/WrapperMap.cs" subtype="Code" buildaction="Compile" />
- <File name="src/DateFormatter/AbsoluteTimeDateFormatter.cs" subtype="Code" buildaction="Compile" />
- <File name="src/DateFormatter/DateTimeDateFormatter.cs" subtype="Code" buildaction="Compile" />
- <File name="src/DateFormatter/IDateFormatter.cs" subtype="Code" buildaction="Compile" />
- <File name="src/DateFormatter/Iso8601DateFormatter.cs" subtype="Code" buildaction="Compile" />
- <File name="src/DateFormatter/SimpleDateFormatter.cs" subtype="Code" buildaction="Compile" />
- <File name="src/Filter/DenyAllFilter.cs" subtype="Code" buildaction="Compile" />
- <File name="src/Filter/FilterDecision.cs" subtype="Code" buildaction="Compile" />
- <File name="src/Filter/FilterSkeleton.cs" subtype="Code" buildaction="Compile" />
- <File name="src/Filter/IFilter.cs" subtype="Code" buildaction="Compile" />
- <File name="src/Filter/LevelMatchFilter.cs" subtype="Code" buildaction="Compile" />
- <File name="src/Filter/LevelRangeFilter.cs" subtype="Code" buildaction="Compile" />
- <File name="src/Filter/LoggerMatchFilter.cs" subtype="Code" buildaction="Compile" />
- <File name="src/Filter/MdcFilter.cs" subtype="Code" buildaction="Compile" />
- <File name="src/Filter/NdcFilter.cs" subtype="Code" buildaction="Compile" />
- <File name="src/Filter/PropertyFilter.cs" subtype="Code" buildaction="Compile" />
- <File name="src/Filter/StringMatchFilter.cs" subtype="Code" buildaction="Compile" />
- <File name="src/Layout/ExceptionLayout.cs" subtype="Code" buildaction="Compile" />
- <File name="src/Layout/ILayout.cs" subtype="Code" buildaction="Compile" />
- <File name="src/Layout/IRawLayout.cs" subtype="Code" buildaction="Compile" />
- <File name="src/Layout/Layout2RawLayoutAdapter.cs" subtype="Code" buildaction="Compile" />
- <File name="src/Layout/LayoutSkeleton.cs" subtype="Code" buildaction="Compile" />
- <File name="src/Layout/PatternLayout.cs" subtype="Code" buildaction="Compile" />
- <File name="src/Layout/RawLayoutConverter.cs" subtype="Code" buildaction="Compile" />
- <File name="src/Layout/RawPropertyLayout.cs" subtype="Code" buildaction="Compile" />
- <File name="src/Layout/RawTimeStampLayout.cs" subtype="Code" buildaction="Compile" />
- <File name="src/Layout/RawUtcTimeStampLayout.cs" subtype="Code" buildaction="Compile" />
- <File name="src/Layout/SimpleLayout.cs" subtype="Code" buildaction="Compile" />
- <File name="src/Layout/XMLLayout.cs" subtype="Code" buildaction="Compile" />
- <File name="src/Layout/XMLLayoutBase.cs" subtype="Code" buildaction="Compile" />
- <File name="src/Layout/XmlLayoutSchemaLog4j.cs" subtype="Code" buildaction="Compile" />
- <File name="src/Layout/Pattern/AppDomainPatternConverter.cs" subtype="Code" buildaction="Compile" />
- <File name="src/Layout/Pattern/DatePatternConverter.cs" subtype="Code" buildaction="Compile" />
- <File name="src/Layout/Pattern/ExceptionPatternConverter.cs" subtype="Code" buildaction="Compile" />
- <File name="src/Layout/Pattern/FileLocationPatternConverter.cs" subtype="Code" buildaction="Compile" />
- <File name="src/Layout/Pattern/FullLocationPatternConverter.cs" subtype="Code" buildaction="Compile" />
- <File name="src/Layout/Pattern/IdentityPatternConverter.cs" subtype="Code" buildaction="Compile" />
- <File name="src/Layout/Pattern/LevelPatternConverter.cs" subtype="Code" buildaction="Compile" />
- <File name="src/Layout/Pattern/LineLocationPatternConverter.cs" subtype="Code" buildaction="Compile" />
- <File name="src/Layout/Pattern/LoggerPatternConverter.cs" subtype="Code" buildaction="Compile" />
- <File name="src/Layout/Pattern/MessagePatternConverter.cs" subtype="Code" buildaction="Compile" />
- <File name="src/Layout/Pattern/MethodLocationPatternConverter.cs" subtype="Code" buildaction="Compile" />
- <File name="src/Layout/Pattern/NamedPatternConverter.cs" subtype="Code" buildaction="Compile" />
- <File name="src/Layout/Pattern/NdcPatternConverter.cs" subtype="Code" buildaction="Compile" />
- <File name="src/Layout/Pattern/PatternLayoutConverter.cs" subtype="Code" buildaction="Compile" />
- <File name="src/Layout/Pattern/PropertyPatternConverter.cs" subtype="Code" buildaction="Compile" />
- <File name="src/Layout/Pattern/RelativeTimePatternConverter.cs" subtype="Code" buildaction="Compile" />
- <File name="src/Layout/Pattern/ThreadPatternConverter.cs" subtype="Code" buildaction="Compile" />
- <File name="src/Layout/Pattern/TypeNamePatternConverter.cs" subtype="Code" buildaction="Compile" />
- <File name="src/Layout/Pattern/UserNamePatternConverter.cs" subtype="Code" buildaction="Compile" />
- <File name="src/Layout/Pattern/UtcDatePatternConverter.cs" subtype="Code" buildaction="Compile" />
- <File name="src/ObjectRenderer/DefaultRenderer.cs" subtype="Code" buildaction="Compile" />
- <File name="src/ObjectRenderer/IObjectRenderer.cs" subtype="Code" buildaction="Compile" />
- <File name="src/ObjectRenderer/RendererMap.cs" subtype="Code" buildaction="Compile" />
- <File name="src/Plugin/IPlugin.cs" subtype="Code" buildaction="Compile" />
- <File name="src/Plugin/IPluginFactory.cs" subtype="Code" buildaction="Compile" />
- <File name="src/Plugin/PluginCollection.cs" subtype="Code" buildaction="Compile" />
- <File name="src/Plugin/PluginMap.cs" subtype="Code" buildaction="Compile" />
- <File name="src/Plugin/PluginSkeleton.cs" subtype="Code" buildaction="Compile" />
- <File name="src/Plugin/RemoteLoggingServerPlugin.cs" subtype="Code" buildaction="Compile" />
- <File name="src/Repository/IBasicRepositoryConfigurator.cs" subtype="Code" buildaction="Compile" />
- <File name="src/Repository/ILoggerRepository.cs" subtype="Code" buildaction="Compile" />
- <File name="src/Repository/IXmlRepositoryConfigurator.cs" subtype="Code" buildaction="Compile" />
- <File name="src/Repository/LoggerRepositorySkeleton.cs" subtype="Code" buildaction="Compile" />
- <File name="src/Repository/Hierarchy/DefaultLoggerFactory.cs" subtype="Code" buildaction="Compile" />
- <File name="src/Repository/Hierarchy/Hierarchy.cs" subtype="Code" buildaction="Compile" />
- <File name="src/Repository/Hierarchy/ILoggerFactory.cs" subtype="Code" buildaction="Compile" />
- <File name="src/Repository/Hierarchy/Logger.cs" subtype="Code" buildaction="Compile" />
- <File name="src/Repository/Hierarchy/LoggerKey.cs" subtype="Code" buildaction="Compile" />
- <File name="src/Repository/Hierarchy/ProvisionNode.cs" subtype="Code" buildaction="Compile" />
- <File name="src/Repository/Hierarchy/RootLogger.cs" subtype="Code" buildaction="Compile" />
- <File name="src/Repository/Hierarchy/XmlHierarchyConfigurator.cs" subtype="Code" buildaction="Compile" />
- <File name="src/Util/AppenderAttachedImpl.cs" subtype="Code" buildaction="Compile" />
- <File name="src/Util/CompositeProperties.cs" subtype="Code" buildaction="Compile" />
- <File name="src/Util/ContextPropertiesBase.cs" subtype="Code" buildaction="Compile" />
- <File name="src/Util/CountingQuietTextWriter.cs" subtype="Code" buildaction="Compile" />
- <File name="src/Util/CyclicBuffer.cs" subtype="Code" buildaction="Compile" />
- <File name="src/Util/EmptyCollection.cs" subtype="Code" buildaction="Compile" />
- <File name="src/Util/EmptyDictionary.cs" subtype="Code" buildaction="Compile" />
- <File name="src/Util/FormattingInfo.cs" subtype="Code" buildaction="Compile" />
- <File name="src/Util/GlobalContextProperties.cs" subtype="Code" buildaction="Compile" />
- <File name="src/Util/LevelMapping.cs" subtype="Code" buildaction="Compile" />
- <File name="src/Util/LevelMappingEntry.cs" subtype="Code" buildaction="Compile" />
- <File name="src/Util/LogLog.cs" subtype="Code" buildaction="Compile" />
- <File name="src/Util/LogicalThreadContextProperties.cs" subtype="Code" buildaction="Compile" />
- <File name="src/Util/NativeError.cs" subtype="Code" buildaction="Compile" />
- <File name="src/Util/NullDictionaryEnumerator.cs" subtype="Code" buildaction="Compile" />
- <File name="src/Util/NullEnumerator.cs" subtype="Code" buildaction="Compile" />
- <File name="src/Util/NullSecurityContext.cs" subtype="Code" buildaction="Compile" />
- <File name="src/Util/OnlyOnceErrorHandler.cs" subtype="Code" buildaction="Compile" />
- <File name="src/Util/OptionConverter.cs" subtype="Code" buildaction="Compile" />
- <File name="src/Util/PatternConverter.cs" subtype="Code" buildaction="Compile" />
- <File name="src/Util/PatternParser.cs" subtype="Code" buildaction="Compile" />
- <File name="src/Util/PatternString.cs" subtype="Code" buildaction="Compile" />
- <File name="src/Util/PropertiesDictionary.cs" subtype="Code" buildaction="Compile" />
- <File name="src/Util/ProtectCloseTextWriter.cs" subtype="Code" buildaction="Compile" />
- <File name="src/Util/QuietTextWriter.cs" subtype="Code" buildaction="Compile" />
- <File name="src/Util/ReadOnlyPropertiesDictionary.cs" subtype="Code" buildaction="Compile" />
- <File name="src/Util/ReaderWriterLock.cs" subtype="Code" buildaction="Compile" />
- <File name="src/Util/ReusableStringWriter.cs" subtype="Code" buildaction="Compile" />
- <File name="src/Util/SystemInfo.cs" subtype="Code" buildaction="Compile" />
- <File name="src/Util/SystemStringFormat.cs" subtype="Code" buildaction="Compile" />
- <File name="src/Util/TextWriterAdapter.cs" subtype="Code" buildaction="Compile" />
- <File name="src/Util/ThreadContextProperties.cs" subtype="Code" buildaction="Compile" />
- <File name="src/Util/ThreadContextStack.cs" subtype="Code" buildaction="Compile" />
- <File name="src/Util/ThreadContextStacks.cs" subtype="Code" buildaction="Compile" />
- <File name="src/Util/Transform.cs" subtype="Code" buildaction="Compile" />
- <File name="src/Util/WindowsSecurityContext.cs" subtype="Code" buildaction="Compile" />
- <File name="src/Util/PatternStringConverters/AppDomainPatternConverter.cs" subtype="Code" buildaction="Compile" />
- <File name="src/Util/PatternStringConverters/DatePatternConverter.cs" subtype="Code" buildaction="Compile" />
- <File name="src/Util/PatternStringConverters/EnvironmentPatternConverter.cs" subtype="Code" buildaction="Compile" />
- <File name="src/Util/PatternStringConverters/IdentityPatternConverter.cs" subtype="Code" buildaction="Compile" />
- <File name="src/Util/PatternStringConverters/LiteralPatternConverter.cs" subtype="Code" buildaction="Compile" />
- <File name="src/Util/PatternStringConverters/NewLinePatternConverter.cs" subtype="Code" buildaction="Compile" />
- <File name="src/Util/PatternStringConverters/ProcessIdPatternConverter.cs" subtype="Code" buildaction="Compile" />
- <File name="src/Util/PatternStringConverters/PropertyPatternConverter.cs" subtype="Code" buildaction="Compile" />
- <File name="src/Util/PatternStringConverters/RandomStringPatternConverter.cs" subtype="Code" buildaction="Compile" />
- <File name="src/Util/PatternStringConverters/UserNamePatternConverter.cs" subtype="Code" buildaction="Compile" />
- <File name="src/Util/PatternStringConverters/UtcDatePatternConverter.cs" subtype="Code" buildaction="Compile" />
- <File name="src/Util/TypeConverters/BooleanConverter.cs" subtype="Code" buildaction="Compile" />
- <File name="src/Util/TypeConverters/ConversionNotSupportedException.cs" subtype="Code" buildaction="Compile" />
- <File name="src/Util/TypeConverters/ConverterRegistry.cs" subtype="Code" buildaction="Compile" />
- <File name="src/Util/TypeConverters/EncodingConverter.cs" subtype="Code" buildaction="Compile" />
- <File name="src/Util/TypeConverters/IConvertFrom.cs" subtype="Code" buildaction="Compile" />
- <File name="src/Util/TypeConverters/IConvertTo.cs" subtype="Code" buildaction="Compile" />
- <File name="src/Util/TypeConverters/IPAddressConverter.cs" subtype="Code" buildaction="Compile" />
- <File name="src/Util/TypeConverters/PatternLayoutConverter.cs" subtype="Code" buildaction="Compile" />
- <File name="src/Util/TypeConverters/PatternStringConverter.cs" subtype="Code" buildaction="Compile" />
- <File name="src/Util/TypeConverters/TypeConverter.cs" subtype="Code" buildaction="Compile" />
- <File name="src/Util/TypeConverters/TypeConverterAttribute.cs" subtype="Code" buildaction="Compile" />
- </Contents>
- <References>
- <ProjectReference type="Gac" localcopy="True" refto="System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
- <ProjectReference type="Gac" localcopy="True" refto="System.Data, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
- <ProjectReference type="Gac" localcopy="True" refto="System.Web, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
- </References>
- <MonoDevelop.Autotools.MakefileInfo IntegrationEnabled="True" RelativeMakefileName="./Makefile.am" SyncReferences="True" IsAutotoolsProject="True" RelativeConfigureInPath="../../">
- <BuildFilesVar />
- <DeployFilesVar />
- <ResourcesVar />
- <OthersVar />
- <GacRefVar Sync="True" Name="LOG4NET_REFS" Prefix="/r:" />
- <AsmRefVar Sync="True" Name="LOG4NET_REFS" Prefix="/r:" />
- <ProjectRefVar Sync="True" Name="LOG4NET_REFS" Prefix="/r:" />
- </MonoDevelop.Autotools.MakefileInfo>
-</Project> \ No newline at end of file
diff --git a/po/po.mdp b/po/po.mdp
index d5f059c945..06b6961a0e 100644
--- a/po/po.mdp
+++ b/po/po.mdp
@@ -1,34 +1,34 @@
<Project name="po" fileversion="2.0" ctype="GenericProject">
<Configurations>
<Configuration name="Default" ctype="GenericProjectConfiguration">
- <Output directory="./" />
+ <Output directory="." />
<Build debugmode="True" />
<Execution runwithwarnings="True" consolepause="True" />
</Configuration>
</Configurations>
<Contents>
- <File name="./ca.po" subtype="Code" buildaction="Nothing" />
- <File name="./ChangeLog" subtype="Code" buildaction="Nothing" />
- <File name="./cs.po" subtype="Code" buildaction="Nothing" />
- <File name="./da.po" subtype="Code" buildaction="Nothing" />
- <File name="./de.po" subtype="Code" buildaction="Nothing" />
- <File name="./es.po" subtype="Code" buildaction="Nothing" />
- <File name="./fr.po" subtype="Code" buildaction="Nothing" />
- <File name="./it.po" subtype="Code" buildaction="Nothing" />
- <File name="./pl.po" subtype="Code" buildaction="Nothing" />
- <File name="./POTFILES.in" subtype="Code" buildaction="Nothing" />
- <File name="./POTFILES.skip" subtype="Code" buildaction="Nothing" />
- <File name="./pt_BR.po" subtype="Code" buildaction="Nothing" />
- <File name="./README" subtype="Code" buildaction="Nothing" />
- <File name="./ru.po" subtype="Code" buildaction="Nothing" />
- <File name="./sl_SI.po" subtype="Code" buildaction="Nothing" />
- <File name="./tr.po" subtype="Code" buildaction="Nothing" />
- <File name="./zh_CN.po" subtype="Code" buildaction="Nothing" />
- <File name="./zh_TW.po" subtype="Code" buildaction="Nothing" />
- <File name="./gl.po" subtype="Code" buildaction="Nothing" />
- <File name="./ja.po" subtype="Code" buildaction="Nothing" />
- <File name="./pt.po" subtype="Code" buildaction="Nothing" />
- <File name="./sv.po" subtype="Code" buildaction="Nothing" />
+ <File name="ca.po" subtype="Code" buildaction="Nothing" />
+ <File name="ChangeLog" subtype="Code" buildaction="Nothing" />
+ <File name="cs.po" subtype="Code" buildaction="Nothing" />
+ <File name="da.po" subtype="Code" buildaction="Nothing" />
+ <File name="de.po" subtype="Code" buildaction="Nothing" />
+ <File name="es.po" subtype="Code" buildaction="Nothing" />
+ <File name="fr.po" subtype="Code" buildaction="Nothing" />
+ <File name="it.po" subtype="Code" buildaction="Nothing" />
+ <File name="pl.po" subtype="Code" buildaction="Nothing" />
+ <File name="POTFILES.in" subtype="Code" buildaction="Nothing" />
+ <File name="POTFILES.skip" subtype="Code" buildaction="Nothing" />
+ <File name="pt_BR.po" subtype="Code" buildaction="Nothing" />
+ <File name="README" subtype="Code" buildaction="Nothing" />
+ <File name="ru.po" subtype="Code" buildaction="Nothing" />
+ <File name="sl_SI.po" subtype="Code" buildaction="Nothing" />
+ <File name="tr.po" subtype="Code" buildaction="Nothing" />
+ <File name="zh_CN.po" subtype="Code" buildaction="Nothing" />
+ <File name="zh_TW.po" subtype="Code" buildaction="Nothing" />
+ <File name="gl.po" subtype="Code" buildaction="Nothing" />
+ <File name="ja.po" subtype="Code" buildaction="Nothing" />
+ <File name="pt.po" subtype="Code" buildaction="Nothing" />
+ <File name="sv.po" subtype="Code" buildaction="Nothing" />
</Contents>
<MonoDevelop.Autotools.MakefileInfo IntegrationEnabled="True" RelativeMakefileName="./Makefile">
<BuildFilesVar />