Skip to content

Commit 972689c

Browse files
committed
Added java util project
1 parent bf01e08 commit 972689c

File tree

8 files changed

+423
-0
lines changed

8 files changed

+423
-0
lines changed

‎.classpath‎

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<classpath>
3+
<classpathentrykind="src"output="target/classes"path="src/main/java"/>
4+
<classpathentrykind="src"output="target/test-classes"path="src/test/java"/>
5+
<classpathentrykind="con"path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
6+
<classpathentrykind="con"path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER"/>
7+
<classpathentrykind="output"path="target/classes"/>
8+
</classpath>

‎.project‎

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<projectDescription>
3+
<name>ch.ri.JsJVM</name>
4+
<comment></comment>
5+
<projects>
6+
</projects>
7+
<buildSpec>
8+
<buildCommand>
9+
<name>org.eclipse.jdt.core.javabuilder</name>
10+
<arguments>
11+
</arguments>
12+
</buildCommand>
13+
<buildCommand>
14+
<name>org.eclipse.m2e.core.maven2Builder</name>
15+
<arguments>
16+
</arguments>
17+
</buildCommand>
18+
</buildSpec>
19+
<natures>
20+
<nature>org.eclipse.m2e.core.maven2Nature</nature>
21+
<nature>org.eclipse.jdt.core.javanature</nature>
22+
</natures>
23+
</projectDescription>

‎.settings/net.sf.jautodoc.prefs‎

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#Sun Feb 12 01:09:17 CET 2012
2+
add_header=true
3+
eclipse.preferences.version=1
4+
header_text=/*\n Part of WebUI\n \n (C) Thomas Rudin ([email protected]) ${year}.\n\n WebUI is free software; you can redistribute it and/or modify\n it under the terms of the GNU General Public License as published by\n the Free Software Foundation; either version 3, or (at your option)\n any later version.\n\n WebUI is distributed in the hope that it will be useful,\n but WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n GNU General Public License for more details.\n\n You should have received a copy of the GNU General Public License\n along with Visual; see the file COPYING. If not, write to\n the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. \n*/
5+
project_specific_settings=true
6+
replace_header=true
7+
replacements=<?xml version\="1.0" standalone\="yes"?>\n\n<replacements>\n<replacement key\="get" scope\="1" mode\="0">Gets the</replacement>\n<replacement key\="set" scope\="1" mode\="0">Sets the</replacement>\n<replacement key\="add" scope\="1" mode\="0">Adds the</replacement>\n<replacement key\="edit" scope\="1" mode\="0">Edits the</replacement>\n<replacement key\="remove" scope\="1" mode\="0">Removes the</replacement>\n<replacement key\="init" scope\="1" mode\="0">Inits the</replacement>\n<replacement key\="parse" scope\="1" mode\="0">Parses the</replacement>\n<replacement key\="create" scope\="1" mode\="0">Creates the</replacement>\n<replacement key\="build" scope\="1" mode\="0">Builds the</replacement>\n<replacement key\="is" scope\="1" mode\="0">Checks if is</replacement>\n<replacement key\="print" scope\="1" mode\="0">Prints the</replacement>\n<replacement key\="has" scope\="1" mode\="0">Checks for</replacement>\n</replacements>\n\n
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#Fri Dec 09 21:14:58 CET 2011
2+
eclipse.preferences.version=1
3+
encoding/<project>=UTF-8

‎.settings/org.eclipse.jdt.core.prefs‎

Lines changed: 275 additions & 0 deletions
Large diffs are not rendered by default.

‎.settings/org.eclipse.jdt.ui.prefs‎

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
#Sun Feb 12 01:09:17 CET 2012
2+
eclipse.preferences.version=1
3+
editor_save_participant_org.eclipse.jdt.ui.postsavelistener.cleanup=true
4+
formatter_profile=_Rudin_Standard
5+
formatter_settings_version=12
6+
org.eclipse.jdt.ui.javadoc=false
7+
org.eclipse.jdt.ui.text.custom_code_templates=<?xml version\="1.0" encoding\="UTF-8" standalone\="no"?><templates><template autoinsert\="true" context\="gettercomment_context" deleted\="false" description\="Comment for getter method" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.gettercomment" name\="gettercomment">/**\n * @return the ${bare_field_name}\n */</template><template autoinsert\="true" context\="settercomment_context" deleted\="false" description\="Comment for setter method" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.settercomment" name\="settercomment">/**\n * @param ${param} the ${bare_field_name} to set\n */</template><template autoinsert\="true" context\="constructorcomment_context" deleted\="false" description\="Comment for created constructors" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.constructorcomment" name\="constructorcomment">/**\n * ${tags}\n */</template><template autoinsert\="false" context\="filecomment_context" deleted\="false" description\="Comment for created Java files" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.filecomment" name\="filecomment">/*\n Part of WebUI\n \n (C) Thomas Rudin ([email protected]) ${year}.\n\n WebUI is free software; you can redistribute it and/or modify\n it under the terms of the GNU General Public License as published by\n the Free Software Foundation; either version 3, or (at your option)\n any later version.\n\n WebUI is distributed in the hope that it will be useful,\n but WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n GNU General Public License for more details.\n\n You should have received a copy of the GNU General Public License\n along with Visual; see the file COPYING. If not, write to\n the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. \n*/</template><template autoinsert\="false" context\="typecomment_context" deleted\="false" description\="Comment for created types" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.typecomment" name\="typecomment">/**\n * @author Thomas Rudin ([email protected])\n *\n * ${tags}\n */</template><template autoinsert\="true" context\="fieldcomment_context" deleted\="false" description\="Comment for fields" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.fieldcomment" name\="fieldcomment">/**\n * \n */</template><template autoinsert\="true" context\="methodcomment_context" deleted\="false" description\="Comment for non-overriding methods" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.methodcomment" name\="methodcomment">/**\n * ${tags}\n */</template><template autoinsert\="true" context\="overridecomment_context" deleted\="false" description\="Comment for overriding methods" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.overridecomment" name\="overridecomment">/* (non-Javadoc)\n * ${see_to_overridden}\n */</template><template autoinsert\="true" context\="delegatecomment_context" deleted\="false" description\="Comment for delegate methods" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.delegatecomment" name\="delegatecomment">/**\n * ${tags}\n * ${see_to_target}\n */</template><template autoinsert\="true" context\="newtype_context" deleted\="false" description\="Newly created files" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.newtype" name\="newtype">${filecomment}\n${package_declaration}\n\n${typecomment}\n${type_declaration}</template><template autoinsert\="true" context\="classbody_context" deleted\="false" description\="Code in new class type bodies" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.classbody" name\="classbody">\n</template><template autoinsert\="true" context\="interfacebody_context" deleted\="false" description\="Code in new interface type bodies" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.interfacebody" name\="interfacebody">\n</template><template autoinsert\="true" context\="enumbody_context" deleted\="false" description\="Code in new enum type bodies" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.enumbody" name\="enumbody">\n</template><template autoinsert\="true" context\="annotationbody_context" deleted\="false" description\="Code in new annotation type bodies" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.annotationbody" name\="annotationbody">\n</template><template autoinsert\="true" context\="catchblock_context" deleted\="false" description\="Code in new catch blocks" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.catchblock" name\="catchblock">// ${todo} Auto-generated catch block\n${exception_var}.printStackTrace();</template><template autoinsert\="true" context\="methodbody_context" deleted\="false" description\="Code in created method stubs" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.methodbody" name\="methodbody">// ${todo} Auto-generated method stub\n${body_statement}</template><template autoinsert\="true" context\="constructorbody_context" deleted\="false" description\="Code in created constructor stubs" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.constructorbody" name\="constructorbody">${body_statement}\n// ${todo} Auto-generated constructor stub</template><template autoinsert\="true" context\="getterbody_context" deleted\="false" description\="Code in created getters" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.getterbody" name\="getterbody">return ${field};</template><template autoinsert\="true" context\="setterbody_context" deleted\="false" description\="Code in created setters" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.setterbody" name\="setterbody">${field} \= ${param};</template></templates>
8+
sp_cleanup.add_default_serial_version_id=true
9+
sp_cleanup.add_generated_serial_version_id=false
10+
sp_cleanup.add_missing_annotations=true
11+
sp_cleanup.add_missing_deprecated_annotations=true
12+
sp_cleanup.add_missing_methods=false
13+
sp_cleanup.add_missing_nls_tags=false
14+
sp_cleanup.add_missing_override_annotations=true
15+
sp_cleanup.add_missing_override_annotations_interface_methods=true
16+
sp_cleanup.add_serial_version_id=false
17+
sp_cleanup.always_use_blocks=true
18+
sp_cleanup.always_use_parentheses_in_expressions=false
19+
sp_cleanup.always_use_this_for_non_static_field_access=false
20+
sp_cleanup.always_use_this_for_non_static_method_access=false
21+
sp_cleanup.convert_to_enhanced_for_loop=false
22+
sp_cleanup.correct_indentation=false
23+
sp_cleanup.format_source_code=false
24+
sp_cleanup.format_source_code_changes_only=false
25+
sp_cleanup.make_local_variable_final=false
26+
sp_cleanup.make_parameters_final=false
27+
sp_cleanup.make_private_fields_final=true
28+
sp_cleanup.make_type_abstract_if_missing_method=false
29+
sp_cleanup.make_variable_declarations_final=true
30+
sp_cleanup.never_use_blocks=false
31+
sp_cleanup.never_use_parentheses_in_expressions=true
32+
sp_cleanup.on_save_use_additional_actions=false
33+
sp_cleanup.organize_imports=true
34+
sp_cleanup.qualify_static_field_accesses_with_declaring_class=false
35+
sp_cleanup.qualify_static_member_accesses_through_instances_with_declaring_class=true
36+
sp_cleanup.qualify_static_member_accesses_through_subtypes_with_declaring_class=true
37+
sp_cleanup.qualify_static_member_accesses_with_declaring_class=false
38+
sp_cleanup.qualify_static_method_accesses_with_declaring_class=false
39+
sp_cleanup.remove_private_constructors=true
40+
sp_cleanup.remove_trailing_whitespaces=false
41+
sp_cleanup.remove_trailing_whitespaces_all=true
42+
sp_cleanup.remove_trailing_whitespaces_ignore_empty=false
43+
sp_cleanup.remove_unnecessary_casts=true
44+
sp_cleanup.remove_unnecessary_nls_tags=false
45+
sp_cleanup.remove_unused_imports=false
46+
sp_cleanup.remove_unused_local_variables=false
47+
sp_cleanup.remove_unused_private_fields=true
48+
sp_cleanup.remove_unused_private_members=false
49+
sp_cleanup.remove_unused_private_methods=true
50+
sp_cleanup.remove_unused_private_types=true
51+
sp_cleanup.sort_members=false
52+
sp_cleanup.sort_members_all=false
53+
sp_cleanup.use_blocks=false
54+
sp_cleanup.use_blocks_only_for_return_and_throw=false
55+
sp_cleanup.use_parentheses_in_expressions=false
56+
sp_cleanup.use_this_for_non_static_field_access=false
57+
sp_cleanup.use_this_for_non_static_field_access_only_if_necessary=true
58+
sp_cleanup.use_this_for_non_static_method_access=false
59+
sp_cleanup.use_this_for_non_static_method_access_only_if_necessary=true
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
#Sun Dec 04 21:10:05 CET 2011
2+
activeProfiles=
3+
eclipse.preferences.version=1
4+
fullBuildGoals=process-test-resources
5+
resolveWorkspaceProjects=true
6+
resourceFilterGoals=process-resources resources\:testResources
7+
skipCompilerPlugin=true
8+
version=1

‎pom.xml‎

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
<projectxmlns="http://maven.apache.org/POM/4.0.0"xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3+
<modelVersion>4.0.0</modelVersion>
4+
<groupId>ch.ri.jsjvm</groupId>
5+
<artifactId>JsJVM</artifactId>
6+
<version>1.0-SNAPSHOT</version>
7+
<name>Javascript Java VM</name>
8+
<dependencies>
9+
<dependency>
10+
<groupId>junit</groupId>
11+
<artifactId>junit</artifactId>
12+
<version>4.10</version>
13+
<type>jar</type>
14+
<scope>test</scope>
15+
</dependency>
16+
<dependency>
17+
<groupId>log4j</groupId>
18+
<artifactId>log4j</artifactId>
19+
<version>1.2.16</version>
20+
</dependency>
21+
</dependencies>
22+
<repositories>
23+
<repository>
24+
<releases>
25+
<enabled>true</enabled>
26+
<updatePolicy>always</updatePolicy>
27+
<checksumPolicy>fail</checksumPolicy>
28+
</releases>
29+
<id>Rudin-Informatik</id>
30+
<name>Thomas Rudin</name>
31+
<url>http://rudin-informatik.ch/maven2</url>
32+
<layout>default</layout>
33+
</repository>
34+
</repositories>
35+
<parent>
36+
<groupId>ch.ri.pom</groupId>
37+
<artifactId>parentpom</artifactId>
38+
<version>1.0</version>
39+
</parent>
40+
</project>

0 commit comments

Comments
(0)