Skip to content

Commit 2d57dc6

Browse files
author
Vladimir Kotal
committed
move opengrok-tools -> tools
1 parent 3db23db commit 2d57dc6

Some content is hidden

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

66 files changed

+7
-7
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ COPY suggester/pom.xml /mvn/suggester/
1616

1717
# distribution and opengrok-tools do not have dependencies to cache
1818
RUN sed -i 's:<module>distribution</module>::g' /mvn/pom.xml
19-
RUN sed -i 's:<module>opengrok-tools</module>::g' /mvn/pom.xml
19+
RUN sed -i 's:<module>tools</module>::g' /mvn/pom.xml
2020

2121
RUN mkdir -p /mvn/opengrok-indexer/target/jflex-sources
2222
RUN mkdir -p /mvn/opengrok-web/src/main/webapp

distribution/assembly.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,17 @@
2020
<destName>source.war</destName>
2121
</file>
2222
<file>
23-
<source>${project.basedir}/../opengrok-tools/${project.build.directory}/dist/opengrok-tools-${project.python.package.version}.tar.gz</source>
23+
<source>${project.basedir}/../tools/${project.build.directory}/dist/opengrok-tools-${project.python.package.version}.tar.gz</source>
2424
<outputDirectory>tools</outputDirectory>
2525
<destName>opengrok-tools.tar.gz</destName>
2626
</file>
2727
<file>
28-
<source>${project.basedir}/../opengrok-tools/README-dist.txt</source>
28+
<source>${project.basedir}/../tools/README-dist.txt</source>
2929
<outputDirectory>tools</outputDirectory>
3030
<destName>README.txt</destName>
3131
</file>
3232
<file>
33-
<source>${project.basedir}/../opengrok-tools/${project.build.directory}/dist/logging.properties.template</source>
33+
<source>${project.basedir}/../tools/${project.build.directory}/dist/logging.properties.template</source>
3434
<outputDirectory>doc</outputDirectory>
3535
<destName>logging.properties.template</destName>
3636
</file>

distribution/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040

4141
<dependency>
4242
<groupId>org.opengrok</groupId>
43-
<artifactId>opengrok-tools</artifactId>
43+
<artifactId>tools</artifactId>
4444
<version>1.5.11</version>
4545
<type>pom</type>
4646
</dependency>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Portions Copyright (c) 2018, 2020, Chris Fraire <[email protected]>.
5050
<module>opengrok-web</module>
5151
<module>distribution</module>
5252
<module>suggester</module>
53-
<module>opengrok-tools</module>
53+
<module>tools</module>
5454
</modules>
5555

5656
<scm>
File renamed without changes.
File renamed without changes.
File renamed without changes.

opengrok-tools/pom.xml renamed to tools/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Portions Copyright (c) 2017-2018, 2020, Chris Fraire <[email protected]>.
3232
<version>1.5.11</version>
3333
</parent>
3434

35-
<artifactId>opengrok-tools</artifactId>
35+
<artifactId>tools</artifactId>
3636
<version>1.5.11</version>
3737
<packaging>pom</packaging>
3838

0 commit comments

Comments
 (0)