Improve Maven
authorMathieu Baudier <mbaudier@argeo.org>
Fri, 9 Dec 2011 22:01:58 +0000 (22:01 +0000)
committerMathieu Baudier <mbaudier@argeo.org>
Fri, 9 Dec 2011 22:01:58 +0000 (22:01 +0000)
git-svn-id: https://svn.argeo.org/commons/trunk@4930 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc

eclipse/dep/org.argeo.eclipse.dep.rcp/pom.xml
security/dep/org.argeo.security.dep.node.rcp/pom.xml

index 2b8fdd96804277cfd42d4ab3171b8183e1e42449..759689fea40c0d91d7953a44706fd0e25cf435f5 100644 (file)
@@ -1,5 +1,6 @@
 <?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/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.eclipse</groupId>
@@ -9,6 +10,49 @@
        </parent>
        <artifactId>org.argeo.eclipse.dep.rcp</artifactId>
        <name>Commons Eclipse RCP Dependencies</name>
+       <description><![CDATA[
+com.ibm.icu
+org.eclipse.core.commands
+org.eclipse.core.contenttype
+org.eclipse.core.databinding
+org.eclipse.core.databinding.observable
+org.eclipse.core.databinding.property
+org.eclipse.core.expressions
+org.eclipse.core.jobs
+org.eclipse.core.runtime
+org.eclipse.equinox.app
+org.eclipse.equinox.common
+org.eclipse.equinox.launcher
+org.eclipse.equinox.preferences
+org.eclipse.equinox.registry
+org.eclipse.equinox.security
+org.eclipse.help
+org.eclipse.jface
+org.eclipse.jface.databinding
+org.eclipse.osgi
+org.eclipse.swt
+org.eclipse.swt.gtk.linux.x86
+org.eclipse.swt.gtk.linux.x86_64
+org.eclipse.swt.win32.win32.x86
+org.eclipse.ui
+org.eclipse.ui.forms
+org.eclipse.ui.workbench       
+
+/usr/lib64/eclipse/plugins;\
+in=com.ibm.icu*.jar;\
+in=org.eclipse.core*.jar;\
+in=org.eclipse.equinox*.jar;\
+in=org.eclipse.jface*.jar;\
+in=org.eclipse.osgi*.jar;\
+in=org.eclipse.swt*.jar;\
+in=org.eclipse.ui*.jar;\
+in=org.eclipse.help_*.jar;\
+ex=org.eclipse.osgi.jar;\
+ex=org.eclipse.equinox.p2*.jar;\
+ex=org.eclipse.equinox.simpleconfigurator*.jar;\
+ex=*.source_*.jar,\
+
+       ]]></description>
        <build>
                <plugins>
                        <plugin>
index 58a30381a72b844be005e7b22dc6dc2b3da07417..cbd2f233205830ba2f44162bfdf5f8c34dd5d273 100644 (file)
@@ -86,7 +86,7 @@
                                                                        <requires>
                                                                                <require>argeo-node</require>
                                                                                <require>argeo-node-eclipse</require>
-                                                                               <require>eclipse-rcp</require>
+                                                                               <require>eclipse-platform</require>
                                                                        </requires>
                                                                </configuration>
                                                        </execution>