svn commit: r14270 - trunk/src: app app/META-INF infra infra/META-INF model model-euml model-euml/META-INF model-mdr model-mdr/META-INF model/META-INF

[email protected]
Newsgroups gmane.comp.lang.uml.argouml.cvs
Message-ID <[email protected]>
Author: b00__1
Date: 2008-03-31 14:10:27-0700
New Revision: 14270

Added:
   trunk/src/app/plugin.properties   (contents, props changed)
   trunk/src/infra/plugin.properties   (contents, props changed)
Modified:
   trunk/src/app/META-INF/MANIFEST.MF
   trunk/src/infra/META-INF/MANIFEST.MF
   trunk/src/model-euml/META-INF/MANIFEST.MF
   trunk/src/model-euml/plugin.properties
   trunk/src/model-mdr/META-INF/MANIFEST.MF
   trunk/src/model-mdr/plugin.properties
   trunk/src/model/META-INF/MANIFEST.MF
   trunk/src/model/plugin.properties

Log:
-Repair the eclipse buddy system
-Add plugin classpath entries
-Use plugin.properties bundles for plugin names and plugin providers

Modified: trunk/src/app/META-INF/MANIFEST.MF
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/app/META-INF/MANIFEST.MF?view=diff&rev=14270&p1=trunk/src/app/META-INF/MANIFEST.MF&p2=trunk/src/app/META-INF/MANIFEST.MF&r1=14269&r2=14270
==============================================================================
--- trunk/src/app/META-INF/MANIFEST.MF	(original)
+++ trunk/src/app/META-INF/MANIFEST.MF	2008-03-31 14:10:27-0700
@@ -1,6 +1,7 @@
 Manifest-Version: 1.0
 Bundle-ManifestVersion: 2
-Bundle-Name: ArgoUML Rest of all subsystems
+Bundle-Name: %pluginName
+Bundle-Vendor: %pluginProvider
 Bundle-SymbolicName: org.argouml.app
 Bundle-Version: 0.25.5
 Export-Package: Acme,
@@ -162,4 +163,14 @@
  tudresden.ocl.parser.node,
  tudresden.ocl.parser.parser
 Require-Bundle: org.argouml.core.infra,
- org.argouml.core.model
+ org.argouml.core.model,
+ org.argouml.core.model.mdr,
+ org.argouml.core.model.euml
+Eclipse-RegisterBuddy: org.argouml.core.infra
+Bundle-ClassPath: lib/antlrall-2.7.2.jar,
+ lib/commons-logging-1.0.2.jar,
+ lib/gef-0.12.4BETA.jar,
+ lib/ocl-argo-1.1.jar,
+ lib/swidgets-0.1.4.jar,
+ lib/toolbar-1.4.1-20071227.jar,
+ .

Added: trunk/src/app/plugin.properties
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/app/plugin.properties?view=auto&rev=14270
==============================================================================
--- (empty file)
+++ trunk/src/app/plugin.properties	2008-03-31 14:10:27-0700
@@ -0,0 +1,2 @@
+pluginName = ArgoUML
+pluginProvider = ArgoUML Team

Modified: trunk/src/infra/META-INF/MANIFEST.MF
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/infra/META-INF/MANIFEST.MF?view=diff&rev=14270&p1=trunk/src/infra/META-INF/MANIFEST.MF&p2=trunk/src/infra/META-INF/MANIFEST.MF&r1=14269&r2=14270
==============================================================================
--- trunk/src/infra/META-INF/MANIFEST.MF	(original)
+++ trunk/src/infra/META-INF/MANIFEST.MF	2008-03-31 14:10:27-0700
@@ -1,10 +1,11 @@
 Manifest-Version: 1.0
 Bundle-ManifestVersion: 2
-Bundle-Name: Infrastructure subsystem
+Bundle-Name: %pluginName
+Bundle-Vendor: %pluginProvider
 Bundle-SymbolicName: org.argouml.core.infra
 Bundle-Version: 0.25.5
 Bundle-ClassPath: lib/log4j-1.2.6.jar
-Export-Package: org.apache.log4j;uses:="org.apache.log4j.or,org.apache.log4j.spi,org.apache.log4j.helpers",
+Export-Package: org.apache.log4j,
  org.apache.log4j.chainsaw,
  org.apache.log4j.config,
  org.apache.log4j.helpers,
@@ -24,3 +25,4 @@
  org.apache.log4j.spi,
  org.apache.log4j.varia,
  org.apache.log4j.xml
+Eclipse-BuddyPolicy: registered

Added: trunk/src/infra/plugin.properties
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/infra/plugin.properties?view=auto&rev=14270
==============================================================================
--- (empty file)
+++ trunk/src/infra/plugin.properties	2008-03-31 14:10:27-0700
@@ -0,0 +1,2 @@
+pluginName = ArgoUML infrastructure subsystem
+pluginProvider = ArgoUML Team

Modified: trunk/src/model-euml/META-INF/MANIFEST.MF
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/model-euml/META-INF/MANIFEST.MF?view=diff&rev=14270&p1=trunk/src/model-euml/META-INF/MANIFEST.MF&p2=trunk/src/model-euml/META-INF/MANIFEST.MF&r1=14269&r2=14270
==============================================================================
--- trunk/src/model-euml/META-INF/MANIFEST.MF	(original)
+++ trunk/src/model-euml/META-INF/MANIFEST.MF	2008-03-31 14:10:27-0700
@@ -1,15 +1,83 @@
 Manifest-Version: 1.0

 Bundle-ManifestVersion: 2

 Bundle-Name: %pluginName

-Bundle-SymbolicName: org.argouml.core.model.euml2

-Bundle-Version: 0.25.5

-Bundle-Vendor: %pluginProvider
+Bundle-Vendor: %pluginProvider

+Bundle-SymbolicName: org.argouml.core.model.euml

+Bundle-Version: 0.25.5
 Bundle-Localization: plugin

 Require-Bundle: org.argouml.core.infra,

  org.argouml.core.model

 Bundle-RequiredExecutionEnvironment: J2SE-1.5

-Export-Package: org.argouml.model.euml
-Eclipse-RegisterBuddy: org.argouml.core.lib
+Export-Package: icons.full.ctool16,

+ icons.full.dtool16,

+ icons.full.etool16,

+ icons.full.obj16,

+ icons.full.ovr16,

+ icons.full.wizban,

+ libraries,

+ metamodels,

+ model,

+ org.argouml.model.euml,

+ org.argouml.model.metamodels.uml211,

+ org.eclipse.emf.common,

+ org.eclipse.emf.common.archive,

+ org.eclipse.emf.common.command,

+ org.eclipse.emf.common.notify,

+ org.eclipse.emf.common.notify.impl,

+ org.eclipse.emf.common.util,

+ org.eclipse.emf.ecore,

+ org.eclipse.emf.ecore.change,

+ org.eclipse.emf.ecore.change.impl,

+ org.eclipse.emf.ecore.change.provider,

+ org.eclipse.emf.ecore.change.util,

+ org.eclipse.emf.ecore.impl,

+ org.eclipse.emf.ecore.plugin,

+ org.eclipse.emf.ecore.provider,

+ org.eclipse.emf.ecore.resource,

+ org.eclipse.emf.ecore.resource.impl,

+ org.eclipse.emf.ecore.util,

+ org.eclipse.emf.ecore.xmi,

+ org.eclipse.emf.ecore.xmi.impl,

+ org.eclipse.emf.ecore.xmi.util,

+ org.eclipse.emf.ecore.xml.namespace,

+ org.eclipse.emf.ecore.xml.namespace.impl,

+ org.eclipse.emf.ecore.xml.namespace.util,

+ org.eclipse.emf.ecore.xml.type,

+ org.eclipse.emf.ecore.xml.type.impl,

+ org.eclipse.emf.ecore.xml.type.internal,

+ org.eclipse.emf.ecore.xml.type.util,

+ org.eclipse.emf.edit,

+ org.eclipse.emf.edit.command,

+ org.eclipse.emf.edit.domain,

+ org.eclipse.emf.edit.provider,

+ org.eclipse.emf.edit.provider.resource,

+ org.eclipse.emf.edit.tree,

+ org.eclipse.emf.edit.tree.impl,

+ org.eclipse.emf.edit.tree.provider,

+ org.eclipse.emf.edit.tree.util,

+ org.eclipse.emf.mapping,

+ org.eclipse.emf.mapping.command,

+ org.eclipse.emf.mapping.domain,

+ org.eclipse.emf.mapping.ecore2xml,

+ org.eclipse.emf.mapping.ecore2xml.impl,

+ org.eclipse.emf.mapping.ecore2xml.util,

+ org.eclipse.emf.mapping.impl,

+ org.eclipse.emf.mapping.provider,

+ org.eclipse.emf.mapping.util,

+ org.eclipse.uml2.common.edit.command,

+ org.eclipse.uml2.common.edit.domain,

+ org.eclipse.uml2.common.edit.provider,

+ org.eclipse.uml2.common.util,

+ org.eclipse.uml2.uml,

+ org.eclipse.uml2.uml.edit,

+ org.eclipse.uml2.uml.edit.providers,

+ org.eclipse.uml2.uml.internal.impl,

+ org.eclipse.uml2.uml.internal.operations,

+ org.eclipse.uml2.uml.internal.resource,

+ org.eclipse.uml2.uml.resource,

+ org.eclipse.uml2.uml.util,

+ profiles,

+ schema

 Bundle-ClassPath: lib/emf/org.eclipse.emf.common_2.3.0.v200708072030.jar,
  lib/emf/org.eclipse.emf.ecore_2.3.1.v200708072030.jar,
  lib/emf/org.eclipse.emf.ecore.change_2.3.0.v200708072030.jar,
@@ -24,3 +92,4 @@
  lib/uml2/org.eclipse.uml2.uml_2.1.1.v200707311200.jar,
  lib/uml2/org.eclipse.uml2.uml.edit_2.1.0.v200706251652.jar,
  lib/uml2/org.eclipse.uml2.uml.resources_2.1.0.v200706251652.jar
+Eclipse-RegisterBuddy: org.argouml.core.infra, org.argouml.core.model


Modified: trunk/src/model-euml/plugin.properties
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/model-euml/plugin.properties?view=diff&rev=14270&p1=trunk/src/model-euml/plugin.properties&p2=trunk/src/model-euml/plugin.properties&r1=14269&r2=14270
==============================================================================
--- trunk/src/model-euml/plugin.properties	(original)
+++ trunk/src/model-euml/plugin.properties	2008-03-31 14:10:27-0700
@@ -1,3 +1,2 @@
-# properties file for argouml-core-model-mdr
-pluginProvider = ArgoUML team
-pluginName = ArgoUML eUML2 
\ No newline at end of file
+pluginName = ArgoUML eUML model subsystem 
+pluginProvider = ArgoUML team
\ No newline at end of file

Modified: trunk/src/model-mdr/META-INF/MANIFEST.MF
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/model-mdr/META-INF/MANIFEST.MF?view=diff&rev=14270&p1=trunk/src/model-mdr/META-INF/MANIFEST.MF&p2=trunk/src/model-mdr/META-INF/MANIFEST.MF&r1=14269&r2=14270
==============================================================================
--- trunk/src/model-mdr/META-INF/MANIFEST.MF	(original)
+++ trunk/src/model-mdr/META-INF/MANIFEST.MF	2008-03-31 14:10:27-0700
@@ -1,13 +1,61 @@
 Manifest-Version: 1.0
 Bundle-ManifestVersion: 2
 Bundle-Name: %pluginName
+Bundle-Vendor: %pluginProvider
 Bundle-SymbolicName: org.argouml.core.model.mdr
 Bundle-Version: 0.25.5
 Bundle-Localization: plugin
-Export-Package: org.argouml.model.mdr;uses:="junit.framework"
-Bundle-Vendor: %pluginProvider
-Require-Bundle: org.argouml.core.model;visibility:=reexport,
- org.eclipse.core.runtime,
+Export-Package: javax.jmi.corbaidltypes,
+ javax.jmi.model,
+ javax.jmi.model.resources,
+ javax.jmi.primitivetypes,
+ javax.jmi.reflect,
+ javax.jmi.xmi,
+ org.argouml.model.mdr,
+ org.argouml.model.mdr.conversions,
+ org.argouml.model.mdr.mof,
+ org.argouml.resource,
+ org.netbeans.api.mdr,
+ org.netbeans.api.mdr.events,
+ org.netbeans.api.xmi,
+ org.netbeans.api.xmi.sax,
+ org.netbeans.jmiimpl.mof.model,
+ org.netbeans.lib.jmi.mapping,
+ org.netbeans.lib.jmi.query,
+ org.netbeans.lib.jmi.query.mof,
+ org.netbeans.lib.jmi.util,
+ org.netbeans.lib.jmi.xmi,
+ org.netbeans.lib.jmi.xmi.resources,
+ org.netbeans.mdr,
+ org.netbeans.mdr.handlers,
+ org.netbeans.mdr.handlers.gen,
+ org.netbeans.mdr.persistence,
+ org.netbeans.mdr.persistence.btreeimpl.btreeindex,
+ org.netbeans.mdr.persistence.btreeimpl.btreestorage,
+ org.netbeans.mdr.persistence.memoryimpl,
+ org.netbeans.mdr.storagemodel,
+ org.netbeans.mdr.storagemodel.transientimpl,
+ org.netbeans.mdr.util,
+ org.netbeans.modules.openide.util,
+ org.omg.uml,
+ org.omg.uml.behavioralelements.activitygraphs,
+ org.omg.uml.behavioralelements.collaborations,
+ org.omg.uml.behavioralelements.commonbehavior,
+ org.omg.uml.behavioralelements.statemachines,
+ org.omg.uml.behavioralelements.usecases,
+ org.omg.uml.foundation.core,
+ org.omg.uml.foundation.datatypes,
+ org.omg.uml.modelmanagement,
+ org.openide,
+ org.openide.resources,
+ org.openide.util,
+ org.openide.util.actions,
+ org.openide.util.datatransfer,
+ org.openide.util.io,
+ org.openide.util.lookup,
+ org.openide.xml,
+ testmodels
+Require-Bundle: org.argouml.core.model,
  org.argouml.core.infra
 Bundle-ClassPath: org.argouml.core.model.mdr.jar,
  lib/jmi.jar,
@@ -16,5 +64,4 @@
  lib/mof.jar,
  lib/nbmdr.jar,
  lib/openide-util.jar
-Eclipse-RegisterBuddy: org.argouml.core.lib, org.argouml.core.model
-Eclipse-BuddyPolicy: registered
+Eclipse-RegisterBuddy: org.argouml.core.infra, org.argouml.core.model

Modified: trunk/src/model-mdr/plugin.properties
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/model-mdr/plugin.properties?view=diff&rev=14270&p1=trunk/src/model-mdr/plugin.properties&p2=trunk/src/model-mdr/plugin.properties&r1=14269&r2=14270
==============================================================================
--- trunk/src/model-mdr/plugin.properties	(original)
+++ trunk/src/model-mdr/plugin.properties	2008-03-31 14:10:27-0700
@@ -1,3 +1,3 @@
 # properties file for argouml-core-model-mdr
-pluginProvider = ArgoUML team
-pluginName = ArgoUML MDR model subsystem
\ No newline at end of file
+pluginName = ArgoUML MDR model subsystem
+pluginProvider = ArgoUML team
\ No newline at end of file

Modified: trunk/src/model/META-INF/MANIFEST.MF
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/model/META-INF/MANIFEST.MF?view=diff&rev=14270&p1=trunk/src/model/META-INF/MANIFEST.MF&p2=trunk/src/model/META-INF/MANIFEST.MF&r1=14269&r2=14270
==============================================================================
--- trunk/src/model/META-INF/MANIFEST.MF	(original)
+++ trunk/src/model/META-INF/MANIFEST.MF	2008-03-31 14:10:27-0700
@@ -1,11 +1,10 @@
 Manifest-Version: 1.0
 Bundle-ManifestVersion: 2
 Bundle-Name: %pluginName
+Bundle-Vendor: %pluginProvider
 Bundle-SymbolicName: org.argouml.core.model
 Bundle-Version: 0.25.5
 Bundle-ClassPath: org.argouml.core.model.jar
 Bundle-Localization: plugin
-Bundle-Vendor: %pluginProvider
 Export-Package: org.argouml.model
-Eclipse-RegisterBuddy: org.argouml.core.lib
 Eclipse-BuddyPolicy: registered

Modified: trunk/src/model/plugin.properties
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/model/plugin.properties?view=diff&rev=14270&p1=trunk/src/model/plugin.properties&p2=trunk/src/model/plugin.properties&r1=14269&r2=14270
==============================================================================
--- trunk/src/model/plugin.properties	(original)
+++ trunk/src/model/plugin.properties	2008-03-31 14:10:27-0700
@@ -1,3 +1,2 @@
-argoVersion=0.23.1
-pluginProvider = ArgoUML team
-pluginName = ArgoUML model subsystem
\ No newline at end of file
+pluginName = ArgoUML model subsystem
+pluginProvider = ArgoUML team
\ No newline at end of file
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.