Merge pull request #51 from Shabirmean/master

Changed the source directory of the device-type datasources
This commit is contained in:
Shabir Mohamed 2015-12-21 18:19:17 +05:30
commit 94e2bfffb7
2 changed files with 3 additions and 3 deletions

View File

@ -244,7 +244,7 @@
</fileSet>
<fileSet>
<directory>
../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/conf/datasources/devicemgt
../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/conf/datasources
</directory>
<outputDirectory>${pom.artifactId}-${pom.version}/repository/conf/datasources
</outputDirectory>

View File

@ -55,7 +55,7 @@
<featureArtifacts>
<featureArtifactDef>
{FEATURE_ARTIFACT_DEF}.feature:{FEATURE_VERSION}
{FEATURE_GROUP_ID}:{FEATURE_ARTIFACT_DEF}:{FEATURE_VERSION}
</featureArtifactDef>
</featureArtifacts>
</configuration>
@ -84,7 +84,7 @@
<deleteOldProfileFiles>true</deleteOldProfileFiles>
<features>
<feature>
<id>{FEATURE_ARTIFACT_DEF}.feature.group</id>
<id>{FEATURE_ARTIFACT_DEF}.group</id>
<version>{FEATURE_VERSION}</version>
</feature>
</features>