[email protected] wrote:
> Author: prabath
> Date: Sat Feb  6 22:51:12 2010
> New Revision: 54397
> URL: http://wso2.org/svn/browse/wso2?view=rev&revision=54397
>
> Log:
> adding IS profile + formatting
>   
Prabath, this formatting doesn't look nice :-)

The coding standard that we are following is
tab = 4 spaces

Thanks,
Ruwan
> Modified:
>    trunk/carbon/features/pom.xml
>
> Modified: trunk/carbon/features/pom.xml
> URL: 
> http://wso2.org/svn/browse/wso2/trunk/carbon/features/pom.xml?rev=54397&r1=54396&r2=54397&view=diff
> ==============================================================================
> --- trunk/carbon/features/pom.xml     (original)
> +++ trunk/carbon/features/pom.xml     Sat Feb  6 22:51:12 2010
> @@ -1,270 +1,289 @@
>  <?xml version="1.0" encoding="utf-8"?>
> -<!--
> - ~ Copyright (c) 2009-2010, WSO2 Inc. (http://www.wso2.org) All Rights 
> Reserved.
> - ~
> - ~ Licensed under the Apache License, Version 2.0 (the "License");
> - ~ you may not use this file except in compliance with the License.
> - ~ You may obtain a copy of the License at
> - ~
> - ~      http://www.apache.org/licenses/LICENSE-2.0
> - ~
> - ~ Unless required by applicable law or agreed to in writing, software
> - ~ distributed under the License is distributed on an "AS IS" BASIS,
> - ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
> - ~ See the License for the specific language governing permissions and
> - ~ limitations under the License.
> --->
> -
> -<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.carbon</groupId>
> -    <artifactId>carbon-features</artifactId>
> -    <version>3.0.0-SNAPSHOT</version>
> -    <packaging>pom</packaging>
> -    <name>WSO2 Carbon - Features Aggregator Module</name>
> -    <url>http://wso2.org</url>
> -
> -    <licenses>
> -        <license>
> -            <name>Apache License Version 2.0</name>
> -            <url>http://www.apache.org/licenses/LICENSE-2.0</url>
> -        </license>
> -    </licenses>
> -
> -    <organization>
> -        <name>WSO2 Inc</name>
> -        <url>http://wso2.org</url>
> -    </organization>
> -
> -    <profiles>
> -     <profile>
> -            <id>product-wsas</id>
> -            <activation>
> -                <property>
> -                    <name>product</name>
> -                    <value>wsas</value>
> -                </property>
> -            </activation>
> -            <modules>
> -                <module>service-mgt</module>
> -                <module>security-mgt</module>
> -                <module>logging-mgt</module>
> -                <module>transport-mgt</module>
> -                <module>message-flows</module>
> -                <module>rm</module>
> -                <module>soap-tracer</module>
> -                <module>xkms</module>
> -                <module>caching</module>
> -                <module>module-mgt</module>
> -                <module>service-hosting</module>
> -                <module>sts</module>
> -             <module>throttle</module>
> -                <module>tools</module>
> -                <module>tryit</module>
> -             <module>xfer</module>
> -             <module>mex</module>
> -                <module>module-mgt</module>
> -                <module>system-statistics</module>
> -                <module>data-sources</module>
> -             <module>eventing/org.wso2.carbon.eventing.feature</module>
> -             <module>eventing/org.wso2.carbon.eventing.ui.feature</module>   
> -             
> <module>eventing/org.wso2.carbon.eventing.server.feature</module>
> -                <module>registry/registry-core</module>      
> -                <module>registry/resource-properties</module>        
> -            </modules>
> -        </profile>
> -        <profile>
> -            <id>product-esb</id>
> -            <activation>
> -                <property>
> -                    <name>product</name>
> -                    <value>esb</value>
> -                </property>
> -            </activation>
> -            <modules>
> -                <module>synapse</module>
> -                <module>service-mgt</module>
> -             <module>security-mgt</module>
> -                <module>logging-mgt</module>
> -                <module>message-flows</module>
> -                <module>transport-mgt</module>
> -                <module>localentry</module>
> -                <module>endpoints</module>
> -                <module>mediation-initializer</module>
> -                <module>mediation-statistics</module>
> -                <module>mediation-tracer</module>
> -                <module>eventing</module>
> -                <module>caching</module>
> -                <module>throttle</module>
> -                <module>synapse-config-admin</module>
> -                <module>scheduled-tasks</module>
> -                <module>proxyadmin</module>
> -                <module>data-sources</module>
> -                <module>sequence-editor</module>
> -                <module>system-statistics</module>
> -                <module>scheduled-tasks</module>
> -                <module>tryit</module>
> -                <module>module-mgt</module>
> -                <module>soap-tracer</module>
> -                <module>rule</module>
> -                <module>sts</module>
> -                <module>xfer</module>
> -                <module>mex</module>
> -            </modules>
> -        </profile>
> -        <profile>
> -            <id>product-greg</id>
> -            <activation>
> -                <property>
> -                    <name>product</name>
> -                    <value>greg</value>
> -                </property>
> -            </activation>
> -            <modules>
> -                <module>logging-mgt</module>
> -                <module>security-mgt</module>
> -                <module>system-statistics</module>
> -                <module>event</module>
> -                <module>identity</module>
> -                <module>registry</module>
> -            </modules>
> -        </profile>
> -        <profile>
> -            <id>product-bps</id>
> -            <activation>
> -                <property>
> -                    <name>product</name>
> -                    <value>bps</value>
> -                </property>
> -            </activation>
> -            <modules>
> -                <module>service-mgt</module>
> -                <module>caching</module>
> -                <module>logging-mgt</module>
> -                <module>module-mgt</module>
> -                <module>rm</module>
> -                <module>sts</module>
> -                <module>security-mgt</module>
> -                <module>message-flows</module>
> -                <module>soap-tracer</module>
> -                <module>system-statistics</module>
> -                <module>throttle</module>
> -                <module>transport-mgt</module>
> -                <module>xkms</module>
> -                <module>synapse</module>
> -                <module>tryit</module>
> -                <module>data-sources</module>
> -                <module>eventing</module>
> -                <module>registry</module>
> -                <module>bpel</module>
> -            </modules>
> -        </profile>
> -        <profile>
> -            <id>default</id>
> -            <activation>
> -                <activeByDefault>true</activeByDefault>
> -            </activation>
> -            <modules>
> -                <module>service-mgt</module>
> -                <module>security-mgt</module>
> -                <module>logging-mgt</module>
> -                <module>transport-mgt</module>
> -                <module>message-flows</module>
> -                <module>rm</module>
> -                <module>synapse</module>
> -                <module>soap-tracer</module>
> -                <module>xkms</module>
> -                <module>caching</module>
> -                <module>module-mgt</module>
> -                <module>service-hosting</module>
> -                <module>sts</module>
> -             <module>throttle</module>
> -                <module>tools</module>
> -                <module>module-mgt</module>
> -                <module>system-statistics</module>
> -                <module>data-sources</module>
> -                <module>mediation-initializer</module>
> -                <module>mediation-statistics</module>
> -                <module>mediation-tracer</module>
> -                <module>eventing</module>
> -                <module>event</module>
> -                <module>synapse-config-admin</module>
> -                <module>scheduled-tasks</module>
> -                <module>endpoints</module>
> -                <module>localentry</module>
> -                <module>sequence-editor</module>
> -                <module>proxyadmin</module>
> -                <module>cluster-mgt</module>
> -                <module>dashboard</module>
> -             <module>registry</module>
> -             <module>mashup</module>    
> -     </modules>
> -        </profile>
> -    </profiles>
> -
> -    <distributionManagement>
> -        <repository>
> -            <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>
> +     <!--
> +             ~ Copyright (c) 2009-2010, WSO2 Inc. (http://www.wso2.org) All 
> Rights
> +             Reserved. ~ ~ Licensed under the Apache License, Version 2.0 
> (the
> +             "License"); ~ you may not use this file except in compliance 
> with the
> +             License. ~ You may obtain a copy of the License at ~ ~
> +             http://www.apache.org/licenses/LICENSE-2.0 ~ ~ Unless required 
> by
> +             applicable law or agreed to in writing, software ~ distributed 
> under
> +             the License is distributed on an "AS IS" BASIS, ~ WITHOUT 
> WARRANTIES
> +             OR CONDITIONS OF ANY KIND, either express or implied. ~ See the
> +             License for the specific language governing permissions and ~
> +             limitations under the License.
> +     -->
> +
> +<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.carbon</groupId>
> +     <artifactId>carbon-features</artifactId>
> +     <version>3.0.0-SNAPSHOT</version>
> +     <packaging>pom</packaging>
> +     <name>WSO2 Carbon - Features Aggregator Module</name>
> +     <url>http://wso2.org</url>
> +
> +     <licenses>
> +             <license>
> +                     <name>Apache License Version 2.0</name>
> +                     <url>http://www.apache.org/licenses/LICENSE-2.0</url>
> +             </license>
> +     </licenses>
> +
> +     <organization>
> +             <name>WSO2 Inc</name>
> +             <url>http://wso2.org</url>
> +     </organization>
> +
> +     <profiles>
> +             <profile>
> +                     <id>product-wsas</id>
> +                     <activation>
> +                             <property>
> +                                     <name>product</name>
> +                                     <value>wsas</value>
> +                             </property>
> +                     </activation>
> +                     <modules>
> +                             <module>service-mgt</module>
> +                             <module>security-mgt</module>
> +                             <module>logging-mgt</module>
> +                             <module>transport-mgt</module>
> +                             <module>message-flows</module>
> +                             <module>rm</module>
> +                             <module>soap-tracer</module>
> +                             <module>xkms</module>
> +                             <module>caching</module>
> +                             <module>module-mgt</module>
> +                             <module>service-hosting</module>
> +                             <module>sts</module>
> +                             <module>throttle</module>
> +                             <module>tools</module>
> +                             <module>tryit</module>
> +                             <module>xfer</module>
> +                             <module>mex</module>
> +                             <module>module-mgt</module>
> +                             <module>system-statistics</module>
> +                             <module>data-sources</module>
> +                             
> <module>eventing/org.wso2.carbon.eventing.feature</module>
> +                             
> <module>eventing/org.wso2.carbon.eventing.ui.feature</module>
> +                             
> <module>eventing/org.wso2.carbon.eventing.server.feature</module>
> +                             <module>registry/registry-core</module>
> +                             <module>registry/resource-properties</module>
> +                     </modules>
> +             </profile>
> +             <profile>
> +                     <id>product-esb</id>
> +                     <activation>
> +                             <property>
> +                                     <name>product</name>
> +                                     <value>esb</value>
> +                             </property>
> +                     </activation>
> +                     <modules>
> +                             <module>synapse</module>
> +                             <module>service-mgt</module>
> +                             <module>security-mgt</module>
> +                             <module>logging-mgt</module>
> +                             <module>message-flows</module>
> +                             <module>transport-mgt</module>
> +                             <module>localentry</module>
> +                             <module>endpoints</module>
> +                             <module>mediation-initializer</module>
> +                             <module>mediation-statistics</module>
> +                             <module>mediation-tracer</module>
> +                             <module>eventing</module>
> +                             <module>caching</module>
> +                             <module>throttle</module>
> +                             <module>synapse-config-admin</module>
> +                             <module>scheduled-tasks</module>
> +                             <module>proxyadmin</module>
> +                             <module>data-sources</module>
> +                             <module>sequence-editor</module>
> +                             <module>system-statistics</module>
> +                             <module>scheduled-tasks</module>
> +                             <module>tryit</module>
> +                             <module>module-mgt</module>
> +                             <module>soap-tracer</module>
> +                             <module>rule</module>
> +                             <module>sts</module>
> +                             <module>xfer</module>
> +                             <module>mex</module>
> +                     </modules>
> +             </profile>
> +             <profile>
> +                     <id>product-greg</id>
> +                     <activation>
> +                             <property>
> +                                     <name>product</name>
> +                                     <value>greg</value>
> +                             </property>
> +                     </activation>
> +                     <modules>
> +                             <module>logging-mgt</module>
> +                             <module>security-mgt</module>
> +                             <module>system-statistics</module>
> +                             <module>event</module>
> +                             <module>identity</module>
> +                             <module>registry</module>
> +                     </modules>
> +             </profile>
> +             <profile>
> +                     <id>product-bps</id>
> +                     <activation>
> +                             <property>
> +                                     <name>product</name>
> +                                     <value>bps</value>
> +                             </property>
> +                     </activation>
> +                     <modules>
> +                             <module>service-mgt</module>
> +                             <module>caching</module>
> +                             <module>logging-mgt</module>
> +                             <module>module-mgt</module>
> +                             <module>rm</module>
> +                             <module>sts</module>
> +                             <module>security-mgt</module>
> +                             <module>message-flows</module>
> +                             <module>soap-tracer</module>
> +                             <module>system-statistics</module>
> +                             <module>throttle</module>
> +                             <module>transport-mgt</module>
> +                             <module>xkms</module>
> +                             <module>synapse</module>
> +                             <module>tryit</module>
> +                             <module>data-sources</module>
> +                             <module>eventing</module>
> +                             <module>registry</module>
> +                             <module>bpel</module>
> +                     </modules>
> +             </profile>
> +             <profile>
> +                     <id>product-is</id>
> +                     <activation>
> +                             <property>
> +                                     <name>product</name>
> +                                     <value>is</value>
> +                             </property>
> +                     </activation>
> +                     <modules>
> +                             <module>service-mgt</module>
> +                             <module>security-mgt</module>
> +                             <module>logging-mgt</module>
> +                             <module>soap-tracer</module>
> +                             <module>xkms</module>
> +                             <module>sts</module>
> +                             <module>module-mgt</module>
> +                             <module>system-statistics</module>
> +                             <module>profile-management</module>
> +                             <module>claim-management</module>
> +                             <module>registry</module>
> +                             <module>identity</module>
> +                     </modules>
> +             </profile>
> +             <profile>
> +                     <id>default</id>
> +                     <activation>
> +                             <activeByDefault>true</activeByDefault>
> +                     </activation>
> +                     <modules>
> +                             <module>service-mgt</module>
> +                             <module>security-mgt</module>
> +                             <module>logging-mgt</module>
> +                             <module>transport-mgt</module>
> +                             <module>message-flows</module>
> +                             <module>rm</module>
> +                             <module>synapse</module>
> +                             <module>soap-tracer</module>
> +                             <module>xkms</module>
> +                             <module>caching</module>
> +                             <module>module-mgt</module>
> +                             <module>service-hosting</module>
> +                             <module>sts</module>
> +                             <module>throttle</module>
> +                             <module>tools</module>
> +                             <module>module-mgt</module>
> +                             <module>system-statistics</module>
> +                             <module>data-sources</module>
> +                             <module>mediation-initializer</module>
> +                             <module>mediation-statistics</module>
> +                             <module>mediation-tracer</module>
> +                             <module>eventing</module>
> +                             <module>event</module>
> +                             <module>synapse-config-admin</module>
> +                             <module>scheduled-tasks</module>
> +                             <module>endpoints</module>
> +                             <module>localentry</module>
> +                             <module>sequence-editor</module>
> +                             <module>proxyadmin</module>
> +                             <module>cluster-mgt</module>
> +                             <module>dashboard</module>
> +                             <module>registry</module>
> +                             <module>mashup</module>
> +                     </modules>
> +             </profile>
> +     </profiles>
> +
> +     <distributionManagement>
> +             <repository>
> +                     <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>
>  
> -    <scm>
> -        <connection>
> +     <scm>
> +             <connection>
>              scm:svn:https://wso2.org/repos/wso2/trunk/carbon/components
>          </connection>
> -        <developerConnection>
> +             <developerConnection>
>              scm:svn:https://wso2.org/repos/wso2/trunk/carbon/components
>          </developerConnection>
> -    </scm>
> +     </scm>
>  
> -    <repositories>
> -        <repository>
> -            <id>wso2-maven2-repository</id>
> -            <name>WSO2 Maven2 Repository</name>
> -            <url>http://dist.wso2.org/maven2</url>
> -            <snapshots>
> -                <enabled>false</enabled>
> -            </snapshots>
> -            <releases>
> -                <enabled>true</enabled>
> -                <updatePolicy>never</updatePolicy>
> -                <checksumPolicy>fail</checksumPolicy>
> -            </releases>
> -        </repository>
> -        <repository>
> -            <id>wso2-maven2-snapshot-repository</id>
> -            <name>WSO2 Maven2 Snapshot Repository</name>
> -            <url>http://dist.wso2.org/snapshots/maven2</url>
> -            <snapshots>
> -                <enabled>true</enabled>
> -                <updatePolicy>interval:60</updatePolicy>
> -                <checksumPolicy>ignore</checksumPolicy>
> -            </snapshots>
> -            <releases>
> -                <enabled>false</enabled>
> -            </releases>
> -        </repository>
> -    </repositories>
> -
> -    <pluginRepositories>
> -        <pluginRepository>
> -            <id>wso2-maven2-repository</id>
> -            <url>http://dist.wso2.org/maven2</url>
> -        </pluginRepository>
> -    </pluginRepositories>
> -
> -    <properties>
> -        <wso2carbon.version>3.0.0-SNAPSHOT</wso2carbon.version>
> -    </properties>
> +     <repositories>
> +             <repository>
> +                     <id>wso2-maven2-repository</id>
> +                     <name>WSO2 Maven2 Repository</name>
> +                     <url>http://dist.wso2.org/maven2</url>
> +                     <snapshots>
> +                             <enabled>false</enabled>
> +                     </snapshots>
> +                     <releases>
> +                             <enabled>true</enabled>
> +                             <updatePolicy>never</updatePolicy>
> +                             <checksumPolicy>fail</checksumPolicy>
> +                     </releases>
> +             </repository>
> +             <repository>
> +                     <id>wso2-maven2-snapshot-repository</id>
> +                     <name>WSO2 Maven2 Snapshot Repository</name>
> +                     <url>http://dist.wso2.org/snapshots/maven2</url>
> +                     <snapshots>
> +                             <enabled>true</enabled>
> +                             <updatePolicy>interval:60</updatePolicy>
> +                             <checksumPolicy>ignore</checksumPolicy>
> +                     </snapshots>
> +                     <releases>
> +                             <enabled>false</enabled>
> +                     </releases>
> +             </repository>
> +     </repositories>
> +
> +     <pluginRepositories>
> +             <pluginRepository>
> +                     <id>wso2-maven2-repository</id>
> +                     <url>http://dist.wso2.org/maven2</url>
> +             </pluginRepository>
> +     </pluginRepositories>
> +
> +     <properties>
> +             <wso2carbon.version>3.0.0-SNAPSHOT</wso2carbon.version>
> +     </properties>
>  
>  </project>
>
> _______________________________________________
> Carbon-commits mailing list
> [email protected]
> https://wso2.org/cgi-bin/mailman/listinfo/carbon-commits
>
>   


-- 
Ruwan Linton
Technical Lead & Product Manager; WSO2 ESB; http://wso2.org/esb
WSO2 Inc.; http://wso2.org
email: [email protected]; cell: +94 77 341 3097
blog: http://blog.ruwan.org

Lean . Enterprise . Middleware


_______________________________________________
Carbon-dev mailing list
[email protected]
https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev

Reply via email to