Skip to content

Commit a35bf27

Browse files
committed
Packaging done
1 parent ac277f9 commit a35bf27

File tree

4 files changed

+89
-0
lines changed

4 files changed

+89
-0
lines changed

Umbraco Relation Editor.sln

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Readmes", "Readmes", "{9F82
1414
readme.txt = readme.txt
1515
EndProjectSection
1616
EndProject
17+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Packaging", "Packaging", "{E55B2F50-B0E5-49FC-9A18-3ED0C054D41E}"
18+
ProjectSection(SolutionItems) = preProject
19+
package.xml = package.xml
20+
EndProjectSection
21+
EndProject
1722
Global
1823
GlobalSection(SolutionConfigurationPlatforms) = preSolution
1924
Debug|Any CPU = Debug|Any CPU
Binary file not shown.

Umbraco.RelationEditor/Umbraco.RelationEditor.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,9 @@
195195
</ItemGroup>
196196
<ItemGroup>
197197
<None Include="packages.config" />
198+
<None Include="Umbraco.RelationEditor.nuspec">
199+
<SubType>Designer</SubType>
200+
</None>
198201
</ItemGroup>
199202
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
200203
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.

package.xml

Lines changed: 81 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,81 @@
1+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2+
<umbPackage>
3+
<files>
4+
<file>
5+
<guid>Umbraco.RelationEditor.dll</guid>
6+
<orgPath>/bin</orgPath>
7+
<orgName>Umbraco.RelationEditor.dll</orgName>
8+
</file>
9+
<file>
10+
<guid>editrelations.html</guid>
11+
<orgPath>/App_Plugins/RelationEditor</orgPath>
12+
<orgName>editrelations.html</orgName>
13+
</file>
14+
<file>
15+
<guid>package.manifest</guid>
16+
<orgPath>/App_Plugins/RelationEditor</orgPath>
17+
<orgName>package.manifest</orgName>
18+
</file>
19+
<file>
20+
<guid>relationeditor.css</guid>
21+
<orgPath>/App_Plugins/RelationEditor</orgPath>
22+
<orgName>relationeditor.css</orgName>
23+
</file>
24+
<file>
25+
<guid>relationeditor.js</guid>
26+
<orgPath>/App_Plugins/RelationEditor</orgPath>
27+
<orgName>relationeditor.js</orgName>
28+
</file>
29+
<file>
30+
<guid>relationeditor.sample.config</guid>
31+
<orgPath>/config</orgPath>
32+
<orgName>relationeditor.config</orgName>
33+
</file>
34+
</files>
35+
<info>
36+
<package>
37+
<name>Umbraco Relation Editor</name>
38+
<version>1.0.5142</version>
39+
<license url="http://opensource.org/licenses/MIT">MIT License</license>
40+
<url>http://lars-erik.github.io/umbraco-relation-editor/</url>
41+
<requirements>
42+
<major>7</major>
43+
<minor>0</minor>
44+
<patch>0</patch>
45+
</requirements>
46+
</package>
47+
<author>
48+
<name>Lars-Erik Aabech</name>
49+
<website>http://www.markedspartner.no</website>
50+
</author>
51+
<readme><![CDATA[Umbraco 7 Relation Editor
52+
53+
The editor will appear for supported objects after they're configured in /config/relationeditor.config.
54+
55+
Supported ObjectTypes are
56+
* Document
57+
* Media
58+
* DocumentType
59+
* MediaType
60+
61+
Supported relation types are
62+
* Document -&gt; Document
63+
* Document -&gt; Media
64+
* Media -&gt; Document
65+
* Media -&gt; Media
66+
* DocumentType -&gt; DocumentType
67+
* DocumentType -&gt; MediaType
68+
* MediaType -&gt; DocumentType
69+
* MediaType -&gt; MediaType
70+
71+
See sample configuration in config\relationeditor.config
72+
]]></readme>
73+
</info>
74+
<DocumentTypes />
75+
<Templates />
76+
<Stylesheets />
77+
<Macros />
78+
<DictionaryItems />
79+
<Languages />
80+
<DataTypes />
81+
</umbPackage>

0 commit comments

Comments
 (0)