Author: aadamchik
Date: Mon Jun  5 09:19:35 2006
New Revision: 411850

URL: http://svn.apache.org/viewvc?rev=411850&view=rev
Log:
reorganization of plugin folders

Added:
    incubator/cayenne/main/branches/PROTO-3.0/modeler-plugin/src/main/resources/
    
incubator/cayenne/main/branches/PROTO-3.0/modeler-plugin/src/main/resources/menu.xml
      - copied unchanged from r411845, 
incubator/cayenne/main/branches/PROTO-3.0/modeler-plugin/src/main/java/menu.xml
    
incubator/cayenne/main/branches/PROTO-3.0/modeler-plugin/src/main/resources/plugin.properties
      - copied unchanged from r411845, 
incubator/cayenne/main/branches/PROTO-3.0/modeler-plugin/src/main/java/plugin.properties
    
incubator/cayenne/main/branches/PROTO-3.0/modeler-plugin/src/main/resources/plugin.xml
      - copied unchanged from r411845, 
incubator/cayenne/main/branches/PROTO-3.0/modeler-plugin/src/main/java/plugin.xml
    
incubator/cayenne/main/branches/PROTO-3.0/modeler-plugin/src/main/resources/plugin_ru.properties
      - copied unchanged from r411845, 
incubator/cayenne/main/branches/PROTO-3.0/modeler-plugin/src/main/java/plugin_ru.properties
Removed:
    
incubator/cayenne/main/branches/PROTO-3.0/modeler-plugin/src/main/java/menu.xml
    
incubator/cayenne/main/branches/PROTO-3.0/modeler-plugin/src/main/java/plugin.properties
    
incubator/cayenne/main/branches/PROTO-3.0/modeler-plugin/src/main/java/plugin.xml
    
incubator/cayenne/main/branches/PROTO-3.0/modeler-plugin/src/main/java/plugin_ru.properties
Modified:
    incubator/cayenne/main/branches/PROTO-3.0/modeler-plugin/.classpath
    incubator/cayenne/main/branches/PROTO-3.0/modeler-plugin/pom.xml

Modified: incubator/cayenne/main/branches/PROTO-3.0/modeler-plugin/.classpath
URL: 
http://svn.apache.org/viewvc/incubator/cayenne/main/branches/PROTO-3.0/modeler-plugin/.classpath?rev=411850&r1=411849&r2=411850&view=diff
==============================================================================
--- incubator/cayenne/main/branches/PROTO-3.0/modeler-plugin/.classpath 
(original)
+++ incubator/cayenne/main/branches/PROTO-3.0/modeler-plugin/.classpath Mon Jun 
 5 09:19:35 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-plugin/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/cayenne/main/branches/PROTO-3.0/modeler-plugin/pom.xml?rev=411850&r1=411849&r2=411850&view=diff
==============================================================================
--- incubator/cayenne/main/branches/PROTO-3.0/modeler-plugin/pom.xml (original)
+++ incubator/cayenne/main/branches/PROTO-3.0/modeler-plugin/pom.xml Mon Jun  5 
09:19:35 2006
@@ -9,6 +9,12 @@
   <url>http://maven.apache.org</url>
   
        <dependencies>
+       
+               <dependency>
+                       <groupId>org.objectstyle.cayenne</groupId>
+                       <artifactId>cayenne-modeler</artifactId>
+                       <version>1.2-SNAPSHOT</version>
+               </dependency>
     
        <!-- provided dependencies -->
                <dependency>
@@ -21,12 +27,6 @@
                        <groupId>org.apache.cayenne</groupId>
                        <artifactId>swing-plugin</artifactId>
                        <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>


Reply via email to