Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/07/11 14:06:47 (13 years ago)
Author:
mholper
Message:

added UserNameHandler for all serviceProject, central in ECJClient #1441

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/OKBJavaConnector/AuthenticationService/nbproject/build-impl.xml

    r6064 r6147  
    293293            <sequential>
    294294                <fail unless="javac.includes">Must set javac.includes</fail>
    295                 <pathconvert pathsep="${line.separator}" property="javac.includes.binary">
     295                <pathconvert pathsep="," property="javac.includes.binary">
    296296                    <path>
    297297                        <filelist dir="@{destdir}" files="${javac.includes}"/>
     
    299299                    <globmapper from="*.java" to="*.class"/>
    300300                </pathconvert>
    301                 <tempfile deleteonexit="true" property="javac.includesfile.binary"/>
    302                 <echo file="${javac.includesfile.binary}" message="${javac.includes.binary}"/>
    303301                <delete>
    304                     <files includesfile="${javac.includesfile.binary}"/>
     302                    <files includes="${javac.includes.binary}"/>
    305303                </delete>
    306                 <delete file="${javac.includesfile.binary}"/>
    307304            </sequential>
    308305        </macrodef>
Note: See TracChangeset for help on using the changeset viewer.