Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
initial class preparation
  • Loading branch information
tms08012 committed Jul 3, 2012
0 parents commit f9b32fd
Show file tree
Hide file tree
Showing 2,728 changed files with 293,148 additions and 0 deletions.
7 changes: 7 additions & 0 deletions ImproVisor/.classpath
@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry excluding="src/" kind="src" path=""/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
<classpathentry kind="output" path="bin"/>
</classpath>
17 changes: 17 additions & 0 deletions ImproVisor/.project
@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>ImproVisor</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
</projectDescription>
11 changes: 11 additions & 0 deletions ImproVisor/.settings/org.eclipse.jdt.core.prefs
@@ -0,0 +1,11 @@
eclipse.preferences.version=1
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7
org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
org.eclipse.jdt.core.compiler.compliance=1.7
org.eclipse.jdt.core.compiler.debug.lineNumber=generate
org.eclipse.jdt.core.compiler.debug.localVariable=generate
org.eclipse.jdt.core.compiler.debug.sourceFile=generate
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
org.eclipse.jdt.core.compiler.source=1.7
18 changes: 18 additions & 0 deletions ImproVisor/COPYING.txt
@@ -0,0 +1,18 @@
* Impro-Visor
*
* Copyright (C) 2005-2012 Robert Keller and Harvey Mudd College
*
* Impro-Visor 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.
*
* Impro-Visor 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 Impro-Visor; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA

26 changes: 26 additions & 0 deletions ImproVisor/INSTALL.txt
@@ -0,0 +1,26 @@
Building Impro-Visor Version 5.xx from source:

You will need to have installed already:

Java Virtual Machine (jvm) version 1.6 or later

Apache ant

Connect to the root directory of the release.

Execute:

ant improvisor

That will both build the sources if necessary and run the application.


If you would like a stand-alone application, execute

ant zip

That will create a .zip file with containing the java jar "executable"
and the necessary support files.



1 change: 1 addition & 0 deletions ImproVisor/ImpErrorLog.txt
@@ -0,0 +1 @@
*** Warning: Dictionary already contains To IV n Back(new): will not add to dictionary
324 changes: 324 additions & 0 deletions ImproVisor/LICENSE.txt

Large diffs are not rendered by default.

0 comments on commit f9b32fd

Please sign in to comment.