Skip to content

Commit

Permalink
Move relational java binding module to xt-relationalStore-pure (finos…
Browse files Browse the repository at this point in the history
  • Loading branch information
gs-ssh16 authored Sep 29, 2024
1 parent ca09eaa commit fe0db0a
Show file tree
Hide file tree
Showing 17 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ protected MutableList<RepositoryCodeStorage> buildRepositories(SourceLocationCon
.with(this.buildCore("legend-engine-xts-snowflakeApp/legend-engine-xt-snowflakeApp-pure", "snowflakeapp"))
.with(this.buildCore("legend-engine-xts-bigqueryFunction/legend-engine-xt-bigqueryFunction-pure", "bigqueryfunction"))
.with(this.buildCore("legend-engine-xts-hostedService/legend-engine-xt-hostedService-pure", "hostedservice"))
.with(this.buildCore("legend-engine-xts-relationalStore/legend-engine-xt-relationalStore-generation/legend-engine-xt-relationalStore-javaPlatformBinding-pure", "relational-java-platform-binding"))
.with(this.buildCore("legend-engine-xts-relationalStore/legend-engine-xt-relationalStore-generation/legend-engine-xt-relationalStore-pure/legend-engine-xt-relationalStore-javaPlatformBinding-pure", "relational-java-platform-binding"))
.with(this.buildCore("legend-engine-xts-relationalStore/legend-engine-xt-relationalStore-dbExtension/legend-engine-xt-relationalStore-sqlserver/legend-engine-xt-relationalStore-sqlserver-pure", "relational_sqlserver"))
.with(this.buildCore("legend-engine-xts-relationalStore/legend-engine-xt-relationalStore-dbExtension/legend-engine-xt-relationalStore-duckdb/legend-engine-xt-relationalStore-duckdb-pure", "relational_duckdb"))
.with(this.buildCore("legend-engine-xts-relationalStore/legend-engine-xt-relationalStore-dbExtension/legend-engine-xt-relationalStore-memsql/legend-engine-xt-relationalStore-memsql-pure", "relational_memsql"))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>org.finos.legend.engine</groupId>
<artifactId>legend-engine-xt-relationalStore-generation</artifactId>
<artifactId>legend-engine-xt-relationalStore-pure</artifactId>
<version>4.60.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,6 @@

<modules>
<module>legend-engine-xt-relationalStore-core-pure</module>
<module>legend-engine-xt-relationalStore-javaPlatformBinding-pure</module>
</modules>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
<modules>
<module>legend-engine-xt-relationalStore-http-api</module>
<module>legend-engine-xt-relationalStore-grammar</module>
<module>legend-engine-xt-relationalStore-javaPlatformBinding-pure</module>
<module>legend-engine-xt-relationalStore-protocol</module>
<module>legend-engine-xt-relationalStore-pure</module>
<module>legend-engine-xt-relationalStore-testDataGeneration-http-api</module>
Expand Down

0 comments on commit fe0db0a

Please sign in to comment.