summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorBenjamin Culkin <bjculkin@focalor.home>2024-01-17 20:12:21 -0500
committerBenjamin Culkin <bjculkin@focalor.home>2024-01-17 20:12:21 -0500
commit5ededf0d64c4b7994fb51db05c3e59ccbf905753 (patch)
tree103e1d963b226dbf5d89dc486519b8272fd27438 /build
Initial commit
Diffstat (limited to 'build')
-rw-r--r--build/.version1
-rw-r--r--build/Pagic.woa/Contents/Info.plist37
-rw-r--r--build/Pagic.woa/Contents/Resources/Main.api5
-rw-r--r--build/Pagic.woa/Contents/Resources/Main.wo/Main.html9
-rw-r--r--build/Pagic.woa/Contents/Resources/Main.wo/Main.wod0
-rw-r--r--build/Pagic.woa/Contents/Resources/Main.wo/Main.woo4
-rw-r--r--build/Pagic.woa/Contents/Resources/Properties68
7 files changed, 124 insertions, 0 deletions
diff --git a/build/.version b/build/.version
new file mode 100644
index 0000000..a8a927b
--- /dev/null
+++ b/build/.version
@@ -0,0 +1 @@
+1705539646371 \ No newline at end of file
diff --git a/build/Pagic.woa/Contents/Info.plist b/build/Pagic.woa/Contents/Info.plist
new file mode 100644
index 0000000..d3e8801
--- /dev/null
+++ b/build/Pagic.woa/Contents/Info.plist
@@ -0,0 +1,37 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<plist version="0.9">
+<dict>
+ <key>NOTE</key>
+ <string>autogenerated</string>
+ <key>CFBundleDevelopmentRegion</key>
+ <string>English</string>
+ <key>CFBundleExecutable</key>
+ <string>Pagic</string>
+ <key>CFBundleIconFile</key>
+ <string>WOAfile.icns</string>
+ <key>CFBundleInfoDictionaryVersion</key>
+ <string>6.0</string>
+ <key>CFBundlePackageType</key>
+ <string>APPL</string>
+ <key>CFBundleSignature</key>
+ <string>webo</string>
+ <key>CFBundleShortVersionString</key>
+ <string>0.0</string>
+ <key>CFBundleVersion</key>
+ <string></string>
+ <key>NSExecutable</key>
+ <string>Pagic</string>
+ <key>NSJavaNeeded</key>
+ <true/>
+ <key>NSJavaPath</key>
+ <array>
+ <string>Pagic.jar</string>
+ </array>
+ <key>NSJavaPathClient</key>
+ <string>$basename.jar</string>
+ <key>NSJavaRoot</key>
+ <string>Contents/Resources/Java</string>
+ <key>NSJavaRootClient</key>
+ <string>Contents/WebServerResources/Java</string>
+</dict>
+</plist> \ No newline at end of file
diff --git a/build/Pagic.woa/Contents/Resources/Main.api b/build/Pagic.woa/Contents/Resources/Main.api
new file mode 100644
index 0000000..12535ad
--- /dev/null
+++ b/build/Pagic.woa/Contents/Resources/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/build/Pagic.woa/Contents/Resources/Main.wo/Main.html b/build/Pagic.woa/Contents/Resources/Main.wo/Main.html
new file mode 100644
index 0000000..7f43a90
--- /dev/null
+++ b/build/Pagic.woa/Contents/Resources/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/build/Pagic.woa/Contents/Resources/Main.wo/Main.wod b/build/Pagic.woa/Contents/Resources/Main.wo/Main.wod
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/build/Pagic.woa/Contents/Resources/Main.wo/Main.wod
diff --git a/build/Pagic.woa/Contents/Resources/Main.wo/Main.woo b/build/Pagic.woa/Contents/Resources/Main.wo/Main.woo
new file mode 100644
index 0000000..1f6e847
--- /dev/null
+++ b/build/Pagic.woa/Contents/Resources/Main.wo/Main.woo
@@ -0,0 +1,4 @@
+{
+ "WebObjects Release" = "WebObjects 5.0";
+ encoding = "UTF-8";
+} \ No newline at end of file
diff --git a/build/Pagic.woa/Contents/Resources/Properties b/build/Pagic.woa/Contents/Resources/Properties
new file mode 100644
index 0000000..7fac881
--- /dev/null
+++ b/build/Pagic.woa/Contents/Resources/Properties
@@ -0,0 +1,68 @@
+# OGNL
+ognl.helperFunctions=true
+ognl.inlineBindings=true
+
+# Misc
+er.extensions.stackTrace.cleanup=true
+
+# EOF
+er.extensions.ERXEC.safeLocking=true
+er.extensions.ERXEC.useSharedEditingContext=false
+er.extensions.ERXEnterpriseObject.applyRestrictingQualifierOnInsert=true
+er.extensions.ERXEnterpriseObject.updateInverseRelationships=true
+#dbConnectURLGLOBAL=
+#dbConnectUserGLOBAL=
+#dbConnectPasswordGLOBAL=
+
+# Migrations
+#er.migration.migrateAtStartup=true
+#er.migration.createTablesIfNecessary=true
+#er.migration.modelNames=YourModel
+
+# Misc Components
+#er.extensions.ERXWOForm.multipleSubmitDefault=true
+#er.extensions.ERXWORepetition.checkHashCodes=true
+#er.extensions.ERXWORepetition.raiseOnUnmatchedObject=true
+#er.extensions.ERXWORepetition.eoSupport=true
+#er.component.clickToOpen=true
+#wolips.password=wo
+
+# ERJavaMail
+er.javamail.centralize=true
+er.javamail.adminEmail=admin@yourhost.com
+er.javamail.debugEnabled=false
+er.javamail.smtpHost=your.smtpserver.com
+er.javamail.smtpAuth=false
+er.javamail.smtpUser=
+er.javamail.smtpPassword=
+
+# Log4j Configuration
+log4j.loggerFactory=er.extensions.logging.ERXLogger$Factory
+log4j.rootCategory=INFO,A1
+log4j.appender.A1=er.extensions.logging.ERXConsoleAppender
+log4j.appender.A1.layout=er.extensions.logging.ERXPatternLayout
+log4j.appender.A1.layout.ConversionPattern=%d{MMM dd HH:mm:ss} %$[%#] %-5p %c %x - %m%n
+
+# Log4j Categories
+# Here are a few log4j sub-categories that are interesting.
+# Don't forget that in developement mode this file will get reloaded
+# everytime it changes, so if you say want to turn adaptor debugging
+# on in the middle of the app simply set the below category to debug.
+# Very handy.
+# Base Category
+log4j.logger.er=INFO
+
+# ERExtensions
+# Transaction - Switching this to debug will start the sql ouputting.
+log4j.logger.er.transaction.adaptor.EOAdaptorDebugEnabled=DEBUG
+
+# Fixes - Turning this on will show all the models that are loaded
+log4j.logger.er.extensions.fixes.ERSharedEOLoader=INFO
+
+er.extensions.ERXNSLogLog4jBridge=INFO
+#log4j.logger.er.eo.ERXGenericRecord=DEBUG
+#log4j.logger.er.validation.ERXEntityClassDescription=DEBUG
+#log4j.logger.er.default.ERXEntityClassDescription=DEBUG
+log4j.logger.er.extensions.ERXDatabaseContextDelegate=WARN
+log4j.logger.er.extensions.ERXConfigurationManager=INFO
+#log4j.logger.er.extensions.ERXApplication.RequestHandling=DEBUG