Package for adding Power Tools group into IDM Designer's palette.
PowerRoleDesignerPlugIn.zip


Manual way
-----------
1.	Extract the archive PowerRoleDesignerPlugIn.zip in some folder and open it.

2. In "<designer_installation_folder>\plugins" find the folders that have names same to "com.novell.idm_4.0.0.x" (for example "com.novell.idm_4.0.0.201206110753"). Usually you will find just one folder, but some Designer builds have 2 or more such folders.

3. (Do for every folder found in paragraph 2) Copy contents of directory "Applications" into <designer_installation_folder>\plugins\com.novell.idm_4.0.0.x\defs\model_items\Applications

4. (Do for every folder found in paragraph 2) Copy contents of directory "Drivers" into <designer_installation_folder>\plugins\com.novell.idm_4.0.0.x\defs\model_items\Drivers

5. (Do for every folder found in paragraph 2) Make corrections in file <designer_installation_folder>\plugins\com.novell.idm_4.0.0.x\defs\model_items\Palettes\Main.xml
Add line into tag <palette>: 
	<group id="PowerRole">%PowerRole</group>

6. (Do for every folder found in paragraph 2) Make corrections in file <designer_installation_folder>\plugins\com.novell.idm_4.0.0.x\defs\model_items\Palettes\props\Main.properties
Add line: 
	PowerRole = PowerRole

7. Restart the Designer.
*****************************


Automated way (required java 1.5, installed with IDM Designer)
-------------
1.	Extract the archive PowerRoleDesignerPlugIn.zip in some folder and open it.
2. Start Install.jar in the OS console: java -jar Install.jar <designer_installation_folder>
    Example for Windows: java -jar Install.jar "c:\Program Files\Novell\Designer"
	Example for Linux:  java -jar Install.jar /root/designer
	
	If you dont have java installed in your operation system, you can use java from the Designer installation folder:
	<designer_installation_folder>\jre\bin\java -jar Install.jar <designer_installation_folder>


3. Check the logs in console.

4. Restart the Designer.