Sha256: 625982423c553d9a3378dc91d95e75d0eadd2d4c00a65bfa075e0ac6601a808b
Contents?: true
Size: 1.25 KB
Versions: 15
Compression:
Stored size: 1.25 KB
Contents
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title>Documentation of the bake-tookit</title> </head> <body> <h1>How to create a workspace in Eclipse </h1> <h2>General note</h2> Using bake in Eclipse is very similar compared to the CDT build mechanism. <p> One major difference is, that .cproject and .project files are just wrappers. Do not use the standard property pages, they will be simply ignored! <b>Edit only the Project.meta files.</b><br> <b>The .cproject and .project files shall not be committed to your source control.</b> However, you may commit .cproject and .project files with an empty dummy configuration <b>once</b> to avoid the following importing step for future checkouts. <h2>Import</h2> If you have a workspace with no .cproject and .project files, but Project.meta files, you can import them to Eclipse. You can also use the importer to import single projects. The importer can be found unter File->Import or in the context menu of the Project Explorer.<br> All (sub)directories with a Project.meta are listed here. Choose the projects to import and press Finish.<p> <img src="import/Select.png"/> <img src="import/Import.png"/><br> </body> </html>
Version data entries
15 entries across 15 versions & 1 rubygems