Changeset 13697 for trunk


Ignore:
Timestamp:
11/23/11 19:43:08 (12 years ago)
Author:
Mark Evenson
Message:

Update Netbeans artifacts to output of netbeans-7.0.1.

Location:
trunk/abcl/nbproject
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/abcl/nbproject/build-impl.xml

    r13272 r13697  
    844844                <path path="${javac.classpath}"/>
    845845            </classpath>
    846             <fileset dir="${src.dir}" excludes="${excludes}" includes="${includes}">
     846            <fileset dir="${src.dir}" excludes="*.java,${excludes}" includes="${includes}">
    847847                <filename name="**/*.java"/>
    848848            </fileset>
    849849            <fileset dir="${build.generated.sources.dir}" erroronmissingdir="false">
    850850                <include name="**/*.java"/>
     851                <exclude name="*.java"/>
    851852            </fileset>
    852853        </javadoc>
  • trunk/abcl/nbproject/genfiles.properties

    r13272 r13697  
    55# Do not edit this file. You may delete it but then the IDE will never regenerate such files for you.
    66nbproject/build-impl.xml.data.CRC32=742204ce
    7 nbproject/build-impl.xml.script.CRC32=1b34e6ea
    8 nbproject/build-impl.xml.stylesheet.CRC32=0c01fd8e@1.43.1.45
     7nbproject/build-impl.xml.script.CRC32=36361450
     8nbproject/build-impl.xml.stylesheet.CRC32=0ae3a408@1.44.1.45
    99nbproject/profiler-build-impl.xml.data.CRC32=71623fcd
    1010nbproject/profiler-build-impl.xml.script.CRC32=abda56ed
Note: See TracChangeset for help on using the changeset viewer.