|
From: <fab...@us...> - 2011-03-12 22:06:42
|
Revision: 5459
http://nhibernate.svn.sourceforge.net/nhibernate/?rev=5459&view=rev
Author: fabiomaulo
Date: 2011-03-12 22:06:36 +0000 (Sat, 12 Mar 2011)
Log Message:
-----------
- nuget targets: added NHibernate.ByteCode.Spring
- fixed LinFu template
- Fixed builds
Modified Paths:
--------------
trunk/nhibernate/default.build
trunk/nhibernate/src/NHibernate.ByteCode.Castle/ByteCode.build
trunk/nhibernate/src/NHibernate.ByteCode.LinFu/ByteCode.build
trunk/nhibernate/src/NHibernate.ByteCode.LinFu/NHibernate.LinFu.nuspec.template
trunk/nhibernate/src/NHibernate.ByteCode.Spring/ByteCode.build
trunk/nhibernate/src/NHibernate.ByteCode.Spring/NHibernate.ByteCode.Spring.csproj
Added Paths:
-----------
trunk/nhibernate/src/NHibernate.ByteCode.Spring/NHibernate.Spring.nuspec.template
Modified: trunk/nhibernate/default.build
===================================================================
--- trunk/nhibernate/default.build 2011-03-12 21:49:42 UTC (rev 5458)
+++ trunk/nhibernate/default.build 2011-03-12 22:06:36 UTC (rev 5459)
@@ -383,6 +383,7 @@
<include name="NHibernate/NHibernate.build" />
<include name="NHibernate.ByteCode.Castle/ByteCode.build" />
<include name="NHibernate.ByteCode.LinFu/ByteCode.build" />
+ <include name="NHibernate.ByteCode.Spring/ByteCode.build" />
</fileset>
<target name="nuspec" depends="init" description="Create nuspec files">
Modified: trunk/nhibernate/src/NHibernate.ByteCode.Castle/ByteCode.build
===================================================================
--- trunk/nhibernate/src/NHibernate.ByteCode.Castle/ByteCode.build 2011-03-12 21:49:42 UTC (rev 5458)
+++ trunk/nhibernate/src/NHibernate.ByteCode.Castle/ByteCode.build 2011-03-12 22:06:36 UTC (rev 5459)
@@ -34,7 +34,7 @@
<target name="build" depends="init generate-assemblyinfo common.compile-dll" description="Build Castle ByteCode" />
<target name="nuspec" depends="init" description="Create nuspec for NHibernate.ByteCode.Castle">
- <property name="nuspec.destination.file" value="${build.dir}/nuspec.destination.filename" />
+ <property name="nuspec.destination.file" value="${build.dir}/${nuspec.destination.filename}" />
<copy file="NHibernate.Castle.nuspec.template" tofile="${nuspec.destination.file}"/>
<xmlpoke file="${nuspec.destination.file}"
xpath="/package/metadata/dependencies/dependency[@id = 'NHibernate']/@version"
Modified: trunk/nhibernate/src/NHibernate.ByteCode.LinFu/ByteCode.build
===================================================================
--- trunk/nhibernate/src/NHibernate.ByteCode.LinFu/ByteCode.build 2011-03-12 21:49:42 UTC (rev 5458)
+++ trunk/nhibernate/src/NHibernate.ByteCode.LinFu/ByteCode.build 2011-03-12 22:06:36 UTC (rev 5459)
@@ -34,7 +34,7 @@
<target name="build" depends="init generate-assemblyinfo common.compile-dll" description="Build LinFu ByteCode" />
<target name="nuspec" depends="init" description="Create nuspec for NHibernate.ByteCode.LinFu">
- <property name="nuspec.destination.file" value="${build.dir}/nuspec.destination.filename" />
+ <property name="nuspec.destination.file" value="${build.dir}/${nuspec.destination.filename}" />
<copy file="NHibernate.LinFu.nuspec.template" tofile="${nuspec.destination.file}"/>
<xmlpoke file="${nuspec.destination.file}"
xpath="/package/metadata/dependencies/dependency[@id = 'NHibernate']/@version"
Modified: trunk/nhibernate/src/NHibernate.ByteCode.LinFu/NHibernate.LinFu.nuspec.template
===================================================================
--- trunk/nhibernate/src/NHibernate.ByteCode.LinFu/NHibernate.LinFu.nuspec.template 2011-03-12 21:49:42 UTC (rev 5458)
+++ trunk/nhibernate/src/NHibernate.ByteCode.LinFu/NHibernate.LinFu.nuspec.template 2011-03-12 22:06:36 UTC (rev 5459)
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8" ?>
<package>
<metadata>
- <id>NHibernate.Castle</id>
+ <id>NHibernate.LinFu</id>
<version>x.y.z</version>
<authors>NHibernate community, Hibernate community</authors>
<summary>NHibernate with lazy-loading enabled.</summary>
Modified: trunk/nhibernate/src/NHibernate.ByteCode.Spring/ByteCode.build
===================================================================
(Binary files differ)
Modified: trunk/nhibernate/src/NHibernate.ByteCode.Spring/NHibernate.ByteCode.Spring.csproj
===================================================================
--- trunk/nhibernate/src/NHibernate.ByteCode.Spring/NHibernate.ByteCode.Spring.csproj 2011-03-12 21:49:42 UTC (rev 5458)
+++ trunk/nhibernate/src/NHibernate.ByteCode.Spring/NHibernate.ByteCode.Spring.csproj 2011-03-12 22:06:36 UTC (rev 5459)
@@ -93,6 +93,7 @@
</ItemGroup>
<ItemGroup>
<None Include="ByteCode.build" />
+ <None Include="NHibernate.Spring.nuspec.template" />
</ItemGroup>
<ItemGroup>
<Folder Include="Properties\" />
Added: trunk/nhibernate/src/NHibernate.ByteCode.Spring/NHibernate.Spring.nuspec.template
===================================================================
--- trunk/nhibernate/src/NHibernate.ByteCode.Spring/NHibernate.Spring.nuspec.template (rev 0)
+++ trunk/nhibernate/src/NHibernate.ByteCode.Spring/NHibernate.Spring.nuspec.template 2011-03-12 22:06:36 UTC (rev 5459)
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="utf-8" ?>
+<package>
+ <metadata>
+ <id>NHibernate.Spring</id>
+ <version>x.y.z</version>
+ <authors>NHibernate community, Hibernate community</authors>
+ <summary>NHibernate with lazy-loading enabled.</summary>
+ <description>
+ NHibernate is a mature, open source object-relational mapper for the .NET framework.
+ This package enables the ability to use lazy-loading with Spring.NET AOP.
+ </description>
+ <language>en-US</language>
+ <tags>ORM, DataBase, DAL, Object Relational Mapping</tags>
+ <dependencies>
+ <dependency id="NHibernate" version="x.y.z" />
+ </dependencies>
+ </metadata>
+ <files>
+ <file src="bin\net-3.5\NHibernate.ByteCode.Spring.dll" target="lib\Net35" />
+ <file src="bin\net-3.5\NHibernate.ByteCode.Spring.xml" target="lib\Net35" />
+ <file src="bin\net-3.5\Spring*.*" target="lib\Net35" />
+ </files>
+</package>
\ No newline at end of file
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|