From: Eric C. <ecr...@us...> - 2006-08-04 16:07:15
|
User: ecrutchfield Date: 06/08/04 09:07:14 Modified: andromdapp/projects/csharp/maven2 pom.xml Log: pull dll's from etc/andromda-net/Lib Revision Changes Path 1.3 +36 -5 plugins/andromdapp/projects/csharp/maven2/pom.xml Index: pom.xml =================================================================== RCS file: /cvsroot/andromdaplugins/plugins/andromdapp/projects/csharp/maven2/pom.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -w -r1.2 -r1.3 --- pom.xml 6 Mar 2006 20:28:35 -0000 1.2 +++ pom.xml 4 Aug 2006 16:07:13 -0000 1.3 @@ -18,21 +18,52 @@ <build> <resources> <resource> + <directory>${pom.basedir}/../../../../etc/andromda-dotnet/Lib/AndroMDA.NHibernateSupport</directory> + <includes> + <include>**/*</include> + </includes> + <targetPath>templates/csharp/maven2/lib</targetPath> + </resource> + <resource> + <directory>${pom.basedir}/../../../../etc/andromda-dotnet/Lib/NHibernate</directory> + <includes> + <include>**/*</include> + </includes> + <targetPath>templates/csharp/maven2/lib</targetPath> + </resource> + <resource> + <directory>${pom.basedir}/../../../../etc/andromda-dotnet/Lib/NHibernate.Nullables2</directory> + <includes> + <include>**/*</include> + </includes> + <targetPath>templates/csharp/maven2/lib</targetPath> + </resource> + <resource> + <directory>${pom.basedir}/../../../../etc/andromda-dotnet/Lib/NHibernateContrib</directory> + <includes> + <include>**/*</include> + </includes> + <targetPath>templates/csharp/maven2/lib</targetPath> + </resource> + <resource> <directory>src/main/resources</directory> <includes> <include>**/*</include> </includes> <excludes> <exclude>**/configuration.xml</exclude> + <exclude>templates/csharp/maven2/common/pom-with-CS-plugin.xml.vsl</exclude> </excludes> </resource> - <resource> + <!-- The empty model exists in the andromda repository, but not in the + andromdaplugins repo. So, we'll just have to copy it manually for now.--> + <!-- resource> <directory>${pom.basedir}/../../../../etc/mda/uml</directory> <includes> <include>**/*</include> </includes> <targetPath>templates/csharp/maven2/mda/src/main/uml</targetPath> - </resource> + </resource--> </resources> </build> </project> \ No newline at end of file |