Browse Source

Add missing file to setup.

Fixed path for subversion AddIn options page.

git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2483 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
shortcuts
Daniel Grunwald 19 years ago
parent
commit
841c4f31e8
  1. 2
      src/AddIns/Misc/SubversionAddIn/Project/ICSharpCode.Svn.addin
  2. 3
      src/Setup/Files.wxs

2
src/AddIns/Misc/SubversionAddIn/Project/ICSharpCode.Svn.addin

@ -172,7 +172,7 @@
<Include id = "SubversionInclude" path = "/SharpDevelop/Pads/ProjectBrowser/ContextMenu/SubversionItem"/> <Include id = "SubversionInclude" path = "/SharpDevelop/Pads/ProjectBrowser/ContextMenu/SubversionItem"/>
</Path> </Path>
<Path name = "/SharpDevelop/Dialogs/OptionsDialog/Tools"> <Path name = "/SharpDevelop/Dialogs/OptionsDialog/ToolsOptions">
<DialogPanel id = "SubversionOptionsPanel" <DialogPanel id = "SubversionOptionsPanel"
label = "${res:AddIns.Subversion.Options.Title}" label = "${res:AddIns.Subversion.Options.Title}"
class = "ICSharpCode.Svn.Gui.SubversionOptionsPanel"/> class = "ICSharpCode.Svn.Gui.SubversionOptionsPanel"/>

3
src/Setup/Files.wxs

@ -833,6 +833,7 @@
</Directory> </Directory>
<Component Guid="73EAC135-57B6-46C0-9F24-70A347B9AAC8" Id="ExampleProjectTemplate" DiskId="1"> <Component Guid="73EAC135-57B6-46C0-9F24-70A347B9AAC8" Id="ExampleProjectTemplate" DiskId="1">
<File Source="..\..\data\templates\project\ComplexExample.xpt.test" Name="COMPLE_1.TES" Id="ComplexExample.xpt.test" LongName="ComplexExample.xpt.test" /> <File Source="..\..\data\templates\project\ComplexExample.xpt.test" Name="COMPLE_1.TES" Id="ComplexExample.xpt.test" LongName="ComplexExample.xpt.test" />
<File Source="..\..\data\templates\project\AddInWritingHelp.txt" Name="ADDINW_1.TXT" Id="AddInWritingHelp.txt" LongName="AddInWritingHelp.txt" />
</Component> </Component>
</Directory> </Directory>
</Directory> </Directory>
@ -1233,4 +1234,4 @@
</Directory> </Directory>
</DirectoryRef> </DirectoryRef>
</Fragment> </Fragment>
</Wix> </Wix>
Loading…
Cancel
Save