Update of /cvsroot/mocklib/netmocklib/bldfiles
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv15530/bldfiles
Modified Files:
project.build directory.properties
Log Message:
refactor the buildtemplate build to work better with the test and rebuilding over and over.
Index: project.build
===================================================================
RCS file: /cvsroot/mocklib/netmocklib/bldfiles/project.build,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** project.build 10 Apr 2008 08:22:30 -0000 1.5
--- project.build 10 Apr 2008 08:46:56 -0000 1.6
***************
*** 64,68 ****
</sources>
<references basedir=".">
! <include name="${assemblies}/**/*.dll"/>
<include name="${libexclude}/**/*.dll"/>
</references>
--- 64,69 ----
</sources>
<references basedir=".">
! <include name="${lib}/**/*.dll"/>
! <include name="${assemblies}/${comp.name}"/>
<include name="${libexclude}/**/*.dll"/>
</references>
Index: directory.properties
===================================================================
RCS file: /cvsroot/mocklib/netmocklib/bldfiles/directory.properties,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** directory.properties 10 Apr 2008 08:22:30 -0000 1.5
--- directory.properties 10 Apr 2008 08:46:56 -0000 1.6
***************
*** 14,19 ****
service dll's that you deploy to and only need for compiling -->
<property name="libexclude" value="${input}/LibExclude"/>
! <property name="config" value="${input}/config"/>
! <property name="schemas" value="${input}/schemas"/>
<property name="tools" value="tools"/>
--- 14,19 ----
service dll's that you deploy to and only need for compiling -->
<property name="libexclude" value="${input}/LibExclude"/>
! <property name="config" value="${input}/Config"/>
! <property name="schemas" value="${input}/Schemas"/>
<property name="tools" value="tools"/>
***************
*** 22,25 ****
--- 22,26 ----
<property name="gensrc" value="${output}/gensrc"/>
<property name="assemblies" value="${output}/outassemblies"/>
+ <property name="test.assemblies" value="${output}/testassemblies"/>
<property name="web.staging" value="${output}/staging-web"/>
<property name="web.staging.bin" value="${web.staging}/bin"/>
|