Browse Source

ChangeLog: only show changes since revision 3800.

git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3912 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
shortcuts
Daniel Grunwald 17 years ago
parent
commit
fceb74103e
  1. 4
      data/templates/project/AddInWritingHelp.txt
  2. 2
      src/Tools/Tools.build

4
data/templates/project/AddInWritingHelp.txt

@ -10,8 +10,8 @@ to write SharpDevelop AddIns: @@ -10,8 +10,8 @@ to write SharpDevelop AddIns:
The next steps:
- First, you have to add references to the SharpDevelop assemblies.
An AddIn will work with the SharpDevelop version it was compiled for, or later service releases.
You might want to compile against SharpDevelop 2.1.0.2429 (the first official release of SharpDevelop 2.1)
to ensure your AddIn runs with all later 2.x versions of SharpDevelop.
You might want to compile against SharpDevelop 3.0.0.3800 (the first official release of SharpDevelop 3)
to ensure your AddIn runs with all later 3.x versions of SharpDevelop.
- Include a <Manifest> section to your .addin for use with the SharpDevelop AddIn Manager.
See SharpDevelop/doc/technotes/AddInManager.rtf for more information.

2
src/Tools/Tools.build

@ -63,7 +63,7 @@ @@ -63,7 +63,7 @@
<Target Name="PrepareRelease">
<MSBuild Projects="@(PrepareReleaseProject)" Targets="Build"/>
<Exec Command="SVNChangelogToXml.exe --REVISION --START 2182" WorkingDirectory = "SVNChangeLogToXml\bin\Release" Timeout = "60000" IgnoreExitCode = "false"/>
<Exec Command="SVNChangelogToXml.exe --REVISION --START 3800" WorkingDirectory = "SVNChangeLogToXml\bin\Release" Timeout = "60000" IgnoreExitCode = "false"/>
<RemoveDir Directories="SVNChangeLogToXml\bin" />
<RemoveDir Directories="SVNChangeLogToXml\obj" />
</Target>

Loading…
Cancel
Save