org.eclipse.compare.win32
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.eclipse.platform</groupId> <artifactId>org.eclipse.compare.win32</artifactId> <version>1.2.800</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <!-- Copyright (c) 2016, 2018 GK Software SE and others. This program and the accompanying materials are made available under the terms of the Eclipse Public License 2.0 which accompanies this distribution, and is available at https://www.eclipse.org/legal/epl-2.0/ SPDX-License-Identifier: EPL-2.0 Contributors: Stephan Herrmann - initial implementation --> <project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" xsi:noNamespaceSchemaLocation="http://maven.apache.org/POM/4.0.0"> <modelVersion>4.0.0</modelVersion> <groupId>org.eclipse.platform</groupId> <artifactId>org.eclipse.compare.win32</artifactId> <version>1.2.800</version> <description>Compare Support for Word</description> <name>Compare Support for Word</name> <url>http://www.eclipse.org/platform</url> <licenses> <license> <name>Eclipse Public License - v 2.0</name> <url>https://www.eclipse.org/legal/epl-2.0/</url> <distribution>repo</distribution> </license> </licenses> <organization> <name>Eclipse Foundation</name> <url>http://www.eclipse.org/</url> </organization> <issueManagement> <system>Bugzilla</system> <url>https://bugs.eclipse.org/</url> </issueManagement> <scm> <connection>scm:git:git://git.eclipse.org/gitroot/platform/eclipse.platform.team.git</connection> <tag>I20200127-1800</tag> <url>https://git.eclipse.org/c/platform/eclipse.platform.team.git</url> </scm> <developers> <developer> <url>https://projects.eclipse.org/projects/eclipse.platform/who</url> </developer> </developers> <dependencies> <dependency> <groupId>org.eclipse.platform</groupId> <artifactId>org.eclipse.compare</artifactId> <version>[3.5.0,4.0.0)</version> </dependency> <dependency> <groupId>org.eclipse.platform</groupId> <artifactId>org.eclipse.swt.${osgi.platform}</artifactId> <version>[0.0,)</version> </dependency> <dependency> <groupId>org.eclipse.platform</groupId> <artifactId>org.eclipse.core.filesystem</artifactId> <version>[1.2.0,2.0.0)</version> </dependency> <dependency> <groupId>org.eclipse.platform</groupId> <artifactId>org.eclipse.ui.workbench</artifactId> <version>[3.5.0,4.0.0)</version> </dependency> <dependency> <groupId>org.eclipse.platform</groupId> <artifactId>org.eclipse.jface</artifactId> <version>[3.5.0,4.0.0)</version> </dependency> <dependency> <groupId>org.eclipse.platform</groupId> <artifactId>org.eclipse.core.resources</artifactId> <version>[3.5.0,4.0.0)</version> </dependency> <dependency> <groupId>org.eclipse.platform</groupId> <artifactId>org.eclipse.core.runtime</artifactId> <version>[3.5.0,4.0.0)</version> </dependency> <dependency> <groupId>org.eclipse.platform</groupId> <artifactId>org.eclipse.ui.forms</artifactId> <version>[3.4.0,4.0.0)</version> </dependency> </dependencies> </project>