Author: bobtarling Date: 2011-04-12 10:31:26-0700 New Revision: 19222 Modified: trunk/src/argouml-core-notation/META-INF/MANIFEST.MF trunk/src/argouml-core-notation/build.xml trunk/src/argouml-core-notation/plugin.properties trunk/src/argouml-core-notation/src/META-INF/MANIFEST.MF
Log: Fix cut and paste errors while from copying project from transformation subsystem Modified: trunk/src/argouml-core-notation/META-INF/MANIFEST.MF Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-core-notation/META-INF/MANIFEST.MF?view=diff&pathrev=19222&r1=19221&r2=19222 ============================================================================== --- trunk/src/argouml-core-notation/META-INF/MANIFEST.MF (original) +++ trunk/src/argouml-core-notation/META-INF/MANIFEST.MF 2011-04-12 10:31:26-0700 @@ -1,7 +1,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %pluginName -Bundle-SymbolicName: org.argouml.transformer +Bundle-SymbolicName: org.argouml.notation2 Bundle-Version: 0.29.3.qualifier Bundle-ClassPath: . Export-Package: org.argouml.notation2 Modified: trunk/src/argouml-core-notation/build.xml Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-core-notation/build.xml?view=diff&pathrev=19222&r1=19221&r2=19222 ============================================================================== --- trunk/src/argouml-core-notation/build.xml (original) +++ trunk/src/argouml-core-notation/build.xml 2011-04-12 10:31:26-0700 @@ -1,14 +1,14 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- $Id: build.xml 17806 2010-01-12 18:21:28Z linus $ - Ant build file for argouml-core-transformer. + Ant build file for argouml-core-notation. This is designed to work: - - in the subdirectory named argouml-core-transformer, + - in the subdirectory named argouml-core-notation, as stored in the repository. Used when compiling, running tests from the command line. - When checked out from within Eclipse (project named - argouml-core-transformer) + argouml-core-notation) Used for generating code. Building this requires: @@ -18,7 +18,7 @@ --> -<project basedir="." default="compile" name="argouml-core-transformer"> +<project basedir="." default="compile" name="argouml-core-notation"> <!-- =================================================================== --> <!-- Initialization target --> @@ -121,7 +121,7 @@ <target name="compile" depends="prepare" description="Compile the sources."> - <echo message="Compiling the sources in argouml-core-transformer"/> + <echo message="Compiling the sources in argouml-core-notation"/> <javac debug="on" deprecation="on" @@ -150,7 +150,7 @@ excludes="*.txt,*.bat,*.xml,*.sh" includes="org/argouml/**" manifest="src/META-INF/MANIFEST.MF" - jarfile="${build.dir}/argouml-transformer.jar" /> + jarfile="${build.dir}/argouml-notation.jar" /> </target> @@ -248,7 +248,7 @@ <target name="pde-init" depends="pde-properties"> - <property name="bundleId" value="org.argouml.transformer" /> + <property name="bundleId" value="org.argouml.notation2" /> <!-- This property is magic and will have its value substituted by PDE --> <property name="version.suffix" value="0.29.3.201001020415"/> Modified: trunk/src/argouml-core-notation/plugin.properties Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-core-notation/plugin.properties?view=diff&pathrev=19222&r1=19221&r2=19222 ============================================================================== --- trunk/src/argouml-core-notation/plugin.properties (original) +++ trunk/src/argouml-core-notation/plugin.properties 2011-04-12 10:31:26-0700 @@ -1,3 +1,3 @@ -#Properties file for argouml-core-transformer +#Properties file for argouml-core-notation pluginProvider = The ArgoUML team -pluginName = ArgoUML Transformer Subsystem \ No newline at end of file +pluginName = ArgoUML Notation Subsystem \ No newline at end of file Modified: trunk/src/argouml-core-notation/src/META-INF/MANIFEST.MF Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-core-notation/src/META-INF/MANIFEST.MF?view=diff&pathrev=19222&r1=19221&r2=19222 ============================================================================== --- trunk/src/argouml-core-notation/src/META-INF/MANIFEST.MF (original) +++ trunk/src/argouml-core-notation/src/META-INF/MANIFEST.MF 2011-04-12 10:31:26-0700 @@ -2,11 +2,11 @@ Class-Path: argouml.jar Created-By: 1.2 (Sun Microsystems Inc.) -Name: org/argouml/transformer/TransformerModule.class -Extension-name: org.argouml.transformer.TransformerModule -Specification-Title: Transformer Module +Name: org/argouml/notation/NotationModule.class +Extension-name: org.argouml.notation2.NotationModule +Specification-Title: Notation Module Specification-Version: 0.1 Specification-Vendor: ArgoUML Team -Implementation-Title: Transformer Module +Implementation-Title: Notation Module Implementation-Version: 0.1 Implementation-Vendor: ArgoUML Team \ No newline at end of file ------------------------------------------------------ http://argouml.tigris.org/ds/viewMessage.do?dsForumId=5905&dsMessageId=2719158 To unsubscribe from this discussion, e-mail: [[email protected]].
