Adapt to Argeo Distribution v1.3.1
authorMathieu Baudier <mbaudier@argeo.org>
Tue, 26 Jun 2012 15:55:22 +0000 (15:55 +0000)
committerMathieu Baudier <mbaudier@argeo.org>
Tue, 26 Jun 2012 15:55:22 +0000 (15:55 +0000)
git-svn-id: https://svn.argeo.org/commons/trunk@5360 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc

eclipse/dep/org.argeo.eclipse.dep.rap/pom.xml
eclipse/dep/org.argeo.eclipse.dep.rcp/pom.xml
pom.xml
security/plugins/org.argeo.security.equinox/pom.xml
security/runtime/org.argeo.security.activemq/pom.xml
server/dep/org.argeo.server.dep.activemq/pom.xml

index 700bd8a5c581f0e4ae948dccb48512af10a9f6b0..35ed06cc6dc0e867862a8b28230356e8d037685d 100644 (file)
@@ -70,7 +70,6 @@
                <dependency>
                        <groupId>org.argeo.tp.rap</groupId>
                        <artifactId>org.eclipse.rwt.widgets.upload</artifactId>
-                       <version>1.0.0.argeo003</version>
                </dependency>
                <!-- Needed by the bundle above -->
                <dependency>
                        <artifactId>javax.servlet</artifactId>
                </dependency>
 
+               <!-- Security -->
+               <dependency>
+                       <groupId>org.argeo.tp.rap</groupId>
+                       <artifactId>org.eclipse.equinox.security</artifactId>
+               </dependency>
+
        </dependencies>
+       <dependencyManagement>
+               <dependencies>
+                       <dependency>
+                               <groupId>org.argeo.tp.rap</groupId>
+                               <artifactId>binaries</artifactId>
+                               <version>${version.argeo-distribution}</version>
+                               <type>pom</type>
+                               <scope>import</scope>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.argeo.tp.rap.platform</groupId>
+                               <artifactId>binaries</artifactId>
+                               <version>${version.argeo-distribution}</version>
+                               <type>pom</type>
+                               <scope>import</scope>
+                       </dependency>
+               </dependencies>
+       </dependencyManagement>
        <profiles>
                <profile>
                        <id>check-osgi</id>
index c8991323061cf3bac588c73a7042bdb69669f61e..d5761aba793d6a67ff04a74cce0ea0e0c147f1ed 100644 (file)
@@ -198,7 +198,31 @@ ex=*.source_*.jar,\
                                </exclusion>
                        </exclusions>
                </dependency>
+
+               <!-- Security -->
+               <dependency>
+                       <groupId>org.argeo.tp.rcp</groupId>
+                       <artifactId>org.eclipse.equinox.security</artifactId>
+               </dependency>
        </dependencies>
+       <dependencyManagement>
+               <dependencies>
+                       <dependency>
+                               <groupId>org.argeo.tp.rcp</groupId>
+                               <artifactId>binaries</artifactId>
+                               <version>${version.argeo-distribution}</version>
+                               <type>pom</type>
+                               <scope>import</scope>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.argeo.tp.rcp.platform</groupId>
+                               <artifactId>binaries</artifactId>
+                               <version>${version.argeo-distribution}</version>
+                               <type>pom</type>
+                               <scope>import</scope>
+                       </dependency>
+               </dependencies>
+       </dependencyManagement>
        <profiles>
                <profile>
                        <id>check-osgi</id>
diff --git a/pom.xml b/pom.xml
index 82b6b76417808d86e0b2b0774c395874c4e4edd1..3ee72e6f8c2f8a764ac1621b3f042d969b6aafd9 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -11,7 +11,7 @@
        <properties>
                <developmentCycle>1.1</developmentCycle>
                <developmentCycle.startDate>2012-06-19</developmentCycle.startDate>
-               <version.argeo-distribution>1.3.0</version.argeo-distribution>
+               <version.argeo-distribution>1.3.1</version.argeo-distribution>
                <version.argeo-commons>1.1.1-SNAPSHOT</version.argeo-commons>
                <!-- distribution -->
                <site.repoBase>file:///srv/projects/www/commons/site</site.repoBase>
@@ -398,7 +398,7 @@ limitations under the License.
        <repositories>
                <repository>
                        <id>argeo</id>
-                       <url>http://dev.argeo.org/org.argeo.jcr.webapp/public/java/argeo-tp-1-staging</url>
+                       <url>http://dev.argeo.org/org.argeo.jcr.webapp/public/java/org.argeo.tp-1.3.1</url>
                        <releases>
                                <enabled>true</enabled>
                                <updatePolicy>daily</updatePolicy>
@@ -447,7 +447,7 @@ limitations under the License.
                                <snapshotRepository>
                                        <id>localrepo.snapshots</id>
                                        <name>Internal Snapshot Repository</name>
-                                       <url>dav:http://localrepo:7080/org.argeo.jcr.webapp/webdav/node/main/repo
+                                       <url>dav:http://localhost:7070/org.argeo.jcr.webapp/webdav/java/org.argeo.commons-1.1.1
                                        </url>
                                </snapshotRepository>
                        </distributionManagement>
index d8756a53131bd4d30a1a48d563b747213709282c..1f5e2b49e3223d13ac682a857e87e7a5ad3a8b7b 100644 (file)
                        <groupId>org.argeo.tp</groupId>
                        <artifactId>org.eclipse.osgi</artifactId>
                </dependency>
+               
+               <!-- RCP only dependency, needed at compile time -->
                <dependency>
-                       <groupId>org.argeo.tp</groupId>
-                       <artifactId>org.eclipse.equinox.security</artifactId>
-                       <!-- FIXME until Equinox security is properly integrated -->
-                       <version>1.0.200</version>
+                       <groupId>org.argeo.commons.eclipse</groupId>
+                       <artifactId>org.argeo.eclipse.dep.rcp</artifactId>
+                       <version>1.1.1-SNAPSHOT</version>
+                       <scope>provided</scope>
                </dependency>
 
                <!-- Commons -->
index 0a0a2c64b5cc5edb1fd2c0e72f26d32cacfc4381..1ed9b8ab1320c7d0ac771c904faaeb2110e5cf10 100644 (file)
@@ -68,8 +68,6 @@
                <dependency>
                        <groupId>org.argeo.tp</groupId>
                        <artifactId>org.apache.activemq</artifactId>
-                       <!-- FIXME until duplicated ActiveMQ is removed -->
-                       <version>5.3.0.0001</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.tp</groupId>
index 18f483d22738f1352d602ba118617755d1bbed74..dc24b57b94480ba5ad814f2d10261ae0643b012e 100644 (file)
                <dependency>
                        <groupId>org.argeo.tp</groupId>
                        <artifactId>org.apache.activemq</artifactId>
-                       <!-- FIXME until duplicated ActiveMQ is removed -->
-                       <version>5.3.0.0001</version>
-               </dependency>
-               <dependency>
-                       <groupId>org.argeo.tp</groupId>
-                       <artifactId>org.apache.activemq.pool</artifactId>
                </dependency>
                <dependency>
                        <groupId>org.argeo.tp</groupId>