Changed the source of the device-type datasources to copy from.

application-manager-new
Shabirmean 9 years ago
parent 45ce876d9c
commit 40ea51d3bf

@ -241,7 +241,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