You can subscribe to this list here.
2005 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(6) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2006 |
Jan
(178) |
Feb
(169) |
Mar
(286) |
Apr
(117) |
May
(98) |
Jun
(68) |
Jul
(63) |
Aug
(121) |
Sep
(88) |
Oct
(124) |
Nov
(2) |
Dec
(111) |
2007 |
Jan
(224) |
Feb
(69) |
Mar
(10) |
Apr
(72) |
May
(7) |
Jun
(21) |
Jul
(33) |
Aug
(35) |
Sep
(12) |
Oct
(22) |
Nov
(5) |
Dec
(6) |
2008 |
Jan
(2) |
Feb
(10) |
Mar
(39) |
Apr
(58) |
May
(34) |
Jun
(9) |
Jul
(27) |
Aug
(10) |
Sep
(3) |
Oct
|
Nov
|
Dec
|
From: Chris M. <cm...@us...> - 2006-08-28 03:41:38
|
User: cmicali Date: 06/08/27 20:41:38 plugins/documentation/samples/time-tracker-dotnet-maven2/Northwind.TimeTracker/Northwind.TimeTracker.Web.Common - New directory |
From: Chris M. <cm...@us...> - 2006-08-28 03:41:38
|
User: cmicali Date: 06/08/27 20:41:39 plugins/documentation/samples/time-tracker-dotnet-maven2/Northwind.TimeTracker/Northwind.TimeTracker.WebServices - New directory |
From: Chris M. <cm...@us...> - 2006-08-28 03:41:38
|
User: cmicali Date: 06/08/27 20:41:38 plugins/documentation/samples/time-tracker-dotnet-maven2/Northwind.TimeTracker/Northwind.TimeTracker.Web - New directory |
From: Chris M. <cm...@us...> - 2006-08-28 03:41:38
|
User: cmicali Date: 06/08/27 20:41:38 plugins/documentation/samples/time-tracker-dotnet-maven2/Northwind.TimeTracker/Northwind.TimeTracker.SchemaExport - New directory |
From: Chris M. <cm...@us...> - 2006-08-28 03:41:38
|
User: cmicali Date: 06/08/27 20:41:38 plugins/documentation/samples/time-tracker-dotnet-maven2/Northwind.TimeTracker/Northwind.TimeTracker.Tests - New directory |
From: Chris M. <cm...@us...> - 2006-08-28 03:41:38
|
User: cmicali Date: 06/08/27 20:41:38 plugins/documentation/samples/time-tracker-dotnet-maven2/Northwind.TimeTracker/Northwind.TimeTracker.Core - New directory |
From: Chris M. <cm...@us...> - 2006-08-28 03:41:38
|
User: cmicali Date: 06/08/27 20:41:38 plugins/documentation/samples/time-tracker-dotnet-maven2/Northwind.TimeTracker/Northwind.TimeTracker.Common - New directory |
From: Chris M. <cm...@us...> - 2006-08-28 03:41:38
|
User: cmicali Date: 06/08/27 20:41:38 plugins/documentation/samples/time-tracker-dotnet-maven2/Northwind.TimeTracker/mda - New directory |
From: Chris M. <cm...@us...> - 2006-08-28 03:41:38
|
User: cmicali Date: 06/08/27 20:41:38 plugins/documentation/samples/time-tracker-dotnet-maven2/Northwind.TimeTracker/Lib - New directory |
From: Chris M. <cm...@us...> - 2006-08-28 03:41:37
|
User: cmicali Date: 06/08/27 20:41:38 plugins/documentation/samples/time-tracker-dotnet-maven2/Northwind.TimeTracker/Database - New directory |
From: Chris M. <cm...@us...> - 2006-08-28 03:41:31
|
User: cmicali Date: 06/08/27 20:41:30 plugins/documentation/samples/time-tracker-dotnet-maven2/Northwind.TimeTracker - New directory |
From: Chris M. <cm...@us...> - 2006-08-28 03:41:27
|
User: cmicali Date: 06/08/27 20:41:24 plugins/documentation/samples/time-tracker-dotnet-maven2 - New directory |
From: Chris M. <cm...@us...> - 2006-08-28 03:41:20
|
User: cmicali Date: 06/08/27 20:41:18 plugins/documentation/samples - New directory |
From: Vance K. <va...@us...> - 2006-08-24 08:55:18
|
User: vancek Date: 06/08/24 01:54:32 Modified: andromda-ejb3/src/main/resources/META-INF/andromda namespace.xml metafacades.xml andromda-ejb3/src/main/java/org/andromda/cartridges/ejb3/metafacades EJB3AssociationEndFacadeLogicImpl.java andromda-ejb3/src/changes changes.xml Log: EJB-43 fix issues with the default association cascade Revision Changes Path 1.31 +3 -1 cartridges/andromda-ejb3/src/main/resources/META-INF/andromda/namespace.xml Index: namespace.xml =================================================================== RCS file: /cvsroot/andromdaplugins/cartridges/andromda-ejb3/src/main/resources/META-INF/andromda/namespace.xml,v retrieving revision 1.30 retrieving revision 1.31 diff -u -w -r1.30 -r1.31 --- namespace.xml 25 Jul 2006 06:42:51 -0000 1.30 +++ namespace.xml 24 Aug 2006 08:54:31 -0000 1.31 @@ -620,6 +620,8 @@ <li>REFRESH</li> <li>NONE if one does not exist</li> </ul> + It is possible to comma separate multiple + cascade properties. </documentation> </property> <property name="entityCompositeCascade" required="false"> @@ -648,7 +650,7 @@ </ul> </documentation> </property> - <property name="entityAggergationCascade" required="false"> + <property name="entityAggregationCascade" required="false"> <documentation> Indicates how a UML aggreation should be interpreted to determine cascadable operations that are 1.27 +1 -1 cartridges/andromda-ejb3/src/main/resources/META-INF/andromda/metafacades.xml Index: metafacades.xml =================================================================== RCS file: /cvsroot/andromdaplugins/cartridges/andromda-ejb3/src/main/resources/META-INF/andromda/metafacades.xml,v retrieving revision 1.26 retrieving revision 1.27 diff -u -w -r1.26 -r1.27 --- metafacades.xml 25 Jul 2006 06:42:51 -0000 1.26 +++ metafacades.xml 24 Aug 2006 08:54:31 -0000 1.27 @@ -123,7 +123,7 @@ <property name="type.eJB3EntityFacadeMetaType"/> </mapping> <property reference="entityCompositeCascade"/> - <property reference="entityAggergationCascade"/> + <property reference="entityAggregationCascade"/> <property reference="associationCollectionType"/> <property reference="specificCollectionInterfaces"/> <property reference="defaultCollectionInterface"/> 1.15 +60 -30 cartridges/andromda-ejb3/src/main/java/org/andromda/cartridges/ejb3/metafacades/EJB3AssociationEndFacadeLogicImpl.java Index: EJB3AssociationEndFacadeLogicImpl.java =================================================================== RCS file: /cvsroot/andromdaplugins/cartridges/andromda-ejb3/src/main/java/org/andromda/cartridges/ejb3/metafacades/EJB3AssociationEndFacadeLogicImpl.java,v retrieving revision 1.14 retrieving revision 1.15 diff -u -w -r1.14 -r1.15 --- EJB3AssociationEndFacadeLogicImpl.java 24 Jul 2006 14:02:01 -0000 1.14 +++ EJB3AssociationEndFacadeLogicImpl.java 24 Aug 2006 08:54:31 -0000 1.15 @@ -40,7 +40,7 @@ /** * The default aggregation association cascade property */ - private static final String ENTITY_DEFAULT_AGGREGATION_CASCADE = "entityAggergationCascade"; + private static final String ENTITY_DEFAULT_AGGREGATION_CASCADE = "entityAggregationCascade"; /** * The namespace property storing default collection type for associations @@ -461,6 +461,39 @@ } /** + * Resolves a comma separated list of cascade types from andromda.xml + + * @param cascadesString + * @return fully qualified cascade type sequence + */ + private String getFullyQualifiedCascadeTypeList(String cascadesString) + { + StringBuffer buf = null; + if (StringUtils.isNotBlank(cascadesString)) + { + String[] ct = cascadesString.split(","); + for (int i = 0; i < ct.length; i++) + { + final String value = ct[i].trim(); + if (StringUtils.isNotBlank(value)) + { + if (buf == null) + { + buf = new StringBuffer(); + } + else + { + buf.append(", "); + } + + buf.append(cascadeTable.get(value)); + } + } + } + return buf == null ? null : buf.toString(); + } + + /** * @see org.andromda.cartridges.ejb3.metafacades.EJB3AssociationEndFacadeLogic#handleGetCascadeType() */ protected String handleGetCascadeType() @@ -488,12 +521,10 @@ } cascade = buf.toString(); } - else if (this.isChild()) + else if ((this.getOtherEnd() != null) && + (this.getOtherEnd().isAggregation() || this.getOtherEnd().isComposition())) { cascade = (String)cascadeTable.get(ENTITY_CASCADE_REMOVE); - - if (this.getOtherEnd() != null) - { if (this.getOtherEnd().isComposition()) { if (StringUtils.isBlank(this.getCompositionCascadeType())) @@ -502,13 +533,13 @@ { EJB3EntityFacade entity = (EJB3EntityFacade)this.getType(); cascade = (entity.getDefaultCascadeType().equalsIgnoreCase(ENTITY_CASCADE_NONE) ? - null : (String)cascadeTable.get(entity.getDefaultCascadeType())); + null : this.getFullyQualifiedCascadeTypeList(entity.getDefaultCascadeType())); } } else { cascade = (this.getCompositionCascadeType().equalsIgnoreCase(ENTITY_CASCADE_NONE) ? - null : (String)cascadeTable.get(this.getCompositionCascadeType())); + null : this.getFullyQualifiedCascadeTypeList(this.getCompositionCascadeType())); } } else if (this.getOtherEnd().isAggregation()) @@ -519,14 +550,13 @@ { EJB3EntityFacade entity = (EJB3EntityFacade)this.getType(); cascade = (entity.getDefaultCascadeType().equalsIgnoreCase(ENTITY_CASCADE_NONE) ? - null : (String)cascadeTable.get(entity.getDefaultCascadeType())); + null : this.getFullyQualifiedCascadeTypeList(entity.getDefaultCascadeType())); } } else { cascade = (this.getAggregationCascadeType().equalsIgnoreCase(ENTITY_CASCADE_NONE) ? - null : (String)cascadeTable.get(this.getAggregationCascadeType())); - } + null : this.getFullyQualifiedCascadeTypeList(this.getAggregationCascadeType())); } } } 1.31 +5 -0 cartridges/andromda-ejb3/src/changes/changes.xml Index: changes.xml =================================================================== RCS file: /cvsroot/andromdaplugins/cartridges/andromda-ejb3/src/changes/changes.xml,v retrieving revision 1.30 retrieving revision 1.31 diff -u -w -r1.30 -r1.31 --- changes.xml 11 Aug 2006 15:11:38 -0000 1.30 +++ changes.xml 24 Aug 2006 08:54:32 -0000 1.31 @@ -288,6 +288,11 @@ for the session to <b>Bean</b> instead of <b>Container</b>. This does not affect manageable entity session POJOs as they remain container managed transaction demarcation. </action> + <action dev="vancek" due-to="Bertl" type="fix"> + JIRA EJB-43 - Fix issues with the default setup of association cascade properties, in particular adding + support for multiple cascade options for the default cascade property on entities. Fix the naming + issue with entityAggregationCascade. + </action> </release> </body> </document> \ No newline at end of file |
From: Martin W. <ama...@us...> - 2006-08-23 21:39:47
|
User: amartinwest Date: 06/08/23 14:39:44 Added: distribution pom.xml .cvsignore distribution/src/antrun copy-2-website.xml copy-m2-m1.xml Log: Add distribution module for copying to maven and web from maven2, needs work Revision Changes Path 1.1 plugins/distribution/pom.xml Index: pom.xml =================================================================== <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.andromda.plugins</groupId> <artifactId>andromda-plugins</artifactId> <version>1.0-SNAPSHOT</version> </parent> <artifactId>andromda-plugin-distribution</artifactId> <packaging>pom</packaging> <name>AndroMDA Plugin Distribution</name> <description>Provides the assembly of the AndroMDA Plugin distribution</description> <dependencies> <!-- Add dependencies here to ensure they're built before the distribution itself --> <dependency> </dependency> </dependencies> <build> <plugins> <!--plugin> <groupId>org.andromda.maven.plugins</groupId> <artifactId>andromda-distribution-plugin</artifactId> <version>${pom.version}</version> <executions> <execution> <id>binary</id> <goals> <goal>assemble</goal> </goals> <configuration> <name>andromda-bin-${pom.version}</name> <artifactDirectory>andromda</artifactDirectory> <dependencyDirectory>lib</dependencyDirectory> <projectIncludes> <include>**/pom.xml</include> </projectIncludes> <projectExcludes> <exclude>distribution/**</exclude> </projectExcludes> <artifactExcludes> <artifact> <groupId>org\.andromda\.samples.*</groupId> </artifact> <artifact> <groupId>org\.andromda\.bootstrap.*</groupId> </artifact> </artifactExcludes> <locations> <location> <path>${pom.basedir}/../samples</path> <excludes> <exlude>conf/**</exlude> <exclude>**/target/**</exclude> <exclude>**/CVS/**</exclude> <exclude>**/.cvsignore</exclude> <exclude>*</exclude> <exclude>**/*.log</exclude> </excludes> <outputPath>samples/</outputPath> </location> <location> <path>${pom.basedir}/../maven/2/andromdapp/target/plugin-install</path> <includes> <include>**/*.xml</include> </includes> <outputPath>andromda/</outputPath> </location> <location> <path>${pom.basedir}/../ant/andromda/src/ant/build.xml.vsl</path> <outputPath>andromda/org/andromda/ant/build.xml</outputPath> </location> </locations> </configuration> </execution> <execution> <id>source</id> <goals> <goal>assemble</goal> </goals> <configuration> <name>andromda-src-${pom.version}</name> <locations> <location> <path>${pom.basedir}/../</path> <excludes> <exclude>**/target/**</exclude> <exclude>**/CVS/**</exclude> <exclude>**/.cvsignore</exclude> <exclude>**/*.log</exclude> </excludes> </location> </locations> </configuration> </execution> </executions> </plugin--> <plugin> <artifactId>maven-antrun-plugin</artifactId> <!-- set property, do something like this in ~/.m2/settings.xml <profiles> <profile> <id>andromda</id> <properties> <maven1Repository>/var/maven/repository</maven1Repository> <websiteDir>/var/www/andromda</websiteDir> </properties> </profile> </profiles> <activeProfiles> <activeProfile>andromda</activeProfile> </activeProfiles> --> <executions> <execution> <phase>install</phase> <configuration> <tasks> <property name="maven1Repository" value="/andromda/maven/repository"/> <property name="websiteDir" value="/var/www/andromda"/> <ant dir="src/antrun" antfile="copy-m2-m1.xml"> <property name="maven1.repository" value="${maven1Repository}"/> <property name="maven2.repository" value="${settings.localRepository}"/> </ant> <ant dir="src/antrun" antfile="copy-2-website.xml"> <property name="website.dir" value="${websiteDir}"/> <property name="maven1.repository" value="${maven1Repository}"/> <property name="maven2.repository" value="${settings.localRepository}"/> <property name="distribution.output.directory" value="${project.build.directory}"/> </ant> <echo message="Copy and install of m2 to m1 artifacts done."/> </tasks> </configuration> <goals> <goal>run</goal> </goals> </execution> </executions> </plugin> </plugins> </build> </project> 1.1 plugins/distribution/.cvsignore Index: .cvsignore =================================================================== target 1.1 plugins/distribution/src/antrun/copy-2-website.xml Index: copy-2-website.xml =================================================================== <project name="Copy artifacts to website" default="copy-2-website"> <condition property="repositories.present"> <and> <available file="${maven1.repository}" type="dir"/> <available file="${maven2.repository}" type="dir"/> </and> </condition> <available property="website.present" file="${website.dir}" type="dir"/> <target name="copy-2-website" depends="fail1,fail2,copy"> </target> <target name="fail1" unless="repositories.present"> <echo> ****** copy-2-website ******************************************************* ** maven1.repository (${maven1.repository} and/or ** maven2.repository (${maven2.repository}) not set or does not exist."> ***************************************************************************** </echo> </target> <target name="fail2" unless="website.present"> <echo> ****** copy-2-website ******************************************************* ** website dir (${website.dir} not set or does not exist."> ***************************************************************************** </echo> </target> <!-- Copy maven 2 and maven1 artifacts to website --> <target name="copy" > <echo> Copying M1 artifacts from ${maven1.repository}/andromda to ${website.dir}/maven </echo> <copy todir="${website.dir}/maven" preservelastmodified="true"> <fileset dir="${maven1.repository}/"> <include name="andromda/**/*"/> </fileset> </copy> <echo> Copying M2 artifacts from ${maven2.repository}/org/andromda to ${website.dir}/maven2 </echo> <copy todir="${website.dir}/maven2" preservelastmodified="true"> <fileset dir="${maven2.repository}"> <include name="org/andromda/**/*"/> </fileset> </copy> <copy todir="${website.dir}/maven2/org/andromda/distributions" preservelastmodified="true"> <fileset dir="${distribution.output.directory}"> <include name="*.zip"/> </fileset> </copy> <echo message="Copy Done."/> </target> </project> 1.1 plugins/distribution/src/antrun/copy-m2-m1.xml Index: copy-m2-m1.xml =================================================================== <project name="M2 M1 copy" default="copy-m2-m1"> <condition property="repositories.present"> <and> <available file="${maven1.repository}" type="dir"/> <available file="${maven2.repository}" type="dir"/> </and> </condition> <target name="copy-m2-m1" depends="fail,copy"> </target> <target name="fail" unless="repositories.present"> <echo> ********* copy-m2-m1 ******************************************************** ** maven1.repository (${maven1.repository} and/or ** maven2.repository (${maven2.repository}) not set or does not exist."> ***************************************************************************** </echo> </target> <!-- Copy maven 2 artifacts to maven 1 repository--> <target name="copy" if="repositories.present"> <echo> Copying M2 artifacts from ${maven2.repository}/org/andromda to ${maven1.repository}/andromda </echo> <copy todir="${maven1.repository}/andromda/uml2" flatten="true" preservelastmodified="true"> <fileset dir="${maven2.repository}/org/andromda"> <include name="**/*.uml2"/> </fileset> </copy> <copy todir="${maven1.repository}/andromda/jars" flatten="true" preservelastmodified="true"> <fileset dir="${maven2.repository}/org/andromda"> <include name="**/*.jar"/> </fileset> </copy> <copy todir="${maven1.repository}/andromda/xml.zips" flatten="true" preservelastmodified="true"> <fileset dir="${maven2.repository}/org/andromda/profiles/uml14"> <include name="**/*.xml.zip"/> </fileset> </copy> </target> </project> |
From: Martin W. <ama...@us...> - 2006-08-23 21:38:51
|
User: amartinwest Date: 06/08/23 14:38:48 plugins/distribution/src - New directory |
From: Martin W. <ama...@us...> - 2006-08-23 21:38:50
|
User: amartinwest Date: 06/08/23 14:38:48 plugins/distribution - New directory |
From: Martin W. <ama...@us...> - 2006-08-23 21:38:50
|
User: amartinwest Date: 06/08/23 14:38:48 plugins/distribution/src/antrun - New directory |
From: Chris M. <cm...@us...> - 2006-08-23 21:25:03
|
User: cmicali Date: 06/08/23 14:25:01 Modified: andromda-nhibernate/src/main/resources/templates/nhibernate NHibernateEntity.vsl andromda-nhibernate/src/test/expected cartridge-output.zip andromda-nhibernate/src/test/expected/org/andromda/cartridges/nhibernate EntityOne.cs EntityTwo.cs Log: - Fixed error with version property in the NHibernate cartridge Revision Changes Path 1.4 +2 -2 cartridges/andromda-nhibernate/src/main/resources/templates/nhibernate/NHibernateEntity.vsl Index: NHibernateEntity.vsl =================================================================== RCS file: /cvsroot/andromdaplugins/cartridges/andromda-nhibernate/src/main/resources/templates/nhibernate/NHibernateEntity.vsl,v retrieving revision 1.3 retrieving revision 1.4 diff -u -w -r1.3 -r1.4 --- NHibernateEntity.vsl 15 Aug 2006 22:48:46 -0000 1.3 +++ NHibernateEntity.vsl 23 Aug 2006 21:25:00 -0000 1.4 @@ -33,8 +33,8 @@ public int ${stringUtils.upperCamelCaseName($versionProperty)} { - get { return $versionProperty; } - set { this.$versionProperty= value; } + get { return _$versionProperty; } + set { this._$versionProperty = value; } } #endregion 1.4 +19 -16 cartridges/andromda-nhibernate/src/test/expected/cartridge-output.zip <<Binary file>> 1.3 +2 -2 cartridges/andromda-nhibernate/src/test/expected/org/andromda/cartridges/nhibernate/EntityOne.cs Index: EntityOne.cs =================================================================== RCS file: /cvsroot/andromdaplugins/cartridges/andromda-nhibernate/src/test/expected/org/andromda/cartridges/nhibernate/EntityOne.cs,v retrieving revision 1.2 retrieving revision 1.3 diff -u -w -r1.2 -r1.3 --- EntityOne.cs 17 Aug 2006 20:28:34 -0000 1.2 +++ EntityOne.cs 23 Aug 2006 21:25:00 -0000 1.3 @@ -24,8 +24,8 @@ public int Version { - get { return version; } - set { this.version= value; } + get { return _version; } + set { this._version = value; } } #endregion 1.3 +2 -2 cartridges/andromda-nhibernate/src/test/expected/org/andromda/cartridges/nhibernate/EntityTwo.cs Index: EntityTwo.cs =================================================================== RCS file: /cvsroot/andromdaplugins/cartridges/andromda-nhibernate/src/test/expected/org/andromda/cartridges/nhibernate/EntityTwo.cs,v retrieving revision 1.2 retrieving revision 1.3 diff -u -w -r1.2 -r1.3 --- EntityTwo.cs 17 Aug 2006 20:28:34 -0000 1.2 +++ EntityTwo.cs 23 Aug 2006 21:25:00 -0000 1.3 @@ -24,8 +24,8 @@ public int Version { - get { return version; } - set { this.version= value; } + get { return _version; } + set { this._version = value; } } #endregion |
From: Chris M. <cm...@us...> - 2006-08-22 02:14:01
|
User: cmicali Date: 06/08/21 19:14:00 Modified: etc/andromda-dotnet/AndroMDA.VS80AddIn/AndroMDA.VS80AddIn/Dialogs AboutDialog.cs AboutDialog.designer.cs etc/andromda-dotnet/AndroMDA.VS80AddIn/AndroMDA.VS80AddIn/Maven Maven1Proxy.cs etc/andromda-dotnet/AndroMDA.VS80AddIn/AndroMDA.VS80AddIn/OptionsPages AboutOptionsPage.cs etc/andromda-dotnet/AndroMDA.VS80AddIn/AndroMDA.VS80AddIn/Resources/mda/src/uml empty.model.membership.xml empty.model.xml etc/andromda-dotnet/AndroMDA.VS80AddIn/AndroMDA.VS80AddIn/Resources pom.xml etc/andromda-dotnet/AndroMDA.VS80AddIn/AndroMDA.VS80AddIn VS80AddIn.cs etc/andromda-dotnet/AndroMDA.VS80AddIn Android VS Readme.rtf etc/andromda-dotnet/AndroMDA.VS80AddIn/Installer Android VS Setup.nsi Log: - Updated version to 1.4.1 - Added download statusbar to maven 1 proxy - Fixed andromda versions in empty models Revision Changes Path 1.6 +5 -0 plugins/etc/andromda-dotnet/AndroMDA.VS80AddIn/AndroMDA.VS80AddIn/Dialogs/AboutDialog.cs Index: AboutDialog.cs =================================================================== RCS file: /cvsroot/andromdaplugins/plugins/etc/andromda-dotnet/AndroMDA.VS80AddIn/AndroMDA.VS80AddIn/Dialogs/AboutDialog.cs,v retrieving revision 1.5 retrieving revision 1.6 diff -u -w -r1.5 -r1.6 --- AboutDialog.cs 25 Jul 2006 13:09:30 -0000 1.5 +++ AboutDialog.cs 22 Aug 2006 02:13:59 -0000 1.6 @@ -90,5 +90,10 @@ button1.Focus(); } + private void panel1_Paint(object sender, PaintEventArgs e) + { + + } + } } \ No newline at end of file 1.7 +1 -0 plugins/etc/andromda-dotnet/AndroMDA.VS80AddIn/AndroMDA.VS80AddIn/Dialogs/AboutDialog.designer.cs Index: AboutDialog.designer.cs =================================================================== RCS file: /cvsroot/andromdaplugins/plugins/etc/andromda-dotnet/AndroMDA.VS80AddIn/AndroMDA.VS80AddIn/Dialogs/AboutDialog.designer.cs,v retrieving revision 1.6 retrieving revision 1.7 diff -u -w -r1.6 -r1.7 --- AboutDialog.designer.cs 25 Jul 2006 13:09:30 -0000 1.6 +++ AboutDialog.designer.cs 22 Aug 2006 02:13:59 -0000 1.7 @@ -53,6 +53,7 @@ this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(394, 34); this.panel1.TabIndex = 3; + this.panel1.Paint += new System.Windows.Forms.PaintEventHandler(this.panel1_Paint); // // aboutOptionsPage1 // 1.3 +13 -8 plugins/etc/andromda-dotnet/AndroMDA.VS80AddIn/AndroMDA.VS80AddIn/Maven/Maven1Proxy.cs Index: Maven1Proxy.cs =================================================================== RCS file: /cvsroot/andromdaplugins/plugins/etc/andromda-dotnet/AndroMDA.VS80AddIn/AndroMDA.VS80AddIn/Maven/Maven1Proxy.cs,v retrieving revision 1.2 retrieving revision 1.3 diff -u -w -r1.2 -r1.3 --- Maven1Proxy.cs 31 Jul 2006 21:05:18 -0000 1.2 +++ Maven1Proxy.cs 22 Aug 2006 02:13:59 -0000 1.3 @@ -53,17 +53,22 @@ private void ProcessOutput(ref string text, ref bool cancelOutput) { if (text == string.Empty) return; - // Filter out the full java strack trace from any errors that occur when maven runs - if (text.Trim()[0] == '\t' || text.Contains(".java:") || text.Contains("(Native Method)")) + else + { + if (text.EndsWith("K")) + { + string[] t = text.Split('/'); + if (t.Length == 2) { + int current = int.Parse(t[0]); + int total = int.Parse(t[1].Remove(t[1].Length - 1)); + OutputWindow.DTE.StatusBar.Progress(true, "AndroMDA: Maven: Downloading file... " + text, current, total); cancelOutput = true; } - else - { - if (text.Contains("'jar:file:")) + } + else if (text.EndsWith("K downloaded")) { - // Get rid of the jar: prefix from URLs so we don't scare the .NET people - text = text.Replace("'jar:file:", "'file:"); + OutputWindow.DTE.StatusBar.Progress(false, "Android/VS: Generation Progress", 0, 0); } } } 1.4 +1 -1 plugins/etc/andromda-dotnet/AndroMDA.VS80AddIn/AndroMDA.VS80AddIn/OptionsPages/AboutOptionsPage.cs Index: AboutOptionsPage.cs =================================================================== RCS file: /cvsroot/andromdaplugins/plugins/etc/andromda-dotnet/AndroMDA.VS80AddIn/AndroMDA.VS80AddIn/OptionsPages/AboutOptionsPage.cs,v retrieving revision 1.3 retrieving revision 1.4 diff -u -w -r1.3 -r1.4 --- AboutOptionsPage.cs 30 Jul 2006 05:33:25 -0000 1.3 +++ AboutOptionsPage.cs 22 Aug 2006 02:14:00 -0000 1.4 @@ -139,7 +139,7 @@ richTextBox1.Rtf = @"{\rtf1\ansi\ansicpg1252\deff0\deflang1033{\fonttbl{\f0\fswiss\fcharset0 Arial;}} {\*\generator Msftedit 5.41.15.1507;}\viewkind4\uc1\pard\qc\f0\par\fs36 Android/VS\par -\fs20 AndroMDA integration for Visual Studio 2005\par +\fs20 Visual Studio 2005 integration for AndroMDA \par \par (c)2006 AndroMDA - http://www.andromda.org/\par \par 1.2 +70 -70 plugins/etc/andromda-dotnet/AndroMDA.VS80AddIn/AndroMDA.VS80AddIn/Resources/mda/src/uml/empty.model.membership.xml Index: empty.model.membership.xml =================================================================== RCS file: /cvsroot/andromdaplugins/plugins/etc/andromda-dotnet/AndroMDA.VS80AddIn/AndroMDA.VS80AddIn/Resources/mda/src/uml/empty.model.membership.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -w -r1.1 -r1.2 --- empty.model.membership.xml 9 Jun 2006 22:27:24 -0000 1.1 +++ empty.model.membership.xml 22 Aug 2006 02:14:00 -0000 1.2 @@ -3,7 +3,7 @@ <UML:Namespace.ownedElement> <UML:Class xmi.id='_9_5_1_874026a_1147797358974_560038_4' name='User'> <UML:ModelElement.stereotype> - <UML:Stereotype href='andromda-profile-persistence-3.2-RC1-SNAPSHOT.xml.zip|_9_0_1fe00f9_1119337118921_354011_73'> + <UML:Stereotype href='andromda-profile-persistence-${wizard.application.andromda.version}.xml.zip|_9_0_1fe00f9_1119337118921_354011_73'> <XMI.extension xmi.extender='MagicDraw UML 9.5' xmi.extenderID='MagicDraw UML 9.5'> <referentPath xmi.value='org.andromda.profile::persistence::Entity'/> </XMI.extension> @@ -13,7 +13,7 @@ <UML:TaggedValue xmi.id='_9_5_1_874026a_1147802781652_96551_1178' name='@andromda.persistence.table'> <UML:TaggedValue.dataValue>AppUser</UML:TaggedValue.dataValue> <UML:TaggedValue.type> - <UML:TagDefinition href='andromda-profile-persistence-3.2-RC1-SNAPSHOT.xml.zip|_9_0_1fe00f9_1119337118921_846703_8'> + <UML:TagDefinition href='andromda-profile-persistence-${wizard.application.andromda.version}.xml.zip|_9_0_1fe00f9_1119337118921_846703_8'> <XMI.extension xmi.extender='MagicDraw UML 9.5' xmi.extenderID='MagicDraw UML 9.5'> <referentPath xmi.value='org.andromda.profile::persistence::@andromda.persistence.table'/> </XMI.extension> @@ -24,7 +24,7 @@ <UML:Classifier.feature> <UML:Attribute xmi.id='_9_5_1_874026a_1147802173958_223149_613' name='userName' visibility='public'> <UML:StructuralFeature.type> - <UML:Classifier href='andromda-profile-datatype-3.2-RC1-SNAPSHOT.xml.zip|_9_0_1fe00f9_1119336925531_364079_66'> + <UML:Classifier href='andromda-profile-datatype-${wizard.application.andromda.version}.xml.zip|_9_0_1fe00f9_1119336925531_364079_66'> <XMI.extension xmi.extender='MagicDraw UML 9.5' xmi.extenderID='MagicDraw UML 9.5'> <referentPath xmi.value='datatype::String'/> </XMI.extension> @@ -34,7 +34,7 @@ <UML:TaggedValue xmi.id='_9_5_1_874026a_1148531157259_859391_612' name='@andromda.persistence.column'> <UML:TaggedValue.dataValue>UserName</UML:TaggedValue.dataValue> <UML:TaggedValue.type> - <UML:TagDefinition href='andromda-profile-persistence-3.2-RC1-SNAPSHOT.xml.zip|_9_0_1fe00f9_1119337118921_246379_63'> + <UML:TagDefinition href='andromda-profile-persistence-${wizard.application.andromda.version}.xml.zip|_9_0_1fe00f9_1119337118921_246379_63'> <XMI.extension xmi.extender='MagicDraw UML 9.5' xmi.extenderID='MagicDraw UML 9.5'> <referentPath xmi.value='org.andromda.profile::persistence::@andromda.persistence.column'/> </XMI.extension> @@ -44,7 +44,7 @@ <UML:TaggedValue xmi.id='_9_5_1_874026a_1148531157299_27598_613' name='@andromda.persistence.column.length'> <UML:TaggedValue.dataValue>256</UML:TaggedValue.dataValue> <UML:TaggedValue.type> - <UML:TagDefinition href='andromda-profile-persistence-3.2-RC1-SNAPSHOT.xml.zip|_9_0_1fe00f9_1119337118921_54372_83'> + <UML:TagDefinition href='andromda-profile-persistence-${wizard.application.andromda.version}.xml.zip|_9_0_1fe00f9_1119337118921_54372_83'> <XMI.extension xmi.extender='MagicDraw UML 9.5' xmi.extenderID='MagicDraw UML 9.5'> <referentPath xmi.value='org.andromda.profile::persistence::@andromda.persistence.column.length'/> </XMI.extension> @@ -55,7 +55,7 @@ </UML:Attribute> <UML:Attribute xmi.id='_9_5_1_874026a_1147802183922_246121_617' name='password' visibility='public'> <UML:StructuralFeature.type> - <UML:Classifier href='andromda-profile-datatype-3.2-RC1-SNAPSHOT.xml.zip|_9_0_1fe00f9_1119336925531_364079_66'> + <UML:Classifier href='andromda-profile-datatype-${wizard.application.andromda.version}.xml.zip|_9_0_1fe00f9_1119336925531_364079_66'> <XMI.extension xmi.extender='MagicDraw UML 9.5' xmi.extenderID='MagicDraw UML 9.5'> <referentPath xmi.value='datatype::String'/> </XMI.extension> @@ -65,7 +65,7 @@ <UML:TaggedValue xmi.id='_9_5_1_874026a_1148531272795_378175_653' name='@andromda.persistence.column'> <UML:TaggedValue.dataValue>Password</UML:TaggedValue.dataValue> <UML:TaggedValue.type> - <UML:TagDefinition href='andromda-profile-persistence-3.2-RC1-SNAPSHOT.xml.zip|_9_0_1fe00f9_1119337118921_246379_63'> + <UML:TagDefinition href='andromda-profile-persistence-${wizard.application.andromda.version}.xml.zip|_9_0_1fe00f9_1119337118921_246379_63'> <XMI.extension xmi.extender='MagicDraw UML 9.5' xmi.extenderID='MagicDraw UML 9.5'> <referentPath xmi.value='org.andromda.profile::persistence::@andromda.persistence.column'/> </XMI.extension> @@ -75,7 +75,7 @@ <UML:TaggedValue xmi.id='_9_5_1_874026a_1148531272795_521455_654' name='@andromda.persistence.column.length'> <UML:TaggedValue.dataValue>256</UML:TaggedValue.dataValue> <UML:TaggedValue.type> - <UML:TagDefinition href='andromda-profile-persistence-3.2-RC1-SNAPSHOT.xml.zip|_9_0_1fe00f9_1119337118921_54372_83'> + <UML:TagDefinition href='andromda-profile-persistence-${wizard.application.andromda.version}.xml.zip|_9_0_1fe00f9_1119337118921_54372_83'> <XMI.extension xmi.extender='MagicDraw UML 9.5' xmi.extenderID='MagicDraw UML 9.5'> <referentPath xmi.value='org.andromda.profile::persistence::@andromda.persistence.column.length'/> </XMI.extension> @@ -86,7 +86,7 @@ </UML:Attribute> <UML:Attribute xmi.id='_9_5_1_874026a_1147802201317_473762_665' name='email' visibility='public'> <UML:StructuralFeature.type> - <UML:Classifier href='andromda-profile-datatype-3.2-RC1-SNAPSHOT.xml.zip|_9_0_1fe00f9_1119336925531_364079_66'> + <UML:Classifier href='andromda-profile-datatype-${wizard.application.andromda.version}.xml.zip|_9_0_1fe00f9_1119336925531_364079_66'> <XMI.extension xmi.extender='MagicDraw UML 9.5' xmi.extenderID='MagicDraw UML 9.5'> <referentPath xmi.value='datatype::String'/> </XMI.extension> @@ -96,7 +96,7 @@ <UML:TaggedValue xmi.id='_9_5_1_874026a_1148531260558_788669_651' name='@andromda.persistence.column'> <UML:TaggedValue.dataValue>Email</UML:TaggedValue.dataValue> <UML:TaggedValue.type> - <UML:TagDefinition href='andromda-profile-persistence-3.2-RC1-SNAPSHOT.xml.zip|_9_0_1fe00f9_1119337118921_246379_63'> + <UML:TagDefinition href='andromda-profile-persistence-${wizard.application.andromda.version}.xml.zip|_9_0_1fe00f9_1119337118921_246379_63'> <XMI.extension xmi.extender='MagicDraw UML 9.5' xmi.extenderID='MagicDraw UML 9.5'> <referentPath xmi.value='org.andromda.profile::persistence::@andromda.persistence.column'/> </XMI.extension> @@ -106,7 +106,7 @@ <UML:TaggedValue xmi.id='_9_5_1_874026a_1148531260578_666515_652' name='@andromda.persistence.column.length'> <UML:TaggedValue.dataValue>256</UML:TaggedValue.dataValue> <UML:TaggedValue.type> - <UML:TagDefinition href='andromda-profile-persistence-3.2-RC1-SNAPSHOT.xml.zip|_9_0_1fe00f9_1119337118921_54372_83'> + <UML:TagDefinition href='andromda-profile-persistence-${wizard.application.andromda.version}.xml.zip|_9_0_1fe00f9_1119337118921_54372_83'> <XMI.extension xmi.extender='MagicDraw UML 9.5' xmi.extenderID='MagicDraw UML 9.5'> <referentPath xmi.value='org.andromda.profile::persistence::@andromda.persistence.column.length'/> </XMI.extension> @@ -117,7 +117,7 @@ </UML:Attribute> <UML:Attribute xmi.id='_9_5_1_874026a_1147802206795_951750_668' name='isActive' visibility='public'> <UML:StructuralFeature.type> - <UML:Classifier href='andromda-profile-datatype-3.2-RC1-SNAPSHOT.xml.zip|_9_0_1fe00f9_1119336925531_736816_6'> + <UML:Classifier href='andromda-profile-datatype-${wizard.application.andromda.version}.xml.zip|_9_0_1fe00f9_1119336925531_736816_6'> <XMI.extension xmi.extender='MagicDraw UML 9.5' xmi.extenderID='MagicDraw UML 9.5'> <referentPath xmi.value='datatype::boolean'/> </XMI.extension> @@ -127,7 +127,7 @@ <UML:TaggedValue xmi.id='_9_5_1_874026a_1148531282910_856125_655' name='@andromda.persistence.column'> <UML:TaggedValue.dataValue>IsActive</UML:TaggedValue.dataValue> <UML:TaggedValue.type> - <UML:TagDefinition href='andromda-profile-persistence-3.2-RC1-SNAPSHOT.xml.zip|_9_0_1fe00f9_1119337118921_246379_63'> + <UML:TagDefinition href='andromda-profile-persistence-${wizard.application.andromda.version}.xml.zip|_9_0_1fe00f9_1119337118921_246379_63'> <XMI.extension xmi.extender='MagicDraw UML 9.5' xmi.extenderID='MagicDraw UML 9.5'> <referentPath xmi.value='org.andromda.profile::persistence::@andromda.persistence.column'/> </XMI.extension> @@ -145,7 +145,7 @@ </UML:Multiplicity> </UML:StructuralFeature.multiplicity> <UML:StructuralFeature.type> - <UML:Classifier href='andromda-profile-datatype-3.2-RC1-SNAPSHOT.xml.zip|_9_0_1fe00f9_1119336925531_364079_66'> + <UML:Classifier href='andromda-profile-datatype-${wizard.application.andromda.version}.xml.zip|_9_0_1fe00f9_1119336925531_364079_66'> <XMI.extension xmi.extender='MagicDraw UML 9.5' xmi.extenderID='MagicDraw UML 9.5'> <referentPath xmi.value='datatype::String'/> </XMI.extension> @@ -155,7 +155,7 @@ <UML:TaggedValue xmi.id='_9_5_1_874026a_1148531296159_941861_656' name='@andromda.persistence.column'> <UML:TaggedValue.dataValue>Comment</UML:TaggedValue.dataValue> <UML:TaggedValue.type> - <UML:TagDefinition href='andromda-profile-persistence-3.2-RC1-SNAPSHOT.xml.zip|_9_0_1fe00f9_1119337118921_246379_63'> + <UML:TagDefinition href='andromda-profile-persistence-${wizard.application.andromda.version}.xml.zip|_9_0_1fe00f9_1119337118921_246379_63'> <XMI.extension xmi.extender='MagicDraw UML 9.5' xmi.extenderID='MagicDraw UML 9.5'> <referentPath xmi.value='org.andromda.profile::persistence::@andromda.persistence.column'/> </XMI.extension> @@ -165,7 +165,7 @@ <UML:TaggedValue xmi.id='_9_5_1_874026a_1148531296159_175283_657' name='@andromda.persistence.column.length'> <UML:TaggedValue.dataValue>256</UML:TaggedValue.dataValue> <UML:TaggedValue.type> - <UML:TagDefinition href='andromda-profile-persistence-3.2-RC1-SNAPSHOT.xml.zip|_9_0_1fe00f9_1119337118921_54372_83'> + <UML:TagDefinition href='andromda-profile-persistence-${wizard.application.andromda.version}.xml.zip|_9_0_1fe00f9_1119337118921_54372_83'> <XMI.extension xmi.extender='MagicDraw UML 9.5' xmi.extenderID='MagicDraw UML 9.5'> <referentPath xmi.value='org.andromda.profile::persistence::@andromda.persistence.column.length'/> </XMI.extension> @@ -176,7 +176,7 @@ </UML:Attribute> <UML:Attribute xmi.id='_9_5_1_874026a_1147974187300_531457_3' name='creationDate' visibility='public'> <UML:StructuralFeature.type> - <UML:Classifier href='andromda-profile-datatype-3.2-RC1-SNAPSHOT.xml.zip|_9_0_1fe00f9_1119336925531_195604_13'> + <UML:Classifier href='andromda-profile-datatype-${wizard.application.andromda.version}.xml.zip|_9_0_1fe00f9_1119336925531_195604_13'> <XMI.extension xmi.extender='MagicDraw UML 9.5' xmi.extenderID='MagicDraw UML 9.5'> <referentPath xmi.value='datatype::Date'/> </XMI.extension> @@ -186,7 +186,7 @@ <UML:TaggedValue xmi.id='_9_5_1_874026a_1148531304461_703846_658' name='@andromda.persistence.column'> <UML:TaggedValue.dataValue>CreationDate</UML:TaggedValue.dataValue> <UML:TaggedValue.type> - <UML:TagDefinition href='andromda-profile-persistence-3.2-RC1-SNAPSHOT.xml.zip|_9_0_1fe00f9_1119337118921_246379_63'> + <UML:TagDefinition href='andromda-profile-persistence-${wizard.application.andromda.version}.xml.zip|_9_0_1fe00f9_1119337118921_246379_63'> <XMI.extension xmi.extender='MagicDraw UML 9.5' xmi.extenderID='MagicDraw UML 9.5'> <referentPath xmi.value='org.andromda.profile::persistence::@andromda.persistence.column'/> </XMI.extension> @@ -199,7 +199,7 @@ </UML:Class> <UML:Class xmi.id='_9_5_1_874026a_1147797367717_238216_5' name='UserRole'> <UML:ModelElement.stereotype> - <UML:Stereotype href='andromda-profile-persistence-3.2-RC1-SNAPSHOT.xml.zip|_9_0_1fe00f9_1119337118921_354011_73'> + <UML:Stereotype href='andromda-profile-persistence-${wizard.application.andromda.version}.xml.zip|_9_0_1fe00f9_1119337118921_354011_73'> <XMI.extension xmi.extender='MagicDraw UML 9.5' xmi.extenderID='MagicDraw UML 9.5'> <referentPath xmi.value='org.andromda.profile::persistence::Entity'/> </XMI.extension> @@ -209,7 +209,7 @@ <UML:TaggedValue xmi.id='_9_5_1_874026a_1148531334043_858539_664' name='@andromda.persistence.table'> <UML:TaggedValue.dataValue>UserRole</UML:TaggedValue.dataValue> <UML:TaggedValue.type> - <UML:TagDefinition href='andromda-profile-persistence-3.2-RC1-SNAPSHOT.xml.zip|_9_0_1fe00f9_1119337118921_846703_8'> + <UML:TagDefinition href='andromda-profile-persistence-${wizard.application.andromda.version}.xml.zip|_9_0_1fe00f9_1119337118921_846703_8'> <XMI.extension xmi.extender='MagicDraw UML 9.5' xmi.extenderID='MagicDraw UML 9.5'> <referentPath xmi.value='org.andromda.profile::persistence::@andromda.persistence.table'/> </XMI.extension> @@ -223,7 +223,7 @@ <UML:TaggedValue xmi.id='_9_5_1_874026a_1148531353151_918674_665' name='@andromda.persistence.column'> <UML:TaggedValue.dataValue>Role</UML:TaggedValue.dataValue> <UML:TaggedValue.type> - <UML:TagDefinition href='andromda-profile-persistence-3.2-RC1-SNAPSHOT.xml.zip|_9_0_1fe00f9_1119337118921_246379_63'> + <UML:TagDefinition href='andromda-profile-persistence-${wizard.application.andromda.version}.xml.zip|_9_0_1fe00f9_1119337118921_246379_63'> <XMI.extension xmi.extender='MagicDraw UML 9.5' xmi.extenderID='MagicDraw UML 9.5'> <referentPath xmi.value='org.andromda.profile::persistence::@andromda.persistence.column'/> </XMI.extension> @@ -236,7 +236,7 @@ </UML:Class> <UML:Class xmi.id='_9_5_1_874026a_1147801720876_670493_267' name='Role'> <UML:ModelElement.stereotype> - <UML:Stereotype href='andromda-profile-3.2-RC1-SNAPSHOT.xml.zip|_9_0_1fe00f9_1119373197267_700962_14'> + <UML:Stereotype href='andromda-profile-${wizard.application.andromda.version}.xml.zip|_9_0_1fe00f9_1119373197267_700962_14'> <XMI.extension xmi.extender='MagicDraw UML 9.5' xmi.extenderID='MagicDraw UML 9.5'> <referentPath xmi.value='org.andromda.profile::Enumeration'/> </XMI.extension> @@ -245,7 +245,7 @@ <UML:Classifier.feature> <UML:Attribute xmi.id='_9_5_1_874026a_1147802518884_27362_719' name='standardUser' visibility='public'> <UML:StructuralFeature.type> - <UML:Classifier href='andromda-profile-datatype-3.2-RC1-SNAPSHOT.xml.zip|_9_0_1fe00f9_1119336925531_364079_66'> + <UML:Classifier href='andromda-profile-datatype-${wizard.application.andromda.version}.xml.zip|_9_0_1fe00f9_1119336925531_364079_66'> <XMI.extension xmi.extender='MagicDraw UML 9.5' xmi.extenderID='MagicDraw UML 9.5'> <referentPath xmi.value='datatype::String'/> </XMI.extension> @@ -254,7 +254,7 @@ </UML:Attribute> <UML:Attribute xmi.id='_9_5_1_874026a_1147802526695_713798_721' name='administrator' visibility='public'> <UML:StructuralFeature.type> - <UML:Classifier href='andromda-profile-datatype-3.2-RC1-SNAPSHOT.xml.zip|_9_0_1fe00f9_1119336925531_364079_66'> + <UML:Classifier href='andromda-profile-datatype-${wizard.application.andromda.version}.xml.zip|_9_0_1fe00f9_1119336925531_364079_66'> <XMI.extension xmi.extender='MagicDraw UML 9.5' xmi.extenderID='MagicDraw UML 9.5'> <referentPath xmi.value='datatype::String'/> </XMI.extension> @@ -286,7 +286,7 @@ <UML:TaggedValue xmi.id='_9_5_1_874026a_1148341647857_961267_171' name='@andromda.hibernate.cascade'> <UML:TaggedValue.dataValue>all-delete-orphan</UML:TaggedValue.dataValue> <UML:TaggedValue.type> - <UML:TagDefinition href='andromda-profile-persistence-3.2-RC1-SNAPSHOT.xml.zip|_9_0_2_1fe00f9_1123571135734_378565_0'> + <UML:TagDefinition href='andromda-profile-persistence-${wizard.application.andromda.version}.xml.zip|_9_0_2_1fe00f9_1123571135734_378565_0'> <XMI.extension xmi.extender='MagicDraw UML 9.5' xmi.extenderID='MagicDraw UML 9.5'> <referentPath xmi.value='org.andromda.profile::persistence::@andromda.hibernate.cascade'/> </XMI.extension> @@ -305,7 +305,7 @@ <UML:Namespace.ownedElement> <UML:Class xmi.id='_9_5_1_874026a_1147802008009_352337_395' name='MembershipService'> <UML:ModelElement.stereotype> - <UML:Stereotype href='andromda-profile-service-3.2-RC1-SNAPSHOT.xml.zip|_9_0_1fe00f9_1119337557859_21792_59'> + <UML:Stereotype href='andromda-profile-service-${wizard.application.andromda.version}.xml.zip|_9_0_1fe00f9_1119337557859_21792_59'> <XMI.extension xmi.extender='MagicDraw UML 9.5' xmi.extenderID='MagicDraw UML 9.5'> <referentPath xmi.value='org.andromda.profile::service::Service'/> </XMI.extension> @@ -316,7 +316,7 @@ <UML:BehavioralFeature.parameter> <UML:Parameter xmi.id='_9_5_1_874026a_1147818437313_652043_1208' name='username'> <UML:Parameter.type> - <UML:Classifier href='andromda-profile-datatype-3.2-RC1-SNAPSHOT.xml.zip|_9_0_1fe00f9_1119336925531_364079_66'> + <UML:Classifier href='andromda-profile-datatype-${wizard.application.andromda.version}.xml.zip|_9_0_1fe00f9_1119336925531_364079_66'> <XMI.extension xmi.extender='MagicDraw UML 9.5' xmi.extenderID='MagicDraw UML 9.5'> <referentPath xmi.value='datatype::String'/> </XMI.extension> @@ -325,7 +325,7 @@ </UML:Parameter> <UML:Parameter xmi.id='_9_5_1_874026a_1147818437313_111873_1209' name='password'> <UML:Parameter.type> - <UML:Classifier href='andromda-profile-datatype-3.2-RC1-SNAPSHOT.xml.zip|_9_0_1fe00f9_1119336925531_364079_66'> + <UML:Classifier href='andromda-profile-datatype-${wizard.application.andromda.version}.xml.zip|_9_0_1fe00f9_1119336925531_364079_66'> <XMI.extension xmi.extender='MagicDraw UML 9.5' xmi.extenderID='MagicDraw UML 9.5'> <referentPath xmi.value='datatype::String'/> </XMI.extension> @@ -340,7 +340,7 @@ <UML:Parameter xmi.id='_9_5_1_874026a_1147976092966_111790_251' name='user' type='_9_5_1_874026a_1148487426786_832415_417'/> <UML:Parameter xmi.id='_9_5_1_874026a_1148409544341_249421_854' name='password'> <UML:Parameter.type> - <UML:Classifier href='andromda-profile-datatype-3.2-RC1-SNAPSHOT.xml.zip|_9_0_1fe00f9_1119336925531_364079_66'> + <UML:Classifier href='andromda-profile-datatype-${wizard.application.andromda.version}.xml.zip|_9_0_1fe00f9_1119336925531_364079_66'> <XMI.extension xmi.extender='MagicDraw UML 9.5' xmi.extenderID='MagicDraw UML 9.5'> <referentPath xmi.value='datatype::String'/> </XMI.extension> @@ -349,7 +349,7 @@ </UML:Parameter> <UML:Parameter xmi.id='_9_5_1_874026a_1148409544341_846015_855' kind='return'> <UML:Parameter.type> - <UML:Classifier href='andromda-profile-datatype-3.2-RC1-SNAPSHOT.xml.zip|_9_0_1fe00f9_1119336925531_324247_52'> + <UML:Classifier href='andromda-profile-datatype-${wizard.application.andromda.version}.xml.zip|_9_0_1fe00f9_1119336925531_324247_52'> <XMI.extension xmi.extender='MagicDraw UML 9.5' xmi.extenderID='MagicDraw UML 9.5'> <referentPath xmi.value='datatype::void'/> </XMI.extension> @@ -362,7 +362,7 @@ <UML:BehavioralFeature.parameter> <UML:Parameter xmi.id='_9_5_1_874026a_1147976063845_813774_234' name='userId'> <UML:Parameter.type> - <UML:Classifier href='andromda-profile-datatype-3.2-RC1-SNAPSHOT.xml.zip|_9_0_1fe00f9_1119336925531_238790_9'> + <UML:Classifier href='andromda-profile-datatype-${wizard.application.andromda.version}.xml.zip|_9_0_1fe00f9_1119336925531_238790_9'> <XMI.extension xmi.extender='MagicDraw UML 9.5' xmi.extenderID='MagicDraw UML 9.5'> <referentPath xmi.value='datatype::long'/> </XMI.extension> @@ -376,7 +376,7 @@ <UML:BehavioralFeature.parameter> <UML:Parameter xmi.id='_9_5_1_874026a_1147818472344_979196_1214' name='username'> <UML:Parameter.type> - <UML:Classifier href='andromda-profile-datatype-3.2-RC1-SNAPSHOT.xml.zip|_9_0_1fe00f9_1119336925531_364079_66'> + <UML:Classifier href='andromda-profile-datatype-${wizard.application.andromda.version}.xml.zip|_9_0_1fe00f9_1119336925531_364079_66'> <XMI.extension xmi.extender='MagicDraw UML 9.5' xmi.extenderID='MagicDraw UML 9.5'> <referentPath xmi.value='datatype::String'/> </XMI.extension> @@ -390,7 +390,7 @@ <UML:BehavioralFeature.parameter> <UML:Parameter xmi.id='_9_5_1_874026a_1147818104555_365514_1203' name='pageIndex'> <UML:Parameter.type> - <UML:Classifier href='andromda-profile-datatype-3.2-RC1-SNAPSHOT.xml.zip|_9_0_1fe00f9_1119336925531_213222_11'> + <UML:Classifier href='andromda-profile-datatype-${wizard.application.andromda.version}.xml.zip|_9_0_1fe00f9_1119336925531_213222_11'> <XMI.extension xmi.extender='MagicDraw UML 9.5' xmi.extenderID='MagicDraw UML 9.5'> <referentPath xmi.value='datatype::int'/> </XMI.extension> @@ -399,7 +399,7 @@ </UML:Parameter> <UML:Parameter xmi.id='_9_5_1_874026a_1147818105116_646652_1204' name='pageSize'> <UML:Parameter.type> - <UML:Classifier href='andromda-profile-datatype-3.2-RC1-SNAPSHOT.xml.zip|_9_0_1fe00f9_1119336925531_213222_11'> + <UML:Classifier href='andromda-profile-datatype-${wizard.application.andromda.version}.xml.zip|_9_0_1fe00f9_1119336925531_213222_11'> <XMI.extension xmi.extender='MagicDraw UML 9.5' xmi.extenderID='MagicDraw UML 9.5'> <referentPath xmi.value='datatype::int'/> </XMI.extension> @@ -408,7 +408,7 @@ </UML:Parameter> <UML:Parameter xmi.id='_9_5_1_874026a_1147902956618_550158_195' kind='return'> <UML:Parameter.type> - <UML:Classifier href='andromda-profile-datatype-3.2-RC1-SNAPSHOT.xml.zip|_9_0_1fe00f9_1119336925531_809265_8'> + <UML:Classifier href='andromda-profile-datatype-${wizard.application.andromda.version}.xml.zip|_9_0_1fe00f9_1119336925531_809265_8'> <XMI.extension xmi.extender='MagicDraw UML 9.5' xmi.extenderID='MagicDraw UML 9.5'> <referentPath xmi.value='datatype::List'/> </XMI.extension> @@ -421,7 +421,7 @@ <UML:BehavioralFeature.parameter> <UML:Parameter xmi.id='_9_5_1_874026a_1147979409946_483341_309' name='email'> <UML:Parameter.type> - <UML:Classifier href='andromda-profile-datatype-3.2-RC1-SNAPSHOT.xml.zip|_9_0_1fe00f9_1119336925531_364079_66'> + <UML:Classifier href='andromda-profile-datatype-${wizard.application.andromda.version}.xml.zip|_9_0_1fe00f9_1119336925531_364079_66'> <XMI.extension xmi.extender='MagicDraw UML 9.5' xmi.extenderID='MagicDraw UML 9.5'> <referentPath xmi.value='datatype::String'/> </XMI.extension> @@ -430,7 +430,7 @@ </UML:Parameter> <UML:Parameter xmi.id='_9_5_1_874026a_1147979409946_297391_310' kind='return'> <UML:Parameter.type> - <UML:Classifier href='andromda-profile-datatype-3.2-RC1-SNAPSHOT.xml.zip|_9_0_1fe00f9_1119336925531_364079_66'> + <UML:Classifier href='andromda-profile-datatype-${wizard.application.andromda.version}.xml.zip|_9_0_1fe00f9_1119336925531_364079_66'> <XMI.extension xmi.extender='MagicDraw UML 9.5' xmi.extenderID='MagicDraw UML 9.5'> <referentPath xmi.value='datatype::String'/> </XMI.extension> @@ -443,7 +443,7 @@ <UML:BehavioralFeature.parameter> <UML:Parameter xmi.id='_9_5_1_874026a_1148412326511_123294_859' name='username'> <UML:Parameter.type> - <UML:Classifier href='andromda-profile-datatype-3.2-RC1-SNAPSHOT.xml.zip|_9_0_1fe00f9_1119336925531_364079_66'> + <UML:Classifier href='andromda-profile-datatype-${wizard.application.andromda.version}.xml.zip|_9_0_1fe00f9_1119336925531_364079_66'> <XMI.extension xmi.extender='MagicDraw UML 9.5' xmi.extenderID='MagicDraw UML 9.5'> <referentPath xmi.value='datatype::String'/> </XMI.extension> @@ -452,7 +452,7 @@ </UML:Parameter> <UML:Parameter xmi.id='_9_5_1_874026a_1148413672366_291811_879' kind='return'> <UML:Parameter.type> - <UML:Classifier href='andromda-profile-datatype-3.2-RC1-SNAPSHOT.xml.zip|_9_0_1fe00f9_1119336925531_238790_9'> + <UML:Classifier href='andromda-profile-datatype-${wizard.application.andromda.version}.xml.zip|_9_0_1fe00f9_1119336925531_238790_9'> <XMI.extension xmi.extender='MagicDraw UML 9.5' xmi.extenderID='MagicDraw UML 9.5'> <referentPath xmi.value='datatype::long'/> </XMI.extension> @@ -466,7 +466,7 @@ <UML:Parameter xmi.id='_9_5_1_874026a_1147976044210_739954_197' name='user' type='_9_5_1_874026a_1148487426786_832415_417'/> <UML:Parameter xmi.id='_9_5_1_874026a_1148495457319_97703_575' kind='return'> <UML:Parameter.type> - <UML:Classifier href='andromda-profile-datatype-3.2-RC1-SNAPSHOT.xml.zip|_9_0_1fe00f9_1119336925531_324247_52'> + <UML:Classifier href='andromda-profile-datatype-${wizard.application.andromda.version}.xml.zip|_9_0_1fe00f9_1119336925531_324247_52'> <XMI.extension xmi.extender='MagicDraw UML 9.5' xmi.extenderID='MagicDraw UML 9.5'> <referentPath xmi.value='datatype::void'/> </XMI.extension> @@ -479,7 +479,7 @@ <UML:BehavioralFeature.parameter> <UML:Parameter xmi.id='_9_5_1_874026a_1148575948183_983496_3' name='username'> <UML:Parameter.type> - <UML:Classifier href='andromda-profile-datatype-3.2-RC1-SNAPSHOT.xml.zip|_9_0_1fe00f9_1119336925531_364079_66'> + <UML:Classifier href='andromda-profile-datatype-${wizard.application.andromda.version}.xml.zip|_9_0_1fe00f9_1119336925531_364079_66'> <XMI.extension xmi.extender='MagicDraw UML 9.5' xmi.extenderID='MagicDraw UML 9.5'> <referentPath xmi.value='datatype::String'/> </XMI.extension> @@ -488,7 +488,7 @@ </UML:Parameter> <UML:Parameter xmi.id='_9_5_1_874026a_1148576034638_616749_92' name='oldPassword'> <UML:Parameter.type> - <UML:Classifier href='andromda-profile-datatype-3.2-RC1-SNAPSHOT.xml.zip|_9_0_1fe00f9_1119336925531_364079_66'> + <UML:Classifier href='andromda-profile-datatype-${wizard.application.andromda.version}.xml.zip|_9_0_1fe00f9_1119336925531_364079_66'> <XMI.extension xmi.extender='MagicDraw UML 9.5' xmi.extenderID='MagicDraw UML 9.5'> <referentPath xmi.value='datatype::String'/> </XMI.extension> @@ -497,7 +497,7 @@ </UML:Parameter> <UML:Parameter xmi.id='_9_5_1_874026a_1148576034638_936188_93' name='newPassword'> <UML:Parameter.type> - <UML:Classifier href='andromda-profile-datatype-3.2-RC1-SNAPSHOT.xml.zip|_9_0_1fe00f9_1119336925531_364079_66'> + <UML:Classifier href='andromda-profile-datatype-${wizard.application.andromda.version}.xml.zip|_9_0_1fe00f9_1119336925531_364079_66'> <XMI.extension xmi.extender='MagicDraw UML 9.5' xmi.extenderID='MagicDraw UML 9.5'> <referentPath xmi.value='datatype::String'/> </XMI.extension> @@ -506,7 +506,7 @@ </UML:Parameter> <UML:Parameter xmi.id='_9_5_1_874026a_1148576055007_692908_95' kind='return'> <UML:Parameter.type> - <UML:Classifier href='andromda-profile-datatype-3.2-RC1-SNAPSHOT.xml.zip|_9_0_1fe00f9_1119336925531_736816_6'> + <UML:Classifier href='andromda-profile-datatype-${wizard.application.andromda.version}.xml.zip|_9_0_1fe00f9_1119336925531_736816_6'> <XMI.extension xmi.extender='MagicDraw UML 9.5' xmi.extenderID='MagicDraw UML 9.5'> <referentPath xmi.value='datatype::boolean'/> </XMI.extension> @@ -519,7 +519,7 @@ <UML:BehavioralFeature.parameter> <UML:Parameter xmi.id='_9_5_1_874026a_1147975918209_579730_110' name='username'> <UML:Parameter.type> - <UML:Classifier href='andromda-profile-datatype-3.2-RC1-SNAPSHOT.xml.zip|_9_0_1fe00f9_1119336925531_364079_66'> + <UML:Classifier href='andromda-profile-datatype-${wizard.application.andromda.version}.xml.zip|_9_0_1fe00f9_1119336925531_364079_66'> <XMI.extension xmi.extender='MagicDraw UML 9.5' xmi.extenderID='MagicDraw UML 9.5'> <referentPath xmi.value='datatype::String'/> </XMI.extension> @@ -528,7 +528,7 @@ </UML:Parameter> <UML:Parameter xmi.id='_9_5_1_874026a_1147977687459_582692_272' kind='return'> <UML:Parameter.type> - <UML:Classifier href='andromda-profile-datatype-3.2-RC1-SNAPSHOT.xml.zip|_9_0_1fe00f9_1119336925531_324247_52'> + <UML:Classifier href='andromda-profile-datatype-${wizard.application.andromda.version}.xml.zip|_9_0_1fe00f9_1119336925531_324247_52'> <XMI.extension xmi.extender='MagicDraw UML 9.5' xmi.extenderID='MagicDraw UML 9.5'> <referentPath xmi.value='datatype::void'/> </XMI.extension> @@ -541,7 +541,7 @@ <UML:BehavioralFeature.parameter> <UML:Parameter xmi.id='_9_5_1_874026a_1147975992105_880822_190' name='emailToMatch'> <UML:Parameter.type> - <UML:Classifier href='andromda-profile-datatype-3.2-RC1-SNAPSHOT.xml.zip|_9_0_1fe00f9_1119336925531_364079_66'> + <UML:Classifier href='andromda-profile-datatype-${wizard.application.andromda.version}.xml.zip|_9_0_1fe00f9_1119336925531_364079_66'> <XMI.extension xmi.extender='MagicDraw UML 9.5' xmi.extenderID='MagicDraw UML 9.5'> <referentPath xmi.value='datatype::String'/> </XMI.extension> @@ -550,7 +550,7 @@ </UML:Parameter> <UML:Parameter xmi.id='_9_5_1_874026a_1147975966589_710425_135' name='pageIndex'> <UML:Parameter.type> - <UML:Classifier href='andromda-profile-datatype-3.2-RC1-SNAPSHOT.xml.zip|_9_0_1fe00f9_1119336925531_213222_11'> + <UML:Classifier href='andromda-profile-datatype-${wizard.application.andromda.version}.xml.zip|_9_0_1fe00f9_1119336925531_213222_11'> <XMI.extension xmi.extender='MagicDraw UML 9.5' xmi.extenderID='MagicDraw UML 9.5'> <referentPath xmi.value='datatype::int'/> </XMI.extension> @@ -559,7 +559,7 @@ </UML:Parameter> <UML:Parameter xmi.id='_9_5_1_874026a_1147975966589_807987_136' name='pageSize'> <UML:Parameter.type> - <UML:Classifier href='andromda-profile-datatype-3.2-RC1-SNAPSHOT.xml.zip|_9_0_1fe00f9_1119336925531_213222_11'> + <UML:Classifier href='andromda-profile-datatype-${wizard.application.andromda.version}.xml.zip|_9_0_1fe00f9_1119336925531_213222_11'> <XMI.extension xmi.extender='MagicDraw UML 9.5' xmi.extenderID='MagicDraw UML 9.5'> <referentPath xmi.value='datatype::int'/> </XMI.extension> @@ -568,7 +568,7 @@ </UML:Parameter> <UML:Parameter xmi.id='_9_5_1_874026a_1147975992105_169574_191' kind='return'> <UML:Parameter.type> - <UML:Classifier href='andromda-profile-datatype-3.2-RC1-SNAPSHOT.xml.zip|_9_0_1fe00f9_1119336925531_809265_8'> + <UML:Classifier href='andromda-profile-datatype-${wizard.application.andromda.version}.xml.zip|_9_0_1fe00f9_1119336925531_809265_8'> <XMI.extension xmi.extender='MagicDraw UML 9.5' xmi.extenderID='MagicDraw UML 9.5'> <referentPath xmi.value='datatype::List'/> </XMI.extension> @@ -581,7 +581,7 @@ <UML:BehavioralFeature.parameter> <UML:Parameter xmi.id='_9_5_1_874026a_1147976005655_673725_192' name='usernameToMatch'> <UML:Parameter.type> - <UML:Classifier href='andromda-profile-datatype-3.2-RC1-SNAPSHOT.xml.zip|_9_0_1fe00f9_1119336925531_364079_66'> + <UML:Classifier href='andromda-profile-datatype-${wizard.application.andromda.version}.xml.zip|_9_0_1fe00f9_1119336925531_364079_66'> <XMI.extension xmi.extender='MagicDraw UML 9.5' xmi.extenderID='MagicDraw UML 9.5'> <referentPath xmi.value='datatype::String'/> </XMI.extension> @@ -590,7 +590,7 @@ </UML:Parameter> <UML:Parameter xmi.id='_9_5_1_874026a_1147975968511_606266_170' name='pageIndex'> <UML:Parameter.type> - <UML:Classifier href='andromda-profile-datatype-3.2-RC1-SNAPSHOT.xml.zip|_9_0_1fe00f9_1119336925531_213222_11'> + <UML:Classifier href='andromda-profile-datatype-${wizard.application.andromda.version}.xml.zip|_9_0_1fe00f9_1119336925531_213222_11'> <XMI.extension xmi.extender='MagicDraw UML 9.5' xmi.extenderID='MagicDraw UML 9.5'> <referentPath xmi.value='datatype::int'/> </XMI.extension> @@ -599,7 +599,7 @@ </UML:Parameter> <UML:Parameter xmi.id='_9_5_1_874026a_1147975968511_107330_171' name='pageSize'> <UML:Parameter.type> - <UML:Classifier href='andromda-profile-datatype-3.2-RC1-SNAPSHOT.xml.zip|_9_0_1fe00f9_1119336925531_213222_11'> + <UML:Classifier href='andromda-profile-datatype-${wizard.application.andromda.version}.xml.zip|_9_0_1fe00f9_1119336925531_213222_11'> <XMI.extension xmi.extender='MagicDraw UML 9.5' xmi.extenderID='MagicDraw UML 9.5'> <referentPath xmi.value='datatype::int'/> </XMI.extension> @@ -608,7 +608,7 @@ </UML:Parameter> <UML:Parameter xmi.id='_9_5_1_874026a_1147976005655_42032_193' kind='return'> <UML:Parameter.type> - <UML:Classifier href='andromda-profile-datatype-3.2-RC1-SNAPSHOT.xml.zip|_9_0_1fe00f9_1119336925531_809265_8'> + <UML:Classifier href='andromda-profile-datatype-${wizard.application.andromda.version}.xml.zip|_9_0_1fe00f9_1119336925531_809265_8'> <XMI.extension xmi.extender='MagicDraw UML 9.5' xmi.extenderID='MagicDraw UML 9.5'> <referentPath xmi.value='datatype::List'/> </XMI.extension> @@ -621,7 +621,7 @@ <UML:BehavioralFeature.parameter> <UML:Parameter xmi.id='_9_5_1_874026a_1148326581273_345655_3' name='userId'> <UML:Parameter.type> - <UML:Classifier href='andromda-profile-datatype-3.2-RC1-SNAPSHOT.xml.zip|_9_0_1fe00f9_1119336925531_238790_9'> + <UML:Classifier href='andromda-profile-datatype-${wizard.application.andromda.version}.xml.zip|_9_0_1fe00f9_1119336925531_238790_9'> <XMI.extension xmi.extender='MagicDraw UML 9.5' xmi.extenderID='MagicDraw UML 9.5'> <referentPath xmi.value='datatype::long'/> </XMI.extension> @@ -635,7 +635,7 @@ <UML:BehavioralFeature.parameter> <UML:Parameter xmi.id='_9_5_1_874026a_1148326593951_107418_8' name='username'> <UML:Parameter.type> - <UML:Classifier href='andromda-profile-datatype-3.2-RC1-SNAPSHOT.xml.zip|_9_0_1fe00f9_1119336925531_364079_66'> + <UML:Classifier href='andromda-profile-datatype-${wizard.application.andromda.version}.xml.zip|_9_0_1fe00f9_1119336925531_364079_66'> <XMI.extension xmi.extender='MagicDraw UML 9.5' xmi.extenderID='MagicDraw UML 9.5'> <referentPath xmi.value='datatype::String'/> </XMI.extension> @@ -650,7 +650,7 @@ <UML:Parameter xmi.id='_9_5_1_874026a_1148327017500_584892_14' name='role' type='_9_5_1_874026a_1147801720876_670493_267'/> <UML:Parameter xmi.id='_9_5_1_874026a_1148327036397_507358_31' kind='return'> <UML:Parameter.type> - <UML:Classifier href='andromda-profile-datatype-3.2-RC1-SNAPSHOT.xml.zip|_9_0_1fe00f9_1119336925531_132353_2'> + <UML:Classifier href='andromda-profile-datatype-${wizard.application.andromda.version}.xml.zip|_9_0_1fe00f9_1119336925531_132353_2'> <XMI.extension xmi.extender='MagicDraw UML 9.5' xmi.extenderID='MagicDraw UML 9.5'> <referentPath xmi.value='datatype::String[]'/> </XMI.extension> @@ -664,7 +664,7 @@ <UML:Parameter xmi.id='_9_5_1_874026a_1148327094871_413042_47' name='role' type='_9_5_1_874026a_1147801720876_670493_267'/> <UML:Parameter xmi.id='_9_5_1_874026a_1148327108711_372380_66' name='usernameToMatch'> <UML:Parameter.type> - <UML:Classifier href='andromda-profile-datatype-3.2-RC1-SNAPSHOT.xml.zip|_9_0_1fe00f9_1119336925531_364079_66'> + <UML:Classifier href='andromda-profile-datatype-${wizard.application.andromda.version}.xml.zip|_9_0_1fe00f9_1119336925531_364079_66'> <XMI.extension xmi.extender='MagicDraw UML 9.5' xmi.extenderID='MagicDraw UML 9.5'> <referentPath xmi.value='datatype::String'/> </XMI.extension> @@ -673,7 +673,7 @@ </UML:Parameter> <UML:Parameter xmi.id='_9_5_1_874026a_1148327108711_62262_67' kind='return'> <UML:Parameter.type> - <UML:Classifier href='andromda-profile-datatype-3.2-RC1-SNAPSHOT.xml.zip|_9_0_1fe00f9_1119336925531_132353_2'> + <UML:Classifier href='andromda-profile-datatype-${wizard.application.andromda.version}.xml.zip|_9_0_1fe00f9_1119336925531_132353_2'> <XMI.extension xmi.extender='MagicDraw UML 9.5' xmi.extenderID='MagicDraw UML 9.5'> <referentPath xmi.value='datatype::String[]'/> </XMI.extension> @@ -688,7 +688,7 @@ <UML:Parameter xmi.id='_9_5_1_874026a_1148334352066_382674_165' name='role' type='_9_5_1_874026a_1147801720876_670493_267'/> <UML:Parameter xmi.id='_9_5_1_874026a_1148495467303_103786_576' kind='return'> <UML:Parameter.type> - <UML:Classifier href='andromda-profile-datatype-3.2-RC1-SNAPSHOT.xml.zip|_9_0_1fe00f9_1119336925531_736816_6'> + <UML:Classifier href='andromda-profile-datatype-${wizard.application.andromda.version}.xml.zip|_9_0_1fe00f9_1119336925531_736816_6'> <XMI.extension xmi.extender='MagicDraw UML 9.5' xmi.extenderID='MagicDraw UML 9.5'> <referentPath xmi.value='datatype::boolean'/> </XMI.extension> @@ -701,7 +701,7 @@ <UML:BehavioralFeature.parameter> <UML:Parameter xmi.id='_9_5_1_874026a_1148334336174_589522_158' name='username'> <UML:Parameter.type> - <UML:Classifier href='andromda-profile-datatype-3.2-RC1-SNAPSHOT.xml.zip|_9_0_1fe00f9_1119336925531_364079_66'> + <UML:Classifier href='andromda-profile-datatype-${wizard.application.andromda.version}.xml.zip|_9_0_1fe00f9_1119336925531_364079_66'> <XMI.extension xmi.extender='MagicDraw UML 9.5' xmi.extenderID='MagicDraw UML 9.5'> <referentPath xmi.value='datatype::String'/> </XMI.extension> @@ -711,7 +711,7 @@ <UML:Parameter xmi.id='_9_5_1_874026a_1148334336174_400024_159' name='role' type='_9_5_1_874026a_1147801720876_670493_267'/> <UML:Parameter xmi.id='_9_5_1_874026a_1148334336174_501450_160' kind='return'> <UML:Parameter.type> - <UML:Classifier href='andromda-profile-datatype-3.2-RC1-SNAPSHOT.xml.zip|_9_0_1fe00f9_1119336925531_736816_6'> + <UML:Classifier href='andromda-profile-datatype-${wizard.application.andromda.version}.xml.zip|_9_0_1fe00f9_1119336925531_736816_6'> <XMI.extension xmi.extender='MagicDraw UML 9.5' xmi.extenderID='MagicDraw UML 9.5'> <referentPath xmi.value='datatype::boolean'/> </XMI.extension> @@ -730,7 +730,7 @@ <UML:Namespace.ownedElement> <UML:Class xmi.id='_9_5_1_874026a_1148487426786_832415_417' name='UserVO'> <UML:ModelElement.stereotype> - <UML:Stereotype href='andromda-profile-3.2-RC1-SNAPSHOT.xml.zip|_9_0_1fe00f9_1119373197267_59537_10'> + <UML:Stereotype href='andromda-profile-${wizard.application.andromda.version}.xml.zip|_9_0_1fe00f9_1119373197267_59537_10'> <XMI.extension xmi.extender='MagicDraw UML 9.5' xmi.extenderID='MagicDraw UML 9.5'> <referentPath xmi.value='org.andromda.profile::ValueObject'/> </XMI.extension> @@ -739,7 +739,7 @@ <UML:Classifier.feature> <UML:Attribute xmi.id='_9_5_1_874026a_1148495926794_522853_607' name='id' visibility='public'> <UML:StructuralFeature.type> - <UML:Classifier href='andromda-profile-datatype-3.2-RC1-SNAPSHOT.xml.zip|_9_0_1fe00f9_1119336925531_238790_9'> + <UML:Classifier href='andromda-profile-datatype-${wizard.application.andromda.version}.xml.zip|_9_0_1fe00f9_1119336925531_238790_9'> <XMI.extension xmi.extender='MagicDraw UML 9.5' xmi.extenderID='MagicDraw UML 9.5'> <referentPath xmi.value='datatype::long'/> </XMI.extension> @@ -748,7 +748,7 @@ </UML:Attribute> <UML:Attribute xmi.id='_9_5_1_874026a_1148487426786_138215_410' name='userName' visibility='public'> <UML:StructuralFeature.type> - <UML:Classifier href='andromda-profile-datatype-3.2-RC1-SNAPSHOT.xml.zip|_9_0_1fe00f9_1119336925531_364079_66'> + <UML:Classifier href='andromda-profile-datatype-${wizard.application.andromda.version}.xml.zip|_9_0_1fe00f9_1119336925531_364079_66'> <XMI.extension xmi.extender='MagicDraw UML 9.5' xmi.extenderID='MagicDraw UML 9.5'> <referentPath xmi.value='datatype::String'/> </XMI.extension> @@ -757,7 +757,7 @@ </UML:Attribute> <UML:Attribute xmi.id='_9_5_1_874026a_1148487426786_665430_412' name='email' visibility='public'> <UML:StructuralFeature.type> - <UML:Classifier href='andromda-profile-datatype-3.2-RC1-SNAPSHOT.xml.zip|_9_0_1fe00f9_1119336925531_364079_66'> + <UML:Classifier href='andromda-profile-datatype-${wizard.application.andromda.version}.xml.zip|_9_0_1fe00f9_1119336925531_364079_66'> <XMI.extension xmi.extender='MagicDraw UML 9.5' xmi.extenderID='MagicDraw UML 9.5'> <referentPath xmi.value='datatype::String'/> </XMI.extension> @@ -766,7 +766,7 @@ </UML:Attribute> <UML:Attribute xmi.id='_9_5_1_874026a_1148487426786_427150_413' name='isActive' visibility='public'> <UML:StructuralFeature.type> - <UML:Classifier href='andromda-profile-datatype-3.2-RC1-SNAPSHOT.xml.zip|_9_0_1fe00f9_1119336925531_736816_6'> + <UML:Classifier href='andromda-profile-datatype-${wizard.application.andromda.version}.xml.zip|_9_0_1fe00f9_1119336925531_736816_6'> <XMI.extension xmi.extender='MagicDraw UML 9.5' xmi.extenderID='MagicDraw UML 9.5'> <referentPath xmi.value='datatype::boolean'/> </XMI.extension> @@ -775,7 +775,7 @@ </UML:Attribute> <UML:Attribute xmi.id='_9_5_1_874026a_1148487426786_292890_414' name='comment' visibility='public'> <UML:StructuralFeature.type> - <UML:Classifier href='andromda-profile-datatype-3.2-RC1-SNAPSHOT.xml.zip|_9_0_1fe00f9_1119336925531_364079_66'> + <UML:Classifier href='andromda-profile-datatype-${wizard.application.andromda.version}.xml.zip|_9_0_1fe00f9_1119336925531_364079_66'> <XMI.extension xmi.extender='MagicDraw UML 9.5' xmi.extenderID='MagicDraw UML 9.5'> <referentPath xmi.value='datatype::String'/> </XMI.extension> @@ -784,7 +784,7 @@ </UML:Attribute> <UML:Attribute xmi.id='_9_5_1_874026a_1148487426786_48120_416' name='creationDate' visibility='public'> <UML:StructuralFeature.type> - <UML:Classifier href='andromda-profile-datatype-3.2-RC1-SNAPSHOT.xml.zip|_9_0_1fe00f9_1119336925531_195604_13'> + <UML:Classifier href='andromda-profile-datatype-${wizard.application.andromda.version}.xml.zip|_9_0_1fe00f9_1119336925531_195604_13'> <XMI.extension xmi.extender='MagicDraw UML 9.5' xmi.extenderID='MagicDraw UML 9.5'> <referentPath xmi.value='datatype::Date'/> </XMI.extension> @@ -793,7 +793,7 @@ </UML:Attribute> <UML:Attribute xmi.id='_9_5_1_874026a_1148496190262_965541_609' name='roles' visibility='public'> <UML:StructuralFeature.type> - <UML:Classifier href='andromda-profile-datatype-3.2-RC1-SNAPSHOT.xml.zip|_9_0_1fe00f9_1119336925531_132353_2'> + <UML:Classifier href='andromda-profile-datatype-${wizard.application.andromda.version}.xml.zip|_9_0_1fe00f9_1119336925531_132353_2'> <XMI.extension xmi.extender='MagicDraw UML 9.5' xmi.extenderID='MagicDraw UML 9.5'> <referentPath xmi.value='datatype::String[]'/> </XMI.extension> 1.4 +10 -10 plugins/etc/andromda-dotnet/AndroMDA.VS80AddIn/AndroMDA.VS80AddIn/Resources/mda/src/uml/empty.model.xml Index: empty.model.xml =================================================================== RCS file: /cvsroot/andromdaplugins/plugins/etc/andromda-dotnet/AndroMDA.VS80AddIn/AndroMDA.VS80AddIn/Resources/mda/src/uml/empty.model.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -u -w -r1.3 -r1.4 --- empty.model.xml 30 Jul 2006 05:33:26 -0000 1.3 +++ empty.model.xml 22 Aug 2006 02:14:00 -0000 1.4 @@ -56,43 +56,43 @@ <propertyID>MODULES_DIRS</propertyID> <propertyDescriptionID>MODULES_DIRS_DESCRIPTION</propertyDescriptionID> <mdElement elementClass='FileProperty'> - <value><maven2.repository>\org\andromda\profiles\uml14\andromda-profile\3.2-SNAPSHOT\</value> + <value><maven2.repository>\org\andromda\profiles\uml14\andromda-profile\${wizard.application.andromda.version}\</value> <selectionMode xmi.value='2'/> </mdElement> <mdElement elementClass='FileProperty'> - <value><maven2.repository>\org\andromda\profiles\uml14\andromda-profile-datatype\3.2-SNAPSHOT\</value> + <value><maven2.repository>\org\andromda\profiles\uml14\andromda-profile-datatype\${wizard.application.andromda.version}\</value> <selectionMode xmi.value='2'/> </mdElement> <mdElement elementClass='FileProperty'> - <value><maven2.repository>\org\andromda\profiles\uml14\andromda-profile-meta\3.2-SNAPSHOT\</value> + <value><maven2.repository>\org\andromda\profiles\uml14\andromda-profile-meta\${wizard.application.andromda.version}\</value> <selectionMode xmi.value='2'/> </mdElement> <mdElement elementClass='FileProperty'> - <value><maven2.repository>\org\andromda\profiles\uml14\andromda-profile-persistence\3.2-SNAPSHOT\</value> + <value><maven2.repository>\org\andromda\profiles\uml14\andromda-profile-persistence\${wizard.application.andromda.version}\</value> <selectionMode xmi.value='2'/> </mdElement> <mdElement elementClass='FileProperty'> - <value><maven2.repository>\org\andromda\profiles\uml14\andromda-profile-presentation\3.2-SNAPSHOT\</value> + <value><maven2.repository>\org\andromda\profiles\uml14\andromda-profile-presentation\${wizard.application.andromda.version}\</value> <selectionMode xmi.value='2'/> </mdElement> <mdElement elementClass='FileProperty'> - <value><maven2.repository>\org\andromda\profiles\uml14\andromda-profile-process\3.2-SNAPSHOT\</value> + <value><maven2.repository>\org\andromda\profiles\uml14\andromda-profile-process\${wizard.application.andromda.version}\</value> <selectionMode xmi.value='2'/> </mdElement> <mdElement elementClass='FileProperty'> - <value><maven2.repository>\org\andromda\profiles\uml14\andromda-profile-service\3.2-SNAPSHOT\</value> + <value><maven2.repository>\org\andromda\profiles\uml14\andromda-profile-service\${wizard.application.andromda.version}\</value> <selectionMode xmi.value='2'/> </mdElement> <mdElement elementClass='FileProperty'> - <value><maven2.repository>\org\andromda\profiles\uml14\andromda-profiles-uml14\3.2-SNAPSHOT\</value> + <value><maven2.repository>\org\andromda\profiles\uml14\andromda-profiles-uml14\${wizard.application.andromda.version}\</value> <selectionMode xmi.value='2'/> </mdElement> <mdElement elementClass='FileProperty'> - <value><maven2.repository>\org\andromda\profiles\uml14\andromda-profile-webservice\3.2-SNAPSHOT\</value> + <value><maven2.repository>\org\andromda\profiles\uml14\andromda-profile-webservice\${wizard.application.andromda.version}\</value> ... [truncated message content] |
From: Chris M. <cm...@us...> - 2006-08-22 02:12:46
|
User: cmicali Date: 06/08/21 19:12:44 Modified: documentation/html/getting-started-dotnet 4. Environment Setup.html Log: - Fixed a few errors Revision Changes Path No revision No revision No revision |
From: Chris M. <cm...@us...> - 2006-08-17 21:02:06
|
User: cmicali Date: 06/08/17 14:02:04 Modified: andromda-nhibernate pom.xml Log: - Changed version Revision Changes Path 1.7 +1 -0 cartridges/andromda-nhibernate/pom.xml Index: pom.xml =================================================================== RCS file: /cvsroot/andromdaplugins/cartridges/andromda-nhibernate/pom.xml,v retrieving revision 1.6 retrieving revision 1.7 diff -u -w -r1.6 -r1.7 --- pom.xml 17 Aug 2006 20:34:23 -0000 1.6 +++ pom.xml 17 Aug 2006 21:02:04 -0000 1.7 @@ -10,6 +10,7 @@ <artifactId>andromda-nhibernate-cartridge</artifactId> <packaging>andromda-cartridge</packaging> <name>AndroMDA NHibernate Cartridge</name> + <version>1.0-SNAPSHOT</version> <description> Produces NHibernate entities optionally services implemented as Session EJB facades. </description> |
From: Chris M. <cm...@us...> - 2006-08-17 20:34:30
|
User: cmicali Date: 06/08/17 13:34:23 Modified: andromda-nhibernate pom.xml Log: - Reset version Revision Changes Path 1.6 +0 -1 cartridges/andromda-nhibernate/pom.xml Index: pom.xml =================================================================== RCS file: /cvsroot/andromdaplugins/cartridges/andromda-nhibernate/pom.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -u -w -r1.5 -r1.6 --- pom.xml 17 Aug 2006 04:21:29 -0000 1.5 +++ pom.xml 17 Aug 2006 20:34:23 -0000 1.6 @@ -9,7 +9,6 @@ </parent> <artifactId>andromda-nhibernate-cartridge</artifactId> <packaging>andromda-cartridge</packaging> - <version>1.0-SNAPSHOT</version> <name>AndroMDA NHibernate Cartridge</name> <description> Produces NHibernate entities optionally services implemented as Session EJB facades. |
From: Chris M. <cm...@us...> - 2006-08-17 20:28:35
|
User: cmicali Date: 06/08/17 13:28:34 Modified: andromda-nhibernate/src/test/expected cartridge-output.zip andromda-nhibernate/src/test/expected/org/andromda/cartridges/nhibernate EntityOne.cs EntityOne.hbm.xml EntityTwo.cs EntityTwo.hbm.xml Log: - Fixed test failures Revision Changes Path 1.3 +22 -17 cartridges/andromda-nhibernate/src/test/expected/cartridge-output.zip <<Binary file>> 1.2 +4 -4 cartridges/andromda-nhibernate/src/test/expected/org/andromda/cartridges/nhibernate/EntityOne.cs Index: EntityOne.cs =================================================================== RCS file: /cvsroot/andromdaplugins/cartridges/andromda-nhibernate/src/test/expected/org/andromda/cartridges/nhibernate/EntityOne.cs,v retrieving revision 1.1 retrieving revision 1.2 diff -u -w -r1.1 -r1.2 --- EntityOne.cs 15 Aug 2006 22:48:48 -0000 1.1 +++ EntityOne.cs 17 Aug 2006 20:28:34 -0000 1.2 @@ -33,7 +33,7 @@ #region Attributes and Associations private long _longAttribute; - private org.andromda.cartridges.nhibernate.string _stringAttribute; + private String _stringAttribute; private DateTime? _dateAttribute; private long? _id; private Iesi.Collections.ISet _entityTwos = new Iesi.Collections.HashedSet(); @@ -54,7 +54,7 @@ /// <summary> /// /// </summary> - public virtual org.andromda.cartridges.nhibernate.string StringAttribute + public virtual String StringAttribute { get { return _stringAttribute; } set { this._stringAttribute = value; } @@ -111,11 +111,11 @@ { return true; } - if (GetType() != obj.GetType()) + EntityOne that = (EntityOne)obj; + if (that == null) { return false; } - EntityOne that = (EntityOne)obj; if (this.Id == null || that.Id == null || !this.Id.Equals(that.Id)) { return false; 1.2 +2 -2 cartridges/andromda-nhibernate/src/test/expected/org/andromda/cartridges/nhibernate/EntityOne.hbm.xml Index: EntityOne.hbm.xml =================================================================== RCS file: /cvsroot/andromdaplugins/cartridges/andromda-nhibernate/src/test/expected/org/andromda/cartridges/nhibernate/EntityOne.hbm.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -w -r1.1 -r1.2 --- EntityOne.hbm.xml 15 Aug 2006 22:48:48 -0000 1.1 +++ EntityOne.hbm.xml 17 Aug 2006 20:28:34 -0000 1.2 @@ -29,8 +29,8 @@ <column name="LONG_ATTRIBUTE" not-null="true" unique="false" sql-type="NUMERIC(19,0)"/> </property> - <property name="StringAttribute" type="long"> - <column name="STRING_ATTRIBUTE" not-null="true" unique="false" sql-type="org::andromda::cartridges::nhibernate::string"/> + <property name="StringAttribute" type="String"> + <column name="STRING_ATTRIBUTE" not-null="true" unique="false" sql-type="VARCHAR(255)"/> </property> <property name="DateAttribute" type="DateTime?"> 1.2 +4 -4 cartridges/andromda-nhibernate/src/test/expected/org/andromda/cartridges/nhibernate/EntityTwo.cs Index: EntityTwo.cs =================================================================== RCS file: /cvsroot/andromdaplugins/cartridges/andromda-nhibernate/src/test/expected/org/andromda/cartridges/nhibernate/EntityTwo.cs,v retrieving revision 1.1 retrieving revision 1.2 diff -u -w -r1.1 -r1.2 --- EntityTwo.cs 15 Aug 2006 22:48:48 -0000 1.1 +++ EntityTwo.cs 17 Aug 2006 20:28:34 -0000 1.2 @@ -32,7 +32,7 @@ #region Attributes and Associations - private org.andromda.cartridges.nhibernate.string _title; + private String _title; private long? _id; private org.andromda.cartridges.nhibernate.EntityOne _entityOne; @@ -43,7 +43,7 @@ /// <summary> /// /// </summary> - public virtual org.andromda.cartridges.nhibernate.string Title + public virtual String Title { get { return _title; } set { this._title = value; } @@ -86,11 +86,11 @@ { return true; } - if (GetType() != obj.GetType()) + EntityTwo that = (EntityTwo)obj; + if (that == null) { return false; } - EntityTwo that = (EntityTwo)obj; if (this.Id == null || that.Id == null || !this.Id.Equals(that.Id)) { return false; 1.2 +2 -2 cartridges/andromda-nhibernate/src/test/expected/org/andromda/cartridges/nhibernate/EntityTwo.hbm.xml Index: EntityTwo.hbm.xml =================================================================== RCS file: /cvsroot/andromdaplugins/cartridges/andromda-nhibernate/src/test/expected/org/andromda/cartridges/nhibernate/EntityTwo.hbm.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -w -r1.1 -r1.2 --- EntityTwo.hbm.xml 15 Aug 2006 22:48:48 -0000 1.1 +++ EntityTwo.hbm.xml 17 Aug 2006 20:28:34 -0000 1.2 @@ -25,8 +25,8 @@ <version name="version" type="Int32" column="version"/> - <property name="Title" type="$fullyQualifiedPropertyType"> - <column name="TITLE" not-null="true" unique="false" sql-type="org::andromda::cartridges::nhibernate::string"/> + <property name="Title" type="String"> + <column name="TITLE" not-null="true" unique="false" sql-type="VARCHAR(255)"/> </property> <many-to-one name="EntityOne" class="org.andromda.cartridges.nhibernate.EntityOneImpl, ${coreAssemblyName}" outer-join="auto" foreign-key="ENTITY_TWO_ENTITY_ONE_FKC"> |
From: Chris M. <cm...@us...> - 2006-08-17 20:24:05
|
User: cmicali Date: 06/08/17 13:24:03 Modified: andromda-nhibernate/src/test/uml HibernateCartridgeTestModel.xml.zip Log: - Fixed test failures Revision Changes Path 1.3 +36 -46 cartridges/andromda-nhibernate/src/test/uml/HibernateCartridgeTestModel.xml.zip <<Binary file>> |