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-09-13 04:00:58 +0400
committerMichael Hutchinson <mhutchinson@novell.com>2007-09-13 04:00:58 +0400
commitbf09cdb6918aa4de19fca77386fce0a9d4167675 (patch)
treed2d0f1516d832553225bca85d39425fe2c14df5a /Extras/AspNetAddIn
parentb5ea88d5afc59ea0c09686774d49df6e288f2356 (diff)
Change .mdp and Makefile.am references to Mono.Addins, Mono.Cecil and log4net to point to new build location. Misc distcheck tweaks and svn:ignores.
svn path=/trunk/monodevelop/; revision=85725
Diffstat (limited to 'Extras/AspNetAddIn')
-rw-r--r--Extras/AspNetAddIn/AspNetAddIn.mdp4
-rw-r--r--Extras/AspNetAddIn/Makefile.am2
2 files changed, 3 insertions, 3 deletions
diff --git a/Extras/AspNetAddIn/AspNetAddIn.mdp b/Extras/AspNetAddIn/AspNetAddIn.mdp
index df51ca7a79..4bd329dec1 100644
--- a/Extras/AspNetAddIn/AspNetAddIn.mdp
+++ b/Extras/AspNetAddIn/AspNetAddIn.mdp
@@ -95,7 +95,7 @@
<ProjectReference type="Project" localcopy="False" refto="MonoDevelop.DesignerSupport" />
<ProjectReference type="Project" localcopy="False" refto="MonoDevelop.Deployment" />
<ProjectReference type="Gac" localcopy="True" refto="System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
- <ProjectReference type="Assembly" localcopy="False" refto="../../contrib/Mono.Addins.dll" />
+ <ProjectReference type="Assembly" localcopy="False" refto="../../build/bin/Mono.Addins.dll" />
<ProjectReference type="Gac" localcopy="True" refto="gnome-sharp, Version=2.8.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
<ProjectReference type="Gac" localcopy="True" refto="pango-sharp, Version=2.8.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
<ProjectReference type="Gac" localcopy="True" refto="atk-sharp, Version=2.8.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
@@ -117,4 +117,4 @@
<ExcludeFile file="./Makefile.am" />
</excludeFiles>
</DeploymentInformation>
-</Project> \ No newline at end of file
+</Project>
diff --git a/Extras/AspNetAddIn/Makefile.am b/Extras/AspNetAddIn/Makefile.am
index 11a605d57c..5e84dd29f4 100644
--- a/Extras/AspNetAddIn/Makefile.am
+++ b/Extras/AspNetAddIn/Makefile.am
@@ -12,7 +12,7 @@ REFS = \
-r:$(top_builddir)/build/bin/MonoDevelop.Core.Gui.dll \
-r:$(top_builddir)/build/bin/MonoDevelop.Ide.dll \
-r:$(top_builddir)/build/bin/MonoDevelop.Projects.dll \
- -r:$(top_srcdir)/contrib/Mono.Addins.dll \
+ -r:$(top_builddir)/build/bin/Mono.Addins.dll \
-r:System \
-r:System.Design \
-r:System.Drawing \