[armedbear-cvs] r13697 - trunk/abcl/nbproject
mevenson at common-lisp.net
mevenson at common-lisp.net
Wed Nov 23 19:43:11 UTC 2011
Author: mevenson
Date: Wed Nov 23 11:43:08 2011
New Revision: 13697
Log:
Update Netbeans artifacts to output of netbeans-7.0.1.
Modified:
trunk/abcl/nbproject/build-impl.xml
trunk/abcl/nbproject/genfiles.properties
Modified: trunk/abcl/nbproject/build-impl.xml
==============================================================================
--- trunk/abcl/nbproject/build-impl.xml Tue Nov 15 14:34:19 2011 (r13696)
+++ trunk/abcl/nbproject/build-impl.xml Wed Nov 23 11:43:08 2011 (r13697)
@@ -843,11 +843,12 @@
<classpath>
<path path="${javac.classpath}"/>
</classpath>
- <fileset dir="${src.dir}" excludes="${excludes}" includes="${includes}">
+ <fileset dir="${src.dir}" excludes="*.java,${excludes}" includes="${includes}">
<filename name="**/*.java"/>
</fileset>
<fileset dir="${build.generated.sources.dir}" erroronmissingdir="false">
<include name="**/*.java"/>
+ <exclude name="*.java"/>
</fileset>
</javadoc>
<copy todir="${dist.javadoc.dir}">
Modified: trunk/abcl/nbproject/genfiles.properties
==============================================================================
--- trunk/abcl/nbproject/genfiles.properties Tue Nov 15 14:34:19 2011 (r13696)
+++ trunk/abcl/nbproject/genfiles.properties Wed Nov 23 11:43:08 2011 (r13697)
@@ -4,8 +4,8 @@
# This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml.
# Do not edit this file. You may delete it but then the IDE will never regenerate such files for you.
nbproject/build-impl.xml.data.CRC32=742204ce
-nbproject/build-impl.xml.script.CRC32=1b34e6ea
-nbproject/build-impl.xml.stylesheet.CRC32=0c01fd8e at 1.43.1.45
+nbproject/build-impl.xml.script.CRC32=36361450
+nbproject/build-impl.xml.stylesheet.CRC32=0ae3a408 at 1.44.1.45
nbproject/profiler-build-impl.xml.data.CRC32=71623fcd
nbproject/profiler-build-impl.xml.script.CRC32=abda56ed
nbproject/profiler-build-impl.xml.stylesheet.CRC32=42cb6bcf
More information about the armedbear-cvs
mailing list