diff options
author | Alex Neundorf <neundorf@kde.org> | 2010-11-11 21:07:24 (GMT) |
---|---|---|
committer | Alex Neundorf <neundorf@kde.org> | 2010-11-11 21:07:24 (GMT) |
commit | e547fa763be0de7dad5bd4e5138e9c4133d4fca8 (patch) | |
tree | 5afd3fbef17d681a5eba141092e869934480213d | |
parent | a02987a0df46121ba8dfe07374412d9b20b2606b (diff) | |
download | CMake-e547fa763be0de7dad5bd4e5138e9c4133d4fca8.zip CMake-e547fa763be0de7dad5bd4e5138e9c4133d4fca8.tar.gz CMake-e547fa763be0de7dad5bd4e5138e9c4133d4fca8.tar.bz2 |
Remove the "early alpha stage" comments about Eclipse and C::B
Alex
-rw-r--r-- | Source/cmExtraCodeBlocksGenerator.h | 2 | ||||
-rw-r--r-- | Source/cmExtraEclipseCDT4Generator.h | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/Source/cmExtraCodeBlocksGenerator.h b/Source/cmExtraCodeBlocksGenerator.h index 93fc6b3..b66b24a 100644 --- a/Source/cmExtraCodeBlocksGenerator.h +++ b/Source/cmExtraCodeBlocksGenerator.h @@ -22,8 +22,6 @@ class cmGeneratedFileStream; /** \class cmExtraCodeBlocksGenerator * \brief Write CodeBlocks project files for Makefile based projects - * - * This generator is in early alpha stage. */ class cmExtraCodeBlocksGenerator : public cmExternalMakefileProjectGenerator { diff --git a/Source/cmExtraEclipseCDT4Generator.h b/Source/cmExtraEclipseCDT4Generator.h index 763afc1..118c79a 100644 --- a/Source/cmExtraEclipseCDT4Generator.h +++ b/Source/cmExtraEclipseCDT4Generator.h @@ -21,8 +21,6 @@ class cmGeneratedFileStream; /** \class cmExtraEclipseCDT4Generator * \brief Write Eclipse project files for Makefile based projects - * - * This generator is in early alpha stage. */ class cmExtraEclipseCDT4Generator : public cmExternalMakefileProjectGenerator { |