[jboss-cvs] jboss-seam-ide ...

Thomas Heute theute at jboss.com
Tue Aug 15 06:14:37 EDT 2006


  User: theute  
  Date: 06/08/15 06:14:37

  Added:       jboss-seam-ide     .classpath build.properties .project
                        plugin.xml
  Log:
  Initial for Seam IDE
  
  Revision  Changes    Path
  1.1      date: 2006/08/15 10:14:37;  author: theute;  state: Exp;jboss-seam-ide/.classpath
  
  Index: .classpath
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <classpath>
  	<classpathentry kind="src" path="src"/>
  	<classpathentry exported="true" kind="lib" path="lib/jtidy-r8-21122004.jar"/>
  	<classpathentry exported="true" kind="lib" path="lib/hibernate-tools.jar"/>
  	<classpathentry exported="true" kind="lib" path="lib/hibernate3.jar"/>
  	<classpathentry exported="true" kind="lib" path="lib/commons-logging.jar"/>
  	<classpathentry exported="true" kind="lib" path="lib/jboss-seam-tools.jar"/>
  	<classpathentry exported="true" kind="lib" path="lib/freemarker.jar"/>
  	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
  	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
  	<classpathentry kind="output" path="bin"/>
  </classpath>
  
  
  
  1.1      date: 2006/08/15 10:14:37;  author: theute;  state: Exp;jboss-seam-ide/build.properties
  
  Index: build.properties
  ===================================================================
  output.. = bin/
  bin.includes = plugin.xml,\
                 META-INF/,\
                 lib/freemarker.jar,\
                 lib/jboss-seam-tools.jar,\
                 lib/commons-logging.jar,\
                 lib/hibernate3.jar,\
                 lib/hibernate-tools.jar,\
                 lib/jtidy-r8-21122004.jar,\
                 .
  source.. = src/
  
  
  
  1.1      date: 2006/08/15 10:14:37;  author: theute;  state: Exp;jboss-seam-ide/.project
  
  Index: .project
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <projectDescription>
  	<name>jboss-seam-ide</name>
  	<comment></comment>
  	<projects>
  	</projects>
  	<buildSpec>
  		<buildCommand>
  			<name>org.eclipse.jdt.core.javabuilder</name>
  			<arguments>
  			</arguments>
  		</buildCommand>
  		<buildCommand>
  			<name>org.eclipse.pde.ManifestBuilder</name>
  			<arguments>
  			</arguments>
  		</buildCommand>
  		<buildCommand>
  			<name>org.eclipse.pde.SchemaBuilder</name>
  			<arguments>
  			</arguments>
  		</buildCommand>
  	</buildSpec>
  	<natures>
  		<nature>org.eclipse.pde.PluginNature</nature>
  		<nature>org.eclipse.jdt.core.javanature</nature>
  	</natures>
  </projectDescription>
  
  
  
  1.1      date: 2006/08/15 10:14:37;  author: theute;  state: Exp;jboss-seam-ide/plugin.xml
  
  Index: plugin.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <?eclipse version="3.2"?>
  <plugin>
     <extension
           point="org.eclipse.ui.newWizards">
        <category
              name="Seam Wizards"
              id="jboss_seam_ide">
        </category>
        <wizard
              category="jboss_seam_ide"
              class="org.jboss.seam.ide.wizard.NewSeamProjectWizard"
              icon="icons/sample.gif"
              id="org.jboss.seam.ide.wizard.NewSeamProjectWizard"
              name="Seam Wizard"/>
     </extension>
  
  </plugin>
  
  
  



More information about the jboss-cvs-commits mailing list