diff options
Diffstat (limited to 'docs/dist/doc/examples/ltw/aj')
-rw-r--r-- | docs/dist/doc/examples/ltw/aj | 16 |
1 files changed, 0 insertions, 16 deletions
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" "$@"
|