From: Eric C <ecr...@us...> - 2006-03-06 20:34:53
|
User: ecrutchfield Date: 06/03/06 12:34:51 Added: andromdapp/projects pom.xml .cvsignore andromdapp .cvsignore pom.xml Log: Revision Changes Path 1.1 plugins/andromdapp/projects/pom.xml Index: pom.xml =================================================================== <project> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.andromda.plugins.andromdapp</groupId> <artifactId>andromda-andromdapp</artifactId> <version>1.0-SNAPSHOT</version> </parent> <groupId>org.andromda.plugins.andromdapp.projects</groupId> <artifactId>andromda-andromdapp-projects</artifactId> <packaging>pom</packaging> <name>AndroMDA .NET Application Generator Projects</name> <description> The grouping of AndroMDANetApp projects. </description> <modules> <module>csharp/maven2</module> </modules> <properties> <andromdapluginsVersion>${pom.version}</andromdapluginsVersion> </properties> </project> 1.1 plugins/andromdapp/projects/.cvsignore Index: .cvsignore =================================================================== target 1.1 plugins/andromdapp/.cvsignore Index: .cvsignore =================================================================== target 1.1 plugins/andromdapp/pom.xml Index: pom.xml =================================================================== <project> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.andromda.plugins</groupId> <artifactId>andromda-plugins</artifactId> <version>1.0-SNAPSHOT</version> </parent> <groupId>org.andromda.plugins.andromdapp</groupId> <artifactId>andromda-andromdapp</artifactId> <packaging>pom</packaging> <name>AndroMDA Plugin Application Generator Resources</name> <description> The grouping of AndroMDANetApp resources. </description> <inceptionYear>2005</inceptionYear> <dependencies> <dependency> <groupId>org.andromda</groupId> <artifactId>andromda-core</artifactId> </dependency> </dependencies> <build> <sourceDirectory>src/main/java</sourceDirectory> <resources> <resource> <directory>src/main/resources</directory> <includes> <include>**/*</include> </includes> </resource> <resource> <directory>src/main/java</directory> <excludes> <exclude>**/*.java</exclude> </excludes> </resource> </resources> </build> <modules> <module>projects</module> </modules> </project> |