Skip to content

Commit dca865f

Browse files
committed
Remove query engine code to reduce VM provision, compile, and test time
QueryEngine is now in https://github.com/SeqWare/queryengine Former-commit-id: 7b8dd00
1 parent e81ccd3 commit dca865f

File tree

504 files changed

+0
-111004
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

504 files changed

+0
-111004
lines changed

pom.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,8 +142,6 @@
142142
</repositories>
143143

144144
<modules>
145-
<module>seqware-queryengine</module>
146-
<module>seqware-queryengine-legacy</module>
147145
<module>seqware-meta-db</module>
148146
<module>seqware-common</module>
149147
<module>seqware-pipeline</module>

seqware-distribution/pom.xml

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,6 @@
1515
<url>https://github.com/SeqWare/seqware</url>
1616

1717
<dependencies>
18-
<!-- <dependency>
19-
<groupId>com.github.seqware</groupId>
20-
<artifactId>seqware-queryengine</artifactId>
21-
</dependency> -->
2218
<dependency>
2319
<groupId>com.github.seqware</groupId>
2420
<artifactId>seqware-pipeline</artifactId>
@@ -114,27 +110,6 @@
114110
</descriptors>
115111
</configuration>
116112
</execution>
117-
<!-- <execution>
118-
<id>executable-queryengine-jar-assembly</id>
119-
<phase>package</phase>
120-
<goals>
121-
<goal>single</goal>
122-
</goals>
123-
<configuration>
124-
<archive>
125-
<manifest>
126-
<mainClass>net.sourceforge.seqware.pipeline.runner.PluginRunner</mainClass>
127-
<addDefaultImplementationEntries>true</addDefaultImplementationEntries>
128-
</manifest>
129-
<manifestEntries>
130-
<Implementation-Build>${buildNumber}</Implementation-Build>
131-
</manifestEntries>
132-
</archive>
133-
<descriptors>
134-
<descriptor>src/assemble/seqware-queryengine.xml</descriptor>
135-
</descriptors>
136-
</configuration>
137-
</execution> -->
138113
</executions>
139114
</plugin>
140115
<plugin>
@@ -155,7 +130,6 @@
155130
<ignorePathsToDelete>
156131
<ignorePathToDelete>javadoc</ignorePathToDelete>
157132
<ignorePathToDelete>manuals</ignorePathToDelete>
158-
<!-- <ignorePathToDelete>queryengine-api</ignorePathToDelete> -->
159133
<ignorePathToDelete>webservice-api</ignorePathToDelete>
160134
<ignorePathToDelete>pictures</ignorePathToDelete>
161135
</ignorePathsToDelete>

seqware-distribution/src/assemble/seqware-queryengine.xml

Lines changed: 0 additions & 42 deletions
This file was deleted.

seqware-queryengine-legacy/CHANGES

Lines changed: 0 additions & 4 deletions
This file was deleted.

seqware-queryengine-legacy/Makefile

Lines changed: 0 additions & 24 deletions
This file was deleted.

seqware-queryengine-legacy/README.md

Lines changed: 0 additions & 148 deletions
This file was deleted.

0 commit comments

Comments
 (0)