This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

View | Details | Raw Unified | Return to bug 11175
Collapse All | Expand All

(-)apisupport/build.xml (-5 / +3 lines)
Lines 114-127 Link Here
114
    <ant dir="lite" target="compile"/>
114
    <ant dir="lite" target="compile"/>
115
    <mkdir dir="test"/>
115
    <mkdir dir="test"/>
116
    <filter token="BUILD_NUMBER_SUBST" value="testing"/>
116
    <filter token="BUILD_NUMBER_SUBST" value="testing"/>
117
    <copy file="manifest-lite.mf" tofile="manifest-lite-subst.mf" filtering="on"/>
117
    <copy file="apisupport-lite.mf" tofile="apisupport-lite-subst.mf" filtering="on"/>
118
    <jar jarfile="test/apisupport-lite.jar"
118
    <jar jarfile="test/apisupport-lite.jar"
119
         manifest="manifest-lite-subst.mf"
119
         manifest="apisupport-lite-subst.mf"
120
         compress="false">
120
         compress="false">
121
      <fileset dir="src" excludesfile="../nbbuild/standard-jar-excludes.txt">
121
      <fileset dir="src" excludesfile="../nbbuild/standard-jar-excludes.txt">
122
        <include name="org/netbeans/modules/apisupport/ant/"/>
122
        <include name="org/netbeans/modules/apisupport/lite/"/>
123
        <exclude name="org/netbeans/modules/apisupport/lite/"/>
124
        <exclude name="org/netbeans/modules/apisupport/wizard/"/>
125
      </fileset>
123
      </fileset>
126
    </jar>
124
    </jar>
127
    <nbinstaller module="test/apisupport-lite.jar" action="reinstall"/>
125
    <nbinstaller module="test/apisupport-lite.jar" action="reinstall"/>

Return to bug 11175