Author: tfmorris Date: 2010-03-31 01:23:40-0700 New Revision: 18203 Added: trunk/src/argouml-core-umlpropertypanels/META-INF/ trunk/src/argouml-core-umlpropertypanels/META-INF/MANIFEST.MF trunk/src/argouml-core-umlpropertypanels/build.properties Modified: trunk/src/argouml-core-umlpropertypanels/.classpath trunk/src/argouml-core-umlpropertypanels/.project
Log: Convert to Eclipse plugin so it can be used in ArgoEclipse Modified: trunk/src/argouml-core-umlpropertypanels/.classpath Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-core-umlpropertypanels/.classpath?view=diff&pathrev=18203&r1=18202&r2=18203 ============================================================================== --- trunk/src/argouml-core-umlpropertypanels/.classpath (original) +++ trunk/src/argouml-core-umlpropertypanels/.classpath 2010-03-31 01:23:40-0700 @@ -1,9 +1,10 @@ -<?xml version="1.0" encoding="UTF-8"?> -<classpath> - <classpathentry kind="src" path="src"/> - <classpathentry kind="src" path="/argouml-app"/> - <classpathentry kind="src" path="/argouml-core-infra"/> - <classpathentry combineaccessrules="false" kind="src" path="/argouml-core-model"/> - <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/> - <classpathentry kind="output" path="build-eclipse"/> -</classpath> +<?xml version="1.0" encoding="UTF-8"?> +<classpath> + <classpathentry kind="src" path="src"/> + <classpathentry kind="src" path="/argouml-app"/> + <classpathentry kind="src" path="/argouml-core-infra"/> + <classpathentry combineaccessrules="false" kind="src" path="/argouml-core-model"/> + <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="output" path="build-eclipse"/> +</classpath> Modified: trunk/src/argouml-core-umlpropertypanels/.project Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-core-umlpropertypanels/.project?view=diff&pathrev=18203&r1=18202&r2=18203 ============================================================================== --- trunk/src/argouml-core-umlpropertypanels/.project (original) +++ trunk/src/argouml-core-umlpropertypanels/.project 2010-03-31 01:23:40-0700 @@ -1,29 +1,40 @@ -<?xml version="1.0" encoding="UTF-8"?> -<projectDescription> - <name>argouml-core-umlpropertypanels</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>com.atlassw.tools.eclipse.checkstyle.CheckstyleBuilder</name> - <arguments> - </arguments> - </buildCommand> - </buildSpec> - <natures> - <nature>de.mvmsoft.checkclipse.CheckclipseNature</nature> - <nature>org.eclipse.jdt.core.javanature</nature> - <nature>com.atlassw.tools.eclipse.checkstyle.CheckstyleNature</nature> - </natures> -</projectDescription> +<?xml version="1.0" encoding="UTF-8"?> +<projectDescription> + <name>argouml-core-umlpropertypanels</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>com.atlassw.tools.eclipse.checkstyle.CheckstyleBuilder</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>com.atlassw.tools.eclipse.checkstyle.CheckstyleNature</nature> + <nature>org.eclipse.pde.PluginNature</nature> + </natures> +</projectDescription> Added: trunk/src/argouml-core-umlpropertypanels/META-INF/MANIFEST.MF Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-core-umlpropertypanels/META-INF/MANIFEST.MF?view=markup&pathrev=18203 ============================================================================== --- (empty file) +++ trunk/src/argouml-core-umlpropertypanels/META-INF/MANIFEST.MF 2010-03-31 01:23:40-0700 @@ -0,0 +1,11 @@ +Bundle-SymbolicName: org.argouml.core.propertypanels +Bundle-Version: 0.30.1 +Bundle-Name: ArgoUML Property Panels +Bundle-Vendor: ArgoUML Team +Bundle-RequiredExecutionEnvironment: J2SE-1.5 +Require-Bundle: org.argouml.core.infra;bundle-version="0.29.3", + org.argouml.core.model;bundle-version="0.29.3" +Export-Package: org.argouml.core.propertypanels.meta, + org.argouml.core.propertypanels.model, + org.argouml.core.propertypanels.module, + org.argouml.core.propertypanels.ui Added: trunk/src/argouml-core-umlpropertypanels/build.properties Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-core-umlpropertypanels/build.properties?view=markup&pathrev=18203 ============================================================================== --- (empty file) +++ trunk/src/argouml-core-umlpropertypanels/build.properties 2010-03-31 01:23:40-0700 @@ -0,0 +1,3 @@ +source.. = src/ +bin.includes = META-INF/,\ + . ------------------------------------------------------ http://argouml.tigris.org/ds/viewMessage.do?dsForumId=5905&dsMessageId=2467578 To unsubscribe from this discussion, e-mail: [[email protected]].
