Skip to content

Commit

Permalink
Load only project datasources
Browse files Browse the repository at this point in the history
  • Loading branch information
AW3i committed Mar 24, 2017
1 parent 82f2e8f commit 9f2ac58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AppserverIo/Appserver/Core/GenericDeployment.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ protected function getDatasourceFiles()
$datasourceFiles = array_merge(
$datasourceFiles,
$this->prepareDatasourceFiles(
$this->getDeploymentService()->globDir(AppEnvironmentHelper::getEnvironmentAwareGlobPattern($webappPath, '*-ds'))
$this->getDeploymentService()->globDir(AppEnvironmentHelper::getEnvironmentAwareGlobPattern($webappPath, 'META-INF/*-ds'))
)
);
}
Expand Down

0 comments on commit 9f2ac58

Please sign in to comment.