From: <ro...@us...> - 2009-03-02 14:47:51
|
Revision: 34 http://cse-ip.svn.sourceforge.net/cse-ip/?rev=34&view=rev Author: roekens Date: 2009-03-02 14:47:41 +0000 (Mon, 02 Mar 2009) Log Message: ----------- initial commit of cdmm tests to follow Added Paths: ----------- cse-ip/trunk/sandbox/cse-ip/sc-cdmm/ cse-ip/trunk/sandbox/cse-ip/sc-cdmm/.classpath cse-ip/trunk/sandbox/cse-ip/sc-cdmm/.project cse-ip/trunk/sandbox/cse-ip/sc-cdmm/pom.xml cse-ip/trunk/sandbox/cse-ip/sc-cdmm/src/ cse-ip/trunk/sandbox/cse-ip/sc-cdmm/src/main/ cse-ip/trunk/sandbox/cse-ip/sc-cdmm/src/main/java/ cse-ip/trunk/sandbox/cse-ip/sc-cdmm/src/main/java/de/ cse-ip/trunk/sandbox/cse-ip/sc-cdmm/src/main/java/de/campussource/ cse-ip/trunk/sandbox/cse-ip/sc-cdmm/src/main/java/de/campussource/cse/ cse-ip/trunk/sandbox/cse-ip/sc-cdmm/src/main/java/de/campussource/cse/cdmm/ cse-ip/trunk/sandbox/cse-ip/sc-cdmm/src/main/resources/ Added: cse-ip/trunk/sandbox/cse-ip/sc-cdmm/.classpath =================================================================== --- cse-ip/trunk/sandbox/cse-ip/sc-cdmm/.classpath (rev 0) +++ cse-ip/trunk/sandbox/cse-ip/sc-cdmm/.classpath 2009-03-02 14:47:41 UTC (rev 34) @@ -0,0 +1,26 @@ +<classpath> + <classpathentry kind="src" path="src/main/java"/> + <classpathentry kind="src" path="src/main/resources" excluding="**/*.java"/> + <classpathentry kind="src" path="src/test/java" output="target/test-classes"/> + <classpathentry kind="src" path="src/test/resources" output="target/test-classes" excluding="**/*.java"/> + <classpathentry kind="output" path="target/classes"/> + <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> + <classpathentry kind="var" path="M2_REPO/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar" sourcepath="M2_REPO/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1-sources.jar"> + <attributes> + <attribute value="jar:file:/C:/development/repository/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1-javadoc.jar!/" name="javadoc_location"/> + </attributes> + </classpathentry> + <classpathentry kind="var" path="M2_REPO/commons-lang/commons-lang/2.4/commons-lang-2.4.jar" sourcepath="M2_REPO/commons-lang/commons-lang/2.4/commons-lang-2.4-sources.jar"> + <attributes> + <attribute value="jar:file:/C:/development/repository/commons-lang/commons-lang/2.4/commons-lang-2.4-javadoc.jar!/" name="javadoc_location"/> + </attributes> + </classpathentry> + <classpathentry kind="var" path="M2_REPO/javax/ejb/ejb-api/3.0/ejb-api-3.0.jar" sourcepath="M2_REPO/javax/ejb/ejb-api/3.0/ejb-api-3.0-sources.jar"/> + <classpathentry kind="var" path="M2_REPO/javax/persistence/persistence-api/1.0/persistence-api-1.0.jar" sourcepath="M2_REPO/javax/persistence/persistence-api/1.0/persistence-api-1.0-sources.jar"/> + <classpathentry kind="var" path="M2_REPO/junit/junit/4.4/junit-4.4.jar" sourcepath="M2_REPO/junit/junit/4.4/junit-4.4-sources.jar"/> + <classpathentry kind="var" path="M2_REPO/log4j/log4j/1.2.14/log4j-1.2.14.jar" sourcepath="M2_REPO/log4j/log4j/1.2.14/log4j-1.2.14-sources.jar"/> + <classpathentry kind="var" path="M2_REPO/mysql/mysql-connector-java/5.1.6/mysql-connector-java-5.1.6.jar"/> + <classpathentry kind="var" path="M2_REPO/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar" sourcepath="M2_REPO/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6-sources.jar"/> + <classpathentry kind="var" path="M2_REPO/org/slf4j/slf4j-log4j12/1.5.6/slf4j-log4j12-1.5.6.jar" sourcepath="M2_REPO/org/slf4j/slf4j-log4j12/1.5.6/slf4j-log4j12-1.5.6-sources.jar"/> + <classpathentry kind="var" path="M2_REPO/toplink/essentials/toplink-essentials/2.1-60e/toplink-essentials-2.1-60e.jar" sourcepath="M2_REPO/toplink/essentials/toplink-essentials/2.1-60e/toplink-essentials-2.1-60e-sources.jar"/> +</classpath> \ No newline at end of file Property changes on: cse-ip/trunk/sandbox/cse-ip/sc-cdmm/.classpath ___________________________________________________________________ Added: svn:mime-type + text/plain Added: cse-ip/trunk/sandbox/cse-ip/sc-cdmm/.project =================================================================== --- cse-ip/trunk/sandbox/cse-ip/sc-cdmm/.project (rev 0) +++ cse-ip/trunk/sandbox/cse-ip/sc-cdmm/.project 2009-03-02 14:47:41 UTC (rev 34) @@ -0,0 +1,22 @@ +<projectDescription> + <name>sc-cdmm</name> + <comment/> + <projects/> + <buildSpec> + <buildCommand> + <name>org.eclipse.jdt.core.javabuilder</name> + </buildCommand> + <buildCommand> + <name>org.eclipse.wst.common.project.facet.core.builder</name> + </buildCommand> + <buildCommand> + <name>org.eclipse.wst.validation.validationbuilder</name> + </buildCommand> + </buildSpec> + <natures> + <nature>org.eclipse.wst.common.project.facet.core.nature</nature> + <nature>org.eclipse.jdt.core.javanature</nature> + <nature>org.eclipse.wst.common.modulecore.ModuleCoreNature</nature> + <nature>org.eclipse.jem.workbench.JavaEMFNature</nature> + </natures> +</projectDescription> \ No newline at end of file Property changes on: cse-ip/trunk/sandbox/cse-ip/sc-cdmm/.project ___________________________________________________________________ Added: svn:mime-type + text/plain Added: cse-ip/trunk/sandbox/cse-ip/sc-cdmm/pom.xml =================================================================== --- cse-ip/trunk/sandbox/cse-ip/sc-cdmm/pom.xml (rev 0) +++ cse-ip/trunk/sandbox/cse-ip/sc-cdmm/pom.xml 2009-03-02 14:47:41 UTC (rev 34) @@ -0,0 +1,92 @@ +<?xml version="1.0" encoding="UTF-8"?> +<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"> + <parent> + <artifactId>cse-ip</artifactId> + <groupId>de.campussource.cse</groupId> + <version>1.0-SNAPSHOT</version> + </parent> + + <modelVersion>4.0.0</modelVersion> + <groupId>de.campussource.cse</groupId> + <artifactId>sc-cdmm</artifactId> + <packaging>ejb</packaging> + <name>Service Component Canonical Date Model Manager</name> + <version>1.0-SNAPSHOT</version> + + <dependencies> + <dependency> + <groupId>javax.ejb</groupId> + <artifactId>ejb-api</artifactId> + <version>3.0</version> + <scope>provided</scope> + </dependency> + <dependency> + <groupId>javax.persistence</groupId> + <artifactId>persistence-api</artifactId> + <version>1.0</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>commons-lang</groupId> + <artifactId>commons-lang</artifactId> + </dependency> + <dependency> + <groupId>commons-collections</groupId> + <artifactId>commons-collections</artifactId> + </dependency> + <dependency> + <groupId>mysql</groupId> + <artifactId>mysql-connector-java</artifactId> + <version>${mysql.version}</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>log4j</groupId> + <artifactId>log4j</artifactId> + <scope>test</scope> + </dependency> + <dependency> + <groupId>org.slf4j</groupId> + <artifactId>slf4j-api</artifactId> + <version>${slf4j.version}</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>org.slf4j</groupId> + <artifactId>slf4j-log4j12</artifactId> + <version>${slf4j.version}</version> + <scope>test</scope> + </dependency> +<!-- <dependency> --> +<!-- <groupId>org.hibernate</groupId> --> +<!-- <artifactId>hibernate-entitymanager</artifactId> --> +<!-- <version>3.4.0.GA</version> --> +<!-- <scope>test</scope>--> +<!-- </dependency> --> + <dependency> + <groupId>toplink.essentials</groupId> + <artifactId>toplink-essentials</artifactId> + <version>2.1-60e</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + <scope>test</scope> + </dependency> + </dependencies> + + <build> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-ejb-plugin</artifactId> + <configuration> + <ejbVersion>3.0</ejbVersion> + </configuration> + </plugin> + </plugins> + </build> + +</project> \ No newline at end of file Property changes on: cse-ip/trunk/sandbox/cse-ip/sc-cdmm/pom.xml ___________________________________________________________________ Added: svn:mime-type + text/plain This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |