summaryrefslogtreecommitdiff
path: root/wotonomy-web-test
diff options
context:
space:
mode:
authorBenjamin Culkin <scorpress@gmail.com>2024-10-14 11:31:28 -0400
committerBenjamin Culkin <scorpress@gmail.com>2024-10-14 11:31:28 -0400
commitba949758b37592fc967f9ffdb6c5d1b0c54c9313 (patch)
treebb8267ae43be0154d20d5daaee33a66a60abc824 /wotonomy-web-test
parent3b4fbed3a6a4c2a57e53324260827d1ce13b3133 (diff)
Add additional commented out logging
Add some additional logging that I used to figure out how associations and the like work
Diffstat (limited to 'wotonomy-web-test')
-rw-r--r--wotonomy-web-test/pom.xml7
-rw-r--r--wotonomy-web-test/src/main/java/Main.java1
2 files changed, 0 insertions, 8 deletions
diff --git a/wotonomy-web-test/pom.xml b/wotonomy-web-test/pom.xml
index 44fd16a..ce0ee17 100644
--- a/wotonomy-web-test/pom.xml
+++ b/wotonomy-web-test/pom.xml
@@ -1,15 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<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">
<modelVersion>4.0.0</modelVersion>
-
<groupId>com.ashardalon</groupId>
<artifactId>wotonomy-web-test</artifactId>
<version>0.1-SNAPSHOT</version>
<packaging>war</packaging>
-
<name>Wotonomy web test</name>
<description>This is a test of the Wotonomy framework</description>
-
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.report.sourceEncoding>UTF-8</project.report.sourceEncoding>
@@ -18,7 +15,6 @@
<compiler-plugin.version>3.11.0</compiler-plugin.version>
<war-plugin.version>3.4.0</war-plugin.version>
</properties>
-
<dependencies>
<dependency>
<groupId>jakarta.platform</groupId>
@@ -104,10 +100,8 @@
</execution>
</executions>
</plugin>
-
</plugins>
</build>
-
<reporting>
<plugins>
<plugin>
@@ -125,7 +119,6 @@
</plugin>
</plugins>
</reporting>
-
<distributionManagement>
<site>
<id>ashardalon-dav</id>
diff --git a/wotonomy-web-test/src/main/java/Main.java b/wotonomy-web-test/src/main/java/Main.java
index a12ca44..0820fbc 100644
--- a/wotonomy-web-test/src/main/java/Main.java
+++ b/wotonomy-web-test/src/main/java/Main.java
@@ -50,5 +50,4 @@ public class Main extends WOComponent {
setShowTime(!getShowTime());
return this;
}
-
}