aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
authorMelanie2010-05-18 23:15:29 +0100
committerMelanie2010-05-18 23:15:29 +0100
commit4fee3f9548307ce3017f4744ce419447eaa31b37 (patch)
tree1091a4c044385b233fb9a9aafa29d42f1780cf33 /prebuild.xml
parentMerge commit 'alex/Migrations' (diff)
downloadopensim-SC_OLD-4fee3f9548307ce3017f4744ce419447eaa31b37.zip
opensim-SC_OLD-4fee3f9548307ce3017f4744ce419447eaa31b37.tar.gz
opensim-SC_OLD-4fee3f9548307ce3017f4744ce419447eaa31b37.tar.bz2
opensim-SC_OLD-4fee3f9548307ce3017f4744ce419447eaa31b37.tar.xz
Revert a revert? Am i mad? Don't answer that....!
Revert "Revert "Looks like the new files were never added to prebuild.xml"" This reverts commit f253758c2e4e30c8e09f23135d79765c70198802.
Diffstat (limited to '')
-rw-r--r--prebuild.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml
index 329ef7b..f9608fb 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -2141,6 +2141,7 @@
2141 <Exclude name="Tests" pattern="Tests" /> 2141 <Exclude name="Tests" pattern="Tests" />
2142 </Match> 2142 </Match>
2143 <Match path="Resources" pattern="*.sql" buildAction="EmbeddedResource"/> 2143 <Match path="Resources" pattern="*.sql" buildAction="EmbeddedResource"/>
2144 <Match path="Resources" pattern="*.migrations" buildAction="EmbeddedResource"/>
2144 <Match pattern="*.addin.xml" path="Resources" buildAction="EmbeddedResource" recurse="true"/> 2145 <Match pattern="*.addin.xml" path="Resources" buildAction="EmbeddedResource" recurse="true"/>
2145 </Files> 2146 </Files>
2146 </Project> 2147 </Project>
@@ -2247,6 +2248,7 @@
2247 <Exclude name="Tests" pattern="Tests" /> 2248 <Exclude name="Tests" pattern="Tests" />
2248 </Match> 2249 </Match>
2249 <Match path="Resources" pattern="*.sql" buildAction="EmbeddedResource"/> 2250 <Match path="Resources" pattern="*.sql" buildAction="EmbeddedResource"/>
2251 <Match path="Resources" pattern="*.migrations" buildAction="EmbeddedResource"/>
2250 <Match pattern="*.addin.xml" path="Resources" buildAction="EmbeddedResource" recurse="true"/> 2252 <Match pattern="*.addin.xml" path="Resources" buildAction="EmbeddedResource" recurse="true"/>
2251 </Files> 2253 </Files>
2252 </Project> 2254 </Project>