Forum Discussion

srinivaskiranp's avatar
7 years ago

how to configure The Community Plugin software development kit (SDK) with eclipse IDE.

The Community Plugin SDK. The Community Plugin software development kit (SDK) enables developers to create customization in their preferred IDE or text editor (e.g. Eclipse, IntelliJ, Sublime) and t...
  • StevenT's avatar
    StevenT
    7 years ago

    Hi srinivaskiranp

     

    You would need to create a file called .project

    Within this .project file you would need to add the following:

     

    <?xml version="1.0" encoding="UTF-8"?>
    <projectDescription>
    	<name>custom.NAME</name>
    	<comment></comment>
    	<buildSpec>
    	</buildSpec>
    	<natures>
    	</natures>
    </projectDescription>
    

    You would need to change the .NAME to what ever you would like to call this within Eclipse.

  • StevenT's avatar
    StevenT
    7 years ago

    Hi srinivaskiranp

     

    I am going to share that through a private message :) Keep an eye out for the envelope in the top right corner that would say the number 1 in a red circle