[Pkg-cli-apps-commits] [fsharp] 32/71: remove use of relative links for resources (part 2)
Christopher Halse Rogers
raof-guest at moszumanska.debian.org
Fri Jan 17 05:18:13 UTC 2014
This is an automated email from the git hooks/post-receive script.
raof-guest pushed a commit to tag 3.1.0
in repository fsharp.
commit 4958c09729fe1e62b7e3d6f78a715da4d5da3612
Author: Don Syme <donsyme at fastmail.fm>
Date: Fri Nov 29 17:33:42 2013 +0000
remove use of relative links for resources (part 2)
---
src/fsharp/FSharp.Build/FSharp.Build.fsproj | 2 +-
.../FSharp.Compiler.Interactive.Settings.fsproj | 2 +-
src/fsharp/fsi/Fsi.fsproj | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/fsharp/FSharp.Build/FSharp.Build.fsproj b/src/fsharp/FSharp.Build/FSharp.Build.fsproj
index 7375382..1057a5d 100644
--- a/src/fsharp/FSharp.Build/FSharp.Build.fsproj
+++ b/src/fsharp/FSharp.Build/FSharp.Build.fsproj
@@ -17,7 +17,7 @@
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' " />
<ItemGroup>
<FsSrGen Include="FSBuild.txt">
- <Link>Utilities/FSBuild.txt</Link>
+ <Link>FSBuild.txt</Link>
</FsSrGen>
<Compile Include="..\..\assemblyinfo\assemblyinfo.FSharp.Build.dll.fs">
<Link>Utilities/assemblyinfo.FSharp.Build.dll.fs</Link>
diff --git a/src/fsharp/FSharp.Compiler.Interactive.Settings/FSharp.Compiler.Interactive.Settings.fsproj b/src/fsharp/FSharp.Compiler.Interactive.Settings/FSharp.Compiler.Interactive.Settings.fsproj
index a16260f..f57bb95 100644
--- a/src/fsharp/FSharp.Compiler.Interactive.Settings/FSharp.Compiler.Interactive.Settings.fsproj
+++ b/src/fsharp/FSharp.Compiler.Interactive.Settings/FSharp.Compiler.Interactive.Settings.fsproj
@@ -19,7 +19,7 @@
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' " />
<ItemGroup>
<FsSrGen Include="..\FSInteractiveSettings.txt">
- <Link>Utilities/FSInteractiveSettings.txt</Link>
+ <Link>FSInteractiveSettings.txt</Link>
</FsSrGen>
<Compile Include="..\..\assemblyinfo\assemblyinfo.FSharp.Compiler.Interactive.Settings.dll.fs">
<Link>Utilities/assemblyinfo.FSharp.Compiler.Interactive.Settings.dll.fs</Link>
diff --git a/src/fsharp/fsi/Fsi.fsproj b/src/fsharp/fsi/Fsi.fsproj
index 142f1d7..df9d9c8 100644
--- a/src/fsharp/fsi/Fsi.fsproj
+++ b/src/fsharp/fsi/Fsi.fsproj
@@ -25,7 +25,7 @@
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' " />
<ItemGroup>
<FsSrGen Include="FSIstrings.txt">
- <Link>Utilities/FSIstrings.txt</Link>
+ <Link>FSIstrings.txt</Link>
</FsSrGen>
<Compile Include="..\..\assemblyinfo\assemblyinfo.fsi.exe.fs">
<Link>Utilities/assemblyinfo.fsi.exe.fs</Link>
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-cli-apps/packages/fsharp.git
More information about the Pkg-cli-apps-commits
mailing list