Fixing the CARBON_DB location issue in the analytics profile.

application-manager-new
sinthuja 8 years ago
parent 3326165513
commit 8ce4538d27

@ -8,7 +8,7 @@
</jndiConfig>
<definition type="RDBMS">
<configuration>
<url>jdbc:h2:../core/repository/database/WSO2CARBON_DB;DB_CLOSE_ON_EXIT=FALSE;AUTO_SERVER=TRUE;AUTO_SERVER_PORT=9095</url>
<url>jdbc:h2:../../repository/database/WSO2CARBON_DB;DB_CLOSE_ON_EXIT=FALSE;AUTO_SERVER=TRUE;AUTO_SERVER_PORT=9095</url>
<username>wso2carbon</username>
<password>wso2carbon</password>
<driverClassName>org.h2.Driver</driverClassName>

@ -669,13 +669,6 @@
<outputDirectory>${pom.artifactId}-${pom.version}/wso2/analytics/repository/database</outputDirectory>
</fileSet>
<fileSet>
<directory>
../p2-profile/analytics-profile/target/wso2carbon-core-${carbon.kernel.version}/repository/database
</directory>
<outputDirectory>${pom.artifactId}-${pom.version}/wso2/analytics/repository/database</outputDirectory>
</fileSet>
<fileSet>
<directory>../p2-profile/analytics-profile/target/wso2carbon-core-${carbon.kernel.version}/lib</directory>
<outputDirectory>${pom.artifactId}-${pom.version}/wso2/lib</outputDirectory>
@ -817,7 +810,7 @@
<exclude>**/.data</exclude>
<exclude>**/.settings</exclude>
<exclude>features/**</exclude>
<!--<exclude>**/org.wso2.carbon.feature.mgt.ui*</exclude>-->
<exclude>**/org.wso2.carbon.feature.mgt.ui*</exclude>
</excludes>
</fileSet>

Loading…
Cancel
Save