This repository has been archived on 2025-12-25. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
tcommon-studio-se/main/features/org.talend.platform.feature/pom.xml
zyuan-talend 2b4d8e3081 fix(TUP-32626):create org.talend.platform.feature. (#4621)
* fix(TUP-32626):create org.talend.platform.feature.

* remove org.eclipse.core.filesystem.linux.ppc64le

* remove org.eclipse.core.filesystem.linux.aarch64

Co-authored-by: Nicolas Rousseau <nrousseau@talend.com>
2021-10-05 11:55:26 +08:00

13 lines
592 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.talend.studio</groupId>
<artifactId>tcommon-studio-se</artifactId>
<version>8.0.1-SNAPSHOT</version>
<relativePath>../../../</relativePath>
</parent>
<artifactId>org.talend.platform.feature</artifactId>
<packaging>eclipse-feature</packaging>
</project>