svn commit: r14100 - trunk/src/app: . .externalToolBuilders META-INF
[email protected] 9 Feb 2008 22:48:14 -0000
Newsgroups
gmane.comp.lang.uml.argouml.cvs
Message-ID
<[email protected] >
Author: linus
Date: 2008-02-09 14:48:13-0800
New Revision: 14100
Added:
trunk/src/app/.classpath
trunk/src/app/.externalToolBuilders/
trunk/src/app/.externalToolBuilders/Generate version and parsers [Builder].launch
trunk/src/app/.project
trunk/src/app/ArgoUML.launch
trunk/src/app/META-INF/
trunk/src/app/META-INF/MANIFEST.MF
trunk/src/app/build.properties (contents, props changed)
Log:
It is now possible to build from within Eclipse.
Added: trunk/src/app/.classpath
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/app/.classpath?view=auto&rev=14100
==============================================================================
--- (empty file)
+++ trunk/src/app/.classpath 2008-02-09 14:48:13-0800
@@ -0,0 +1,14 @@
+<?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="con" path="org.eclipse.pde.core.requiredPlugins"/>
+ <classpathentry kind="lib" path="lib/antlrall-2.7.2.jar"/>
+ <classpathentry kind="lib" path="lib/commons-logging-1.0.2.jar"/>
+ <classpathentry kind="lib" path="lib/gef-0.12.4BETA.jar"/>
+ <classpathentry kind="lib" path="lib/ocl-argo-1.1.jar"/>
+ <classpathentry kind="lib" path="lib/swidgets-0.1.4.jar"/>
+ <classpathentry kind="lib" path="lib/toolbar-1.4.1-20071227.jar"/>
+ <classpathentry combineaccessrules="false" kind="src" path="/argouml-core-model-mdr"/>
+ <classpathentry kind="output" path="bin"/>
+</classpath>
Added: trunk/src/app/.externalToolBuilders/Generate version and parsers [Builder].launch
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/app/.externalToolBuilders/Generate%20version%20and%20parsers%20%5BBuilder%5D.launch?view=auto&rev=14100
==============================================================================
--- (empty file)
+++ trunk/src/app/.externalToolBuilders/Generate version and parsers [Builder].launch 2008-02-09 14:48:13-0800
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<launchConfiguration type="org.eclipse.ant.AntBuilderLaunchConfigurationType">
+<stringAttribute key="org.eclipse.ant.ui.ATTR_ANT_AFTER_CLEAN_TARGETS" value="update-version,generateparser,"/>
+<stringAttribute key="org.eclipse.ant.ui.ATTR_ANT_MANUAL_TARGETS" value="update-version,generateparser,"/>
+<booleanAttribute key="org.eclipse.ant.ui.ATTR_TARGETS_UPDATED" value="true"/>
+<booleanAttribute key="org.eclipse.ant.ui.DEFAULT_VM_INSTALL" value="true"/>
+<stringAttribute key="org.eclipse.debug.core.ATTR_REFRESH_SCOPE" value="${project}"/>
+<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS">
+<listEntry value="/argouml-app/build.xml"/>
+</listAttribute>
+<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES">
+<listEntry value="1"/>
+</listAttribute>
+<booleanAttribute key="org.eclipse.debug.core.appendEnvironmentVariables" value="true"/>
+<booleanAttribute key="org.eclipse.debug.ui.ATTR_LAUNCH_IN_BACKGROUND" value="false"/>
+<stringAttribute key="org.eclipse.jdt.launching.CLASSPATH_PROVIDER" value="org.eclipse.ant.ui.AntClasspathProvider"/>
+<stringAttribute key="org.eclipse.jdt.launching.JRE_CONTAINER" value="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/jre1.5.0_05"/>
+<stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="org.eclipse.ant.internal.ui.antsupport.InternalAntRunner"/>
+<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="argouml-app"/>
+<stringAttribute key="org.eclipse.jdt.launching.SOURCE_PATH_PROVIDER" value="org.eclipse.ant.ui.AntClasspathProvider"/>
+<stringAttribute key="org.eclipse.ui.externaltools.ATTR_ANT_TARGETS" value="update-version,generateparser,"/>
+<stringAttribute key="org.eclipse.ui.externaltools.ATTR_LOCATION" value="${workspace_loc:/argouml-app/build.xml}"/>
+<stringAttribute key="org.eclipse.ui.externaltools.ATTR_RUN_BUILD_KINDS" value="full,incremental,"/>
+<booleanAttribute key="org.eclipse.ui.externaltools.ATTR_TRIGGERS_CONFIGURED" value="true"/>
+<stringAttribute key="process_factory_id" value="org.eclipse.ant.ui.remoteAntProcessFactory"/>
+</launchConfiguration>
Added: trunk/src/app/.project
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/app/.project?view=auto&rev=14100
==============================================================================
--- (empty file)
+++ trunk/src/app/.project 2008-02-09 14:48:13-0800
@@ -0,0 +1,38 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>argouml-app</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ <buildCommand>
+ <name>org.eclipse.ui.externaltools.ExternalToolBuilder</name>
+ <triggers>full,incremental,</triggers>
+ <arguments>
+ <dictionary>
+ <key>LaunchConfigHandle</key>
+ <value><project>/.externalToolBuilders/Generate version and parsers [Builder].launch</value>
+ </dictionary>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>org.eclipse.jdt.core.javabuilder</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>org.eclipse.jdt.core.javanature</nature>
+ <nature>org.eclipse.pde.PluginNature</nature>
+ </natures>
+</projectDescription>
Added: trunk/src/app/ArgoUML.launch
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/app/ArgoUML.launch?view=auto&rev=14100
==============================================================================
--- (empty file)
+++ trunk/src/app/ArgoUML.launch 2008-02-09 14:48:13-0800
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<launchConfiguration type="org.eclipse.jdt.launching.localJavaApplication">
+<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS">
+<listEntry value="/argouml-app/src/org/argouml/application/Main.java"/>
+</listAttribute>
+<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES">
+<listEntry value="1"/>
+</listAttribute>
+<booleanAttribute key="org.eclipse.debug.core.appendEnvironmentVariables" value="true"/>
+<listAttribute key="org.eclipse.jdt.launching.CLASSPATH">
+<listEntry value="<?xml version="1.0" encoding="UTF-8"?> <runtimeClasspathEntry containerPath="org.eclipse.jdt.launching.JRE_CONTAINER" javaProject="argouml-app" path="1" type="4"/> "/>
+<listEntry value="<?xml version="1.0" encoding="UTF-8"?> <runtimeClasspathEntry id="org.eclipse.jdt.launching.classpathentry.defaultClasspath"> <memento exportedEntriesOnly="false" project="argouml-app"/> </runtimeClasspathEntry> "/>
+<listEntry value="<?xml version="1.0" encoding="UTF-8"?> <runtimeClasspathEntry path="3" projectName="argouml-core-model-mdr" type="1"/> "/>
+<listEntry value="<?xml version="1.0" encoding="UTF-8"?> <runtimeClasspathEntry path="3" projectName="argouml-core-tools" type="1"/> "/>
+<listEntry value="<?xml version="1.0" encoding="UTF-8"?> <runtimeClasspathEntry internalArchive="/argouml-core-tools/junit-3.8.2/junit.jar" path="3" type="2"/> "/>
+<listEntry value="<?xml version="1.0" encoding="UTF-8"?> <runtimeClasspathEntry internalArchive="/argouml-core-tools/lib/easymock12.jar" path="3" type="2"/> "/>
+<listEntry value="<?xml version="1.0" encoding="UTF-8"?> <runtimeClasspathEntry internalArchive="/argouml-core-tools/apache-ant-1.7.0/lib/ant.jar" path="3" type="2"/> "/>
+</listAttribute>
+<booleanAttribute key="org.eclipse.jdt.launching.DEFAULT_CLASSPATH" value="false"/>
+<stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="org.argouml.application.Main"/>
+<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="argouml-app"/>
+</launchConfiguration>
Added: trunk/src/app/META-INF/MANIFEST.MF
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/app/META-INF/MANIFEST.MF?view=auto&rev=14100
==============================================================================
--- (empty file)
+++ trunk/src/app/META-INF/MANIFEST.MF 2008-02-09 14:48:13-0800
@@ -0,0 +1,105 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: ArgoUML Rest of all subsystems
+Bundle-SymbolicName: org.argouml.app
+Bundle-Version: 0.25.5
+Export-Package: bin,
+ org.argouml,
+ org.argouml.Images,
+ org.argouml.Images.plaf.javax.swing.plaf.metal.MetalLookAndFeel.toolbarButtonGraphics.argouml,
+ org.argouml.Images.plaf.javax.swing.plaf.metal.MetalLookAndFeel.toolbarButtonGraphics.argouml.diagrams,
+ org.argouml.Images.plaf.javax.swing.plaf.metal.MetalLookAndFeel.toolbarButtonGraphics.argouml.elements,
+ org.argouml.Images.plaf.javax.swing.plaf.metal.MetalLookAndFeel.toolbarButtonGraphics.general,
+ org.argouml.Images.plaf.javax.swing.plaf.metal.MetalLookAndFeel.toolbarButtonGraphics.navigation,
+ org.argouml.application,
+ org.argouml.application.api,
+ org.argouml.application.events,
+ org.argouml.application.helpers,
+ org.argouml.application.security,
+ org.argouml.cognitive,
+ org.argouml.cognitive.checklist,
+ org.argouml.cognitive.checklist.ui,
+ org.argouml.cognitive.critics,
+ org.argouml.cognitive.critics.ui,
+ org.argouml.cognitive.ui,
+ org.argouml.configuration,
+ org.argouml.gefext,
+ org.argouml.i18n,
+ org.argouml.kernel,
+ org.argouml.language,
+ org.argouml.language.java,
+ org.argouml.language.java.cognitive,
+ org.argouml.language.java.cognitive.critics,
+ org.argouml.language.java.generator,
+ org.argouml.language.ui,
+ org.argouml.moduleloader,
+ org.argouml.notation,
+ org.argouml.notation.providers,
+ org.argouml.notation.providers.java,
+ org.argouml.notation.providers.uml,
+ org.argouml.notation.ui,
+ org.argouml.ocl,
+ org.argouml.pattern,
+ org.argouml.pattern.cognitive,
+ org.argouml.pattern.cognitive.critics,
+ org.argouml.persistence,
+ org.argouml.persistence.upgrades,
+ org.argouml.profile,
+ org.argouml.profile.init,
+ org.argouml.profile.internal,
+ org.argouml.profile.profiles,
+ org.argouml.resource,
+ org.argouml.swingext,
+ org.argouml.taskmgmt,
+ org.argouml.ui,
+ org.argouml.ui.cmd,
+ org.argouml.ui.explorer,
+ org.argouml.ui.explorer.rules,
+ org.argouml.ui.targetmanager,
+ org.argouml.uml,
+ org.argouml.uml.cognitive,
+ org.argouml.uml.cognitive.checklist,
+ org.argouml.uml.cognitive.critics,
+ org.argouml.uml.diagram,
+ org.argouml.uml.diagram.activity,
+ org.argouml.uml.diagram.activity.layout,
+ org.argouml.uml.diagram.activity.ui,
+ org.argouml.uml.diagram.collaboration,
+ org.argouml.uml.diagram.collaboration.ui,
+ org.argouml.uml.diagram.deployment,
+ org.argouml.uml.diagram.deployment.ui,
+ org.argouml.uml.diagram.layout,
+ org.argouml.uml.diagram.sequence,
+ org.argouml.uml.diagram.sequence.ui,
+ org.argouml.uml.diagram.state,
+ org.argouml.uml.diagram.state.ui,
+ org.argouml.uml.diagram.static_structure,
+ org.argouml.uml.diagram.static_structure.layout,
+ org.argouml.uml.diagram.static_structure.ui,
+ org.argouml.uml.diagram.ui,
+ org.argouml.uml.diagram.use_case,
+ org.argouml.uml.diagram.use_case.ui,
+ org.argouml.uml.generator,
+ org.argouml.uml.generator.ui,
+ org.argouml.uml.reveng,
+ org.argouml.uml.reveng.java,
+ org.argouml.uml.reveng.ui,
+ org.argouml.uml.ui,
+ org.argouml.uml.ui.behavior,
+ org.argouml.uml.ui.behavior.activity_graphs,
+ org.argouml.uml.ui.behavior.collaborations,
+ org.argouml.uml.ui.behavior.common_behavior,
+ org.argouml.uml.ui.behavior.state_machines,
+ org.argouml.uml.ui.behavior.use_cases,
+ org.argouml.uml.ui.foundation,
+ org.argouml.uml.ui.foundation.core,
+ org.argouml.uml.ui.foundation.extension_mechanisms,
+ org.argouml.uml.ui.model_management,
+ org.argouml.uml.util,
+ org.argouml.uml.util.namespace,
+ org.argouml.util,
+ org.argouml.util.logging,
+ org.argouml.util.osdep,
+ templates
+Require-Bundle: org.argouml.core.infra,
+ org.argouml.core.model
Added: trunk/src/app/build.properties
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/app/build.properties?view=auto&rev=14100
==============================================================================
--- (empty file)
+++ trunk/src/app/build.properties 2008-02-09 14:48:13-0800
@@ -0,0 +1,3 @@
+source.. = src/
+bin.includes = META-INF/,\
+ .