diff options
| author | Paul Buetow <paul@buetow.org> | 2008-08-24 23:49:11 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2008-08-24 23:49:11 +0000 |
| commit | 8136eac3bda1192646f8e464dd50bd11d82fa080 (patch) | |
| tree | fdc03cbe30c51b621f57ffcb5f1cff20f513d072 /LaTeX/argo | |
| parent | 366112998354a75975bc82be0915067ef7eb7292 (diff) | |
moved stuff
Diffstat (limited to 'LaTeX/argo')
| -rw-r--r-- | LaTeX/argo/README.txt | 81 | ||||
| -rw-r--r-- | LaTeX/argo/antlrall.jar | bin | 379215 -> 0 bytes | |||
| -rw-r--r-- | LaTeX/argo/argouml-mdr.jar | bin | 347072 -> 0 bytes | |||
| -rw-r--r-- | LaTeX/argo/argouml-model.jar | bin | 92025 -> 0 bytes | |||
| -rwxr-xr-x | LaTeX/argo/argouml.bat | 2 | ||||
| -rw-r--r-- | LaTeX/argo/argouml.jar | bin | 3293887 -> 0 bytes | |||
| -rwxr-xr-x | LaTeX/argo/argouml.sh | 29 | ||||
| -rw-r--r-- | LaTeX/argo/commons-logging.jar | bin | 32753 -> 0 bytes | |||
| -rw-r--r-- | LaTeX/argo/ext/argo_classfile.jar | bin | 29266 -> 0 bytes | |||
| -rw-r--r-- | LaTeX/argo/ext/argo_cpp.jar | bin | 107979 -> 0 bytes | |||
| -rw-r--r-- | LaTeX/argo/ext/argo_idl.jar | bin | 49669 -> 0 bytes | |||
| -rw-r--r-- | LaTeX/argo/ext/argo_php.jar | bin | 34646 -> 0 bytes | |||
| -rw-r--r-- | LaTeX/argo/ext/argouml-csharp.jar | bin | 20908 -> 0 bytes | |||
| -rw-r--r-- | LaTeX/argo/ext/argouml-i18n-de.jar | bin | 69637 -> 0 bytes | |||
| -rw-r--r-- | LaTeX/argo/ext/argouml-i18n-en_GB.jar | bin | 30723 -> 0 bytes | |||
| -rw-r--r-- | LaTeX/argo/ext/argouml-i18n-es.jar | bin | 47841 -> 0 bytes | |||
| -rw-r--r-- | LaTeX/argo/ext/argouml-i18n-fr.jar | bin | 33534 -> 0 bytes | |||
| -rw-r--r-- | LaTeX/argo/ext/argouml-i18n-it.jar | bin | 60085 -> 0 bytes | |||
| -rw-r--r-- | LaTeX/argo/ext/argouml-i18n-nb.jar | bin | 55783 -> 0 bytes | |||
| -rw-r--r-- | LaTeX/argo/ext/argouml-i18n-pt.jar | bin | 60440 -> 0 bytes | |||
| -rw-r--r-- | LaTeX/argo/ext/argouml-i18n-pt_BR.jar | bin | 36506 -> 0 bytes | |||
| -rw-r--r-- | LaTeX/argo/ext/argouml-i18n-ru.jar | bin | 40944 -> 0 bytes | |||
| -rw-r--r-- | LaTeX/argo/ext/argouml-i18n-zh.jar | bin | 22715 -> 0 bytes | |||
| -rw-r--r-- | LaTeX/argo/gef.jar | bin | 704375 -> 0 bytes | |||
| -rw-r--r-- | LaTeX/argo/java-interfaces.jar | bin | 203385 -> 0 bytes | |||
| -rw-r--r-- | LaTeX/argo/jmi.jar | bin | 23182 -> 0 bytes | |||
| -rw-r--r-- | LaTeX/argo/jmiutils.jar | bin | 486680 -> 0 bytes | |||
| -rw-r--r-- | LaTeX/argo/log4j.jar | bin | 367460 -> 0 bytes | |||
| -rw-r--r-- | LaTeX/argo/mdrapi.jar | bin | 35168 -> 0 bytes | |||
| -rw-r--r-- | LaTeX/argo/mof.jar | bin | 180478 -> 0 bytes | |||
| -rw-r--r-- | LaTeX/argo/nbmdr.jar | bin | 1368376 -> 0 bytes | |||
| -rw-r--r-- | LaTeX/argo/ocl-argo.jar | bin | 693356 -> 0 bytes | |||
| -rw-r--r-- | LaTeX/argo/openide-util.jar | bin | 494643 -> 0 bytes | |||
| -rw-r--r-- | LaTeX/argo/swidgets.jar | bin | 52273 -> 0 bytes | |||
| -rw-r--r-- | LaTeX/argo/toolbar.jar | bin | 49034 -> 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 Binary files differdeleted file mode 100644 index 4bdb7c3..0000000 --- a/LaTeX/argo/antlrall.jar +++ /dev/null diff --git a/LaTeX/argo/argouml-mdr.jar b/LaTeX/argo/argouml-mdr.jar Binary files differdeleted file mode 100644 index 1754cb7..0000000 --- a/LaTeX/argo/argouml-mdr.jar +++ /dev/null diff --git a/LaTeX/argo/argouml-model.jar b/LaTeX/argo/argouml-model.jar Binary files differdeleted file mode 100644 index 4529261..0000000 --- a/LaTeX/argo/argouml-model.jar +++ /dev/null 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 Binary files differdeleted file mode 100644 index fd8ee9e..0000000 --- a/LaTeX/argo/argouml.jar +++ /dev/null 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 Binary files differdeleted file mode 100644 index 5a86bc4..0000000 --- a/LaTeX/argo/commons-logging.jar +++ /dev/null diff --git a/LaTeX/argo/ext/argo_classfile.jar b/LaTeX/argo/ext/argo_classfile.jar Binary files differdeleted file mode 100644 index 70b8d02..0000000 --- a/LaTeX/argo/ext/argo_classfile.jar +++ /dev/null diff --git a/LaTeX/argo/ext/argo_cpp.jar b/LaTeX/argo/ext/argo_cpp.jar Binary files differdeleted file mode 100644 index 1f22f2d..0000000 --- a/LaTeX/argo/ext/argo_cpp.jar +++ /dev/null diff --git a/LaTeX/argo/ext/argo_idl.jar b/LaTeX/argo/ext/argo_idl.jar Binary files differdeleted file mode 100644 index 5b384bd..0000000 --- a/LaTeX/argo/ext/argo_idl.jar +++ /dev/null diff --git a/LaTeX/argo/ext/argo_php.jar b/LaTeX/argo/ext/argo_php.jar Binary files differdeleted file mode 100644 index 3a9ca61..0000000 --- a/LaTeX/argo/ext/argo_php.jar +++ /dev/null diff --git a/LaTeX/argo/ext/argouml-csharp.jar b/LaTeX/argo/ext/argouml-csharp.jar Binary files differdeleted file mode 100644 index 51a2a9a..0000000 --- a/LaTeX/argo/ext/argouml-csharp.jar +++ /dev/null diff --git a/LaTeX/argo/ext/argouml-i18n-de.jar b/LaTeX/argo/ext/argouml-i18n-de.jar Binary files differdeleted file mode 100644 index cd15b85..0000000 --- a/LaTeX/argo/ext/argouml-i18n-de.jar +++ /dev/null diff --git a/LaTeX/argo/ext/argouml-i18n-en_GB.jar b/LaTeX/argo/ext/argouml-i18n-en_GB.jar Binary files differdeleted file mode 100644 index 200e498..0000000 --- a/LaTeX/argo/ext/argouml-i18n-en_GB.jar +++ /dev/null diff --git a/LaTeX/argo/ext/argouml-i18n-es.jar b/LaTeX/argo/ext/argouml-i18n-es.jar Binary files differdeleted file mode 100644 index 3f83609..0000000 --- a/LaTeX/argo/ext/argouml-i18n-es.jar +++ /dev/null diff --git a/LaTeX/argo/ext/argouml-i18n-fr.jar b/LaTeX/argo/ext/argouml-i18n-fr.jar Binary files differdeleted file mode 100644 index 6031e08..0000000 --- a/LaTeX/argo/ext/argouml-i18n-fr.jar +++ /dev/null diff --git a/LaTeX/argo/ext/argouml-i18n-it.jar b/LaTeX/argo/ext/argouml-i18n-it.jar Binary files differdeleted file mode 100644 index 0a022a8..0000000 --- a/LaTeX/argo/ext/argouml-i18n-it.jar +++ /dev/null diff --git a/LaTeX/argo/ext/argouml-i18n-nb.jar b/LaTeX/argo/ext/argouml-i18n-nb.jar Binary files differdeleted file mode 100644 index f32e5a9..0000000 --- a/LaTeX/argo/ext/argouml-i18n-nb.jar +++ /dev/null diff --git a/LaTeX/argo/ext/argouml-i18n-pt.jar b/LaTeX/argo/ext/argouml-i18n-pt.jar Binary files differdeleted file mode 100644 index 8c0772e..0000000 --- a/LaTeX/argo/ext/argouml-i18n-pt.jar +++ /dev/null diff --git a/LaTeX/argo/ext/argouml-i18n-pt_BR.jar b/LaTeX/argo/ext/argouml-i18n-pt_BR.jar Binary files differdeleted file mode 100644 index 907fc27..0000000 --- a/LaTeX/argo/ext/argouml-i18n-pt_BR.jar +++ /dev/null diff --git a/LaTeX/argo/ext/argouml-i18n-ru.jar b/LaTeX/argo/ext/argouml-i18n-ru.jar Binary files differdeleted file mode 100644 index 04d2a88..0000000 --- a/LaTeX/argo/ext/argouml-i18n-ru.jar +++ /dev/null diff --git a/LaTeX/argo/ext/argouml-i18n-zh.jar b/LaTeX/argo/ext/argouml-i18n-zh.jar Binary files differdeleted file mode 100644 index 9054910..0000000 --- a/LaTeX/argo/ext/argouml-i18n-zh.jar +++ /dev/null diff --git a/LaTeX/argo/gef.jar b/LaTeX/argo/gef.jar Binary files differdeleted file mode 100644 index 5bc75ac..0000000 --- a/LaTeX/argo/gef.jar +++ /dev/null diff --git a/LaTeX/argo/java-interfaces.jar b/LaTeX/argo/java-interfaces.jar Binary files differdeleted file mode 100644 index c3cecb0..0000000 --- a/LaTeX/argo/java-interfaces.jar +++ /dev/null diff --git a/LaTeX/argo/jmi.jar b/LaTeX/argo/jmi.jar Binary files differdeleted file mode 100644 index 1a0d89c..0000000 --- a/LaTeX/argo/jmi.jar +++ /dev/null diff --git a/LaTeX/argo/jmiutils.jar b/LaTeX/argo/jmiutils.jar Binary files differdeleted file mode 100644 index 208ade1..0000000 --- a/LaTeX/argo/jmiutils.jar +++ /dev/null diff --git a/LaTeX/argo/log4j.jar b/LaTeX/argo/log4j.jar Binary files differdeleted file mode 100644 index 2e9c58e..0000000 --- a/LaTeX/argo/log4j.jar +++ /dev/null diff --git a/LaTeX/argo/mdrapi.jar b/LaTeX/argo/mdrapi.jar Binary files differdeleted file mode 100644 index 48c9ac4..0000000 --- a/LaTeX/argo/mdrapi.jar +++ /dev/null diff --git a/LaTeX/argo/mof.jar b/LaTeX/argo/mof.jar Binary files differdeleted file mode 100644 index 372d755..0000000 --- a/LaTeX/argo/mof.jar +++ /dev/null diff --git a/LaTeX/argo/nbmdr.jar b/LaTeX/argo/nbmdr.jar Binary files differdeleted file mode 100644 index fa99323..0000000 --- a/LaTeX/argo/nbmdr.jar +++ /dev/null diff --git a/LaTeX/argo/ocl-argo.jar b/LaTeX/argo/ocl-argo.jar Binary files differdeleted file mode 100644 index 8c9830a..0000000 --- a/LaTeX/argo/ocl-argo.jar +++ /dev/null diff --git a/LaTeX/argo/openide-util.jar b/LaTeX/argo/openide-util.jar Binary files differdeleted file mode 100644 index 83fb9da..0000000 --- a/LaTeX/argo/openide-util.jar +++ /dev/null diff --git a/LaTeX/argo/swidgets.jar b/LaTeX/argo/swidgets.jar Binary files differdeleted file mode 100644 index 94fc191..0000000 --- a/LaTeX/argo/swidgets.jar +++ /dev/null diff --git a/LaTeX/argo/toolbar.jar b/LaTeX/argo/toolbar.jar Binary files differdeleted file mode 100644 index ce8117f..0000000 --- a/LaTeX/argo/toolbar.jar +++ /dev/null |
