[jboss-cvs] jboss-seam/examples/wiki/nbproject ...

Christian Bauer christian.bauer at jboss.com
Thu Feb 1 02:08:27 EST 2007


  User: cbauer  
  Date: 07/02/01 02:08:27

  Added:       examples/wiki/nbproject    project.xml
                        debug-jboss.properties ide-file-targets.xml
  Log:
  Committed first (broken) wiki implementation
  
  Revision  Changes    Path
  1.1      date: 2007/02/01 07:08:27;  author: cbauer;  state: Exp;jboss-seam/examples/wiki/nbproject/project.xml
  
  Index: project.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <project xmlns="http://www.netbeans.org/ns/project/1">
      <type>org.netbeans.modules.ant.freeform</type>
      <configuration>
          <general-data xmlns="http://www.netbeans.org/ns/freeform-project/1">
              <!-- Do not use Project Properties customizer when editing this file manually. -->
              <name>wiki</name>
              <properties/>
              <folders>
                  <source-folder>
                      <label>src</label>
                      <type>java</type>
                      <location>src</location>
                  </source-folder>
                  <source-folder>
                      <label>view</label>
                      <type>doc_root</type>
                      <location>view</location>
                  </source-folder>
              </folders>
              <ide-actions>
                  <action name="clean">
                      <target>clean</target>
                      <target>unexplode</target>
                  </action>
                  <action name="build">
                      <target>archive</target>
                  </action>
                  <action name="redeploy">
                      <target>restart</target>
                  </action>
                  <action name="Undeploy">
                      <target>unexplode</target>
                  </action>
                  <action name="test">
                      <target>test</target>
                  </action>
                  <action name="debug">
                      <script>nbproject/ide-file-targets.xml</script>
                      <target>debug-nb</target>
                  </action> 
              </ide-actions>
              <view>
                  <items>
                      <source-folder style="packages">
                          <label>src</label>
                          <location>src</location>
                      </source-folder>
                      <source-folder style="tree">
                          <label>view</label>
                          <location>view</location>
                      </source-folder>
                      <source-folder style="tree">
                          <label>resources</label>
                          <location>resources</location>
                      </source-folder>
                      <source-file>
                          <location>build.xml</location>
                      </source-file>
                  </items>
                  <context-menu>
                      <ide-action name="clean"/>
                      <ide-action name="build"/>
                      <ide-action name="redeploy"/>
                      <ide-action name="Undeploy"/>
                      <ide-action name="debug"/>
                      <ide-action name="test"/>
                  </context-menu>
              </view>
          </general-data>
          <java-data xmlns="http://www.netbeans.org/ns/freeform-project-java/1">
              <compilation-unit>
                  <package-root>src</package-root>
                  <classpath mode="compile">lib/ant.jar:lib/commons-beanutils-1.7.0.jar:lib/commons-codec-1.3.jar:lib/commons-collections-3.1.jar:lib/commons-digester-1.6.jar:lib/commons-el-1.0.jar:lib/commons-lang-2.1.jar:lib/el-api.jar:lib/el-ri.jar:lib/hibernate-all.jar:lib/hsqldb.jar:lib/javax.servlet.jsp.jar:lib/jboss-aop-jdk50.jar:lib/jboss-cache-jdk50.jar:lib/jboss-ejb3-all.jar:lib/jboss-seam-debug.jar:lib/jboss-seam-ui.jar:lib/jboss-seam.jar:lib/jbpm-3.1.2.jar:lib/jgroups.jar:lib/jsf-facelets.jar:lib/jstl-1.1.0.jar:lib/mailstuff.jar:lib/myfaces-api-1.1.4.jar:lib/myfaces-impl-1.1.4.jar:lib/portlet-api-lib.jar:lib/servlet-api.jar:lib/testng-4.5.1-jdk15.jar:lib/thirdparty-all.jar</classpath>
                  <source-level>1.5</source-level>
              </compilation-unit>
          </java-data>
          <web-data xmlns="http://www.netbeans.org/ns/freeform-project-web/1">
              <web-module>
                  <doc-root>view</doc-root>
                  <classpath/>
                  <context-path/>
                  <j2ee-spec-level>1.5</j2ee-spec-level>
              </web-module>
          </web-data>
      </configuration>
  </project>
  
  
  
  1.1      date: 2007/02/01 07:08:27;  author: cbauer;  state: Exp;jboss-seam/examples/wiki/nbproject/debug-jboss.properties
  
  Index: debug-jboss.properties
  ===================================================================
  # JBoss server related settings
  # Edit the following parameter according to your JBoss configuration
  jpda.host=localhost
  jpda.address=8787
  jpda.transport=dt_socket
  
  
  
  1.1      date: 2007/02/01 07:08:27;  author: cbauer;  state: Exp;jboss-seam/examples/wiki/nbproject/ide-file-targets.xml
  
  Index: ide-file-targets.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <project basedir=".." name="wiki-IDE">
      
    <property file="nbproject/debug-jboss.properties"/>
  
    <target name="debug-nb">
      <nbjpdaconnect name="wiki" host="${jpda.host}" address="${jpda.address}" transport="${jpda.transport}">
        <!--classpath>
          <path path="exploded-archives/wiki.jar"/>
        </classpath>
        <sourcepath>
          <path path="src"/>
        </sourcepath-->
      </nbjpdaconnect>
    </target>
  </project>
  
  
  



More information about the jboss-cvs-commits mailing list