Author: aadamchik
Date: Tue Jun  6 04:15:06 2006
New Revision: 412082

URL: http://svn.apache.org/viewvc?rev=412082&view=rev
Log:
another reorg 

Added:
    
incubator/cayenne/main/branches/PROTO-3.0/modeler/modeler-plugin/src/main/resources/
    
incubator/cayenne/main/branches/PROTO-3.0/modeler/modeler-plugin/src/main/resources/actions.xml
      - copied unchanged from r412068, 
incubator/cayenne/main/branches/PROTO-3.0/modeler/modeler-plugin/src/main/java/actions.xml
    
incubator/cayenne/main/branches/PROTO-3.0/modeler/modeler-plugin/src/main/resources/icons/
      - copied from r412068, 
incubator/cayenne/main/branches/PROTO-3.0/modeler/modeler-plugin/src/main/java/icons/
    
incubator/cayenne/main/branches/PROTO-3.0/modeler/modeler-plugin/src/main/resources/menus.xml
      - copied unchanged from r412068, 
incubator/cayenne/main/branches/PROTO-3.0/modeler/modeler-plugin/src/main/java/menus.xml
    
incubator/cayenne/main/branches/PROTO-3.0/modeler/modeler-plugin/src/main/resources/plugin.properties
      - copied unchanged from r412068, 
incubator/cayenne/main/branches/PROTO-3.0/modeler/modeler-plugin/src/main/java/plugin.properties
    
incubator/cayenne/main/branches/PROTO-3.0/modeler/modeler-plugin/src/main/resources/plugin.xml
      - copied unchanged from r412068, 
incubator/cayenne/main/branches/PROTO-3.0/modeler/modeler-plugin/src/main/java/plugin.xml
    
incubator/cayenne/main/branches/PROTO-3.0/modeler/modeler-plugin/src/main/resources/plugin_ru.properties
      - copied unchanged from r412068, 
incubator/cayenne/main/branches/PROTO-3.0/modeler/modeler-plugin/src/main/java/plugin_ru.properties
    
incubator/cayenne/main/branches/PROTO-3.0/modeler/modeler-plugin/src/main/resources/toolbars.xml
      - copied unchanged from r412068, 
incubator/cayenne/main/branches/PROTO-3.0/modeler/modeler-plugin/src/main/java/toolbars.xml
Removed:
    
incubator/cayenne/main/branches/PROTO-3.0/modeler/modeler-plugin/src/main/java/actions.xml
    
incubator/cayenne/main/branches/PROTO-3.0/modeler/modeler-plugin/src/main/java/icons/
    
incubator/cayenne/main/branches/PROTO-3.0/modeler/modeler-plugin/src/main/java/menus.xml
    
incubator/cayenne/main/branches/PROTO-3.0/modeler/modeler-plugin/src/main/java/plugin.properties
    
incubator/cayenne/main/branches/PROTO-3.0/modeler/modeler-plugin/src/main/java/plugin.xml
    
incubator/cayenne/main/branches/PROTO-3.0/modeler/modeler-plugin/src/main/java/plugin_ru.properties
    
incubator/cayenne/main/branches/PROTO-3.0/modeler/modeler-plugin/src/main/java/toolbars.xml
Modified:
    incubator/cayenne/main/branches/PROTO-3.0/modeler/modeler-plugin/.classpath
    incubator/cayenne/main/branches/PROTO-3.0/modeler/modeler-plugin/pom.xml

Modified: 
incubator/cayenne/main/branches/PROTO-3.0/modeler/modeler-plugin/.classpath
URL: 
http://svn.apache.org/viewvc/incubator/cayenne/main/branches/PROTO-3.0/modeler/modeler-plugin/.classpath?rev=412082&r1=412081&r2=412082&view=diff
==============================================================================
--- incubator/cayenne/main/branches/PROTO-3.0/modeler/modeler-plugin/.classpath 
(original)
+++ incubator/cayenne/main/branches/PROTO-3.0/modeler/modeler-plugin/.classpath 
Tue Jun  6 04:15:06 2006
@@ -1,6 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
        <classpathentry kind="src" path="src/main/java"/>
+       <classpathentry kind="src" path="src/main/resources"/>
        <classpathentry kind="con" 
path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
        <classpathentry kind="con" 
path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/>
        <classpathentry kind="output" path="target/classes"/>

Modified: 
incubator/cayenne/main/branches/PROTO-3.0/modeler/modeler-plugin/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/cayenne/main/branches/PROTO-3.0/modeler/modeler-plugin/pom.xml?rev=412082&r1=412081&r2=412082&view=diff
==============================================================================
--- incubator/cayenne/main/branches/PROTO-3.0/modeler/modeler-plugin/pom.xml 
(original)
+++ incubator/cayenne/main/branches/PROTO-3.0/modeler/modeler-plugin/pom.xml 
Tue Jun  6 04:15:06 2006
@@ -23,12 +23,6 @@
                        <version>3.0-SNAPSHOT</version>
                        <scope>provided</scope>
                </dependency>
-               <dependency>
-                       <groupId>org.objectstyle.cayenne</groupId>
-                       <artifactId>cayenne-modeler</artifactId>
-                       <version>1.2-SNAPSHOT</version>
-                       <scope>provided</scope>
-               </dependency>
        </dependencies>
        
        <repositories>


Reply via email to