summaryrefslogtreecommitdiff
path: root/Build/source/texk/tex4htk/java/xtpipes/InputObject.java
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2009-04-20 23:02:43 +0000
committerKarl Berry <karl@freefriends.org>2009-04-20 23:02:43 +0000
commit3ea86bef2e63ca77c8fbfe4e3b4617804de11855 (patch)
tree1e0e750a74f9564e0c70869bcb018ee010518e50 /Build/source/texk/tex4htk/java/xtpipes/InputObject.java
parentee53eac199e12fb91859fd18a43dd506ff75e3a9 (diff)
tex4ht-1.0.2009_04_18_1145
git-svn-id: svn://tug.org/texlive/trunk@12767 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/tex4htk/java/xtpipes/InputObject.java')
-rw-r--r--Build/source/texk/tex4htk/java/xtpipes/InputObject.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/texk/tex4htk/java/xtpipes/InputObject.java b/Build/source/texk/tex4htk/java/xtpipes/InputObject.java
index 3fc4edbd68c..43dde6d4d0e 100644
--- a/Build/source/texk/tex4htk/java/xtpipes/InputObject.java
+++ b/Build/source/texk/tex4htk/java/xtpipes/InputObject.java
@@ -1,6 +1,6 @@
package xtpipes;
/*
-InputObject.java (2008-01-26-00:38)
+InputObject.java (2009-01-27-22:19)
*/
import java.io.PrintWriter;
import java.net.URL;
@@ -113,7 +113,7 @@ public InputObject( byte [] bytes, PrintWriter log ){
public void buildProfile( boolean trace ){
if( trace ){
log.println(
- "xtpipes (2008-01-26-00:38)"
+ "xtpipes (2009-01-27-22:19)"
+ "\n java.version: " + System.getProperty("java.version")
+ "\n java.class.path: " + System.getProperty("java.class.path")
+ "\n os.name: " + System.getProperty("os.name")