Hi Lalaji,

Yes. I just had a look at the diff of those two features. There is no
difference other than the app-naming and latest additions to the store
feature.
So we should be able to get rid of the es feature usage.

Regards,
UdaraR

On Mon, Jul 13, 2015 at 12:37 PM, Lalaji Sureshika <lal...@wso2.com> wrote:

> Hi Udara,
>
> For the moment,we are copying jaggery apps from es.feature.Yes,we can use
> store feature to copy those apps,instead es.feature as we have included
> both of them to our p2-profile pom. As per your reply,does that mean,we can
> fully get rid of es.feature and use store.feature only in our pom
> references?
>
> Thanks
>
> On Mon, Jul 13, 2015 at 2:54 AM, Udara Rathnayake <uda...@wso2.com> wrote:
>
>> Hi Lakshman,
>>
>> Is there any possibility to use the store feature instead of es one? We
>> initially created this es feature for AM team to facilitate keeping both ES
>> store/publisher apps and API manager store/publisher apps. Eg:- es-store
>> coming form es feature and store is coming from am store feature
>>
>> Seems es feature is bit outdated and might get dropped in future. Let us
>> know the possibility of moving from es feature to store.
>>
>> Regards,
>> UdaraR
>>
>> On Mon, Jul 13, 2015 at 12:10 PM, Lakshman Udayakantha <
>> lakshm...@wso2.com> wrote:
>>
>>> jira for this is [2]
>>>
>>> [2] https://wso2.org/jira/browse/STORE-894
>>>
>>> On Mon, Jul 13, 2015 at 1:03 AM, Lakshman Udayakantha <
>>> lakshm...@wso2.com> wrote:
>>>
>>>> Hi ES Team,
>>>>
>>>> $subject please for [1]
>>>>
>>>> [1] https://github.com/wso2/carbon-store/pull/94
>>>>
>>>> Thanks
>>>>
>>>> --
>>>> Lakshman Udayakantha
>>>> WSO2 Inc. www.wso2.com
>>>> lean.enterprise.middleware
>>>> Mobile: *0711241005*
>>>>
>>>>
>>>
>>>
>>> --
>>> Lakshman Udayakantha
>>> WSO2 Inc. www.wso2.com
>>> lean.enterprise.middleware
>>> Mobile: *0711241005*
>>>
>>>
>>
>> _______________________________________________
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> Lalaji Sureshika
> WSO2, Inc.;  http://wso2.com/
> email: lal...@wso2.com; cell: +94 71 608 6811
> blog: http://lalajisureshika.blogspot.com
>
>
>
--- /home/udara/wso2/git/fork/carbon-store/features/org.wso2.es.feature/pom.xml
+++ 
/home/udara/wso2/git/fork/carbon-store/features/org.wso2.store.feature/pom.xml
@@ -16,16 +16,14 @@
 -->
 
 <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";>
-
     <parent>
         <groupId>org.wso2.carbon.store</groupId>
         <artifactId>carbon-store</artifactId>
         <version>2.3.1-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
-
     <modelVersion>4.0.0</modelVersion>
-    <artifactId>org.wso2.es.feature</artifactId>
+    <artifactId>org.wso2.store.feature</artifactId>
     <packaging>pom</packaging>
     <name>WSO2 Enterprise Store Feature</name>
     <url>http://wso2.org</url>
@@ -38,17 +36,14 @@
             <groupId>org.apache.httpcomponents.wso2</groupId>
             <artifactId>httpcore</artifactId>
         </dependency>
-
         <dependency>
             <groupId>org.wso2.carbon.store</groupId>
             <artifactId>org.wso2.store.bamclient</artifactId>
         </dependency>
-
         <dependency>
             <groupId>org.wso2.carbon.store</groupId>
             <artifactId>org.wso2.store.util</artifactId>
         </dependency>
-
     </dependencies>
     <build>
         <plugins>
@@ -63,7 +58,7 @@
                             <goal>p2-feature-gen</goal>
                         </goals>
                         <configuration>
-                            <id>org.wso2.es</id>
+                            <id>org.wso2.store</id>
                             
<propertiesFile>../etc/feature.properties</propertiesFile>
                             <bundles>
                                 
<bundleDef>slf4j.wso2:slf4j:${slf4j.wso2.version}</bundleDef>
@@ -152,6 +147,10 @@
                                 <importFeatureDef>
                                     
org.wso2.carbon.registry.contentsearch.server:${carbon.registry.version}
                                 </importFeatureDef>
+                                <!--importFeatureDef>
+                                    
org.wso2.carbon.jaxws.webapp.mgt.server:${carbon.platform.version}
+                                </importFeatureDef-->
+                                <!-- SSO -->
                                 <importFeatureDef>
                                     
org.wso2.carbon.security.mgt:${carbon.identity.version}
                                 </importFeatureDef>
@@ -167,6 +166,9 @@
                                 <feaureArtifactDef>
                                     
org.wso2.carbon.identity.sso.saml.server:${carbon.identity.version}
                                 </feaureArtifactDef>
+                                <!--feaureArtifactDef>
+                                    
org.wso2.stratos.identity.saml2.sso.mgt.server:${carbon.platform.version}
+                                </feaureArtifactDef-->
                                 <feaureArtifactDef>
                                     
org.wso2.carbon.identity.core:${carbon.identity.version}
                                 </feaureArtifactDef>
@@ -248,6 +250,12 @@
                                     <directory>../../</directory>
                                     <includes>
                                         
<include>resources/dbscripts/**</include>
+                                    </includes>
+                                </resource>
+                                <resource>
+                                    
<directory>../../components/asset-client</directory>
+                                    <includes>
+                                        <include>client/*.jar</include>
                                     </includes>
                                 </resource>
                             </resources>
_______________________________________________
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to