Skip to content

Commit

Permalink
Merged with branch, Kent will make final changes and launch.
Browse files Browse the repository at this point in the history
  • Loading branch information
dsaff committed Feb 15, 2006
1 parent a0f0ee1 commit 478f7f9
Show file tree
Hide file tree
Showing 378 changed files with 29,736 additions and 6,135 deletions.
2 changes: 1 addition & 1 deletion .classpath
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path=""/>
<classpathentry excluding="junit4.0*/**" kind="src" path=""/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="output" path=""/>
</classpath>
3 changes: 3 additions & 0 deletions .cvsignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
agitar
.agitator
bin
5 changes: 0 additions & 5 deletions .project
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,6 @@
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>com.agitar.eclipse.project.agitatorbuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.jdt.core.javanature</nature>
Expand Down
312 changes: 312 additions & 0 deletions .settings/org.eclipse.jdt.core.prefs

Large diffs are not rendered by default.

12 changes: 12 additions & 0 deletions .settings/org.eclipse.jdt.ui.prefs
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
#Tue Feb 14 13:39:32 EST 2006
eclipse.preferences.version=1
formatter_profile=_junit
formatter_settings_version=9
internal.default.compliance=default
org.eclipse.jdt.ui.exception.name=e
org.eclipse.jdt.ui.gettersetter.use.is=true
org.eclipse.jdt.ui.ignorelowercasenames=true
org.eclipse.jdt.ui.importorder=java;javax;com;
org.eclipse.jdt.ui.ondemandthreshold=99
org.eclipse.jdt.ui.overrideannotation=true
org.eclipse.jdt.ui.text.custom_code_templates=<?xml version\="1.0" encoding\="UTF-8"?><templates/>
13 changes: 13 additions & 0 deletions .temp$junit.arx
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8" ?>

<Agitator type="j2ee">
<AgitarDirectory>agitar</AgitarDirectory>
<ResultDirectory>agitar\.results</ResultDirectory>
<ConfigDirectory>agitar\config</ConfigDirectory>
<SourcePath>.</SourcePath>
<ClassPath>.</ClassPath>
<LibraryPath>..\..\..\..\..\Program Files\jdk1.4.1\jre\lib\rt.jar</LibraryPath>
<Version>2</Version>
<JavaArgs>-Xms128m -Xmx256m</JavaArgs>
</Agitator>

Loading

0 comments on commit 478f7f9

Please sign in to comment.