Merge pull request #51 from Shabirmean/master

Changed the source directory of the device-type datasources
application-manager-new
Shabir Mohamed 9 years ago
commit 94e2bfffb7

@ -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>

@ -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>

Loading…
Cancel
Save