How do I add the Acrolinx plugin as a drop-in?
You need to create the Acrolinx drop-in from the Acrolinx public update site.
Description
IXIA CCMS Desktop uses drop-ins and Acrolinx does not have drop-in or .zip distributions of their plugin.
Solution
You can create a drop-in (.zip) distribution package from the Acrolinx public update site by using the GNU wget utility.
Note: This topic is offered "as is." MadCap Software makes no claims,
				promises, or guarantees about its accuracy, completeness, or adequacy given it has
				no influence on the third-party products or web sites. 
			
			To create the Acrolinx drop-in:
- Make sure that you have the GNU wget utility installed on the machine you are using to
					create the drop-in. It does not need to be installed on the IXIA CCMS server. - Linux: The GNU wget utility is usually installed by default.
- Windows: To install, follow the instructions on the Wget for
							Windows website at http://gnuwin32.sourceforge.net/packages/wget.htm. Note: You may need to add the path to thewget.exefile to the Path environment variable.
 
- Create a folder for the drop-in, such as c:\temp\acrolinx.
- Open a command prompt and browse to the folder you created.
- Type:
					wget -r -np http://updates.acrolinx.com/classic/oxygen/eclipse/features/ --accept .jar -l 1 wget -r -np http://updates.acrolinx.com/classic/oxygen/eclipse/plugins/ --accept .jar -l 1
- Open the eclipsefolder such as C:\temp\acrolinx\updates.acrolinx.com\classic\oxygen\eclipse.
- Select both the pluginsandfeaturesfolders and compress them together into a .zip file.
- Rename the .zip file so the Acrolinx plugin can recognize it. For example, you can use the
					name of the .jar file found in the plugins folder such as
						com.acrolinx.client.oxygen-3.5.0.89.zip.
- Include the Acrolinx plugin in your Eclipse packaging directory.