RTC COMPONENTS
One answer
Hello,
I am assuming you are using Eclipse client.
In the Project Explorer view, you can right-click on the project, select Team->Share project, select the Jazz Source Control and then use the wizard to select the component you have created earlier.
http://pic.dhe.ibm.com/infocenter/clmhelp/v4r0m6/index.jsp?topic=%2Fcom.ibm.team.scm.doc%2Ftopics%2Ft_sharing_projects.html
I am assuming you are using Eclipse client.
In the Project Explorer view, you can right-click on the project, select Team->Share project, select the Jazz Source Control and then use the wizard to select the component you have created earlier.
http://pic.dhe.ibm.com/infocenter/clmhelp/v4r0m6/index.jsp?topic=%2Fcom.ibm.team.scm.doc%2Ftopics%2Ft_sharing_projects.html
Comments
Hi Piotr Aniloa
But It is not a JAVA project...
Just I have Plain files and folders (Non Java project codes) and I wanted to Import it into "ADD TO SOURCE CONTROL"
Like how we do it in clearcase " CLEARFSIMPORT"
the same way I do it in eclipse client (not looking for command line interface ) Looking for GUI based (Eclipse client).
Eclipse is project based for any resources used in the IDE. It's not expected to use Eclipse only as a GUI for source control operations. You'll have to create Eclipse projects for your files (you don't have to share the Eclipse .project file). Or I suggest you use the Windows Shell client if you only want to deal with files.