# HG changeset patch # User Jaroslav Tulach # Date 1213429890 -7200 # Node ID 850133dd7e4dd1f6302570399362662d6b6b1365 # Parent ecab95a52f1095022118a2c6c4926a7761ec62c9 Integrating Geertjan's changes to 1/2 of the theory chapter diff -r ecab95a52f10 -r 850133dd7e4d samples/friendpackage/nbproject/build-impl.xml --- a/samples/friendpackage/nbproject/build-impl.xml Sat Jun 14 09:51:30 2008 +0200 +++ b/samples/friendpackage/nbproject/build-impl.xml Sat Jun 14 09:51:30 2008 +0200 @@ -80,10 +80,7 @@ - - - - + @@ -97,15 +94,6 @@ - - - - - - - - - @@ -142,15 +130,15 @@ - - + - + - + + @@ -188,7 +176,7 @@ - + @@ -325,7 +313,7 @@ Must select some files in the IDE or set javac.includes - + @@ -408,10 +396,7 @@ - - - - + Must select one file in the IDE or set run.class @@ -439,7 +424,7 @@ Must select one file in the IDE or set debug.class - + Must set fix.includes @@ -455,10 +440,11 @@ --> - + + @@ -499,7 +485,7 @@ Must select some files in the IDE or set javac.includes - + @@ -536,7 +522,7 @@ Some tests failed; see details above. - + Must select one file in the IDE or set test.class - - - - + - - - - + - + diff -r ecab95a52f10 -r 850133dd7e4d samples/friendpackage/src/apipkg/AccessorImpl.java --- a/samples/friendpackage/src/apipkg/AccessorImpl.java Sat Jun 14 09:51:30 2008 +0200 +++ b/samples/friendpackage/src/apipkg/AccessorImpl.java Sat Jun 14 09:51:30 2008 +0200 @@ -7,14 +7,13 @@ * http://www.sun.com/ * * The Original Code is NetBeans. The Initial Developer of the Original - * Code is Sun Microsystems, Inc. Portions Copyright 1999-2006 Sun - * Microsystems, Inc. All Rights Reserved. + * Code is Jaroslav Tulach. Portions Copyright 2007 Jaroslav Tulach. + * All Rights Reserved. */ package apipkg; import implpkg.Accessor; -import javax.swing.event.ChangeEvent; import javax.swing.event.ChangeListener; /** The bridge between api and impl package. diff -r ecab95a52f10 -r 850133dd7e4d samples/friendpackage/src/apipkg/Item.java --- a/samples/friendpackage/src/apipkg/Item.java Sat Jun 14 09:51:30 2008 +0200 +++ b/samples/friendpackage/src/apipkg/Item.java Sat Jun 14 09:51:30 2008 +0200 @@ -7,8 +7,8 @@ * http://www.sun.com/ * * The Original Code is NetBeans. The Initial Developer of the Original - * Code is Sun Microsystems, Inc. Portions Copyright 1999-2006 Sun - * Microsystems, Inc. All Rights Reserved. + * Code is Jaroslav Tulach. Portions Copyright 2007 Jaroslav Tulach. + * All Rights Reserved. */ package apipkg; diff -r ecab95a52f10 -r 850133dd7e4d samples/friendpackage/src/implpkg/Accessor.java --- a/samples/friendpackage/src/implpkg/Accessor.java Sat Jun 14 09:51:30 2008 +0200 +++ b/samples/friendpackage/src/implpkg/Accessor.java Sat Jun 14 09:51:30 2008 +0200 @@ -7,8 +7,8 @@ * http://www.sun.com/ * * The Original Code is NetBeans. The Initial Developer of the Original - * Code is Sun Microsystems, Inc. Portions Copyright 1999-2006 Sun - * Microsystems, Inc. All Rights Reserved. + * Code is Jaroslav Tulach. Portions Copyright 2007 Jaroslav Tulach. + * All Rights Reserved. */ package implpkg; diff -r ecab95a52f10 -r 850133dd7e4d samples/friendpackage/test/implpkg/AccessorTest.java --- a/samples/friendpackage/test/implpkg/AccessorTest.java Sat Jun 14 09:51:30 2008 +0200 +++ b/samples/friendpackage/test/implpkg/AccessorTest.java Sat Jun 14 09:51:30 2008 +0200 @@ -7,8 +7,8 @@ * http://www.sun.com/ * * The Original Code is NetBeans. The Initial Developer of the Original - * Code is Sun Microsystems, Inc. Portions Copyright 1999-2006 Sun - * Microsystems, Inc. All Rights Reserved. + * Code is Jaroslav Tulach. Portions Copyright 2007 Jaroslav Tulach. + * All Rights Reserved. */ package implpkg;