From 2674dec2bc1524c117003708fe590e920c3f7cc4 Mon Sep 17 00:00:00 2001 From: aclement Date: Wed, 7 Apr 2004 16:08:30 +0000 Subject: Now created at install time. --- docs/dist/doc/examples/ltw/aj | 16 ---------------- docs/dist/doc/examples/ltw/aj.bat | 22 ---------------------- 2 files changed, 38 deletions(-) delete mode 100644 docs/dist/doc/examples/ltw/aj delete mode 100644 docs/dist/doc/examples/ltw/aj.bat (limited to 'docs/dist/doc/examples') diff --git a/docs/dist/doc/examples/ltw/aj b/docs/dist/doc/examples/ltw/aj deleted file mode 100644 index 8e7a250bb..000000000 --- a/docs/dist/doc/examples/ltw/aj +++ /dev/null @@ -1,16 +0,0 @@ -# ******************************************************************* -# Copyright (c) 2004 IBM Corporation -# All rights reserved. -# This program and the accompanying materials are made available -# under the terms of the Common Public License v1.0 -# which accompanies this distribution and is available at -# http://www.eclipse.org/legal/cpl-v10.html -# -# Contributors: -# Matthew Webster initial implementation -# ******************************************************************/ - -if [ "$ASPECTJ_HOME" = "" ] ; then ASPECTJ_HOME=../../../ -fi - -"$JAVA_HOME/bin/java" -classpath "$ASPECTJ_HOME/lib/aspectjtools.jar" "-Djava.system.class.loader=org.aspectj.weaver.WeavingURLClassLoader" "-Daj.class.path=$ASPECTPATH:$CLASSPATH" "-Daj.aspect.path=$ASPECTPATH" "$@" diff --git a/docs/dist/doc/examples/ltw/aj.bat b/docs/dist/doc/examples/ltw/aj.bat deleted file mode 100644 index c004598bb..000000000 --- a/docs/dist/doc/examples/ltw/aj.bat +++ /dev/null @@ -1,22 +0,0 @@ -@echo off -rem ******************************************************************* -rem Copyright (c) 2004 IBM Corporation -rem All rights reserved. -rem This program and the accompanying materials are made available -rem under the terms of the Common Public License v1.0 -rem which accompanies this distribution and is available at -rem http://www.eclipse.org/legal/cpl-v10.html -rem -rem Contributors: -rem Matthew Webster initial implementation -rem ******************************************************************/ - -if "%ASPECTJ_HOME%" == "" set ASPECTJ_HOME=..\..\..\ - -if exist "%JAVA_HOME%\bin\java.exe" goto haveJava -if exist "%JAVA_HOME%\bin\java.bat" goto haveJava -if exist "%JAVA_HOME%\bin\java" goto haveJava -echo java does not exist as %JAVA_HOME%\bin\java -echo please fix the JAVA_HOME environment variable -:haveJava -"%JAVA_HOME%\bin\java" -classpath "%ASPECTJ_HOME%\lib\aspectjtools.jar" "-Djava.system.class.loader=org.aspectj.weaver.WeavingURLClassLoader" "-Daj.class.path=%ASPECTPATH%;%CLASSPATH%" "-Daj.aspect.path=%ASPECTPATH%" %1 %2 %3 %4 %5 %6 %7 %8 %9 -- cgit v1.2.3