Author: jeff.yuchang
Date: 2009-05-20 02:42:36 -0400 (Wed, 20 May 2009)
New Revision: 500
Removed:
idm/trunk/idm-api/.classpath
idm/trunk/idm-api/.project
idm/trunk/idm-common/.classpath
idm/trunk/idm-common/.project
idm/trunk/idm-core/.classpath
idm/trunk/idm-core/.project
idm/trunk/idm-spi/.classpath
idm/trunk/idm-spi/.project
Log:
* remove the .classpath & .project.
Deleted: idm/trunk/idm-api/.classpath
===================================================================
--- idm/trunk/idm-api/.classpath 2009-05-19 08:10:52 UTC (rev 499)
+++ idm/trunk/idm-api/.classpath 2009-05-20 06:42:36 UTC (rev 500)
@@ -1,7 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<classpath>
- <classpathentry kind="src" path="src/main/java"/>
- <classpathentry kind="con"
path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
- <classpathentry combineaccessrules="false" kind="src"
path="/identity-common"/>
- <classpathentry kind="output" path="target/eclipse-classes"/>
-</classpath>
Deleted: idm/trunk/idm-api/.project
===================================================================
--- idm/trunk/idm-api/.project 2009-05-19 08:10:52 UTC (rev 499)
+++ idm/trunk/idm-api/.project 2009-05-20 06:42:36 UTC (rev 500)
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
- <name>identity-api</name>
- <comment></comment>
- <projects>
- </projects>
- <buildSpec>
- <buildCommand>
- <name>org.eclipse.jdt.core.javabuilder</name>
- <arguments>
- </arguments>
- </buildCommand>
- </buildSpec>
- <natures>
- <nature>org.eclipse.jdt.core.javanature</nature>
- </natures>
-</projectDescription>
Deleted: idm/trunk/idm-common/.classpath
===================================================================
--- idm/trunk/idm-common/.classpath 2009-05-19 08:10:52 UTC (rev 499)
+++ idm/trunk/idm-common/.classpath 2009-05-20 06:42:36 UTC (rev 500)
@@ -1,6 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<classpath>
- <classpathentry kind="src" path="src/main/java"/>
- <classpathentry kind="con"
path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
- <classpathentry kind="output" path="target/eclipse-classes"/>
-</classpath>
Deleted: idm/trunk/idm-common/.project
===================================================================
--- idm/trunk/idm-common/.project 2009-05-19 08:10:52 UTC (rev 499)
+++ idm/trunk/idm-common/.project 2009-05-20 06:42:36 UTC (rev 500)
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
- <name>identity-common</name>
- <comment></comment>
- <projects>
- </projects>
- <buildSpec>
- <buildCommand>
- <name>org.eclipse.jdt.core.javabuilder</name>
- <arguments>
- </arguments>
- </buildCommand>
- </buildSpec>
- <natures>
- <nature>org.eclipse.jdt.core.javanature</nature>
- </natures>
-</projectDescription>
Deleted: idm/trunk/idm-core/.classpath
===================================================================
--- idm/trunk/idm-core/.classpath 2009-05-19 08:10:52 UTC (rev 499)
+++ idm/trunk/idm-core/.classpath 2009-05-20 06:42:36 UTC (rev 500)
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<classpath>
- <classpathentry kind="src" path="src/main/java"/>
- <classpathentry kind="src" path="src/test/java"/>
- <classpathentry kind="con"
path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
- <classpathentry combineaccessrules="false" kind="src"
path="/identity-api"/>
- <classpathentry kind="con"
path="org.eclipse.jdt.junit.JUNIT_CONTAINER/3"/>
- <classpathentry kind="var"
path="M2_REPO/javax/persistence/persistence-api/1.0/persistence-api-1.0.jar"/>
- <classpathentry combineaccessrules="false" kind="src"
path="/identity-common"/>
- <classpathentry combineaccessrules="false" kind="src"
path="/identity-spi"/>
- <classpathentry kind="var"
path="M2_REPO/org/hibernate/hibernate-annotations/3.3.1.GA/hibernate-annotations-3.3.1.GA.jar"/>
- <classpathentry kind="var"
path="M2_REPO/sun-opends/OpenDS/1.0.0/OpenDS-1.0.0.jar"/>
- <classpathentry kind="var"
path="M2_REPO/org/hibernate/hibernate-entitymanager/3.3.1.ga/hibernate-entitymanager-3.3.1.ga.jar"/>
- <classpathentry kind="var"
path="M2_REPO/org/hibernate/hibernate/3.2.6.ga/hibernate-3.2.6.ga.jar"/>
- <classpathentry kind="var"
path="M2_REPO/javax/xml/bind/jaxb-api/2.1/jaxb-api-2.1.jar"/>
- <classpathentry kind="var"
path="M2_REPO/org/jboss/cache/jbosscache-core/3.0.2.GA/jbosscache-core-3.0.2.GA.jar"/>
- <classpathentry kind="output" path="target/eclipse-classes"/>
-</classpath>
Deleted: idm/trunk/idm-core/.project
===================================================================
--- idm/trunk/idm-core/.project 2009-05-19 08:10:52 UTC (rev 499)
+++ idm/trunk/idm-core/.project 2009-05-20 06:42:36 UTC (rev 500)
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
- <name>identity-impl</name>
- <comment></comment>
- <projects>
- </projects>
- <buildSpec>
- <buildCommand>
- <name>org.eclipse.jdt.core.javabuilder</name>
- <arguments>
- </arguments>
- </buildCommand>
- </buildSpec>
- <natures>
- <nature>org.eclipse.jdt.core.javanature</nature>
- </natures>
-</projectDescription>
Deleted: idm/trunk/idm-spi/.classpath
===================================================================
--- idm/trunk/idm-spi/.classpath 2009-05-19 08:10:52 UTC (rev 499)
+++ idm/trunk/idm-spi/.classpath 2009-05-20 06:42:36 UTC (rev 500)
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<classpath>
- <classpathentry kind="src" path="src/main/java"/>
- <classpathentry kind="src" path="src/test"/>
- <classpathentry kind="con"
path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
- <classpathentry combineaccessrules="false" kind="src"
path="/identity-common"/>
- <classpathentry kind="output" path="target/eclipse-classes"/>
-</classpath>
Deleted: idm/trunk/idm-spi/.project
===================================================================
--- idm/trunk/idm-spi/.project 2009-05-19 08:10:52 UTC (rev 499)
+++ idm/trunk/idm-spi/.project 2009-05-20 06:42:36 UTC (rev 500)
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
- <name>identity-spi</name>
- <comment></comment>
- <projects>
- </projects>
- <buildSpec>
- <buildCommand>
- <name>org.eclipse.jdt.core.javabuilder</name>
- <arguments>
- </arguments>
- </buildCommand>
- </buildSpec>
- <natures>
- <nature>org.eclipse.jdt.core.javanature</nature>
- </natures>
-</projectDescription>
Show replies by date