We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9f2e64 commit 2934678Copy full SHA for 2934678
default.build
@@ -190,8 +190,11 @@
190
</copy>
191
<copy todir="${bin-pack.required}">
192
<fileset basedir="${bin.dir}">
193
+ <include name="Antlr3.Runtime.???" />
194
<include name="Iesi.Collections.???" />
195
<include name="NHibernate.???" />
196
+ <include name="Remotion.Linq.???" />
197
+ <include name="Remotion.Linq.EagerFetching.???" />
198
</fileset>
199
200
<!--Required Bins for lazy loading NHibernate.ByteCode.Castle.dll-->
0 commit comments