• R/O
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Revision169 (tree)
Time2015-12-31 18:13:19
Authort_nakayama1971

Log Message

(empty log message)

Change Summary

Incremental Difference

--- trunk/framework/fwBatch/bat/JobManager.bat (revision 168)
+++ trunk/framework/fwBatch/bat/JobManager.bat (revision 169)
@@ -14,7 +14,7 @@
1414
1515 set PATH=%BATCH_HOME%\bin;%PATH%
1616
17-set CP=%BATCH_HOME%\classes;%CP%;%CB%;%BATCH_HOME%\lib\postgresql-9.4-1201.jdbc41.jar;%BATCH_HOME%\lib\fwBase.jar
17+set CP=%BATCH_HOME%\classes;%CP%;%CB%;%BATCH_HOME%\lib\postgresql-9.4.1207.jar;%BATCH_HOME%\lib\fwBase.jar
1818
1919 start %JAVA_HOME%\bin\java -cp %CP% -Djava.rmi.server.codebase=%CODEBASE% -Djava.security.policy=%POLICY% -Dlog4j.configuration=file:%BATCH_HOME%/classes/log4j2JM.xml batch.controller.JobManagerImpl
2020
--- trunk/framework/fwBatch/sh/JobManager.sh (revision 168)
+++ trunk/framework/fwBatch/sh/JobManager.sh (revision 169)
@@ -16,7 +16,7 @@
1616
1717 export PATH=${BATCH_HOME}/sh:${PATH}
1818
19-CP=${BATCH_HOME}/classes:${CP}:${CB}:${BATCH_HOME}/lib/postgresql-9.4-1201.jdbc41.jar:${BATCH_HOME}/lib/fwBase.jar
19+CP=${BATCH_HOME}/classes:${CP}:${CB}:${BATCH_HOME}/lib/postgresql-9.4.1207.jar:${BATCH_HOME}/lib/fwBase.jar
2020
2121 ${JAVA_HOME}/bin/java -cp ${CP} -Djava.rmi.server.hostname=${HOSTNAME} -Djava.rmi.server.codebase=${CODEBASE} -Djava.security.policy=${POLICY} -Dlog4j.configuration=file:${BATCH_HOME}/classes/log4j2JM.xml batch.controller.JobManagerImpl &
2222
--- trunk/framework/pjBat/bat/classpath.bat (revision 168)
+++ trunk/framework/pjBat/bat/classpath.bat (revision 169)
@@ -17,4 +17,4 @@
1717 %BATCH_HOME%\lib\log4j-api-2.5.jar;^
1818 %BATCH_HOME%\lib\log4j-core-2.5.jar;^
1919 %BATCH_HOME%\lib\javax.mail.jar;^
20-%BATCH_HOME%\lib\postgresql-9.4-1201.jdbc41.jar
\ No newline at end of file
20+%BATCH_HOME%\lib\postgresql-9.4.1207.jar
\ No newline at end of file
--- trunk/framework/pjBat/sh/classpath.sh (revision 168)
+++ trunk/framework/pjBat/sh/classpath.sh (revision 169)
@@ -17,4 +17,4 @@
1717 ${BATCH_HOME}/lib/log4j-api-2.5.jar:\
1818 ${BATCH_HOME}/lib/log4j-core-2.5.jar:\
1919 ${BATCH_HOME}/lib/javax.mail.jar:\
20-${BATCH_HOME}/lib/postgresql-9.4-1201.jdbc41.jar
\ No newline at end of file
20+${BATCH_HOME}/lib/postgresql-9.4.1207.jar
\ No newline at end of file