From: <ri...@us...> - 2007-01-29 06:23:34
|
Revision: 6 http://techne-dev.svn.sourceforge.net/techne-dev/?rev=6&view=rev Author: rickles Date: 2007-01-28 22:23:34 -0800 (Sun, 28 Jan 2007) Log Message: ----------- Added Paths: ----------- prototype/ prototype/techne.shell/ prototype/techne.shell/.classpath prototype/techne.shell/.project prototype/techne.shell/bin/ prototype/techne.shell/classes/ prototype/techne.shell/classes/org/ prototype/techne.shell/classes/org/digivitality/ prototype/techne.shell/classes/org/digivitality/techne/ prototype/techne.shell/classes/org/digivitality/techne/shell/ prototype/techne.shell/classes/org/digivitality/techne/shell/TechneShell.class prototype/techne.shell/src/ prototype/techne.shell/src/org/ prototype/techne.shell/src/org/digivitality/ prototype/techne.shell/src/org/digivitality/techne/ prototype/techne.shell/src/org/digivitality/techne/shell/ prototype/techne.shell/src/org/digivitality/techne/shell/TechneShell.java Added: prototype/techne.shell/.classpath =================================================================== --- prototype/techne.shell/.classpath (rev 0) +++ prototype/techne.shell/.classpath 2007-01-29 06:23:34 UTC (rev 6) @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<classpath> + <classpathentry kind="src" path="src"/> + <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> + <classpathentry kind="output" path="classes"/> +</classpath> Added: prototype/techne.shell/.project =================================================================== --- prototype/techne.shell/.project (rev 0) +++ prototype/techne.shell/.project 2007-01-29 06:23:34 UTC (rev 6) @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8"?> +<projectDescription> + <name>techne.shell</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> Added: prototype/techne.shell/classes/org/digivitality/techne/shell/TechneShell.class =================================================================== (Binary files differ) Property changes on: prototype/techne.shell/classes/org/digivitality/techne/shell/TechneShell.class ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: prototype/techne.shell/src/org/digivitality/techne/shell/TechneShell.java =================================================================== --- prototype/techne.shell/src/org/digivitality/techne/shell/TechneShell.java (rev 0) +++ prototype/techne.shell/src/org/digivitality/techne/shell/TechneShell.java 2007-01-29 06:23:34 UTC (rev 6) @@ -0,0 +1,12 @@ +/** + * + */ +package org.digivitality.techne.shell; + +/** + * @author Rick Litton + * + */ +public class TechneShell { + +} This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |