Author: tfmorris Date: 2010-10-19 21:47:20-0700 New Revision: 18806 Modified: trunk/src/argouml-app/.project
Log: Add related project references Modified: trunk/src/argouml-app/.project Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/.project?view=diff&pathrev=18806&r1=18805&r2=18806 ============================================================================== --- trunk/src/argouml-app/.project (original) +++ trunk/src/argouml-app/.project 2010-10-19 21:47:20-0700 @@ -1,50 +1,53 @@ -<?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> - <buildCommand> - <name>de.mvmsoft.checkclipse.CheckclipseBuilder</name> - <arguments> - </arguments> - </buildCommand> - <buildCommand> +<?xml version="1.0" encoding="UTF-8"?> +<projectDescription> + <name>argouml-app</name> + <comment></comment> + <projects> + <project>argouml-core-diagrams-sequence2</project> + <project>argouml-core-model</project> + <project>argouml-core-tools</project> + </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> + <buildCommand> + <name>de.mvmsoft.checkclipse.CheckclipseBuilder</name> + <arguments> + </arguments> + </buildCommand> + <buildCommand> <name>net.sf.eclipsecs.core.CheckstyleBuilder</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> + <arguments> + </arguments> + </buildCommand> + </buildSpec> + <natures> + <nature>de.mvmsoft.checkclipse.CheckclipseNature</nature> + <nature>org.eclipse.jdt.core.javanature</nature> + <nature>org.eclipse.pde.PluginNature</nature> <nature>net.sf.eclipsecs.core.CheckstyleNature</nature> - </natures> -</projectDescription> + </natures> +</projectDescription> ------------------------------------------------------ http://argouml.tigris.org/ds/viewMessage.do?dsForumId=5905&dsMessageId=2673674 To unsubscribe from this discussion, e-mail: [[email protected]].
