Changeset 336

Show
Ignore:
Timestamp:
02/04/07 23:03:14 (2 years ago)
Author:
scorfield
Message:

Shuffled all the sample lexicons into the new extensions directory and added the assertions
plugin. This is in preparation for the Fusebox 6 theme are extending through extensibility.
Note that the release script has not been updated so this is a stable BER.

Location:
framework/trunk
Files:
19 added
1 modified
3 moved

Legend:

Unmodified
Added
Removed
  • framework/trunk/skeleton/build.xml

    r252 r336  
    11<project name="Test Fusebox 5 Skeleton" default="deploy"> 
    22        <property name="source" value="."/> 
     3        <property name="extensions" value="../extensions/"/> 
    34        <property name="target" value="/www/appserver/jboss/server/default/deploy/cfusion.ear/cfusion.war"/> 
    45 
     
    78                        <fileset dir="${source}" /> 
    89                </copy> 
     10                <copy todir="${target}/skeleton/"> 
     11                        <fileset dir="${extensions}" /> 
     12                </copy> 
    913        </target> 
    1014</project>