Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 236157 | Differences between
and this patch

Collapse All | Expand All

(-)src/org/eclipse/equinox/internal/provisional/p2/metadata/generator/Generator.java (+1 lines)
Lines 942-947 Link Here
942
			storePluginShape(feature, result);
942
			storePluginShape(feature, result);
943
			for (int arti = 0; arti < artifacts.length; arti++) {
943
			for (int arti = 0; arti < artifacts.length; arti++) {
944
				IArtifactDescriptor ad = MetadataGeneratorHelper.createArtifactDescriptor(artifacts[arti], new File(location), true, false);
944
				IArtifactDescriptor ad = MetadataGeneratorHelper.createArtifactDescriptor(artifacts[arti], new File(location), true, false);
945
				((ArtifactDescriptor) ad).setProperty(IArtifactDescriptor.DOWNLOAD_CONTENTTYPE, IArtifactDescriptor.TYPE_ZIP);
945
				if (isExploded)
946
				if (isExploded)
946
					publishArtifact(ad, new File(location).listFiles(), destination, false);
947
					publishArtifact(ad, new File(location).listFiles(), destination, false);
947
				else
948
				else

Return to bug 236157