Index: UnprojectizedSourceForBinaryImpl.java =================================================================== RCS file: /cvs/apisupport/project/src/org/netbeans/modules/apisupport/project/UnprojectizedSourceForBinaryImpl.java,v retrieving revision 1.20 diff -c -r1.20 UnprojectizedSourceForBinaryImpl.java *** UnprojectizedSourceForBinaryImpl.java 6 Dec 2004 20:30:23 -0000 1.20 --- UnprojectizedSourceForBinaryImpl.java 10 Feb 2005 15:55:11 -0000 *************** *** 48,54 **** private static final Pattern REGEX = Pattern.compile( // XXX better would be to generate this automatically from directories.properties ! "jar:(file:.*/)nbbuild/netbeans/([a-zA-Z0-9_]+/(modules(|/eager|/autoload)|core|lib)/[^/]+\\.jar)!/"); // NOI18N /** * Cache of results, since the computation can be a bit slow. --- 48,54 ---- private static final Pattern REGEX = Pattern.compile( // XXX better would be to generate this automatically from directories.properties ! "jar:(file:.*/)nbbuild/netbeans/([a-zA-Z0-9_\\.]+/(modules(|/eager|/autoload)|core|lib)/[^/]+\\.jar)!/"); // NOI18N /** * Cache of results, since the computation can be a bit slow.