CVS jta
Arnaud Vandyck
avdyk at haydn.debian.org
Thu Sep 22 23:33:30 UTC 2005
Update of /cvsroot/pkg-java/jta
In directory haydn:/tmp/cvs-serv23881
Modified Files:
Makefile
Log Message:
jta (2.5-2) unstable; urgency=low
* build with kaffe, move to main
-- Arnaud Vandyck <avdyk at debian.org> Fri, 23 Sep 2005 01:22:31 +0200
--- /cvsroot/pkg-java/jta/Makefile 2004/05/22 11:57:45 1.1.1.1
+++ /cvsroot/pkg-java/jta/Makefile 2005/09/22 23:33:30 1.2
@@ -1,21 +1,27 @@
# This file is part of "The Java Telnet Application".
#
-# This is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2, or (at your option)
-# any later version.
+# (c) Matthias L. Jugel, Marcus Meißner 1996-2002. All Rights Reserved.
#
-# "The Java Telnet Application" is distributed in the hope that it will be
-# useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
+# Please visit http://javatelnet.org/ for updates and contact.
+#
+# --LICENSE NOTICE--
+# This program is free software; you can redistribute it and/or
+# modify it under the terms of the GNU General Public License
+# as published by the Free Software Foundation; either version 2
+# of the License, or (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
-#
+#
# You should have received a copy of the GNU General Public License
-# along with this software; see the file COPYING. If not, write to the
-# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-# Boston, MA 02111-1307, USA.
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+# --LICENSE NOTICE--
+#
-JAVA_HOME=/usr/local/IBMJava2-ppc-141
+#JAVA_HOME=/usr/local/IBMJava2-ppc-142
JAVA = $(JAVA_HOME)/bin/java
JAR = $(JAVA_HOME)/bin/jar
JAVAC = $(JAVA_HOME)/bin/javac
@@ -27,9 +33,9 @@
#JAVADOC = /q/opt/jdk1.2.2/bin/javadoc
#DEBUG = -g -deprecation
DEBUG = -g
-JFLAGS = -classpath $(CLASSPATH):.
+JFLAGS = -classpath $(CLASSPATH):jar/org.apache.crimson.jar:jar/jdom.jar:jar/gnu-regexp-1.0.8.jar:.
SRCDIR = de
-PKGNAME = jta20
+PKGNAME = jta25
VERSION = `java -version 2>&1 | head -1 | \
sed 's/^java version //' | sed 's/"//g'`
DATE = `date +%Y%m%d-%H%M`
@@ -74,8 +80,7 @@
@touch "Created-$(DATE)"
@$(JAR) cvfm jar/$(PKGNAME).jar jta.manifest \
"Created-$(DATE)" README \
- license/COPYING license/COPYING.LIB \
- de/mud/ssh/license.txt \
+ license/COPYING \
`find $(SRCDIR) -name \*.class` \
`find $(SRCDIR) -name \*.conf` > /dev/null
@rm -f Created-*
@@ -93,7 +98,7 @@
@echo Creating distribution package ...
@if [ "$(CVSROOT)" = "" ]; then echo "Missing CVSROOT!"; exit -1; fi
@(cvs -Q -d $(CVSROOT) export -D now -d $(PKGNAME) jta && \
- export CLASSPATH=`pwd`/jar/gnu-regexp-1.0.8.jar:`pwd`/jar/cryptix.jar && \
+ export CLASSPATH=$(CLASSPATH):`pwd`/jar/cryptix.jar && \
cp REVISION CHANGES $(PKGNAME)/ && \
cp -r doc/source $(PKGNAME)/doc/ && \
touch "$(PKGNAME)/Created-$(DATE)" && \
More information about the pkg-java-commits
mailing list