Reduce RAP number of RAP bundles
authorMathieu Baudier <mbaudier@argeo.org>
Mon, 1 Dec 2014 20:25:37 +0000 (20:25 +0000)
committerMathieu Baudier <mbaudier@argeo.org>
Mon, 1 Dec 2014 20:25:37 +0000 (20:25 +0000)
git-svn-id: https://svn.argeo.org/commons/trunk@7552 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc

dep/org.argeo.eclipse.dep.rap/pom.xml
dep/org.argeo.eclipse.dep.rwt/pom.xml

index a44a0b614f8028f0baf4051514416796457cebca..03c92bd4031f13da269786db8de985d60ab9d8c8 100644 (file)
                        <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>
 
index cc34c0e79f55e06f5abed31814b436c955ee0e93..1bd1d669bc49b2479f1f152f901cd93d4845a063 100644 (file)
                                        <groupId>org.argeo.tp.rap.platform</groupId>
                                        <artifactId>org.eclipse.rap.ui.views</artifactId>
                                </exclusion>
+                               <exclusion>
+                                       <groupId>org.argeo.tp.rap.platform</groupId>
+                                       <artifactId>org.eclipse.help</artifactId>
+                               </exclusion>
                        </exclusions>
                </dependency>
        </dependencies>