You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@roller.apache.org by sn...@apache.org on 2007/06/03 15:38:20 UTC

svn commit: r543889 - in /roller/trunk/components/core/nbproject: ./ project.xml

Author: snoopdave
Date: Sun Jun  3 06:38:19 2007
New Revision: 543889

URL: http://svn.apache.org/viewvc?view=rev&rev=543889
Log:
Project file for core

Added:
    roller/trunk/components/core/nbproject/
    roller/trunk/components/core/nbproject/project.xml

Added: roller/trunk/components/core/nbproject/project.xml
URL: http://svn.apache.org/viewvc/roller/trunk/components/core/nbproject/project.xml?view=auto&rev=543889
==============================================================================
--- roller/trunk/components/core/nbproject/project.xml (added)
+++ roller/trunk/components/core/nbproject/project.xml Sun Jun  3 06:38:19 2007
@@ -0,0 +1,54 @@
+<?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>roller_core</name>
+            <properties/>
+            <folders>
+                <source-folder>
+                    <label>src/java</label>
+                    <type>java</type>
+                    <location>src/java</location>
+                </source-folder>
+            </folders>
+            <ide-actions>
+                <action name="build">
+                    <target>build</target>
+                </action>
+                <action name="clean">
+                    <target>clean</target>
+                </action>
+                <action name="rebuild">
+                    <target>clean</target>
+                    <target>build</target>
+                </action>
+            </ide-actions>
+            <view>
+                <items>
+                    <source-folder style="packages">
+                        <label>src/java</label>
+                        <location>src/java</location>
+                    </source-folder>
+                    <source-file>
+                        <location>build.xml</location>
+                    </source-file>
+                </items>
+                <context-menu>
+                    <ide-action name="build"/>
+                    <ide-action name="clean"/>
+                    <ide-action name="rebuild"/>
+                </context-menu>
+            </view>
+            <subprojects/>
+        </general-data>
+        <java-data xmlns="http://www.netbeans.org/ns/freeform-project-java/1">
+            <compilation-unit>
+                <package-root>src/java</package-root>
+                <classpath mode="compile">../../tools/hibernate-3.1/hibernate3.jar:../../tools/openjpa-0.9.7/geronimo-jpa_3.0_spec-1.0.jar:../../tools/lib/commons-logging-1.0.4.jar</classpath>
+                <source-level>1.5</source-level>
+            </compilation-unit>
+        </java-data>
+    </configuration>
+</project>