Rename project to FilterView and update package structure

- Renamed the project to FilterView in preparation for GitHub update
- Updated package name from com.waveletsolutions.robot to com.waveletsolutions.filtering
- Modified build_and_run.md and pom.xml to reflect the new project and package name
- Renamed App.java, FFTUtils.java, and FilterUtils.java to match the new package structure
This commit is contained in:
Eric Ratliff
2024-09-14 11:58:10 -05:00
parent 32f72f32b7
commit 8bc0f33e49
5 changed files with 11 additions and 11 deletions

View File

@@ -3,10 +3,10 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.waveletsolutions.robot</groupId>
<artifactId>SpeedGraph</artifactId>
<artifactId>filter-view</artifactId>
<packaging>jar</packaging>
<version>1.0-SNAPSHOT</version>
<name>SpeedGraph</name>
<name>filter-view</name>
<url>http://maven.apache.org</url>
<properties>