svn commit: r13136 - branches/gsoc2007/maurelio1234/examples/javabeans/.classpath
| Newsgroups | gmane.comp.lang.uml.argouml.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: maurelio1234 Date: 2007-07-24 11:41:55-0700 New Revision: 13136 Modified: branches/gsoc2007/maurelio1234/examples/javabeans/.classpath Log: adding reference to logging lib Modified: branches/gsoc2007/maurelio1234/examples/javabeans/.classpath Url: http://argouml.tigris.org/source/browse/argouml/branches/gsoc2007/maurelio1234/examples/javabeans/.classpath?view=diff&rev=13136&p1=branches/gsoc2007/maurelio1234/examples/javabeans/.classpath&p2=branches/gsoc2007/maurelio1234/examples/javabeans/.classpath&r1=13135&r2=13136 ============================================================================== --- branches/gsoc2007/maurelio1234/examples/javabeans/.classpath (original) +++ branches/gsoc2007/maurelio1234/examples/javabeans/.classpath 2007-07-24 11:41:55-0700 @@ -5,5 +5,6 @@ <classpathentry combineaccessrules="false" kind="src" path="/argouml"/> <classpathentry combineaccessrules="false" kind="src" path="/argouml-core-model"/> <classpathentry kind="lib" path="/argouml-core-lib/gef-0.12.4M4.jar"/> + <classpathentry kind="lib" path="/argouml-core-lib/log4j-1.2.6.jar"/> <classpathentry kind="output" path="bin"/> </classpath>