]> git.argeo.org Git - lgpl/argeo-commons.git/blobdiff - dep/org.argeo.eclipse.dep.rap/pom.xml
[maven-release-plugin] prepare release argeo-commons-2.1.12
[lgpl/argeo-commons.git] / dep / org.argeo.eclipse.dep.rap / pom.xml
index a44a0b614f8028f0baf4051514416796457cebca..f6e3547d4d6cb484607dd51b4047462bda97d713 100644 (file)
@@ -1,11 +1,10 @@
 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<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/maven-v4_0_0.xsd">
+<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/maven-v4_0_0.xsd">
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo.commons</groupId>
                <artifactId>dep</artifactId>
-               <version>2.1.12-SNAPSHOT</version>
+               <version>2.1.12</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>org.argeo.eclipse.dep.rap</artifactId>
                        <version>${version.rap}</version>
                        <type>pom</type>
                        <exclusions>
-                               <!-- Demo -->
+                               <!-- Not used -->
+                               <exclusion>
+                                       <groupId>org.argeo.tp.rap.platform</groupId>
+                                       <artifactId>org.eclipse.rap.ui.cheatsheets</artifactId>
+                               </exclusion>
+
+                               <!-- Example, demos -->
                                <exclusion>
                                        <groupId>org.argeo.tp.rap.platform</groupId>
                                        <artifactId>org.eclipse.rap.demo</artifactId>
                                        <groupId>org.argeo.tp.rap.platform</groupId>
                                        <artifactId>org.eclipse.rap.design.example</artifactId>
                                </exclusion>
-
-                               <!-- Example, demos -->
                                <exclusion>
                                        <groupId>org.argeo.tp.rap.platform</groupId>
                                        <artifactId>org.eclipse.rap.demo.controls</artifactId>
                                </exclusion>
                                <exclusion>
                                        <groupId>org.argeo.tp.rap.platform</groupId>
-                                       <artifactId>org.eclipse.rap.example</artifactId>
+                                       <artifactId>org.eclipse.rap.examples</artifactId>
                                </exclusion>
                                <exclusion>
                                        <groupId>org.argeo.tp.rap.platform</groupId>
-                                       <artifactId>org.eclipse.rap.example.pages</artifactId>
+                                       <artifactId>org.eclipse.rap.examples.pages</artifactId>
                                </exclusion>
 
                                <!-- Troublesome bundles -->
                                        <groupId>org.argeo.tp.rap.platform</groupId>
                                        <artifactId>org.apache.felix.gogo.command</artifactId>
                                </exclusion>
+                               <exclusion>
+                                       <groupId>org.argeo.tp.rap.platform</groupId>
+                                       <artifactId>org.eclipse.equinox.console</artifactId>
+                               </exclusion>
                        </exclusions>
                </dependency>
 
                                                                <configuration>
                                                                        <target>
                                                                                <copy todir="${rpm.stagingRepository}" verbose="true">
-                                                                                       <fileset dir="${project.build.directory}/rpm"
-                                                                                               includes="*/RPMS/**/*.rpm" />
+                                                                                       <fileset dir="${project.build.directory}/rpm" includes="*/RPMS/**/*.rpm" />
                                                                                        <flattenmapper />
                                                                                </copy>
                                                                        </target>