Revision 37822 branches/v2_0_0_prep/extensions/org.gvsig.installer/org.gvsig.installer.lib/org.gvsig.installer.lib.api/src/main/java/org/gvsig/installer/lib/api/creation/MakePluginPackageService.java

View differences:

MakePluginPackageService.java
89 89
public interface MakePluginPackageService extends Service {
90 90

  
91 91
	/**
92
	 * @return the directory when the gvSIG plugins are located.
93
	 */
94
	public File getPluginsDirectory();
95

  
96
	/**
97 92
	 * It creates a package set with a single plugin package inside.
98 93
	 * 
99 94
	 * @param packageInfo
......
129 124
	 * the ant build file and the additional external files to be included in
130 125
	 * the package.
131 126
	 * 
132
	 * @param packageInfo
133
	 *            the information of the plugin that has to be included in the
134
	 *            package
127
	 * @param newPackageInfo
128
	 *            the information of the new plugin.
129
	 * @param originalPackageInfo
130
	 *            the information of the original plugin.
135 131
	 * @throws MakePluginPackageServiceException
136 132
	 *             it is thrown when there is an exception preparing the package
137 133
	 */
138
	public void preparePackage(PackageInfo packageInfo)
134
	public void preparePackage(PackageInfo packageInfo,
135
			File originalPackageFolder)
139 136
			throws MakePluginPackageServiceException;
140 137

  
141 138
	/**

Also available in: Unified diff