You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by aa...@apache.org on 2006/06/07 15:04:22 UTC

svn commit: r412397 - in /incubator/cayenne/main/branches/PROTO-3.0/modeler/swing-plugin: .classpath src/main/plugin/ src/main/plugin/plugin.xml src/main/resources/plugin.xml

Author: aadamchik
Date: Wed Jun  7 06:04:21 2006
New Revision: 412397

URL: http://svn.apache.org/viewvc?rev=412397&view=rev
Log:
a structure that sort of builds with maven to produce an app with plugins

Added:
    incubator/cayenne/main/branches/PROTO-3.0/modeler/swing-plugin/src/main/plugin/
    incubator/cayenne/main/branches/PROTO-3.0/modeler/swing-plugin/src/main/plugin/plugin.xml
      - copied unchanged from r412378, incubator/cayenne/main/branches/PROTO-3.0/modeler/swing-plugin/src/main/resources/plugin.xml
Removed:
    incubator/cayenne/main/branches/PROTO-3.0/modeler/swing-plugin/src/main/resources/plugin.xml
Modified:
    incubator/cayenne/main/branches/PROTO-3.0/modeler/swing-plugin/.classpath

Modified: incubator/cayenne/main/branches/PROTO-3.0/modeler/swing-plugin/.classpath
URL: http://svn.apache.org/viewvc/incubator/cayenne/main/branches/PROTO-3.0/modeler/swing-plugin/.classpath?rev=412397&r1=412396&r2=412397&view=diff
==============================================================================
--- incubator/cayenne/main/branches/PROTO-3.0/modeler/swing-plugin/.classpath (original)
+++ incubator/cayenne/main/branches/PROTO-3.0/modeler/swing-plugin/.classpath Wed Jun  7 06:04:21 2006
@@ -1,7 +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 output="src/main/resources" 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"/>