|
From: David C. <dc...@us...> - 2005-10-13 23:56:27
|
Update of /cvsroot/rubyeclipse/org.rubypeople.rdt.core/src/org/rubypeople/rdt/internal/core/builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3445/src/org/rubypeople/rdt/internal/core/builder Modified Files: RubyBuilder.java RubyCompiler.java RdtCompiler.java IndexUpdater.java SingleFileCompiler.java IFileFinder.java TaskCompiler.java MarkerManager.java ProjectFileFinder.java IoUtils.java IMarkerManager.java IncrementalFileFinder.java Log Message: Added license comment to a number of files. Index: IFileFinder.java =================================================================== RCS file: /cvsroot/rubyeclipse/org.rubypeople.rdt.core/src/org/rubypeople/rdt/internal/core/builder/IFileFinder.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** IFileFinder.java 1 Oct 2005 23:01:00 -0000 1.1 --- IFileFinder.java 13 Oct 2005 23:56:06 -0000 1.2 *************** *** 1,5 **** ! /** ! * ! */ package org.rubypeople.rdt.internal.core.builder; --- 1,13 ---- ! /* ! ?* Author: David Corbin ! ?* ! ?* Copyright (c) 2005 RubyPeople. ! ?* ! ?* This file is part of the Ruby Development Tools (RDT) plugin for eclipse. ! * RDT is subject to the "Common Public License (CPL) v 1.0". You may not use ! * RDT except in compliance with the License. For further information see ! * org.rubypeople.rdt/rdt.license. ! ?*/ ! package org.rubypeople.rdt.internal.core.builder; Index: RubyBuilder.java =================================================================== RCS file: /cvsroot/rubyeclipse/org.rubypeople.rdt.core/src/org/rubypeople/rdt/internal/core/builder/RubyBuilder.java,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** RubyBuilder.java 1 Oct 2005 23:01:00 -0000 1.13 --- RubyBuilder.java 13 Oct 2005 23:56:06 -0000 1.14 *************** *** 1,2 **** --- 1,13 ---- + /* + ?* Author: Chris, David Corbin + ?* + ?* Copyright (c) 2005 RubyPeople. + ?* + ?* This file is part of the Ruby Development Tools (RDT) plugin for eclipse. + * RDT is subject to the "Common Public License (CPL) v 1.0". You may not use + * RDT except in compliance with the License. For further information see + * org.rubypeople.rdt/rdt.license. + ?*/ + package org.rubypeople.rdt.internal.core.builder; *************** *** 11,18 **** import org.rubypeople.rdt.core.RubyCore; ! /** ! * @author Chris ! * ! */ public class RubyBuilder extends IncrementalProjectBuilder { --- 22,26 ---- import org.rubypeople.rdt.core.RubyCore; ! public class RubyBuilder extends IncrementalProjectBuilder { Index: SingleFileCompiler.java =================================================================== RCS file: /cvsroot/rubyeclipse/org.rubypeople.rdt.core/src/org/rubypeople/rdt/internal/core/builder/SingleFileCompiler.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** SingleFileCompiler.java 1 Oct 2005 23:01:00 -0000 1.1 --- SingleFileCompiler.java 13 Oct 2005 23:56:06 -0000 1.2 *************** *** 1,5 **** ! /** ! * ! */ package org.rubypeople.rdt.internal.core.builder; --- 1,14 ---- ! /* ! ?* Author: David Corbin ! ?* ! ?* Copyright (c) 2005 RubyPeople. ! ?* ! ?* This file is part of the Ruby Development Tools (RDT) plugin for eclipse. ! * RDT is subject to the "Common Public License (CPL) v 1.0". You may not use ! * RDT except in compliance with the License. For further information see ! * org.rubypeople.rdt/rdt.license. ! ?*/ ! ! package org.rubypeople.rdt.internal.core.builder; Index: MarkerManager.java =================================================================== RCS file: /cvsroot/rubyeclipse/org.rubypeople.rdt.core/src/org/rubypeople/rdt/internal/core/builder/MarkerManager.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** MarkerManager.java 1 Oct 2005 23:01:00 -0000 1.1 --- MarkerManager.java 13 Oct 2005 23:56:07 -0000 1.2 *************** *** 1,2 **** --- 1,13 ---- + /* + ?* Author: David Corbin + ?* + ?* Copyright (c) 2005 RubyPeople. + ?* + ?* This file is part of the Ruby Development Tools (RDT) plugin for eclipse. + * RDT is subject to the "Common Public License (CPL) v 1.0". You may not use + * RDT except in compliance with the License. For further information see + * org.rubypeople.rdt/rdt.license. + ?*/ + package org.rubypeople.rdt.internal.core.builder; Index: TaskCompiler.java =================================================================== RCS file: /cvsroot/rubyeclipse/org.rubypeople.rdt.core/src/org/rubypeople/rdt/internal/core/builder/TaskCompiler.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** TaskCompiler.java 1 Oct 2005 23:01:00 -0000 1.1 --- TaskCompiler.java 13 Oct 2005 23:56:06 -0000 1.2 *************** *** 1,5 **** ! /** ! * ! */ package org.rubypeople.rdt.internal.core.builder; --- 1,14 ---- ! /* ! ?* Author: David Corbin ! ?* ! ?* Copyright (c) 2005 RubyPeople. ! ?* ! ?* This file is part of the Ruby Development Tools (RDT) plugin for eclipse. ! * RDT is subject to the "Common Public License (CPL) v 1.0". You may not use ! * RDT except in compliance with the License. For further information see ! * org.rubypeople.rdt/rdt.license. ! ?*/ ! ! package org.rubypeople.rdt.internal.core.builder; Index: IMarkerManager.java =================================================================== RCS file: /cvsroot/rubyeclipse/org.rubypeople.rdt.core/src/org/rubypeople/rdt/internal/core/builder/IMarkerManager.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** IMarkerManager.java 1 Oct 2005 23:01:00 -0000 1.1 --- IMarkerManager.java 13 Oct 2005 23:56:07 -0000 1.2 *************** *** 1,2 **** --- 1,13 ---- + /* + ?* Author: David Corbin + ?* + ?* Copyright (c) 2005 RubyPeople. + ?* + ?* This file is part of the Ruby Development Tools (RDT) plugin for eclipse. + * RDT is subject to the "Common Public License (CPL) v 1.0". You may not use + * RDT except in compliance with the License. For further information see + * org.rubypeople.rdt/rdt.license. + ?*/ + package org.rubypeople.rdt.internal.core.builder; Index: ProjectFileFinder.java =================================================================== RCS file: /cvsroot/rubyeclipse/org.rubypeople.rdt.core/src/org/rubypeople/rdt/internal/core/builder/ProjectFileFinder.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** ProjectFileFinder.java 1 Oct 2005 23:01:00 -0000 1.1 --- ProjectFileFinder.java 13 Oct 2005 23:56:07 -0000 1.2 *************** *** 1,5 **** ! /** ! * ! */ package org.rubypeople.rdt.internal.core.builder; --- 1,14 ---- ! /* ! ?* Author: David Corbin ! ?* ! ?* Copyright (c) 2005 RubyPeople. ! ?* ! ?* This file is part of the Ruby Development Tools (RDT) plugin for eclipse. ! * RDT is subject to the "Common Public License (CPL) v 1.0". You may not use ! * RDT except in compliance with the License. For further information see ! * org.rubypeople.rdt/rdt.license. ! ?*/ ! ! package org.rubypeople.rdt.internal.core.builder; Index: RdtCompiler.java =================================================================== RCS file: /cvsroot/rubyeclipse/org.rubypeople.rdt.core/src/org/rubypeople/rdt/internal/core/builder/RdtCompiler.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** RdtCompiler.java 13 Oct 2005 01:00:35 -0000 1.2 --- RdtCompiler.java 13 Oct 2005 23:56:06 -0000 1.3 *************** *** 1,5 **** ! /** ! * ! */ package org.rubypeople.rdt.internal.core.builder; --- 1,14 ---- ! /* ! ?* Author: David Corbin ! ?* ! ?* Copyright (c) 2005 RubyPeople. ! ?* ! ?* This file is part of the Ruby Development Tools (RDT) plugin for eclipse. ! * RDT is subject to the "Common Public License (CPL) v 1.0". You may not use ! * RDT except in compliance with the License. For further information see ! * org.rubypeople.rdt/rdt.license. ! ?*/ ! ! package org.rubypeople.rdt.internal.core.builder; Index: RubyCompiler.java =================================================================== RCS file: /cvsroot/rubyeclipse/org.rubypeople.rdt.core/src/org/rubypeople/rdt/internal/core/builder/RubyCompiler.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** RubyCompiler.java 1 Oct 2005 23:01:00 -0000 1.1 --- RubyCompiler.java 13 Oct 2005 23:56:06 -0000 1.2 *************** *** 1,5 **** ! /** ! * ! */ package org.rubypeople.rdt.internal.core.builder; --- 1,13 ---- ! /* ! ?* Author: Chris, David Corbin ! ?* ! ?* Copyright (c) 2005 RubyPeople. ! ?* ! ?* This file is part of the Ruby Development Tools (RDT) plugin for eclipse. ! * RDT is subject to the "Common Public License (CPL) v 1.0". You may not use ! * RDT except in compliance with the License. For further information see ! * org.rubypeople.rdt/rdt.license. ! ?*/ ! package org.rubypeople.rdt.internal.core.builder; Index: IoUtils.java =================================================================== RCS file: /cvsroot/rubyeclipse/org.rubypeople.rdt.core/src/org/rubypeople/rdt/internal/core/builder/IoUtils.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** IoUtils.java 1 Oct 2005 23:01:00 -0000 1.1 --- IoUtils.java 13 Oct 2005 23:56:07 -0000 1.2 *************** *** 1,2 **** --- 1,13 ---- + /* + ?* Author: David Corbin + ?* + ?* Copyright (c) 2005 RubyPeople. + ?* + ?* This file is part of the Ruby Development Tools (RDT) plugin for eclipse. + * RDT is subject to the "Common Public License (CPL) v 1.0". You may not use + * RDT except in compliance with the License. For further information see + * org.rubypeople.rdt/rdt.license. + ?*/ + package org.rubypeople.rdt.internal.core.builder; Index: IndexUpdater.java =================================================================== RCS file: /cvsroot/rubyeclipse/org.rubypeople.rdt.core/src/org/rubypeople/rdt/internal/core/builder/IndexUpdater.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** IndexUpdater.java 13 Oct 2005 01:00:35 -0000 1.3 --- IndexUpdater.java 13 Oct 2005 23:56:06 -0000 1.4 *************** *** 1,2 **** --- 1,13 ---- + /* + ?* Author: David Corbin + ?* + ?* Copyright (c) 2005 RubyPeople. + ?* + ?* This file is part of the Ruby Development Tools (RDT) plugin for eclipse. + * RDT is subject to the "Common Public License (CPL) v 1.0". You may not use + * RDT except in compliance with the License. For further information see + * org.rubypeople.rdt/rdt.license. + ?*/ + package org.rubypeople.rdt.internal.core.builder; *************** *** 14,18 **** public class IndexUpdater { - // TODO Build Index on startup private final SymbolIndex index; private Stack scopeStack = new Stack(); --- 25,28 ---- Index: IncrementalFileFinder.java =================================================================== RCS file: /cvsroot/rubyeclipse/org.rubypeople.rdt.core/src/org/rubypeople/rdt/internal/core/builder/IncrementalFileFinder.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** IncrementalFileFinder.java 1 Oct 2005 23:01:00 -0000 1.1 --- IncrementalFileFinder.java 13 Oct 2005 23:56:07 -0000 1.2 *************** *** 1,5 **** ! /** ! * ! */ package org.rubypeople.rdt.internal.core.builder; --- 1,14 ---- ! /* ! ?* Author: David Corbin ! ?* ! ?* Copyright (c) 2005 RubyPeople. ! ?* ! ?* This file is part of the Ruby Development Tools (RDT) plugin for eclipse. ! * RDT is subject to the "Common Public License (CPL) v 1.0". You may not use ! * RDT except in compliance with the License. For further information see ! * org.rubypeople.rdt/rdt.license. ! ?*/ ! ! package org.rubypeople.rdt.internal.core.builder; |