diff options
Diffstat (limited to 'Components')
| -rw-r--r-- | Components/Main.api | 5 | ||||
| -rw-r--r-- | Components/Main.wo/Main.html | 9 | ||||
| -rw-r--r-- | Components/Main.wo/Main.wod | 0 | ||||
| -rw-r--r-- | Components/Main.wo/Main.woo | 4 |
4 files changed, 18 insertions, 0 deletions
diff --git a/Components/Main.api b/Components/Main.api new file mode 100644 index 0000000..12535ad --- /dev/null +++ b/Components/Main.api @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8" standalone="yes"?> +<wodefinitions> + <wo wocomponentcontent="false" class="Main.java"> + </wo> +</wodefinitions> diff --git a/Components/Main.wo/Main.html b/Components/Main.wo/Main.html new file mode 100644 index 0000000..7f43a90 --- /dev/null +++ b/Components/Main.wo/Main.html @@ -0,0 +1,9 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<html> + <head> + <title>Untitled</title> + </head> + <body> +Hello World + </body> +</html> diff --git a/Components/Main.wo/Main.wod b/Components/Main.wo/Main.wod new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/Components/Main.wo/Main.wod diff --git a/Components/Main.wo/Main.woo b/Components/Main.wo/Main.woo new file mode 100644 index 0000000..1f6e847 --- /dev/null +++ b/Components/Main.wo/Main.woo @@ -0,0 +1,4 @@ +{ + "WebObjects Release" = "WebObjects 5.0"; + encoding = "UTF-8"; +}
\ No newline at end of file |
