Skip to content
This repository has been archived by the owner on Oct 5, 2021. It is now read-only.

Commit

Permalink
changing package folder names
Browse files Browse the repository at this point in the history
  • Loading branch information
hpmtissera committed Jul 24, 2015
1 parent 763a66d commit 5d9cc26
Show file tree
Hide file tree
Showing 64 changed files with 38 additions and 168 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<parent>
<groupId>org.wso2.carbon.identity</groupId>
<artifactId>authenticator-features</artifactId>
<artifactId>carbon-authenticator-features</artifactId>
<version>4.5.4-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
</parent>

<modelVersion>4.0.0</modelVersion>
<artifactId>authenticator-features</artifactId>
<artifactId>carbon-authenticator-features</artifactId>
<packaging>pom</packaging>
<name>WSO2 Carbon - Authenticator Feature Aggregator Module</name>
<url>http://wso2.org</url>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<parent>
<groupId>org.wso2.carbon.identity</groupId>
<artifactId>claim-management-feature</artifactId>
<artifactId>claim-mgt-feature</artifactId>
<version>4.5.4-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<parent>
<groupId>org.wso2.carbon.identity</groupId>
<artifactId>claim-management-feature</artifactId>
<artifactId>claim-mgt-feature</artifactId>
<version>4.5.4-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<parent>
<groupId>org.wso2.carbon.identity</groupId>
<artifactId>claim-management-feature</artifactId>
<artifactId>claim-mgt-feature</artifactId>
<version>4.5.4-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
</parent>

<modelVersion>4.0.0</modelVersion>
<artifactId>claim-management-feature</artifactId>
<artifactId>claim-mgt-feature</artifactId>
<packaging>pom</packaging>
<name>WSO2 Carbon - Claim Management Feature Aggregator Module</name>
<url>http://wso2.org</url>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
</parent>

<modelVersion>4.0.0</modelVersion>
<artifactId>ldap-server-manager</artifactId>
<artifactId>directory-server-manager</artifactId>
<packaging>pom</packaging>
<name>WSO2 Carbon - LDAP Server Principle Management</name>
<url>http://wso2.org</url>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,17 +37,6 @@

<!-- Security configurations -->
<Security>
<UserTrustedRPStore>
<Location>${carbon.home}/repository/resources/security/userRP.jks
</Location>
<!-- Keystore type (JKS/PKCS12 etc.) -->
<Type>JKS</Type>
<!-- Keystore password -->
<Password>wso2carbon</Password>
<!-- Private Key password -->
<KeyPassword>wso2carbon</KeyPassword>
</UserTrustedRPStore>

<!-- The directory under which all other KeyStore files will be stored -->
<KeyStoresDir>${carbon.home}/conf/keystores</KeyStoresDir>
</Security>
Expand Down
Binary file not shown.
Binary file not shown.
3 changes: 1 addition & 2 deletions features/ldap-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@
<url>http://wso2.org</url>

<modules>
<module>org.wso2.carbon.ldap.server.feature</module>
<module>org.wso2.carbon.ldap.server.server.feature</module>

</modules>

</project>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<parent>
<groupId>org.wso2.carbon.identity</groupId>
<artifactId>identity-provider-feature</artifactId>
<artifactId>openid-feature</artifactId>
<version>4.5.4-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,4 @@ org.eclipse.equinox.p2.touchpoint.natives.mkdir(path:${installFolder}/../../depl
org.eclipse.equinox.p2.touchpoint.natives.mkdir(path:${installFolder}/../../deployment/server/webapps/);\
org.eclipse.equinox.p2.touchpoint.natives.copy(source:${installFolder}/../features/org.wso2.carbon.identity.provider.server_${feature.version}/conf/saml1-assertion-config.xml,target:${installFolder}/../../conf/saml1-assertion-config.xml,overwrite:true);\
org.eclipse.equinox.p2.touchpoint.natives.copy(source:${installFolder}/../features/org.wso2.carbon.identity.provider.server_${feature.version}/conf/card.jpg,target:${installFolder}/../../conf/card.jpg,overwrite:true);\
org.eclipse.equinox.p2.touchpoint.natives.copy(source:${installFolder}/../features/org.wso2.carbon.identity.provider.server_${feature.version}/conf/userRP.jks,target:${installFolder}/../../resources/security/userRP.jks,overwrite:true);\
org.eclipse.equinox.p2.touchpoint.natives.copy(source:${installFolder}/../features/org.wso2.carbon.identity.provider.server_${feature.version}/conf/wso2is-user-certs.jks,target:${installFolder}/../../resources/security/wso2is-user-certs.jks,overwrite:true);\
org.eclipse.equinox.p2.touchpoint.natives.copy(source:${installFolder}/../features/org.wso2.carbon.identity.provider.server_${feature.version}/authenticationendpoint.war,target:${installFolder}/../../deployment/server/webapps/authenticationendpoint.war,overwrite:true);\
org.eclipse.equinox.p2.touchpoint.natives.copy(source:${installFolder}/../features/org.wso2.carbon.identity.provider.server_${feature.version}/authenticationendpoint.war,target:${installFolder}/../../deployment/server/webapps/authenticationendpoint.war,overwrite:true);\
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
</parent>

<modelVersion>4.0.0</modelVersion>
<artifactId>identity-provider-feature</artifactId>
<artifactId>openid-feature</artifactId>
<packaging>pom</packaging>
<name>WSO2 Carbon - Identity Provider Feature Aggregator Module</name>
<url>http://wso2.org</url>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<parent>
<groupId>org.wso2.carbon.identity</groupId>
<artifactId>identity-provisioning-feature</artifactId>
<artifactId>provisioning-feature</artifactId>
<version>4.5.4-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<parent>
<groupId>org.wso2.carbon.identity</groupId>
<artifactId>identity-provisioning-feature</artifactId>
<artifactId>provisioning-feature</artifactId>
<version>4.5.4-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<parent>
<groupId>org.wso2.carbon.identity</groupId>
<artifactId>identity-provisioning-feature</artifactId>
<artifactId>provisioning-feature</artifactId>
<version>4.5.4-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<parent>
<groupId>org.wso2.carbon.identity</groupId>
<artifactId>identity-provisioning-feature</artifactId>
<artifactId>provisioning-feature</artifactId>
<version>4.5.4-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<parent>
<groupId>org.wso2.carbon.identity</groupId>
<artifactId>identity-provisioning-feature</artifactId>
<artifactId>provisioning-feature</artifactId>
<version>4.5.4-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
</parent>

<modelVersion>4.0.0</modelVersion>
<artifactId>identity-provisioning-feature</artifactId>
<artifactId>provisioning-feature</artifactId>
<packaging>pom</packaging>
<name>WSO2 Carbon - Identity Provisioning Feature</name>
<url>http://wso2.org</url>
Expand Down
41 changes: 0 additions & 41 deletions features/remote-usermgt/pom.xml

This file was deleted.

41 changes: 0 additions & 41 deletions features/self-registration/pom.xml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<parent>
<groupId>org.wso2.carbon.identity</groupId>
<artifactId>tools-saml-feature</artifactId>
<artifactId>tools-feature</artifactId>
<version>4.5.4-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<parent>
<groupId>org.wso2.carbon.identity</groupId>
<artifactId>tools-saml-feature</artifactId>
<artifactId>tools-feature</artifactId>
<version>4.5.4-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<parent>
<groupId>org.wso2.carbon.identity</groupId>
<artifactId>tools-saml-feature</artifactId>
<artifactId>tools-feature</artifactId>
<version>4.5.4-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Expand Down
2 changes: 1 addition & 1 deletion features/tools-saml/pom.xml → features/tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
</parent>

<modelVersion>4.0.0</modelVersion>
<artifactId>tools-saml-feature</artifactId>
<artifactId>tools-feature</artifactId>
<packaging>pom</packaging>
<name>WSO2 Carbon - SAML Validator Feature Aggregator Module</name>
<url>http://wso2.org</url>
Expand Down
11 changes: 11 additions & 0 deletions features/user-mgt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,16 @@
<module>org.wso2.carbon.user.mgt.ui.feature</module>
<module>org.wso2.carbon.user.mgt.server.feature</module>
<module>org.wso2.carbon.user.mgt.feature</module>
<module>org.wso2.carbon.identity.self.registration.server.feature</module>
<module>org.wso2.carbon.identity.self.registration.ui.feature</module>
<module>org.wso2.carbon.identity.self.registration.feature</module>
<module>org.wso2.carbon.um.ws.service.server.feature</module>
<module>org.wso2.carbon.um.ws.service.client.feature</module>
<module>org.wso2.carbon.um.ws.service.feature</module>
<module>org.wso2.carbon.ldap.server.feature</module>
<module>org.wso2.carbon.ldap.server.server.feature</module>
<module>org.wso2.carbon.identity.user.profile.ui.feature</module>
<module>org.wso2.carbon.identity.user.profile.server.feature</module>
<module>org.wso2.carbon.identity.user.profile.feature</module>
</modules>
</project>
41 changes: 0 additions & 41 deletions features/user-profiles/pom.xml

This file was deleted.

16 changes: 6 additions & 10 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,11 @@
<module>components/security-mgt</module>
<module>components/sts</module>
<module>features/security-mgt</module>
<module>features/authenticators</module>
<module>features/claim-management</module>
<module>features/carbon-authenticators</module>
<module>features/claim-mgt</module>
<module>features/identity-core</module>
<module>features/identity-provider</module>
<module>features/openid</module>
<module>features/identity-mgt</module>
<module>features/self-registration</module>
<module>features/user-profiles</module>
<module>features/xacml</module>
<module>features/oauth</module>
<module>features/sso-saml</module>
Expand All @@ -78,15 +76,13 @@
<module>features/application-authenticators</module>
<module>features/scim</module>
<module>features/application-mgt</module>
<module>features/identity-provisioning</module>
<module>features/tools-saml</module>
<module>features/provisioning</module>
<module>features/tools</module>
<module>features/thrift</module>
<module>features/notification-mgt</module>
<module>features/user-account-association</module>
<module>features/idp-mgt</module>
<module>features/ldap-server</module>
<module>features/remote-usermgt</module>
<module>features/ldap-server-manager</module>
<module>features/directory-server-manager</module>
<module>features/sts</module>
<module>features/user-mgt</module>
</modules>
Expand Down

0 comments on commit 5d9cc26

Please sign in to comment.