Return-Path: Delivered-To: apmail-incubator-ode-commits-archive@locus.apache.org Received: (qmail 8210 invoked from network); 14 Jun 2007 01:02:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 14 Jun 2007 01:02:24 -0000 Received: (qmail 25734 invoked by uid 500); 14 Jun 2007 01:02:27 -0000 Delivered-To: apmail-incubator-ode-commits-archive@incubator.apache.org Received: (qmail 25720 invoked by uid 500); 14 Jun 2007 01:02:27 -0000 Mailing-List: contact ode-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ode-dev@incubator.apache.org Delivered-To: mailing list ode-commits@incubator.apache.org Received: (qmail 25711 invoked by uid 99); 14 Jun 2007 01:02:27 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Jun 2007 18:02:27 -0700 X-ASF-Spam-Status: No, hits=-99.5 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Jun 2007 18:02:23 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 01DEF1A981A; Wed, 13 Jun 2007 18:02:02 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r547072 - /incubator/ode/trunk/Rakefile Date: Thu, 14 Jun 2007 01:02:02 -0000 To: ode-commits@incubator.apache.org From: mriou@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20070614010203.01DEF1A981A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: mriou Date: Wed Jun 13 18:02:02 2007 New Revision: 547072 URL: http://svn.apache.org/viewvc?view=rev&rev=547072 Log: Proper and seemingly complete generation of IntelliJ Idea projects. Tested with ODE and loads okay. I plan to test with a couple of other projects and we'll be good to go. Modified: incubator/ode/trunk/Rakefile Modified: incubator/ode/trunk/Rakefile URL: http://svn.apache.org/viewvc/incubator/ode/trunk/Rakefile?view=diff&rev=547072&r1=547071&r2=547072 ============================================================================== --- incubator/ode/trunk/Rakefile (original) +++ incubator/ode/trunk/Rakefile Wed Jun 13 18:02:02 2007 @@ -16,8 +16,8 @@ # gem "buildr", "~>1.1" -require "buildr" -#require "buildr/lib/buildr" +#require "buildr" +require "buildr/lib/buildr" require "buildr/xmlbeans.rb" require "buildr/openjpa" require "buildr/javacc"