Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMickael Istria2018-04-23 17:30:37 +0000
committerMickael Istria2018-05-02 07:18:50 +0000
commit3fbc5c5b38cdfd978dccc787c58b9d39e53d8885 (patch)
treedc9b1f61bc948030e102cd80f1b2481ce749bc96 /pom.xml
parentc4b6593495bb181da7d7b3dbb1945a28f423e608 (diff)
downloadorg.eclipse.epp.packages-3fbc5c5b38cdfd978dccc787c58b9d39e53d8885.tar.gz
org.eclipse.epp.packages-3fbc5c5b38cdfd978dccc787c58b9d39e53d8885.tar.xz
org.eclipse.epp.packages-3fbc5c5b38cdfd978dccc787c58b9d39e53d8885.zip
Bug 532728 - Corrosion - Eclipse's Rust IDE
With EPL-2.0 Change-Id: Ib235bbf5c5a7a73c7cd353745b054fa465e561ec Signed-off-by: Mickael Istria <mistria@redhat.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 812b9ca7..0e8087b7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -138,6 +138,14 @@
<module>packages/org.eclipse.epp.package.testing.product</module>
</modules>
</profile>
+ <profile>
+ <id>epp.package.rust</id>
+ <modules>
+ <module>packages/org.eclipse.epp.package.rust</module>
+ <module>packages/org.eclipse.epp.package.rust.feature</module>
+ <module>packages/org.eclipse.epp.package.rust.product</module>
+ </modules>
+ </profile>
</profiles>
</project>

Back to the top