Author: ruchith
Date: Mon Dec 10 07:46:38 2007
New Revision: 10861

Log:

patch from saminda with his lates changes to trunk

Added:
   
branches/solutions/identity/1.0/solutions/identity/modules/distribution/rp-extension-drupal/
   
branches/solutions/identity/1.0/solutions/identity/modules/distribution/rp-extension-drupal/assembly-drupal.xml
   
branches/solutions/identity/1.0/solutions/identity/modules/distribution/rp-extension-drupal/pom.xml
   
branches/solutions/identity/1.0/solutions/identity/modules/distribution/rp-extension-mediawiki/
   
branches/solutions/identity/1.0/solutions/identity/modules/distribution/rp-extension-mediawiki/assembly-mediawiki.xml
   
branches/solutions/identity/1.0/solutions/identity/modules/distribution/rp-extension-mediawiki/pom.xml
Modified:
   
branches/solutions/identity/1.0/solutions/identity/modules/distribution/pom.xml
   branches/solutions/identity/1.0/solutions/identity/pom.xml

Modified: 
branches/solutions/identity/1.0/solutions/identity/modules/distribution/pom.xml
==============================================================================
--- 
branches/solutions/identity/1.0/solutions/identity/modules/distribution/pom.xml 
    (original)
+++ 
branches/solutions/identity/1.0/solutions/identity/modules/distribution/pom.xml 
    Mon Dec 10 07:46:38 2007
@@ -344,6 +344,11 @@
 
             </dependencies>
 
+            <modules>
+                <module>rp-extension-drupal</module>
+                <module>rp-extension-mediawiki</module>
+            </modules>
+
 
         </profile>
     </profiles>

Added: 
branches/solutions/identity/1.0/solutions/identity/modules/distribution/rp-extension-drupal/assembly-drupal.xml
==============================================================================
--- (empty file)
+++ 
branches/solutions/identity/1.0/solutions/identity/modules/distribution/rp-extension-drupal/assembly-drupal.xml
     Mon Dec 10 07:46:38 2007
@@ -0,0 +1,15 @@
+<assembly>
+    <includeBaseDirectory>false</includeBaseDirectory>
+    <formats>
+        <format>zip</format>
+        <format>tar.gz</format>
+    </formats>
+
+    <fileSets>
+        <fileSet>
+            <directory>../../rp-extensions/drupal</directory>
+            <outputDirectory>drupal-mod-cspace-0.1</outputDirectory>
+        </fileSet>
+    </fileSets>
+
+</assembly>
\ No newline at end of file

Added: 
branches/solutions/identity/1.0/solutions/identity/modules/distribution/rp-extension-drupal/pom.xml
==============================================================================
--- (empty file)
+++ 
branches/solutions/identity/1.0/solutions/identity/modules/distribution/rp-extension-drupal/pom.xml
 Mon Dec 10 07:46:38 2007
@@ -0,0 +1,35 @@
+<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>
+    <groupId>org.wso2.solutions.identity</groupId>
+    <artifactId>drupal-mod-cspace</artifactId>
+    <version>0.1</version>
+    <packaging>pom</packaging>
+    <name>Identity Solution : Distribution : Drupal Mod Cspace</name>
+
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-assembly-plugin</artifactId>
+                <version>2.2-beta-1</version>
+                <executions>
+                    <execution>
+                        <id>distribution-package-drupal-mod-cspace</id>
+                        <phase>package</phase>
+                        <goals>
+                            <goal>attached</goal>
+                        </goals>
+                        <configuration>
+                            <descriptors>
+                                <descriptor>assembly-drupal.xml</descriptor>
+                            </descriptors>
+                        </configuration>
+                    </execution>
+                </executions>
+            </plugin>
+        </plugins>
+    </build>
+</project>
\ No newline at end of file

Added: 
branches/solutions/identity/1.0/solutions/identity/modules/distribution/rp-extension-mediawiki/assembly-mediawiki.xml
==============================================================================
--- (empty file)
+++ 
branches/solutions/identity/1.0/solutions/identity/modules/distribution/rp-extension-mediawiki/assembly-mediawiki.xml
       Mon Dec 10 07:46:38 2007
@@ -0,0 +1,14 @@
+<assembly>
+    <includeBaseDirectory>false</includeBaseDirectory>
+    <formats>
+        <format>zip</format>
+        <format>tar.gz</format>
+    </formats>
+    <fileSets>
+        <fileSet>
+            <directory>../../rp-extensions/mediawiki</directory>
+            <outputDirectory>mediawiki-mod-cspace-0.1</outputDirectory>
+        </fileSet>
+    </fileSets>
+
+</assembly>
\ No newline at end of file

Added: 
branches/solutions/identity/1.0/solutions/identity/modules/distribution/rp-extension-mediawiki/pom.xml
==============================================================================
--- (empty file)
+++ 
branches/solutions/identity/1.0/solutions/identity/modules/distribution/rp-extension-mediawiki/pom.xml
      Mon Dec 10 07:46:38 2007
@@ -0,0 +1,35 @@
+<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>
+    <groupId>org.wso2.solutions.identity</groupId>
+    <artifactId>mediawiki-mod-cspace</artifactId>
+    <version>0.1</version>
+    <packaging>pom</packaging>
+    <name>Identity Solution : Distribution : Mediawiki Mod Cspace</name>
+
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-assembly-plugin</artifactId>
+                <version>2.2-beta-1</version>
+                <executions>
+                    <execution>
+                        <id>distribution-package-mediawiki-mod-cspace</id>
+                        <phase>package</phase>
+                        <goals>
+                            <goal>attached</goal>
+                        </goals>
+                        <configuration>
+                            <descriptors>
+                                <descriptor>assembly-mediawiki.xml</descriptor>
+                            </descriptors>
+                        </configuration>
+                    </execution>
+                </executions>
+            </plugin>
+        </plugins>
+    </build>
+</project>
\ No newline at end of file

Modified: branches/solutions/identity/1.0/solutions/identity/pom.xml
==============================================================================
--- branches/solutions/identity/1.0/solutions/identity/pom.xml  (original)
+++ branches/solutions/identity/1.0/solutions/identity/pom.xml  Mon Dec 10 
07:46:38 2007
@@ -653,6 +653,32 @@
             </dependencies>
         </profile>
 
+        <profile>
+            <activation>
+                <property>
+                    <name>sign</name>
+                </property>
+            </activation>
+            <build>
+                <plugins>
+                    <plugin>
+                        <groupId>org.apache.maven.plugins</groupId>
+                        <artifactId>maven-gpg-plugin</artifactId>
+                        <version>1.0-alpha-3</version>
+                        <executions>
+                            <execution>
+                                <id>sign-artifacts</id>
+                                <phase>verify</phase>
+                                <goals>
+                                    <goal>sign</goal>
+                                </goals>
+                            </execution>
+                        </executions>
+                    </plugin>
+                </plugins>
+            </build>
+        </profile>
+
     </profiles>
 
     <modules>
@@ -670,18 +696,23 @@
 
     <distributionManagement>
         <repository>
-            <id>wso2-maven2-snapshot-repository</id>
+            <id>wso2-maven2-repository</id>
             <name>WSO2 Maven2 Repository</name>
             <url>scp://dist.wso2.org/home/httpd/dist.wso2.org/maven2/</url>
         </repository>
+        <snapshotRepository>
+            <id>wso2-maven2-snapshot-repository</id>
+            <name>WSO2 Maven2 Repository</name>
+            <url>scp://dist.wso2.org/home/httpd/dist.wso2.org/maven2/</url>
+        </snapshotRepository>
     </distributionManagement>
 
     <properties>
         <identity.solution.version>${pom.version}</identity.solution.version>
         
<identity.solution.home.dir>wso2-identity-solution-${identity.solution.version}</identity.solution.home.dir>
-        <usermanager.version>SNAPSHOT</usermanager.version>
-        <rampart.version>SNAPSHOT</rampart.version>
-        <wss4j.version>SNAPSHOT</wss4j.version>
+        <usermanager.version>0.1.2</usermanager.version>
+        <rampart.version>1.32</rampart.version>
+        <wss4j.version>1.5.3.2</wss4j.version>
 
         <wsas.version>2.1</wsas.version>
         <axis2.version>1.3</axis2.version>

_______________________________________________
Identity-dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/identity-dev

Reply via email to