From graffito-commits-return-27-apmail-incubator-graffito-commits-archive=www.apache.org@incubator.apache.org Fri Jan 21 08:54:15 2005 Return-Path: Delivered-To: apmail-incubator-graffito-commits-archive@www.apache.org Received: (qmail 83835 invoked from network); 21 Jan 2005 08:54:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 21 Jan 2005 08:54:15 -0000 Received: (qmail 27717 invoked by uid 500); 21 Jan 2005 08:54:15 -0000 Mailing-List: contact graffito-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: graffito-dev@incubator.apache.org Delivered-To: mailing list graffito-commits@incubator.apache.org Delivered-To: moderator for graffito-commits@incubator.apache.org Received: (qmail 71438 invoked by uid 500); 20 Jan 2005 21:58:22 -0000 Delivered-To: apmail-incubator-graffito-cvs@incubator.apache.org X-ASF-Spam-Status: No, hits=-9.8 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Date: 20 Jan 2005 21:58:21 -0000 Message-ID: <20050120215821.96561.qmail@minotaur.apache.org> From: taylor@apache.org To: graffito-cvs@incubator.apache.org Subject: svn commit: r125824 - /incubator/graffito/trunk/.classpath /incubator/graffito/trunk/.cvsignore /incubator/graffito/trunk/.project MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Author: taylor Date: Thu Jan 20 13:58:20 2005 New Revision: 125824 URL: http://svn.apache.org/viewcvs?view=rev&rev=125824 Log: ok, this latest .classpath finally builds inside Eclipse 3.1 let me know how it works for others also added a .cvsignore for Eclipse but it seems to be ignoring it Added: incubator/graffito/trunk/.cvsignore Modified: incubator/graffito/trunk/.classpath incubator/graffito/trunk/.project Modified: incubator/graffito/trunk/.classpath Url: http://svn.apache.org/viewcvs/incubator/graffito/trunk/.classpath?view=diff&rev=125824&p1=incubator/graffito/trunk/.classpath&r1=125823&p2=incubator/graffito/trunk/.classpath&r2=125824 ============================================================================== --- incubator/graffito/trunk/.classpath (original) +++ incubator/graffito/trunk/.classpath Thu Jan 20 13:58:20 2005 @@ -1,27 +1,43 @@ - + - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - Added: incubator/graffito/trunk/.cvsignore Url: http://svn.apache.org/viewcvs/incubator/graffito/trunk/.cvsignore?view=auto&rev=125824 ============================================================================== --- (empty file) +++ incubator/graffito/trunk/.cvsignore Thu Jan 20 13:58:20 2005 @@ -0,0 +1,9 @@ +velocity.log +*.log +.classpath +.project +bin +target +repository +.maven.log +velocity.log.1 Modified: incubator/graffito/trunk/.project Url: http://svn.apache.org/viewcvs/incubator/graffito/trunk/.project?view=diff&rev=125824&p1=incubator/graffito/trunk/.project&r1=125823&p2=incubator/graffito/trunk/.project&r2=125824 ============================================================================== --- incubator/graffito/trunk/.project (original) +++ incubator/graffito/trunk/.project Thu Jan 20 13:58:20 2005 @@ -1,18 +1,18 @@ - - - graffito - - - - - - org.eclipse.jdt.core.javabuilder - - - - - - org.eclipse.jdt.core.javanature - - - \ No newline at end of file + + + + graffito + Graffito is the default CMS solution for Jetspeed Portal server + + + + + org.eclipse.jdt.core.javabuilder + + + + + + org.eclipse.jdt.core.javanature + + \ No newline at end of file