summaryrefslogtreecommitdiff
path: root/LaTeX/argo
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2008-08-24 23:49:11 +0000
committerPaul Buetow <paul@buetow.org>2008-08-24 23:49:11 +0000
commit8136eac3bda1192646f8e464dd50bd11d82fa080 (patch)
treefdc03cbe30c51b621f57ffcb5f1cff20f513d072 /LaTeX/argo
parent366112998354a75975bc82be0915067ef7eb7292 (diff)
moved stuff
Diffstat (limited to 'LaTeX/argo')
-rw-r--r--LaTeX/argo/README.txt81
-rw-r--r--LaTeX/argo/antlrall.jarbin379215 -> 0 bytes
-rw-r--r--LaTeX/argo/argouml-mdr.jarbin347072 -> 0 bytes
-rw-r--r--LaTeX/argo/argouml-model.jarbin92025 -> 0 bytes
-rwxr-xr-xLaTeX/argo/argouml.bat2
-rw-r--r--LaTeX/argo/argouml.jarbin3293887 -> 0 bytes
-rwxr-xr-xLaTeX/argo/argouml.sh29
-rw-r--r--LaTeX/argo/commons-logging.jarbin32753 -> 0 bytes
-rw-r--r--LaTeX/argo/ext/argo_classfile.jarbin29266 -> 0 bytes
-rw-r--r--LaTeX/argo/ext/argo_cpp.jarbin107979 -> 0 bytes
-rw-r--r--LaTeX/argo/ext/argo_idl.jarbin49669 -> 0 bytes
-rw-r--r--LaTeX/argo/ext/argo_php.jarbin34646 -> 0 bytes
-rw-r--r--LaTeX/argo/ext/argouml-csharp.jarbin20908 -> 0 bytes
-rw-r--r--LaTeX/argo/ext/argouml-i18n-de.jarbin69637 -> 0 bytes
-rw-r--r--LaTeX/argo/ext/argouml-i18n-en_GB.jarbin30723 -> 0 bytes
-rw-r--r--LaTeX/argo/ext/argouml-i18n-es.jarbin47841 -> 0 bytes
-rw-r--r--LaTeX/argo/ext/argouml-i18n-fr.jarbin33534 -> 0 bytes
-rw-r--r--LaTeX/argo/ext/argouml-i18n-it.jarbin60085 -> 0 bytes
-rw-r--r--LaTeX/argo/ext/argouml-i18n-nb.jarbin55783 -> 0 bytes
-rw-r--r--LaTeX/argo/ext/argouml-i18n-pt.jarbin60440 -> 0 bytes
-rw-r--r--LaTeX/argo/ext/argouml-i18n-pt_BR.jarbin36506 -> 0 bytes
-rw-r--r--LaTeX/argo/ext/argouml-i18n-ru.jarbin40944 -> 0 bytes
-rw-r--r--LaTeX/argo/ext/argouml-i18n-zh.jarbin22715 -> 0 bytes
-rw-r--r--LaTeX/argo/gef.jarbin704375 -> 0 bytes
-rw-r--r--LaTeX/argo/java-interfaces.jarbin203385 -> 0 bytes
-rw-r--r--LaTeX/argo/jmi.jarbin23182 -> 0 bytes
-rw-r--r--LaTeX/argo/jmiutils.jarbin486680 -> 0 bytes
-rw-r--r--LaTeX/argo/log4j.jarbin367460 -> 0 bytes
-rw-r--r--LaTeX/argo/mdrapi.jarbin35168 -> 0 bytes
-rw-r--r--LaTeX/argo/mof.jarbin180478 -> 0 bytes
-rw-r--r--LaTeX/argo/nbmdr.jarbin1368376 -> 0 bytes
-rw-r--r--LaTeX/argo/ocl-argo.jarbin693356 -> 0 bytes
-rw-r--r--LaTeX/argo/openide-util.jarbin494643 -> 0 bytes
-rw-r--r--LaTeX/argo/swidgets.jarbin52273 -> 0 bytes
-rw-r--r--LaTeX/argo/toolbar.jarbin49034 -> 0 bytes
35 files changed, 0 insertions, 112 deletions
diff --git a/LaTeX/argo/README.txt b/LaTeX/argo/README.txt
deleted file mode 100644
index 9a034de..0000000
--- a/LaTeX/argo/README.txt
+++ /dev/null
@@ -1,81 +0,0 @@
-Welcome to ArgoUML!
-
-(This file was last updated by $Author: mvw $ on $Date: 2005-09-25 10:41:13 +0200 (Sun, 25 Sep 2005) $.)
-
-In case you just downloaded and unzipped your ArgoUML distribution,
-here's how to proceed.
-
-First, you need the runtime environment for Java (J2SE) installed, get it
-from http://www.java.com for your platform.
-
-At least a JRE 1.4 is required. Please let us know if you experience
-any JDK related problems. Try typing "java" in a console window to see
-if Java is successfully installed. You should get a list of your
-options. If not, try reinstalling Java.
-
-Now (after unpacking the distro, which you obviously have done,
-because this file was in it) you should have a bunch of .jar files
-(argouml.jar, gef.jar and others...) in your directory. Please do
-NOT unpack the .jars! Just leave them as jar files.
-
-Now you can start the argouml.jar, on a Windows platform by
-(double-)clicking it.
-Alternatively, you can type the following at a
-command line console: java -jar argouml.jar
-
-The same effect can be obtained by creating a batch-file (in the same
-dir as argouml.jar), with the following contents:
- java -jar argouml.jar
-which can then be started via a shortcut on the desktop.
-
-
-Detailed instructions in running ArgoUML from a command line console
-on Windows:
-
-Suppose that you have downloaded ArgoUML to the C: drive, so your
-directory looks like this:
- c:\ArgoUML
-Open your DOS command prompt and type
- cd \
-to set the current directory to the root. Then type:
- c\:>cd ArgoUML
-which will give you the prompt:
- c:\ArgoUML>
-Then type:
- dir
-to see everything in the ArgoUML folder. You should have the
-argouml.jar file present in this folder. Note that you need all
-downloaded jar files together in this directory.
-
-Then type
- java -jar argouml.jar
-That's it, ArgoUML should start up now.
-
-If not, there is a problem with the downloading on your computer.
-Please have a look at http://argouml.tigris.org in the FAQ
-and then consider posting an issue.
-
-
-Modules:
-
-If you downloaded the modules archive, which contains the support for
-code generation of other languages then Java, then put their jar files
-in a subdirectory named ext.
-
-
-Memory:
-
-If you have plenty of memory and wants ArgoUML to be able to handle
-large projects, try:
-java -Xms250M -Xmx500M -jar argouml.jar
-
-
-Batch mode:
-
-The following is an example of how ArgoUML is run in batchmode:
-java -jar argouml.jar -batch -command "org.argouml.uml.ui.ActionOpenProject=test.zargo" -command org.argouml.ui.cmd.ActionGotoDiagram=A -command "org.argouml.uml.ui.ActionSaveGraphics=test.PNG"
-Instead of "test.zargo", it may be better to include the complete path, e.g.
-c:\Documents and Settings\YourNameHere\My Documents\test.zargo
-
-
-Have fun!
diff --git a/LaTeX/argo/antlrall.jar b/LaTeX/argo/antlrall.jar
deleted file mode 100644
index 4bdb7c3..0000000
--- a/LaTeX/argo/antlrall.jar
+++ /dev/null
Binary files differ
diff --git a/LaTeX/argo/argouml-mdr.jar b/LaTeX/argo/argouml-mdr.jar
deleted file mode 100644
index 1754cb7..0000000
--- a/LaTeX/argo/argouml-mdr.jar
+++ /dev/null
Binary files differ
diff --git a/LaTeX/argo/argouml-model.jar b/LaTeX/argo/argouml-model.jar
deleted file mode 100644
index 4529261..0000000
--- a/LaTeX/argo/argouml-model.jar
+++ /dev/null
Binary files differ
diff --git a/LaTeX/argo/argouml.bat b/LaTeX/argo/argouml.bat
deleted file mode 100755
index d91440b..0000000
--- a/LaTeX/argo/argouml.bat
+++ /dev/null
@@ -1,2 +0,0 @@
-@echo off
-java -cp @argojarfile@ org.argouml.application.Main %1 %2 %3 %4 %5 %6 %7 %8
diff --git a/LaTeX/argo/argouml.jar b/LaTeX/argo/argouml.jar
deleted file mode 100644
index fd8ee9e..0000000
--- a/LaTeX/argo/argouml.jar
+++ /dev/null
Binary files differ
diff --git a/LaTeX/argo/argouml.sh b/LaTeX/argo/argouml.sh
deleted file mode 100755
index 0188e69..0000000
--- a/LaTeX/argo/argouml.sh
+++ /dev/null
@@ -1,29 +0,0 @@
-#!/bin/sh
-#
-# Shell script to launch ArgoUML on Unix systems. Mostly borrowed from
-# the Apache Ant project.
-#
-# The idea is that you can put a softlink in your "bin" directory back
-# to this file in the ArgoUML install directory and this script will
-# use the link to find the jars that it needs, e.g.:
-#
-# ln -s /usr/local/ArgoUML/argouml.sh /usr/local/bin/argo
-#
-# 2002-02-25 toby@caboteria.org
-
-## resolve links - $0 may be a link to ArgoUML's home
-PRG=$0
-progname=`basename $0`
-
-while [ -h "$PRG" ] ; do
- ls=`ls -ld "$PRG"`
- link=`expr "$ls" : '.*-> \(.*\)$'`
- if expr "$link" : '.*/.*' > /dev/null; then
- PRG="$link"
- else
- PRG="`dirname $PRG`/$link"
- fi
-done
-
-java -jar `dirname $PRG`/argouml.jar "$@"
-
diff --git a/LaTeX/argo/commons-logging.jar b/LaTeX/argo/commons-logging.jar
deleted file mode 100644
index 5a86bc4..0000000
--- a/LaTeX/argo/commons-logging.jar
+++ /dev/null
Binary files differ
diff --git a/LaTeX/argo/ext/argo_classfile.jar b/LaTeX/argo/ext/argo_classfile.jar
deleted file mode 100644
index 70b8d02..0000000
--- a/LaTeX/argo/ext/argo_classfile.jar
+++ /dev/null
Binary files differ
diff --git a/LaTeX/argo/ext/argo_cpp.jar b/LaTeX/argo/ext/argo_cpp.jar
deleted file mode 100644
index 1f22f2d..0000000
--- a/LaTeX/argo/ext/argo_cpp.jar
+++ /dev/null
Binary files differ
diff --git a/LaTeX/argo/ext/argo_idl.jar b/LaTeX/argo/ext/argo_idl.jar
deleted file mode 100644
index 5b384bd..0000000
--- a/LaTeX/argo/ext/argo_idl.jar
+++ /dev/null
Binary files differ
diff --git a/LaTeX/argo/ext/argo_php.jar b/LaTeX/argo/ext/argo_php.jar
deleted file mode 100644
index 3a9ca61..0000000
--- a/LaTeX/argo/ext/argo_php.jar
+++ /dev/null
Binary files differ
diff --git a/LaTeX/argo/ext/argouml-csharp.jar b/LaTeX/argo/ext/argouml-csharp.jar
deleted file mode 100644
index 51a2a9a..0000000
--- a/LaTeX/argo/ext/argouml-csharp.jar
+++ /dev/null
Binary files differ
diff --git a/LaTeX/argo/ext/argouml-i18n-de.jar b/LaTeX/argo/ext/argouml-i18n-de.jar
deleted file mode 100644
index cd15b85..0000000
--- a/LaTeX/argo/ext/argouml-i18n-de.jar
+++ /dev/null
Binary files differ
diff --git a/LaTeX/argo/ext/argouml-i18n-en_GB.jar b/LaTeX/argo/ext/argouml-i18n-en_GB.jar
deleted file mode 100644
index 200e498..0000000
--- a/LaTeX/argo/ext/argouml-i18n-en_GB.jar
+++ /dev/null
Binary files differ
diff --git a/LaTeX/argo/ext/argouml-i18n-es.jar b/LaTeX/argo/ext/argouml-i18n-es.jar
deleted file mode 100644
index 3f83609..0000000
--- a/LaTeX/argo/ext/argouml-i18n-es.jar
+++ /dev/null
Binary files differ
diff --git a/LaTeX/argo/ext/argouml-i18n-fr.jar b/LaTeX/argo/ext/argouml-i18n-fr.jar
deleted file mode 100644
index 6031e08..0000000
--- a/LaTeX/argo/ext/argouml-i18n-fr.jar
+++ /dev/null
Binary files differ
diff --git a/LaTeX/argo/ext/argouml-i18n-it.jar b/LaTeX/argo/ext/argouml-i18n-it.jar
deleted file mode 100644
index 0a022a8..0000000
--- a/LaTeX/argo/ext/argouml-i18n-it.jar
+++ /dev/null
Binary files differ
diff --git a/LaTeX/argo/ext/argouml-i18n-nb.jar b/LaTeX/argo/ext/argouml-i18n-nb.jar
deleted file mode 100644
index f32e5a9..0000000
--- a/LaTeX/argo/ext/argouml-i18n-nb.jar
+++ /dev/null
Binary files differ
diff --git a/LaTeX/argo/ext/argouml-i18n-pt.jar b/LaTeX/argo/ext/argouml-i18n-pt.jar
deleted file mode 100644
index 8c0772e..0000000
--- a/LaTeX/argo/ext/argouml-i18n-pt.jar
+++ /dev/null
Binary files differ
diff --git a/LaTeX/argo/ext/argouml-i18n-pt_BR.jar b/LaTeX/argo/ext/argouml-i18n-pt_BR.jar
deleted file mode 100644
index 907fc27..0000000
--- a/LaTeX/argo/ext/argouml-i18n-pt_BR.jar
+++ /dev/null
Binary files differ
diff --git a/LaTeX/argo/ext/argouml-i18n-ru.jar b/LaTeX/argo/ext/argouml-i18n-ru.jar
deleted file mode 100644
index 04d2a88..0000000
--- a/LaTeX/argo/ext/argouml-i18n-ru.jar
+++ /dev/null
Binary files differ
diff --git a/LaTeX/argo/ext/argouml-i18n-zh.jar b/LaTeX/argo/ext/argouml-i18n-zh.jar
deleted file mode 100644
index 9054910..0000000
--- a/LaTeX/argo/ext/argouml-i18n-zh.jar
+++ /dev/null
Binary files differ
diff --git a/LaTeX/argo/gef.jar b/LaTeX/argo/gef.jar
deleted file mode 100644
index 5bc75ac..0000000
--- a/LaTeX/argo/gef.jar
+++ /dev/null
Binary files differ
diff --git a/LaTeX/argo/java-interfaces.jar b/LaTeX/argo/java-interfaces.jar
deleted file mode 100644
index c3cecb0..0000000
--- a/LaTeX/argo/java-interfaces.jar
+++ /dev/null
Binary files differ
diff --git a/LaTeX/argo/jmi.jar b/LaTeX/argo/jmi.jar
deleted file mode 100644
index 1a0d89c..0000000
--- a/LaTeX/argo/jmi.jar
+++ /dev/null
Binary files differ
diff --git a/LaTeX/argo/jmiutils.jar b/LaTeX/argo/jmiutils.jar
deleted file mode 100644
index 208ade1..0000000
--- a/LaTeX/argo/jmiutils.jar
+++ /dev/null
Binary files differ
diff --git a/LaTeX/argo/log4j.jar b/LaTeX/argo/log4j.jar
deleted file mode 100644
index 2e9c58e..0000000
--- a/LaTeX/argo/log4j.jar
+++ /dev/null
Binary files differ
diff --git a/LaTeX/argo/mdrapi.jar b/LaTeX/argo/mdrapi.jar
deleted file mode 100644
index 48c9ac4..0000000
--- a/LaTeX/argo/mdrapi.jar
+++ /dev/null
Binary files differ
diff --git a/LaTeX/argo/mof.jar b/LaTeX/argo/mof.jar
deleted file mode 100644
index 372d755..0000000
--- a/LaTeX/argo/mof.jar
+++ /dev/null
Binary files differ
diff --git a/LaTeX/argo/nbmdr.jar b/LaTeX/argo/nbmdr.jar
deleted file mode 100644
index fa99323..0000000
--- a/LaTeX/argo/nbmdr.jar
+++ /dev/null
Binary files differ
diff --git a/LaTeX/argo/ocl-argo.jar b/LaTeX/argo/ocl-argo.jar
deleted file mode 100644
index 8c9830a..0000000
--- a/LaTeX/argo/ocl-argo.jar
+++ /dev/null
Binary files differ
diff --git a/LaTeX/argo/openide-util.jar b/LaTeX/argo/openide-util.jar
deleted file mode 100644
index 83fb9da..0000000
--- a/LaTeX/argo/openide-util.jar
+++ /dev/null
Binary files differ
diff --git a/LaTeX/argo/swidgets.jar b/LaTeX/argo/swidgets.jar
deleted file mode 100644
index 94fc191..0000000
--- a/LaTeX/argo/swidgets.jar
+++ /dev/null
Binary files differ
diff --git a/LaTeX/argo/toolbar.jar b/LaTeX/argo/toolbar.jar
deleted file mode 100644
index ce8117f..0000000
--- a/LaTeX/argo/toolbar.jar
+++ /dev/null
Binary files differ