• Join/Login
  • Business Software
  • Open Source Software
  • For Vendors
  • Blog
  • About
  • More
    • Articles
    • Create
    • SourceForge Podcast
    • Site Documentation
    • Subscribe to our Newsletter
    • Support Request
SourceForge logo
For Vendors Help Create Join Login
SourceForge logo
Business Software
Open Source Software
SourceForge Podcast
Resources
  • Articles
  • Case Studies
  • Blog
Menu
  • Help
  • Create
  • Join
  • Login
  • Home
  • Browse
  • JLink Game
  • Mailing Lists

[Java-link-svn] SF.net SVN: java-link: [29] branches/private_welterde0/client/nbproject

Status: Pre-Alpha
Brought to you by: welterde0
  • Summary
  • Files
  • Reviews
  • Support
  • Mailing Lists
  • Browse SVN
Menu ▾ ▴
  • java-link-svn

[Java-link-svn] SF.net SVN: java-link: [29] branches/private_welterde0/client/nbproject

[Java-link-svn] SF.net SVN: java-link: [29] branches/private_welterde0/client/nbproject
From: <wel...@us...> - 2006-11-25 17:24:47
Revision: 29
          http://svn.sourceforge.net/java-link/?rev=29&view=rev
Author:   welterde0
Date:     2006-11-25 09:24:45 -0800 (Sat, 25 Nov 2006)

Log Message:
-----------
changed netbeans project version from 5.0 to 5.5

Modified Paths:
--------------
    branches/private_welterde0/client/nbproject/project.properties
    branches/private_welterde0/client/nbproject/project.xml

Modified: branches/private_welterde0/client/nbproject/project.properties
===================================================================
--- branches/private_welterde0/client/nbproject/project.properties	2006-11-25 17:21:41 UTC (rev 28)
+++ branches/private_welterde0/client/nbproject/project.properties	2006-11-25 17:24:45 UTC (rev 29)
@@ -1,4 +1,5 @@
 #The netbeans freeform property file
-#Sat May 13 22:20:34 CEST 2006
-local.repository=/home/tassilo/.m2/repository
+#Thu Nov 02 15:30:13 CET 2006
+local.repository=/Users/welterde/.m2/repository
 mvn.path=mvn
+project.directory=/Users/welterde/Documents/dev/jlink/current_private/client

Modified: branches/private_welterde0/client/nbproject/project.xml
===================================================================
--- branches/private_welterde0/client/nbproject/project.xml	2006-11-25 17:21:41 UTC (rev 28)
+++ branches/private_welterde0/client/nbproject/project.xml	2006-11-25 17:24:45 UTC (rev 29)
@@ -1,134 +1,121 @@
-<?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">
-            <name>JLink Client</name>
-            <properties>
-                <property name="ant.script">nbproject/mavencall.xml</property>
-                <property-file>nbproject/project.properties</property-file>
-            </properties>
-            <folders>
-                <source-folder>
-                    <label>src/main/java</label>
-                    <type>java</type>
-                    <location>src/main/java</location>
-                </source-folder>
-                <source-folder>
-                    <label>src/test/java</label>
-                    <type>java</type>
-                    <location>src/test/java</location>
-                </source-folder>
-            </folders>
-            <ide-actions>
-                <action name="build">
-                    <script>${ant.script}</script>
-                    <target>build</target>
-                </action>
-                <action name="clean">
-                    <script>${ant.script}</script>
-                    <target>clean</target>
-                </action>
-                <action name="rebuild">
-                    <script>${ant.script}</script>
-                    <target>clean</target>
-                    <target>build</target>
-                </action>
-                <action name="javadoc">
-                    <script>${ant.script}</script>
-                    <target>javadoc</target>
-                </action>
-                <action name="run">
-                    <script>${ant.script}</script>
-                    <target>run</target>
-                </action>
-                <action name="test">
-                    <script>${ant.script}</script>
-                    <target>test</target>
-                </action>
-            </ide-actions>
-            <export>
-                <type>folder</type>
-                <location>target/classes</location>
-                <script>${ant.script}</script>
-                <build-target>build</build-target>
-            </export>
-            <export>
-                <type>folder</type>
-                <location>target/test-classes</location>
-                <script>${ant.script}</script>
-                <build-target>build</build-target>
-            </export>
-            <view>
-                <items>
-                    <source-folder style="packages">
-                        <label>src/main/java</label>
-                        <location>src/main/java</location>
-                    </source-folder>
-                    <source-folder style="packages">
-                        <label>src/test/java</label>
-                        <location>src/test/java</location>
-                    </source-folder>
-                    <source-file>
-                        <label>pom</label>
-                        <location>pom.xml</location>
-                    </source-file>
-                    <source-file>
-                        <label>mavencall</label>
-                        <location>nbproject/mavencall.xml</location>
-                    </source-file>
-                    <source-folder style="tree">
-                        <label>src/main/resources</label>
-                        <location>src/main/resources</location>
-                    </source-folder>
-                    <source-folder style="tree">
-                        <label>src/test/resources</label>
-                        <location>src/test/resources</location>
-                    </source-folder>
-                    <source-folder style="tree">
-                        <label>src/site</label>
-                        <location>src/site</location>
-                    </source-folder>
-                    <source-folder style="tree">
-                        <label>target</label>
-                        <location>target</location>
-                    </source-folder>
-                </items>
-                <context-menu>
-                    <action>
-                        <script>${ant.script}</script>
-                        <label>Refresh Project</label>
-                        <target>refresh-project</target>
-                    </action>
-                    <ide-action name="build"/>
-                    <ide-action name="clean"/>
-                    <ide-action name="rebuild"/>
-                    <ide-action name="javadoc"/>
-                    <ide-action name="run"/>
-                    <ide-action name="test"/>
-                    <action>
-                        <script>${ant.script}</script>
-                        <label>Format Code</label>
-                        <target>jalopy</target>
-                    </action>
-                </context-menu>
-            </view>
-            <subprojects/>
-        </general-data>
-        <java-data xmlns="http://www.netbeans.org/ns/freeform-project-java/2">
-            <compilation-unit>
-                <package-root>src/main/java</package-root>
-                <classpath mode="compile">${local.repository}/org/jvnet/substance/core/2.2.02/core-2.2.02.jar:${local.repository}/jdom/jdom/1.0/jdom-1.0.jar:${local.repository}/org/jlink/share/0.0.1-SNAPSHOT/share-0.0.1-SNAPSHOT.jar:${local.repository}/org/jvnet/swing-layout/core/1.0/core-1.0.jar:${local.repository}/log4j/log4j/1.2.13/log4j-1.2.13.jar</classpath>
-                <built-to>target/classes</built-to>
-                <source-level>1.5</source-level>
-            </compilation-unit>
-            <compilation-unit>
-                <package-root>src/test/java</package-root>
-                <unit-tests/>
-                <classpath mode="compile">target/classes:${local.repository}/org/jvnet/substance/core/2.2.02/core-2.2.02.jar:${local.repository}/junit/junit/3.8.1/junit-3.8.1.jar:${local.repository}/jdom/jdom/1.0/jdom-1.0.jar:${local.repository}/org/jlink/share/0.0.1-SNAPSHOT/share-0.0.1-SNAPSHOT.jar:${local.repository}/org/jvnet/swing-layout/core/1.0/core-1.0.jar:${local.repository}/log4j/log4j/1.2.13/log4j-1.2.13.jar</classpath>
-                <built-to>target/test-classes</built-to>
-                <source-level>1.5</source-level>
-            </compilation-unit>
-        </java-data>
-    </configuration>
-</project>
+  <type>org.netbeans.modules.ant.freeform</type>
+  <configuration>
+    <general-data xmlns="http://www.netbeans.org/ns/freeform-project/1">
+      <name>JLink Client</name>
+      <properties>
+        <property name="ant.script">nbproject/mavencall.xml</property>
+        <property-file>nbproject/project.properties</property-file>
+      </properties>
+      <folders>
+        <source-folder>
+          <label>src/main/java</label>
+          <type>java</type>
+          <location>src/main/java</location>
+        </source-folder>
+        <source-folder>
+          <label>src/test/java</label>
+          <type>java</type>
+          <location>src/test/java</location>
+        </source-folder>
+      </folders>
+      <ide-actions>
+        <action name="build">
+          <script>${ant.script}</script>
+          <target>build</target>
+        </action>
+        <action name="clean">
+          <script>${ant.script}</script>
+          <target>clean</target>
+        </action>
+        <action name="rebuild">
+          <script>${ant.script}</script>
+          <target>clean</target>
+          <target>build</target>
+        </action>
+        <action name="javadoc">
+          <script>${ant.script}</script>
+          <target>javadoc</target>
+        </action>
+        <action name="run">
+          <script>${ant.script}</script>
+          <target>run</target>
+        </action>
+        <action name="test">
+          <script>${ant.script}</script>
+          <target>test</target>
+        </action>
+      </ide-actions>
+      <view>
+        <items>
+          <source-file>
+            <label>pom</label>
+            <location>pom.xml</location>
+          </source-file>
+          <source-file>
+            <label>mavencall</label>
+            <location>nbproject/mavencall.xml</location>
+          </source-file>
+          <source-folder style="packages">
+            <label>src/main/java</label>
+            <location>src/main/java</location>
+          </source-folder>
+          <source-folder style="packages">
+            <label>src/test/java</label>
+            <location>src/test/java</location>
+          </source-folder>
+          <source-folder style="tree">
+            <label>src/main/resources</label>
+            <location>src/main/resources</location>
+          </source-folder>
+          <source-folder style="tree">
+            <label>src/test/resources</label>
+            <location>src/test/resources</location>
+          </source-folder>
+          <source-folder style="tree">
+            <label>src/site</label>
+            <location>src/site</location>
+          </source-folder>
+          <source-folder style="tree">
+            <label>target</label>
+            <location>target</location>
+          </source-folder>
+        </items>
+        <context-menu>
+          <action>
+            <script>${ant.script}</script>
+            <label>Refresh Project</label>
+            <target>refresh-project</target>
+          </action>
+          <ide-action name="build"/>
+          <ide-action name="clean"/>
+          <ide-action name="rebuild"/>
+          <ide-action name="javadoc"/>
+          <ide-action name="run"/>
+          <ide-action name="test"/>
+          <action>
+            <script>${ant.script}</script>
+            <label>Format Code</label>
+            <target>jalopy</target>
+          </action>
+        </context-menu>
+      </view>
+      <subprojects/>
+    </general-data>
+    <java-data xmlns="http://www.netbeans.org/ns/freeform-project-java/2">
+      <compilation-unit>
+        <package-root>src/main/java</package-root>
+        <classpath mode="compile">${local.repository}/relaxngDatatype/relaxngDatatype/20020414/relaxngDatatype-20020414.jar:${local.repository}/isorelax/isorelax/20020414/isorelax-20020414.jar:${local.repository}/commons-lang/commons-lang/2.1/commons-lang-2.1.jar:${local.repository}/yan/jfunutil/5.0/jfunutil-5.0.jar:${local.repository}/log4j/log4j/1.2.13/log4j-1.2.13.jar:${local.repository}/commons-collections/commons-collections/3.1/commons-collections-3.1.jar:${local.repository}/jdom/jdom/1.0/jdom-1.0.jar:${local.repository}/commons-digester/commons-digester/1.6/commons-digester-1.6.jar:${local.repository}/msv/msv/20020414/msv-20020414.jar:${local.repository}/commons-codec/commons-codec/1.3/commons-codec-1.3.jar:${local.repository}/commons-logging/commons-logging/1.0/commons-logging-1.0.jar:${local.repository}/org/jlink/share/0.0.1-SNAPSHOT/share-0.0.1-SNAPSHOT.jar:${local.repository}/xerces/xercesImpl/2.2.1/xercesImpl-2.2.1.jar:${local.repository}/javax/servlet/servlet-api/2.3/servlet-api-2.3.jar:${local.repository}/xalan/xalan/2.7.0/xalan-2.7.0.jar:${local.repository}/yan/yan/5.0/yan-5.0.jar:${local.repository}/commons-configuration/commons-configuration/1.2/commons-configuration-1.2.jar:${local.repository}/nanoxml/nanoxml/2.2.3/nanoxml-2.2.3.jar:${local.repository}/org/jvnet/substance/core/2.2.02/core-2.2.02.jar:${local.repository}/jaxen/jaxen/1.0-FCS/jaxen-1.0-FCS.jar:${local.repository}/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.jar:${local.repository}/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar:${local.repository}/commons-logging/commons-logging-api/1.0.4/commons-logging-api-1.0.4.jar:${local.repository}/commons-beanutils/commons-beanutils-core/1.7.0/commons-beanutils-core-1.7.0.jar:${local.repository}/dom4j/dom4j/1.4/dom4j-1.4.jar:${local.repository}/org/jvnet/swing-layout/core/1.0/core-1.0.jar:${local.repository}/saxpath/saxpath/1.0-FCS/saxpath-1.0-FCS.jar</classpath>
+        <built-to>target/classes</built-to>
+        <source-level>1.4</source-level>
+      </compilation-unit>
+      <compilation-unit>
+        <package-root>src/test/java</package-root>
+        <unit-tests/>
+        <classpath mode="compile">target/classes:${local.repository}/relaxngDatatype/relaxngDatatype/20020414/relaxngDatatype-20020414.jar:${local.repository}/junit/junit/3.8.1/junit-3.8.1.jar:${local.repository}/isorelax/isorelax/20020414/isorelax-20020414.jar:${local.repository}/commons-lang/commons-lang/2.1/commons-lang-2.1.jar:${local.repository}/yan/jfunutil/5.0/jfunutil-5.0.jar:${local.repository}/log4j/log4j/1.2.13/log4j-1.2.13.jar:${local.repository}/commons-collections/commons-collections/3.1/commons-collections-3.1.jar:${local.repository}/jdom/jdom/1.0/jdom-1.0.jar:${local.repository}/commons-digester/commons-digester/1.6/commons-digester-1.6.jar:${local.repository}/msv/msv/20020414/msv-20020414.jar:${local.repository}/commons-codec/commons-codec/1.3/commons-codec-1.3.jar:${local.repository}/commons-logging/commons-logging/1.0/commons-logging-1.0.jar:${local.repository}/org/jlink/share/0.0.1-SNAPSHOT/share-0.0.1-SNAPSHOT.jar:${local.repository}/xerces/xercesImpl/2.2.1/xercesImpl-2.2.1.jar:${local.repository}/javax/servlet/servlet-api/2.3/servlet-api-2.3.jar:${local.repository}/xalan/xalan/2.7.0/xalan-2.7.0.jar:${local.repository}/yan/yan/5.0/yan-5.0.jar:${local.repository}/commons-configuration/commons-configuration/1.2/commons-configuration-1.2.jar:${local.repository}/nanoxml/nanoxml/2.2.3/nanoxml-2.2.3.jar:${local.repository}/org/jvnet/substance/core/2.2.02/core-2.2.02.jar:${local.repository}/jaxen/jaxen/1.0-FCS/jaxen-1.0-FCS.jar:${local.repository}/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.jar:${local.repository}/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar:${local.repository}/commons-logging/commons-logging-api/1.0.4/commons-logging-api-1.0.4.jar:${local.repository}/commons-beanutils/commons-beanutils-core/1.7.0/commons-beanutils-core-1.7.0.jar:${local.repository}/dom4j/dom4j/1.4/dom4j-1.4.jar:${local.repository}/org/jvnet/swing-layout/core/1.0/core-1.0.jar:${local.repository}/saxpath/saxpath/1.0-FCS/saxpath-1.0-FCS.jar</classpath>
+        <built-to>target/test-classes</built-to>
+        <source-level>1.4</source-level>
+      </compilation-unit>
+    </java-data>
+  </configuration>
+</project>
\ No newline at end of file


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



View entire thread

SourceForge
  • Create a Project
  • Open Source Software
  • Business Software
  • Top Downloaded Projects
Company
  • About
  • Team
  • SourceForge Headquarters
    1320 Columbia Street Suite 310
    San Diego, CA 92101
    +1 (858) 422-6466
Resources
  • Support
  • Site Documentation
  • Site Status
  • SourceForge Reviews
SourceForge logo
© 2025 Slashdot Media. All Rights Reserved.
Terms Privacy Opt Out Advertise
×
Thanks for helping keep SourceForge clean.
X





Briefly describe the problem (required):
Upload screenshot of ad (required):
Select a file, or drag & drop file here.
✔
✘
Screenshot instructions:

Click URL instructions:
Right-click on the ad, choose "Copy Link", then paste here →
(This may not be possible with some types of ads)

More information about our ad policies

Ad destination/click URL: