Author: shankar
Date: Tue Dec 15 10:04:25 2009
New Revision: 890724

URL: http://svn.apache.org/viewvc?rev=890724&view=rev
Log:
fixing compilation issue

Modified:
    incubator/stonehenge/trunk/stocktrader/wsas/identity/pom.xml

Modified: incubator/stonehenge/trunk/stocktrader/wsas/identity/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/stonehenge/trunk/stocktrader/wsas/identity/pom.xml?rev=890724&r1=890723&r2=890724&view=diff
==============================================================================
--- incubator/stonehenge/trunk/stocktrader/wsas/identity/pom.xml (original)
+++ incubator/stonehenge/trunk/stocktrader/wsas/identity/pom.xml Tue Dec 15 
10:04:25 2009
@@ -26,14 +26,16 @@
     <groupId>org.apache.stonehenge.stocktrader.identity</groupId>
     <artifactId>attributeservice</artifactId>
        <packaging>bundle</packaging>
-    <version>m2</version>
+    <version>0.m2</version>
     <name>WSO2 Identity Attribute Service for Stonehenge</name>
 
        <properties>
-               <axis2.osgi.version.range>[1.5.0.wso2, 
1.6.0)</axis2.osgi.version.range>
+               <axis2.osgi.version.range>[1.5, 
1.6.0)</axis2.osgi.version.range>
+               
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
        </properties>
 
     <build>
+               <sourceDirectory>src</sourceDirectory>
         <plugins>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
@@ -68,10 +70,9 @@
                         <Bundle-Name>${pom.artifactId}</Bundle-Name>
                         
<Private-Package>org.apache.stonehenge.stocktrader.attributeservice.internal</Private-Package>
                         <Export-Package>
-                            org.apache.stonehenge.stocktrader.attributeservice,
+                            org.apache.stonehenge.stocktrader.attributeservice
                         </Export-Package>
                         <Import-Package>
-                            
!org.apache.stonehenge.stocktrader.attributeservice,
                             org.wso2.carbon.identity.provider.*,
                             org.osgi.framework,
                             org.apache.axis2.*; 
version="${axis2.osgi.version.range}",


Reply via email to