-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cleanup: finish moving packages away from engine (#1034)
This diff includes some cleanups while we finish moving packages away from the internal/engine package. With this diff, we have finally finished merging probe-engine into probe-cli, a process initiated in February 2021. See ooni/probe#1335. Closes ooni/probe#2115.
- Loading branch information
1 parent
92b657d
commit 815b6fa
Showing
11 changed files
with
49 additions
and
55 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,39 +1,39 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | ||
<modelVersion>4.0.0</modelVersion> | ||
|
||
<groupId>org.ooni</groupId> | ||
<artifactId>oonimkall</artifactId> | ||
<version>@VERSION@</version> | ||
<packaging>aar</packaging> | ||
|
||
<name>oonimkall</name> | ||
<description>OONI Probe Library for Android</description> | ||
<url>https://github.com/ooni/probe-cli</url> | ||
|
||
<licenses> | ||
<license> | ||
<name>The 3-Clause BSD License</name> | ||
<url>https://opensource.org/licenses/BSD-3-Clause</url> | ||
<distribution>repo</distribution> | ||
</license> | ||
</licenses> | ||
|
||
<scm> | ||
<url>https://github.com/ooni/probe-engine</url> | ||
<connection>https://github.com/ooni/probe-engine.git</connection> | ||
</scm> | ||
|
||
<developers> | ||
<developer> | ||
<name>Simone Basso</name> | ||
<email>[email protected]</email> | ||
<roles> | ||
<role>Core developer</role> | ||
</roles> | ||
<timezone>Europe/Rome</timezone> | ||
</developer> | ||
</developers> | ||
|
||
</project> | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | ||
<modelVersion>4.0.0</modelVersion> | ||
|
||
<groupId>org.ooni</groupId> | ||
<artifactId>oonimkall</artifactId> | ||
<version>@VERSION@</version> | ||
<packaging>aar</packaging> | ||
|
||
<name>oonimkall</name> | ||
<description>OONI Probe Library for Android</description> | ||
<url>https://github.com/ooni/probe-cli</url> | ||
|
||
<licenses> | ||
<license> | ||
<name>The 3-Clause BSD License</name> | ||
<url>https://opensource.org/licenses/BSD-3-Clause</url> | ||
<distribution>repo</distribution> | ||
</license> | ||
</licenses> | ||
|
||
<scm> | ||
<url>https://github.com/ooni/probe-cli</url> | ||
<connection>https://github.com/ooni/probe-cli.git</connection> | ||
</scm> | ||
|
||
<developers> | ||
<developer> | ||
<name>Simone Basso</name> | ||
<email>[email protected]</email> | ||
<roles> | ||
<role>Core developer</role> | ||
</roles> | ||
<timezone>Europe/Rome</timezone> | ||
</developer> | ||
</developers> | ||
|
||
</project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters