svn commit: r14646 - trunk/modules/dev: . META-INF
[email protected] 6 May 2008 22:50:22 -0000
Newsgroups
gmane.comp.lang.uml.argouml.cvs
Message-ID
<[email protected] >
Author: tfmorris
Date: 2008-05-06 15:50:22-0700
New Revision: 14646
Added:
trunk/modules/dev/META-INF/
trunk/modules/dev/META-INF/MANIFEST.MF
trunk/modules/dev/build.properties (contents, props changed)
trunk/modules/dev/plugin.properties (contents, props changed)
Modified:
trunk/modules/dev/.classpath
trunk/modules/dev/.project
Log:
Convert to Eclipse plugin
Modified: trunk/modules/dev/.classpath
Url: http://argouml.tigris.org/source/browse/argouml/trunk/modules/dev/.classpath?view=diff&rev=14646&p1=trunk/modules/dev/.classpath&p2=trunk/modules/dev/.classpath&r1=14645&r2=14646
==============================================================================
--- trunk/modules/dev/.classpath (original)
+++ trunk/modules/dev/.classpath 2008-05-06 15:50:22-0700
@@ -2,10 +2,6 @@
<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 combineaccessrules="false" kind="src" path="/argouml-core-model"/>
- <classpathentry combineaccessrules="false" kind="src" path="/argouml-core-model-mdr"/>
- <classpathentry kind="lib" path="/argouml-core-model-mdr/lib/mdrapi.jar"/>
- <classpathentry combineaccessrules="false" kind="src" path="/argouml-app"/>
- <classpathentry combineaccessrules="false" kind="src" path="/argouml-core-infra"/>
+ <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="output" path="build-eclipse"/>
</classpath>
Modified: trunk/modules/dev/.project
Url: http://argouml.tigris.org/source/browse/argouml/trunk/modules/dev/.project?view=diff&rev=14646&p1=trunk/modules/dev/.project&p2=trunk/modules/dev/.project&r1=14645&r2=14646
==============================================================================
--- trunk/modules/dev/.project (original)
+++ trunk/modules/dev/.project 2008-05-06 15:50:22-0700
@@ -16,9 +16,20 @@
<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/modules/dev/META-INF/MANIFEST.MF
Url: http://argouml.tigris.org/source/browse/argouml/trunk/modules/dev/META-INF/MANIFEST.MF?view=auto&rev=14646
==============================================================================
--- (empty file)
+++ trunk/modules/dev/META-INF/MANIFEST.MF 2008-05-06 15:50:22-0700
@@ -0,0 +1,17 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: %pluginName
+Bundle-SymbolicName: org.argouml.module.dev
+Bundle-Version: 0.25.5
+Bundle-ClassPath: argouml-module-dev.jar,
+ lib/mdrapi.jar
+Export-Package: org.argouml.dev,
+ org.argouml.dev.figinspector,
+ org.argouml.dev.test
+Bundle-RequiredExecutionEnvironment: J2SE-1.5
+Bundle-Localization: plugin
+Bundle-Vendor: %pluginProvider
+Require-Bundle: org.argouml.app,
+ org.argouml.core.model,
+ org.argouml.core.model.mdr,
+ org.argouml.core.infra
Added: trunk/modules/dev/build.properties
Url: http://argouml.tigris.org/source/browse/argouml/trunk/modules/dev/build.properties?view=auto&rev=14646
==============================================================================
--- (empty file)
+++ trunk/modules/dev/build.properties 2008-05-06 15:50:22-0700
@@ -0,0 +1,4 @@
+source.argouml-module-dev.jar = src/
+bin.includes = META-INF/,\
+ lib/mdrapi.jar,\
+ argouml-module-dev.jar
Added: trunk/modules/dev/plugin.properties
Url: http://argouml.tigris.org/source/browse/argouml/trunk/modules/dev/plugin.properties?view=auto&rev=14646
==============================================================================
--- (empty file)
+++ trunk/modules/dev/plugin.properties 2008-05-06 15:50:22-0700
@@ -0,0 +1,3 @@
+#Properties file for argouml-module-dev
+pluginName = ArgoUML Developers Debug Module
+pluginProvider = The ArgoUML Team
\ No newline at end of file