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/06 07:36:34 UTC

svn commit: r412010 - /incubator/cayenne/main/branches/PROTO-3.0/swing-plugin/src/main/java/plugin.xml

Author: aadamchik
Date: Mon Jun  5 22:36:34 2006
New Revision: 412010

URL: http://svn.apache.org/viewvc?rev=412010&view=rev
Log:
moving resources to the main source folder as otherwise combination of Maven and Platonos does not work in Eclipse

Modified:
    incubator/cayenne/main/branches/PROTO-3.0/swing-plugin/src/main/java/plugin.xml

Modified: incubator/cayenne/main/branches/PROTO-3.0/swing-plugin/src/main/java/plugin.xml
URL: http://svn.apache.org/viewvc/incubator/cayenne/main/branches/PROTO-3.0/swing-plugin/src/main/java/plugin.xml?rev=412010&r1=412009&r2=412010&view=diff
==============================================================================
--- incubator/cayenne/main/branches/PROTO-3.0/swing-plugin/src/main/java/plugin.xml (original)
+++ incubator/cayenne/main/branches/PROTO-3.0/swing-plugin/src/main/java/plugin.xml Mon Jun  5 22:36:34 2006
@@ -1,6 +1,6 @@
 <plugin start="true">
    <uid>org.apache.cayenne:swing-plugin</uid>
-   <name>Generic Application Frame</name>
+   <name>Application Frame</name>
    <lifecycleclass>org.apache.cayenne.swing.plugin.frame.FramePlugin</lifecycleclass>
    <extensionpoints>
 		<extensionpoint name="frameBuilders" interface="org.apache.cayenne.swing.plugin.frame.FrameBuilderExtension"/>