svn commit: r17210 - trunk/src/argouml-core-diagrams-structure2: . .settings META-INF src src/.settings src/META-INF src/org src/org/argouml src/org/argouml/Images src/org/argouml/i18n src/org/argouml/structure2 src/org/argouml/structure2/diagram

Bob Tarling <[email protected]>
Newsgroups gmane.comp.lang.uml.argouml.cvs
Message-ID <[email protected]>
Author: bobtarling
Date: 2009-08-02 12:20:59-0700
New Revision: 17210

Added:
   trunk/src/argouml-core-diagrams-structure2/
   trunk/src/argouml-core-diagrams-structure2/.classpath
   trunk/src/argouml-core-diagrams-structure2/.project
   trunk/src/argouml-core-diagrams-structure2/.settings/
   trunk/src/argouml-core-diagrams-structure2/.settings/de.mvmsoft.checkclipse.prefs
   trunk/src/argouml-core-diagrams-structure2/.settings/org.eclipse.jdt.core.prefs
   trunk/src/argouml-core-diagrams-structure2/.settings/org.eclipse.jdt.ui.prefs
   trunk/src/argouml-core-diagrams-structure2/META-INF/
   trunk/src/argouml-core-diagrams-structure2/META-INF/MANIFEST.MF
   trunk/src/argouml-core-diagrams-structure2/build.properties
   trunk/src/argouml-core-diagrams-structure2/build.xml
   trunk/src/argouml-core-diagrams-structure2/plugin.properties
   trunk/src/argouml-core-diagrams-structure2/src/
   trunk/src/argouml-core-diagrams-structure2/src/.settings/
   trunk/src/argouml-core-diagrams-structure2/src/.settings/org.eclipse.jdt.ui.prefs
   trunk/src/argouml-core-diagrams-structure2/src/META-INF/
   trunk/src/argouml-core-diagrams-structure2/src/META-INF/MANIFEST.MF
   trunk/src/argouml-core-diagrams-structure2/src/org/
   trunk/src/argouml-core-diagrams-structure2/src/org/argouml/
   trunk/src/argouml-core-diagrams-structure2/src/org/argouml/Images/
   trunk/src/argouml-core-diagrams-structure2/src/org/argouml/i18n/
   trunk/src/argouml-core-diagrams-structure2/src/org/argouml/structure2/
   trunk/src/argouml-core-diagrams-structure2/src/org/argouml/structure2/StructureDiagramModule.java
   trunk/src/argouml-core-diagrams-structure2/src/org/argouml/structure2/diagram/
   trunk/src/argouml-core-diagrams-structure2/src/org/argouml/structure2/diagram/StructureDiagramFactory.java

Log:
Module required for all structure diagrams

Added: trunk/src/argouml-core-diagrams-structure2/.classpath
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-core-diagrams-structure2/.classpath?view=markup&pathrev=17210
==============================================================================
--- (empty file)
+++ trunk/src/argouml-core-diagrams-structure2/.classpath	2009-08-02 12:20:59-0700
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>

+<classpath>

+	<classpathentry kind="src" path="src"/>

+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>

+	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>

+	<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/3"/>

+	<classpathentry kind="output" path="build-eclipse"/>

+</classpath>


Added: trunk/src/argouml-core-diagrams-structure2/.project
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-core-diagrams-structure2/.project?view=markup&pathrev=17210
==============================================================================
--- (empty file)
+++ trunk/src/argouml-core-diagrams-structure2/.project	2009-08-02 12:20:59-0700
@@ -0,0 +1,34 @@
+<?xml version="1.0" encoding="UTF-8"?>

+<projectDescription>

+	<name>argouml-core-diagrams-structure2</name>

+	<comment></comment>

+	<projects>

+	</projects>

+	<buildSpec>

+		<buildCommand>

+			<name>org.eclipse.jdt.core.javabuilder</name>

+			<arguments>

+			</arguments>

+		</buildCommand>

+		<buildCommand>

+			<name>de.mvmsoft.checkclipse.CheckclipseBuilder</name>

+			<arguments>

+			</arguments>

+		</buildCommand>

+		<buildCommand>

+			<name>org.eclipse.pde.ManifestBuilder</name>

+			<arguments>

+			</arguments>

+		</buildCommand>

+		<buildCommand>

+			<name>org.eclipse.pde.SchemaBuilder</name>

+			<arguments>

+			</arguments>

+		</buildCommand>

+	</buildSpec>

+	<natures>

+		<nature>de.mvmsoft.checkclipse.CheckclipseNature</nature>

+		<nature>org.eclipse.jdt.core.javanature</nature>

+		<nature>org.eclipse.pde.PluginNature</nature>

+	</natures>

+</projectDescription>


Added: trunk/src/argouml-core-diagrams-structure2/.settings/de.mvmsoft.checkclipse.prefs
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-core-diagrams-structure2/.settings/de.mvmsoft.checkclipse.prefs?view=markup&pathrev=17210
==============================================================================
--- (empty file)
+++ trunk/src/argouml-core-diagrams-structure2/.settings/de.mvmsoft.checkclipse.prefs	2009-08-02 12:20:59-0700
@@ -0,0 +1,4 @@
+#Mon Apr 16 04:15:54 CEST 2007

+filenames.properties=/argouml-core-tools/checkstyle/checkstyle.properties

+enabled=true

+filenames.config=/argouml-core-tools/checkstyle/checkstyle_argouml.xml


Added: trunk/src/argouml-core-diagrams-structure2/.settings/org.eclipse.jdt.core.prefs
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-core-diagrams-structure2/.settings/org.eclipse.jdt.core.prefs?view=markup&pathrev=17210
==============================================================================
--- (empty file)
+++ trunk/src/argouml-core-diagrams-structure2/.settings/org.eclipse.jdt.core.prefs	2009-08-02 12:20:59-0700
@@ -0,0 +1,322 @@
+#Mon Apr 13 12:42:07 EDT 2009

+eclipse.preferences.version=1

+org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled

+org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.5

+org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve

+org.eclipse.jdt.core.compiler.compliance=1.5

+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.annotationSuperInterface=warning

+org.eclipse.jdt.core.compiler.problem.assertIdentifier=error

+org.eclipse.jdt.core.compiler.problem.autoboxing=ignore

+org.eclipse.jdt.core.compiler.problem.deprecation=warning

+org.eclipse.jdt.core.compiler.problem.deprecationInDeprecatedCode=disabled

+org.eclipse.jdt.core.compiler.problem.deprecationWhenOverridingDeprecatedMethod=disabled

+org.eclipse.jdt.core.compiler.problem.discouragedReference=warning

+org.eclipse.jdt.core.compiler.problem.emptyStatement=ignore

+org.eclipse.jdt.core.compiler.problem.enumIdentifier=error

+org.eclipse.jdt.core.compiler.problem.fallthroughCase=ignore

+org.eclipse.jdt.core.compiler.problem.fatalOptionalError=enabled

+org.eclipse.jdt.core.compiler.problem.fieldHiding=ignore

+org.eclipse.jdt.core.compiler.problem.finalParameterBound=warning

+org.eclipse.jdt.core.compiler.problem.finallyBlockNotCompletingNormally=warning

+org.eclipse.jdt.core.compiler.problem.forbiddenReference=error

+org.eclipse.jdt.core.compiler.problem.hiddenCatchBlock=warning

+org.eclipse.jdt.core.compiler.problem.incompatibleNonInheritedInterfaceMethod=warning

+org.eclipse.jdt.core.compiler.problem.incompleteEnumSwitch=ignore

+org.eclipse.jdt.core.compiler.problem.indirectStaticAccess=ignore

+org.eclipse.jdt.core.compiler.problem.localVariableHiding=ignore

+org.eclipse.jdt.core.compiler.problem.methodWithConstructorName=warning

+org.eclipse.jdt.core.compiler.problem.missingDeprecatedAnnotation=ignore

+org.eclipse.jdt.core.compiler.problem.missingOverrideAnnotation=ignore

+org.eclipse.jdt.core.compiler.problem.missingSerialVersion=ignore

+org.eclipse.jdt.core.compiler.problem.noEffectAssignment=warning

+org.eclipse.jdt.core.compiler.problem.noImplicitStringConversion=warning

+org.eclipse.jdt.core.compiler.problem.nonExternalizedStringLiteral=ignore

+org.eclipse.jdt.core.compiler.problem.nullReference=ignore

+org.eclipse.jdt.core.compiler.problem.overridingPackageDefaultMethod=warning

+org.eclipse.jdt.core.compiler.problem.parameterAssignment=ignore

+org.eclipse.jdt.core.compiler.problem.possibleAccidentalBooleanAssignment=ignore

+org.eclipse.jdt.core.compiler.problem.potentialNullReference=ignore

+org.eclipse.jdt.core.compiler.problem.rawTypeReference=warning

+org.eclipse.jdt.core.compiler.problem.redundantNullCheck=ignore

+org.eclipse.jdt.core.compiler.problem.specialParameterHidingField=disabled

+org.eclipse.jdt.core.compiler.problem.staticAccessReceiver=warning

+org.eclipse.jdt.core.compiler.problem.suppressWarnings=enabled

+org.eclipse.jdt.core.compiler.problem.syntheticAccessEmulation=ignore

+org.eclipse.jdt.core.compiler.problem.typeParameterHiding=warning

+org.eclipse.jdt.core.compiler.problem.uncheckedTypeOperation=warning

+org.eclipse.jdt.core.compiler.problem.undocumentedEmptyBlock=ignore

+org.eclipse.jdt.core.compiler.problem.unhandledWarningToken=warning

+org.eclipse.jdt.core.compiler.problem.unnecessaryElse=ignore

+org.eclipse.jdt.core.compiler.problem.unnecessaryTypeCheck=ignore

+org.eclipse.jdt.core.compiler.problem.unqualifiedFieldAccess=ignore

+org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownException=ignore

+org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionWhenOverriding=disabled

+org.eclipse.jdt.core.compiler.problem.unusedImport=warning

+org.eclipse.jdt.core.compiler.problem.unusedLabel=warning

+org.eclipse.jdt.core.compiler.problem.unusedLocal=warning

+org.eclipse.jdt.core.compiler.problem.unusedParameter=ignore

+org.eclipse.jdt.core.compiler.problem.unusedParameterIncludeDocCommentReference=enabled

+org.eclipse.jdt.core.compiler.problem.unusedParameterWhenImplementingAbstract=disabled

+org.eclipse.jdt.core.compiler.problem.unusedParameterWhenOverridingConcrete=disabled

+org.eclipse.jdt.core.compiler.problem.unusedPrivateMember=warning

+org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning

+org.eclipse.jdt.core.compiler.source=1.5

+org.eclipse.jdt.core.formatter.align_type_members_on_columns=false

+org.eclipse.jdt.core.formatter.alignment_for_arguments_in_allocation_expression=16

+org.eclipse.jdt.core.formatter.alignment_for_arguments_in_enum_constant=16

+org.eclipse.jdt.core.formatter.alignment_for_arguments_in_explicit_constructor_call=16

+org.eclipse.jdt.core.formatter.alignment_for_arguments_in_method_invocation=16

+org.eclipse.jdt.core.formatter.alignment_for_arguments_in_qualified_allocation_expression=16

+org.eclipse.jdt.core.formatter.alignment_for_assignment=0

+org.eclipse.jdt.core.formatter.alignment_for_binary_expression=16

+org.eclipse.jdt.core.formatter.alignment_for_compact_if=16

+org.eclipse.jdt.core.formatter.alignment_for_conditional_expression=80

+org.eclipse.jdt.core.formatter.alignment_for_enum_constants=0

+org.eclipse.jdt.core.formatter.alignment_for_expressions_in_array_initializer=16

+org.eclipse.jdt.core.formatter.alignment_for_multiple_fields=16

+org.eclipse.jdt.core.formatter.alignment_for_parameters_in_constructor_declaration=16

+org.eclipse.jdt.core.formatter.alignment_for_parameters_in_method_declaration=16

+org.eclipse.jdt.core.formatter.alignment_for_selector_in_method_invocation=16

+org.eclipse.jdt.core.formatter.alignment_for_superclass_in_type_declaration=16

+org.eclipse.jdt.core.formatter.alignment_for_superinterfaces_in_enum_declaration=16

+org.eclipse.jdt.core.formatter.alignment_for_superinterfaces_in_type_declaration=16

+org.eclipse.jdt.core.formatter.alignment_for_throws_clause_in_constructor_declaration=20

+org.eclipse.jdt.core.formatter.alignment_for_throws_clause_in_method_declaration=20

+org.eclipse.jdt.core.formatter.blank_lines_after_imports=1

+org.eclipse.jdt.core.formatter.blank_lines_after_package=1

+org.eclipse.jdt.core.formatter.blank_lines_before_field=1

+org.eclipse.jdt.core.formatter.blank_lines_before_first_class_body_declaration=0

+org.eclipse.jdt.core.formatter.blank_lines_before_imports=1

+org.eclipse.jdt.core.formatter.blank_lines_before_member_type=1

+org.eclipse.jdt.core.formatter.blank_lines_before_method=1

+org.eclipse.jdt.core.formatter.blank_lines_before_new_chunk=1

+org.eclipse.jdt.core.formatter.blank_lines_before_package=0

+org.eclipse.jdt.core.formatter.blank_lines_between_import_groups=1

+org.eclipse.jdt.core.formatter.blank_lines_between_type_declarations=1

+org.eclipse.jdt.core.formatter.brace_position_for_annotation_type_declaration=end_of_line

+org.eclipse.jdt.core.formatter.brace_position_for_anonymous_type_declaration=end_of_line

+org.eclipse.jdt.core.formatter.brace_position_for_array_initializer=end_of_line

+org.eclipse.jdt.core.formatter.brace_position_for_block=end_of_line

+org.eclipse.jdt.core.formatter.brace_position_for_block_in_case=end_of_line

+org.eclipse.jdt.core.formatter.brace_position_for_constructor_declaration=end_of_line

+org.eclipse.jdt.core.formatter.brace_position_for_enum_constant=end_of_line

+org.eclipse.jdt.core.formatter.brace_position_for_enum_declaration=end_of_line

+org.eclipse.jdt.core.formatter.brace_position_for_method_declaration=end_of_line

+org.eclipse.jdt.core.formatter.brace_position_for_switch=end_of_line

+org.eclipse.jdt.core.formatter.brace_position_for_type_declaration=end_of_line

+org.eclipse.jdt.core.formatter.comment.clear_blank_lines_in_block_comment=false

+org.eclipse.jdt.core.formatter.comment.clear_blank_lines_in_javadoc_comment=false

+org.eclipse.jdt.core.formatter.comment.format_block_comments=true

+org.eclipse.jdt.core.formatter.comment.format_header=false

+org.eclipse.jdt.core.formatter.comment.format_html=true

+org.eclipse.jdt.core.formatter.comment.format_javadoc_comments=true

+org.eclipse.jdt.core.formatter.comment.format_line_comments=true

+org.eclipse.jdt.core.formatter.comment.format_source_code=true

+org.eclipse.jdt.core.formatter.comment.indent_parameter_description=true

+org.eclipse.jdt.core.formatter.comment.indent_root_tags=true

+org.eclipse.jdt.core.formatter.comment.insert_new_line_before_root_tags=insert

+org.eclipse.jdt.core.formatter.comment.insert_new_line_for_parameter=do not insert

+org.eclipse.jdt.core.formatter.comment.line_length=80

+org.eclipse.jdt.core.formatter.compact_else_if=true

+org.eclipse.jdt.core.formatter.continuation_indentation=2

+org.eclipse.jdt.core.formatter.continuation_indentation_for_array_initializer=2

+org.eclipse.jdt.core.formatter.format_guardian_clause_on_one_line=false

+org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_annotation_declaration_header=true

+org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_enum_constant_header=true

+org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_enum_declaration_header=true

+org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_type_header=true

+org.eclipse.jdt.core.formatter.indent_breaks_compare_to_cases=true

+org.eclipse.jdt.core.formatter.indent_empty_lines=false

+org.eclipse.jdt.core.formatter.indent_statements_compare_to_block=true

+org.eclipse.jdt.core.formatter.indent_statements_compare_to_body=true

+org.eclipse.jdt.core.formatter.indent_switchstatements_compare_to_cases=true

+org.eclipse.jdt.core.formatter.indent_switchstatements_compare_to_switch=false

+org.eclipse.jdt.core.formatter.indentation.size=8

+org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_local_variable=insert

+org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_member=insert

+org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_parameter=do not insert

+org.eclipse.jdt.core.formatter.insert_new_line_after_opening_brace_in_array_initializer=do not insert

+org.eclipse.jdt.core.formatter.insert_new_line_at_end_of_file_if_missing=do not insert

+org.eclipse.jdt.core.formatter.insert_new_line_before_catch_in_try_statement=do not insert

+org.eclipse.jdt.core.formatter.insert_new_line_before_closing_brace_in_array_initializer=do not insert

+org.eclipse.jdt.core.formatter.insert_new_line_before_else_in_if_statement=do not insert

+org.eclipse.jdt.core.formatter.insert_new_line_before_finally_in_try_statement=do not insert

+org.eclipse.jdt.core.formatter.insert_new_line_before_while_in_do_statement=do not insert

+org.eclipse.jdt.core.formatter.insert_new_line_in_empty_annotation_declaration=insert

+org.eclipse.jdt.core.formatter.insert_new_line_in_empty_anonymous_type_declaration=insert

+org.eclipse.jdt.core.formatter.insert_new_line_in_empty_block=insert

+org.eclipse.jdt.core.formatter.insert_new_line_in_empty_enum_constant=insert

+org.eclipse.jdt.core.formatter.insert_new_line_in_empty_enum_declaration=insert

+org.eclipse.jdt.core.formatter.insert_new_line_in_empty_method_body=insert

+org.eclipse.jdt.core.formatter.insert_new_line_in_empty_type_declaration=insert

+org.eclipse.jdt.core.formatter.insert_space_after_and_in_type_parameter=insert

+org.eclipse.jdt.core.formatter.insert_space_after_assignment_operator=insert

+org.eclipse.jdt.core.formatter.insert_space_after_at_in_annotation=do not insert

+org.eclipse.jdt.core.formatter.insert_space_after_at_in_annotation_type_declaration=do not insert

+org.eclipse.jdt.core.formatter.insert_space_after_binary_operator=insert

+org.eclipse.jdt.core.formatter.insert_space_after_closing_angle_bracket_in_type_arguments=insert

+org.eclipse.jdt.core.formatter.insert_space_after_closing_angle_bracket_in_type_parameters=insert

+org.eclipse.jdt.core.formatter.insert_space_after_closing_brace_in_block=insert

+org.eclipse.jdt.core.formatter.insert_space_after_closing_paren_in_cast=insert

+org.eclipse.jdt.core.formatter.insert_space_after_colon_in_assert=insert

+org.eclipse.jdt.core.formatter.insert_space_after_colon_in_case=insert

+org.eclipse.jdt.core.formatter.insert_space_after_colon_in_conditional=insert

+org.eclipse.jdt.core.formatter.insert_space_after_colon_in_for=insert

+org.eclipse.jdt.core.formatter.insert_space_after_colon_in_labeled_statement=insert

+org.eclipse.jdt.core.formatter.insert_space_after_comma_in_allocation_expression=insert

+org.eclipse.jdt.core.formatter.insert_space_after_comma_in_annotation=insert

+org.eclipse.jdt.core.formatter.insert_space_after_comma_in_array_initializer=insert

+org.eclipse.jdt.core.formatter.insert_space_after_comma_in_constructor_declaration_parameters=insert

+org.eclipse.jdt.core.formatter.insert_space_after_comma_in_constructor_declaration_throws=insert

+org.eclipse.jdt.core.formatter.insert_space_after_comma_in_enum_constant_arguments=insert

+org.eclipse.jdt.core.formatter.insert_space_after_comma_in_enum_declarations=insert

+org.eclipse.jdt.core.formatter.insert_space_after_comma_in_explicitconstructorcall_arguments=insert

+org.eclipse.jdt.core.formatter.insert_space_after_comma_in_for_increments=insert

+org.eclipse.jdt.core.formatter.insert_space_after_comma_in_for_inits=insert

+org.eclipse.jdt.core.formatter.insert_space_after_comma_in_method_declaration_parameters=insert

+org.eclipse.jdt.core.formatter.insert_space_after_comma_in_method_declaration_throws=insert

+org.eclipse.jdt.core.formatter.insert_space_after_comma_in_method_invocation_arguments=insert

+org.eclipse.jdt.core.formatter.insert_space_after_comma_in_multiple_field_declarations=insert

+org.eclipse.jdt.core.formatter.insert_space_after_comma_in_multiple_local_declarations=insert

+org.eclipse.jdt.core.formatter.insert_space_after_comma_in_parameterized_type_reference=insert

+org.eclipse.jdt.core.formatter.insert_space_after_comma_in_superinterfaces=insert

+org.eclipse.jdt.core.formatter.insert_space_after_comma_in_type_arguments=insert

+org.eclipse.jdt.core.formatter.insert_space_after_comma_in_type_parameters=insert

+org.eclipse.jdt.core.formatter.insert_space_after_ellipsis=insert

+org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_parameterized_type_reference=do not insert

+org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_type_arguments=do not insert

+org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_type_parameters=do not insert

+org.eclipse.jdt.core.formatter.insert_space_after_opening_brace_in_array_initializer=insert

+org.eclipse.jdt.core.formatter.insert_space_after_opening_bracket_in_array_allocation_expression=do not insert

+org.eclipse.jdt.core.formatter.insert_space_after_opening_bracket_in_array_reference=do not insert

+org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_annotation=do not insert

+org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_cast=do not insert

+org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_catch=do not insert

+org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_constructor_declaration=do not insert

+org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_enum_constant=do not insert

+org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_for=do not insert

+org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_if=do not insert

+org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_method_declaration=do not insert

+org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_method_invocation=do not insert

+org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_parenthesized_expression=do not insert

+org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_switch=do not insert

+org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_synchronized=do not insert

+org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_while=do not insert

+org.eclipse.jdt.core.formatter.insert_space_after_postfix_operator=do not insert

+org.eclipse.jdt.core.formatter.insert_space_after_prefix_operator=do not insert

+org.eclipse.jdt.core.formatter.insert_space_after_question_in_conditional=insert

+org.eclipse.jdt.core.formatter.insert_space_after_question_in_wildcard=do not insert

+org.eclipse.jdt.core.formatter.insert_space_after_semicolon_in_for=insert

+org.eclipse.jdt.core.formatter.insert_space_after_unary_operator=do not insert

+org.eclipse.jdt.core.formatter.insert_space_before_and_in_type_parameter=insert

+org.eclipse.jdt.core.formatter.insert_space_before_assignment_operator=insert

+org.eclipse.jdt.core.formatter.insert_space_before_at_in_annotation_type_declaration=insert

+org.eclipse.jdt.core.formatter.insert_space_before_binary_operator=insert

+org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_parameterized_type_reference=do not insert

+org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_type_arguments=do not insert

+org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_type_parameters=do not insert

+org.eclipse.jdt.core.formatter.insert_space_before_closing_brace_in_array_initializer=insert

+org.eclipse.jdt.core.formatter.insert_space_before_closing_bracket_in_array_allocation_expression=do not insert

+org.eclipse.jdt.core.formatter.insert_space_before_closing_bracket_in_array_reference=do not insert

+org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_annotation=do not insert

+org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_cast=do not insert

+org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_catch=do not insert

+org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_constructor_declaration=do not insert

+org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_enum_constant=do not insert

+org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_for=do not insert

+org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_if=do not insert

+org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_method_declaration=do not insert

+org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_method_invocation=do not insert

+org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_parenthesized_expression=do not insert

+org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_switch=do not insert

+org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_synchronized=do not insert

+org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_while=do not insert

+org.eclipse.jdt.core.formatter.insert_space_before_colon_in_assert=insert

+org.eclipse.jdt.core.formatter.insert_space_before_colon_in_case=do not insert

+org.eclipse.jdt.core.formatter.insert_space_before_colon_in_conditional=insert

+org.eclipse.jdt.core.formatter.insert_space_before_colon_in_default=do not insert

+org.eclipse.jdt.core.formatter.insert_space_before_colon_in_for=insert

+org.eclipse.jdt.core.formatter.insert_space_before_colon_in_labeled_statement=do not insert

+org.eclipse.jdt.core.formatter.insert_space_before_comma_in_allocation_expression=do not insert

+org.eclipse.jdt.core.formatter.insert_space_before_comma_in_annotation=do not insert

+org.eclipse.jdt.core.formatter.insert_space_before_comma_in_array_initializer=do not insert

+org.eclipse.jdt.core.formatter.insert_space_before_comma_in_constructor_declaration_parameters=do not insert

+org.eclipse.jdt.core.formatter.insert_space_before_comma_in_constructor_declaration_throws=do not insert

+org.eclipse.jdt.core.formatter.insert_space_before_comma_in_enum_constant_arguments=do not insert

+org.eclipse.jdt.core.formatter.insert_space_before_comma_in_enum_declarations=do not insert

+org.eclipse.jdt.core.formatter.insert_space_before_comma_in_explicitconstructorcall_arguments=do not insert

+org.eclipse.jdt.core.formatter.insert_space_before_comma_in_for_increments=do not insert

+org.eclipse.jdt.core.formatter.insert_space_before_comma_in_for_inits=do not insert

+org.eclipse.jdt.core.formatter.insert_space_before_comma_in_method_declaration_parameters=do not insert

+org.eclipse.jdt.core.formatter.insert_space_before_comma_in_method_declaration_throws=do not insert

+org.eclipse.jdt.core.formatter.insert_space_before_comma_in_method_invocation_arguments=do not insert

+org.eclipse.jdt.core.formatter.insert_space_before_comma_in_multiple_field_declarations=do not insert

+org.eclipse.jdt.core.formatter.insert_space_before_comma_in_multiple_local_declarations=do not insert

+org.eclipse.jdt.core.formatter.insert_space_before_comma_in_parameterized_type_reference=do not insert

+org.eclipse.jdt.core.formatter.insert_space_before_comma_in_superinterfaces=do not insert

+org.eclipse.jdt.core.formatter.insert_space_before_comma_in_type_arguments=do not insert

+org.eclipse.jdt.core.formatter.insert_space_before_comma_in_type_parameters=do not insert

+org.eclipse.jdt.core.formatter.insert_space_before_ellipsis=do not insert

+org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_parameterized_type_reference=do not insert

+org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_type_arguments=do not insert

+org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_type_parameters=do not insert

+org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_annotation_type_declaration=insert

+org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_anonymous_type_declaration=insert

+org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_array_initializer=insert

+org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_block=insert

+org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_constructor_declaration=insert

+org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_enum_constant=insert

+org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_enum_declaration=insert

+org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_method_declaration=insert

+org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_switch=insert

+org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_type_declaration=insert

+org.eclipse.jdt.core.formatter.insert_space_before_opening_bracket_in_array_allocation_expression=do not insert

+org.eclipse.jdt.core.formatter.insert_space_before_opening_bracket_in_array_reference=do not insert

+org.eclipse.jdt.core.formatter.insert_space_before_opening_bracket_in_array_type_reference=do not insert

+org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_annotation=do not insert

+org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_annotation_type_member_declaration=do not insert

+org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_catch=insert

+org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_constructor_declaration=do not insert

+org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_enum_constant=do not insert

+org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_for=insert

+org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_if=insert

+org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_method_declaration=do not insert

+org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_method_invocation=do not insert

+org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_parenthesized_expression=do not insert

+org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_switch=insert

+org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_synchronized=insert

+org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_while=insert

+org.eclipse.jdt.core.formatter.insert_space_before_parenthesized_expression_in_return=insert

+org.eclipse.jdt.core.formatter.insert_space_before_parenthesized_expression_in_throw=insert

+org.eclipse.jdt.core.formatter.insert_space_before_postfix_operator=do not insert

+org.eclipse.jdt.core.formatter.insert_space_before_prefix_operator=do not insert

+org.eclipse.jdt.core.formatter.insert_space_before_question_in_conditional=insert

+org.eclipse.jdt.core.formatter.insert_space_before_question_in_wildcard=do not insert

+org.eclipse.jdt.core.formatter.insert_space_before_semicolon=do not insert

+org.eclipse.jdt.core.formatter.insert_space_before_semicolon_in_for=do not insert

+org.eclipse.jdt.core.formatter.insert_space_before_unary_operator=do not insert

+org.eclipse.jdt.core.formatter.insert_space_between_brackets_in_array_type_reference=do not insert

+org.eclipse.jdt.core.formatter.insert_space_between_empty_braces_in_array_initializer=do not insert

+org.eclipse.jdt.core.formatter.insert_space_between_empty_brackets_in_array_allocation_expression=do not insert

+org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_annotation_type_member_declaration=do not insert

+org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_constructor_declaration=do not insert

+org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_enum_constant=do not insert

+org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_method_declaration=do not insert

+org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_method_invocation=do not insert

+org.eclipse.jdt.core.formatter.keep_else_statement_on_same_line=false

+org.eclipse.jdt.core.formatter.keep_empty_array_initializer_on_one_line=false

+org.eclipse.jdt.core.formatter.keep_imple_if_on_one_line=true

+org.eclipse.jdt.core.formatter.keep_then_statement_on_same_line=false

+org.eclipse.jdt.core.formatter.lineSplit=80

+org.eclipse.jdt.core.formatter.never_indent_block_comments_on_first_column=false

+org.eclipse.jdt.core.formatter.never_indent_line_comments_on_first_column=false

+org.eclipse.jdt.core.formatter.number_of_blank_lines_at_beginning_of_method_body=0

+org.eclipse.jdt.core.formatter.number_of_empty_lines_to_preserve=1

+org.eclipse.jdt.core.formatter.put_empty_statement_on_new_line=true

+org.eclipse.jdt.core.formatter.tabulation.char=space

+org.eclipse.jdt.core.formatter.tabulation.size=4

+org.eclipse.jdt.core.formatter.use_tabs_only_for_leading_indentations=false

+org.eclipse.jdt.core.formatter.wrap_before_binary_operator=true


Added: trunk/src/argouml-core-diagrams-structure2/.settings/org.eclipse.jdt.ui.prefs
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-core-diagrams-structure2/.settings/org.eclipse.jdt.ui.prefs?view=markup&pathrev=17210
==============================================================================
--- (empty file)
+++ trunk/src/argouml-core-diagrams-structure2/.settings/org.eclipse.jdt.ui.prefs	2009-08-02 12:20:59-0700
@@ -0,0 +1,5 @@
+#Mon Apr 13 12:42:07 EDT 2009

+eclipse.preferences.version=1

+formatter_profile=_ArgoUML

+formatter_settings_version=11

+org.eclipse.jdt.ui.text.custom_code_templates=<?xml version\="1.0" encoding\="UTF-8" standalone\="no"?><templates/>


Added: trunk/src/argouml-core-diagrams-structure2/META-INF/MANIFEST.MF
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-core-diagrams-structure2/META-INF/MANIFEST.MF?view=markup&pathrev=17210
==============================================================================
--- (empty file)
+++ trunk/src/argouml-core-diagrams-structure2/META-INF/MANIFEST.MF	2009-08-02 12:20:59-0700
@@ -0,0 +1,15 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: %pluginName
+Bundle-SymbolicName: org.argouml.structure2
+Bundle-Version: 0.28.0.qualifier
+Bundle-ClassPath: .
+Export-Package: org.argouml.structure2,
+ org.argouml.structure2.diagram
+Bundle-RequiredExecutionEnvironment: J2SE-1.5
+Bundle-Vendor: %pluginProvider
+Require-Bundle: org.argouml.app,
+ org.argouml.core.infra
+Bundle-Localization: plugin
+Eclipse-RegisterBuddy: org.argouml.core.infra
+

Added: trunk/src/argouml-core-diagrams-structure2/build.properties
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-core-diagrams-structure2/build.properties?view=markup&pathrev=17210
==============================================================================
--- (empty file)
+++ trunk/src/argouml-core-diagrams-structure2/build.properties	2009-08-02 12:20:59-0700
@@ -0,0 +1,6 @@
+custom = true

+source.. = src/,\

+           tests/

+bin.includes = META-INF/,\

+               .,\

+               plugin.properties


Added: trunk/src/argouml-core-diagrams-structure2/build.xml
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-core-diagrams-structure2/build.xml?view=markup&pathrev=17210
==============================================================================
--- (empty file)
+++ trunk/src/argouml-core-diagrams-structure2/build.xml	2009-08-02 12:20:59-0700
@@ -0,0 +1,316 @@
+<?xml version="1.0" encoding="UTF-8"?>

+<!-- $Id: build.xml 17140 2009-05-05 04:56:19Z linus $

+

+    Ant build file for argouml-core-diagrams-structure2.

+

+    This is designed to work:

+    - in the subdirectory named argouml-core-diagrams-structure2,

+      as stored in the repository.

+      Used when compiling, running tests from the command line.

+    - When checked out from within Eclipse (project named

+      argouml-core-diagrams-structure2)

+      Used for generating code.

+

+Building this requires:

+    argouml-core-infra

+    argouml-core-model

+    argouml-app

+

+  -->

+

+<project basedir="." default="compile" name="argouml-core-diagrams-structure2">

+

+  <!-- =================================================================== -->

+  <!-- Initialization target                                               -->

+  <!-- =================================================================== -->

+

+  <target name="init" depends="pde-init">

+    

+    <property name="build.dir" location="build" />

+    <property name="build.classes" value="${build.dir}/classes" />

+

+    <path id="src.compile.classpath">

+      <fileset dir="../argouml-core-infra/build/">

+        <include name="*.jar"/>

+      </fileset>

+      <fileset dir="../argouml-core-model/build/">

+        <include name="*.jar"/>

+      </fileset>

+      <fileset dir="../argouml-app/build/">

+        <include name="*.jar"/>

+      </fileset>

+    </path>

+

+    <!-- This runtime classpath is used for tests and other things started

+         from this file.

+      -->

+    <path id="src.run.classpath">

+      <path refid="src.compile.classpath"/>

+      <!-- only one of the following will be used at a time -->

+      <!-- we put them together because there's little risk of crosstalk -->

+      <fileset dir="../argouml-core-model-mdr/build/">

+        <include name="*.jar"/>

+      </fileset>

+      <fileset dir="../argouml-core-model-euml/build/">

+        <include name="*.jar"/>

+      </fileset>

+    </path>

+

+    <!-- Try to figure out where our tools directory is. Done after overrides

+    are loaded so user can override, but before defaults -->

+    <property name="tool.test.file" value="checkstyle/java.header"/>

+    <available file="../argouml-core-tools/${tool.test.file}" type="file"

+	       value="../argouml-core-tools"

+               property="argo.tools.dir"

+	       />

+    <available file="../../tools/${tool.test.file}" type="file"

+	       value="../../tools"

+               property="argo.tools.dir"

+	       />

+

+    <path id="tests.compile.classpath">

+      <pathelement location="${build.classes}"/>

+      <pathelement location="${argo.tools.dir}/junit-3.8.2/junit.jar"/>

+      <path refid="src.compile.classpath"/>

+    </path>

+

+    <path id="tests.run.classpath">

+      <path refid="tests.compile.classpath"/>

+      <fileset dir="../argouml-core-model-mdr/build/">

+        <include name="*.jar"/>

+      </fileset>

+    </path>

+    

+    <path id="tests.all.classpath">

+      <pathelement location="${build.classes}"/>

+      <pathelement location="build/tests/classes"/>

+      <path refid="tests.run.classpath"/>

+    </path>

+      

+  </target>

+	

+  <!-- =================================================================== -->

+  <!-- Initialization target for optional ant tasks                        -->

+  <!-- =================================================================== -->

+  <target name="ant.optional.init" depends="init">

+    <path id="ant.optional.classpath">

+      <pathelement location="${ant.home}/libopt/ant-junit.jar"/>

+      <pathelement location="${argo.tools.dir}/junit-3.8.2/junit.jar"/>

+    </path>

+

+    <taskdef classname="org.apache.tools.ant.taskdefs.optional.junit.JUnitTask" name="junit">

+      <classpath>

+        <path refid="ant.optional.classpath"/>

+      </classpath>

+    </taskdef>

+  </target>

+

+

+  <!-- =================================================================== -->

+  <!-- Prepares the build directory                                        -->

+  <!-- =================================================================== -->

+

+  <target name="prepare" depends="init">

+    <mkdir dir="${build.dir}"/>

+    <mkdir dir="${build.classes}"/>

+  </target>

+

+  <!-- =================================================================== -->

+  <!-- Compiles the source directory                                       -->

+  <!-- =================================================================== -->

+  <target name="compile" depends="prepare"

+      description="Compile the sources.">

+

+    <echo message="Compiling the sources in argouml-core-diagrams-structure2"/>

+

+    <javac debug="on" 

+    	   deprecation="on"

+    	   destdir="${build.classes}"

+    	   includes="org/argouml/**/*.java"

+    	   optimize="on"

+           includeAntRuntime="no" 

+           bootclasspath="${bundleBootClasspath}" 

+    	   srcdir="src"

+    	   source="1.5"

+    	   target="1.5">

+      <compilerarg compiler="javac1.5" line="-Xlint:unchecked"/>

+      <compilerarg line="-log '${build.dir}/compile.log'" compiler="org.eclipse.jdt.core.JDTCompilerAdapter" />      

+      <classpath>

+        <path refid="src.compile.classpath"/>

+      </classpath>

+    </javac>

+  </target>

+

+  <!-- =================================================================== -->

+  <!-- Creates the jar file                                                -->

+  <!-- =================================================================== -->

+  <target name="jar" depends="compile"

+          description="Build the main jar file.">

+    <jar basedir="${build.classes}"

+         excludes="*.txt,*.bat,*.xml,*.sh" 

+         includes="org/argouml/**"

+         manifest="src/META-INF/MANIFEST.MF"

+	 jarfile="${build.dir}/argouml-diagrams-sequence.jar" />

+  </target>

+

+

+  <!-- =================================================================== -->

+  <!-- Clean targets                                                       -->

+  <!-- =================================================================== -->

+  <target name="clean" depends="init"

+          description="Clean out all built files.">

+    <delete dir="${build.dir}"/>

+    <antcall target="pde-clean" />

+  </target>

+

+

+

+  <!-- ################################################################### -->

+  <!-- Section with tests.                                                 -->

+  <!-- ################################################################### -->

+

+

+  <!-- =================================================================== -->

+  <!-- Compiles the tests                                                  -->

+  <!-- =================================================================== -->

+

+  <target name="compile-tests" depends="prepare">

+

+    <!-- create directories -->

+    <mkdir dir="build/tests/classes"/>

+

+    <javac debug="true" 

+           deprecation="on"

+           optimize="false" 

+           destdir="build/tests/classes"

+           srcdir="tests"

+    	   source="1.5"

+           target="1.5">

+      <compilerarg compiler="javac1.5" line="-Xlint:unchecked"/>

+      <classpath>

+        <path refid="tests.compile.classpath"/>

+      </classpath>

+    </javac>

+

+    <!-- copy test files -->

+    <copy todir="build/tests/classes/testmodels">

+      <fileset dir="tests/testmodels" includes="**/**"/>

+    </copy>

+  </target>

+

+  <!-- =================================================================== -->

+  <!-- Run the junit tests.                                                -->

+  <!-- =================================================================== -->

+  <target name="tests" depends="compile,compile-tests"

+          description="Run all tests that don't require any GUI components in headleass mode.">

+

+    <mkdir dir="build/tests/reports"/>

+      

+    <junit errorproperty="junit.failure" failureproperty="junit.failure" 

+           fork="yes" dir="${basedir}" forkmode="perTest"

+           haltonfailure="false"

+           maxmemory="48M" printsummary="true">

+      <sysproperty key="log4j.configuration" value="org/argouml/resource/default.lcf"/>

+      <sysproperty key="java.awt.headless" value="true"/>

+      <sysproperty key="argouml.tests.dir" value="tests"/>

+      <assertions>

+        <enable/>

+      </assertions>

+      <classpath refid="tests.all.classpath"/>

+      <formatter type="xml"/>

+      <batchtest todir="build/tests/reports">

+        <fileset dir="tests">

+          <include name="org/argouml/**/Test*.java"/>

+        </fileset>

+      </batchtest>

+    </junit>

+  </target>

+

+

+  <!-- =================================================================== -->

+  <!-- Eclipse PDE targets from here to end of file                        -->

+  <!-- =================================================================== -->

+  <!-- 

+    Required targets (called in this order) are:

+      build.jars

+      gather.bin.parts - must create and populate "${destination.temp.folder}/<Bundle-SymbolicName>_<Bundle-Version>

+      gather.logs

+  -->

+  

+    <target name="pde-properties" if="eclipse.running">

+      <property name="build.compiler" value="org.eclipse.jdt.core.JDTCompilerAdapter" />

+    </target>

+  

+    <target name="pde-init" depends="pde-properties">

+

+      <property name="bundleId" value="org.argouml.structure2" />

+

+      <!-- This property is magic and will have its value substituted by PDE -->

+      <property name="version.suffix" value="0.28.0.200904210336"/>

+      <property name="bundleVersion" value="${version.suffix}" />

+

+      <!-- Compiler settings. -->

+      <condition property="dir_bootclasspath" value="${java.home}/../Classes">

+        <os family="mac" />

+      </condition>

+      <property name="dir_bootclasspath" value="${java.home}/lib" />

+      <path id="path_bootclasspath">

+        <fileset dir="${dir_bootclasspath}">

+          <include name="*.jar" />

+        </fileset>

+      </path>

+      <property name="bootclasspath" refid="path_bootclasspath" />

+      <property name="bundleBootClasspath" value="${bootclasspath}" />

+

+      <condition property="pluginTemp" value="${buildTempFolder}/plugins">

+        <isset property="buildTempFolder" />

+      </condition>

+      <property name="pluginTemp" value="${basedir}" />

+      <condition property="build.result.folder" value="${pluginTemp}/${bundleId}_${bundleVersion}">

+        <isset property="buildTempFolder" />

+      </condition>

+      <property name="build.result.folder" value="${basedir}" />

+      <property name="plugin.destination" value="${basedir}" />            

+    </target>

+

+  <target name="pde-clean" depends="pde-init">

+    <delete file="${plugin.destination}/${bundleId}_*.jar" />

+    <delete file="${plugin.destination}/${bundleId}_*.zip" />

+  </target>

+

+  <target name="build.jars" depends="jar" description="Compile classes and build nested jars for the plug-in: ${bundleId}.">

+    <mkdir dir="${build.result.folder}/@dot"/>

+    <copy todir="${build.result.folder}/@dot" failonerror="true" overwrite="false">

+      <fileset dir="${build.classes}" includes="org/argouml/**" excludes="*.txt,*.bat,*.xml,*.sh" />

+    </copy>

+  </target>

+

+  <target name="gather.bin.parts" depends="init" if="destination.temp.folder">

+    <mkdir dir="${destination.temp.folder}/${bundleId}_${bundleVersion}" />

+    <copy todir="${destination.temp.folder}/${bundleId}_${bundleVersion}" failonerror="true" overwrite="false">

+      <fileset dir="${build.result.folder}/@dot" includes="**"/>

+    </copy>

+    

+    <copy todir="${destination.temp.folder}/${bundleId}_${bundleVersion}" failonerror="true" overwrite="false">

+      <fileset dir="${basedir}">

+        <include name="META-INF/"/>

+        <include name="plugin.xml"/>

+        <include name="plugin.properties"/>

+      </fileset>

+    </copy>

+

+    <eclipse.versionReplacer path="${destination.temp.folder}/${bundleId}_${bundleVersion}" version="${bundleVersion}" />

+  </target>

+

+  <target name="gather.logs" depends="init" if="destination.temp.folder">

+    <mkdir dir="${destination.temp.folder}/${bundleId}_${bundleVersion}"/>

+    <copy todir="${destination.temp.folder}/${bundleId}_${bundleVersion}" failonerror="false" overwrite="false">

+      <fileset dir="${build.dir}">

+        <include name="compile.log"/>  

+      </fileset>

+    </copy>

+  </target>

+

+</project>

+

+


Added: trunk/src/argouml-core-diagrams-structure2/plugin.properties
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-core-diagrams-structure2/plugin.properties?view=markup&pathrev=17210
==============================================================================
--- (empty file)
+++ trunk/src/argouml-core-diagrams-structure2/plugin.properties	2009-08-02 12:20:59-0700
@@ -0,0 +1,3 @@
+#Properties file for argouml-core-diagrams-structure2

+pluginProvider = The ArgoUML team

+pluginName = ArgoUML Structure2 Diagram Subsystem
\ No newline at end of file

Added: trunk/src/argouml-core-diagrams-structure2/src/.settings/org.eclipse.jdt.ui.prefs
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-core-diagrams-structure2/src/.settings/org.eclipse.jdt.ui.prefs?view=markup&pathrev=17210
==============================================================================
--- (empty file)
+++ trunk/src/argouml-core-diagrams-structure2/src/.settings/org.eclipse.jdt.ui.prefs	2009-08-02 12:20:59-0700
@@ -0,0 +1,3 @@
+#Sun Apr 15 03:41:15 CEST 2007

+eclipse.preferences.version=1

+org.eclipse.jdt.ui.text.custom_code_templates=<?xml version\="1.0" encoding\="UTF-8"?><templates/>


Added: trunk/src/argouml-core-diagrams-structure2/src/META-INF/MANIFEST.MF
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-core-diagrams-structure2/src/META-INF/MANIFEST.MF?view=markup&pathrev=17210
==============================================================================
--- (empty file)
+++ trunk/src/argouml-core-diagrams-structure2/src/META-INF/MANIFEST.MF	2009-08-02 12:20:59-0700
@@ -0,0 +1,12 @@
+Manifest-Version: 2.0

+Class-Path: argouml.jar

+Created-By: 1.2 (Sun Microsystems Inc.) 

+

+Name: org/argouml/activity2/StructureDiagramModule.class

+Extension-name: org.argouml.structure2.StructureDiagramModule

+Specification-Title: Structure Diagram Module

+Specification-Version: 0.1

+Specification-Vendor: ArgoUML Team

+Implementation-Title: Structure Diagram Module

+Implementation-Version: 0.1

+Implementation-Vendor: ArgoUML Team
\ No newline at end of file

Added: trunk/src/argouml-core-diagrams-structure2/src/org/argouml/structure2/StructureDiagramModule.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-core-diagrams-structure2/src/org/argouml/structure2/StructureDiagramModule.java?view=markup&pathrev=17210
==============================================================================
--- (empty file)
+++ trunk/src/argouml-core-diagrams-structure2/src/org/argouml/structure2/StructureDiagramModule.java	2009-08-02 12:20:59-0700
@@ -0,0 +1,62 @@
+// $Id: ActivityDiagramModule.java 16924 2009-03-23 17:35:16Z thn $

+// Copyright (c) 2007 The Regents of the University of California. All

+// Rights Reserved. Permission to use, copy, modify, and distribute this

+// software and its documentation without fee, and without a written

+// agreement is hereby granted, provided that the above copyright notice

+// and this paragraph appear in all copies. This software program and

+// documentation are copyrighted by The Regents of the University of

+// California. The software program and documentation are supplied "AS

+// IS", without any accompanying services from The Regents. The Regents

+// does not warrant that the operation of the program will be

+// uninterrupted or error-free. The end-user understands that the program

+// was developed for research purposes and is advised not to rely

+// exclusively on the program for any reason. IN NO EVENT SHALL THE

+// UNIVERSITY OF CALIFORNIA BE LIABLE TO ANY PARTY FOR DIRECT, INDIRECT,

+// SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, INCLUDING LOST PROFITS,

+// ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF

+// THE UNIVERSITY OF CALIFORNIA HAS BEEN ADVISED OF THE POSSIBILITY OF

+// SUCH DAMAGE. THE UNIVERSITY OF CALIFORNIA SPECIFICALLY DISCLAIMS ANY

+// WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF

+// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE

+// PROVIDED HEREUNDER IS ON AN "AS IS" BASIS, AND THE UNIVERSITY OF

+// CALIFORNIA HAS NO OBLIGATIONS TO PROVIDE MAINTENANCE, SUPPORT,

+// UPDATES, ENHANCEMENTS, OR MODIFICATIONS.

+

+package org.argouml.activity2;

+

+import org.argouml.moduleloader.ModuleInterface;

+

+/**

+ * The Class Diagram Module description.

+ *

+ * @see org.argouml.moduleloader.ModuleInterface

+ */

+public class StructureDiagramModule implements ModuleInterface {

+

+    public boolean enable() {

+        return true;

+    }

+

+    public boolean disable() {

+        return true;

+    }

+

+    public String getName() {

+        return "ArgoUML-Class";

+    }

+

+    public String getInfo(int type) {

+        switch (type) {

+        case DESCRIPTION:

+            return "The new activity diagram implementation";

+        case AUTHOR:

+            return "ArgoUML Core Development Team";

+        case VERSION:

+            return "0.28";

+        case DOWNLOADSITE:

+            return "http://argouml.tigris.org";

+        default:

+            return null;

+        }

+    }

+}
\ No newline at end of file

Added: trunk/src/argouml-core-diagrams-structure2/src/org/argouml/structure2/diagram/StructureDiagramFactory.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-core-diagrams-structure2/src/org/argouml/structure2/diagram/StructureDiagramFactory.java?view=markup&pathrev=17210
==============================================================================
--- (empty file)
+++ trunk/src/argouml-core-diagrams-structure2/src/org/argouml/structure2/diagram/StructureDiagramFactory.java	2009-08-02 12:20:59-0700
@@ -0,0 +1,52 @@
+// $Id: ActivityDiagramFactory.java 16381 2008-12-19 15:37:46Z bobtarling $

+// Copyright (c) 2007 The Regents of the University of California. All

+// Rights Reserved. Permission to use, copy, modify, and distribute this

+// software and its documentation without fee, and without a written

+// agreement is hereby granted, provided that the above copyright notice

+// and this paragraph appear in all copies. This software program and

+// documentation are copyrighted by The Regents of the University of

+// California. The software program and documentation are supplied "AS

+// IS", without any accompanying services from The Regents. The Regents

+// does not warrant that the operation of the program will be

+// uninterrupted or error-free. The end-user understands that the program

+// was developed for research purposes and is advised not to rely

+// exclusively on the program for any reason. IN NO EVENT SHALL THE

+// UNIVERSITY OF CALIFORNIA BE LIABLE TO ANY PARTY FOR DIRECT, INDIRECT,

+// SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, INCLUDING LOST PROFITS,

+// ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF

+// THE UNIVERSITY OF CALIFORNIA HAS BEEN ADVISED OF THE POSSIBILITY OF

+// SUCH DAMAGE. THE UNIVERSITY OF CALIFORNIA SPECIFICALLY DISCLAIMS ANY

+// WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF

+// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE

+// PROVIDED HEREUNDER IS ON AN "AS IS" BASIS, AND THE UNIVERSITY OF

+// CALIFORNIA HAS NO OBLIGATIONS TO PROVIDE MAINTENANCE, SUPPORT,

+// UPDATES, ENHANCEMENTS, OR MODIFICATIONS.

+

+package org.argouml.activity2.diagram;

+

+import org.argouml.uml.diagram.ArgoDiagram;

+import org.argouml.uml.diagram.DiagramFactoryInterface2;

+import org.argouml.uml.diagram.DiagramSettings;

+

+/**

+ * This factory creates a activity2 Activity Diagram.

+ * @see org.argouml.uml.diagram.DiagramFactory

+ */

+public class StructureDiagramFactory implements DiagramFactoryInterface2 {

+

+    /**

+     * Factory method to create a new instance of an ArgoDiagram.

+     *

+     * @param owner the owning element. This can be the owning namespace for a

+     *            Class diagram or an owning Statemachine for a State Diagram or

+     *            any other interpretation that the diagram type wants to apply.

+     * @param name the name of the diagram. This may be null if the caller would

+     *            like the factory to provide a default name.

+     * @param settings default rendering settings for the diagram

+     * @return the newly instantiated diagram

+     */

+    public ArgoDiagram createDiagram(Object owner, String name,

+            DiagramSettings settings) {

+        return null;

+    }

+}



------------------------------------------------------
http://argouml.tigris.org/ds/viewMessage.do?dsForumId=5905&dsMessageId=2379302

To unsubscribe from this discussion, e-mail: [[email protected]].
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.