Fixed NetBeans project file to work after merging source folders, fixed classpath

This commit is contained in:
deathmeat 2007-05-10 11:52:24 +00:00
parent 291d85c6c7
commit c83f4ab221
1 changed files with 11 additions and 21 deletions

View File

@ -19,11 +19,6 @@
<type>java</type>
<location>client/src</location>
</source-folder>
<source-folder>
<label>dbPort/src</label>
<type>java</type>
<location>dbPort/src</location>
</source-folder>
<source-folder>
<label>extend/src</label>
<type>java</type>
@ -59,11 +54,6 @@
<type>java</type>
<location>migration/src</location>
</source-folder>
<source-folder>
<label>print/src</label>
<type>java</type>
<location>print/src</location>
</source-folder>
<source-folder>
<label>serverApps/src</label>
<type>java</type>
@ -125,10 +115,6 @@
<label>client/src</label>
<location>client/src</location>
</source-folder>
<source-folder style="packages">
<label>dbPort/src</label>
<location>dbPort/src</location>
</source-folder>
<source-folder style="packages">
<label>extend/src</label>
<location>extend/src</location>
@ -157,10 +143,6 @@
<label>migration/src</label>
<location>migration/src</location>
</source-folder>
<source-folder style="packages">
<label>print/src</label>
<location>print/src</location>
</source-folder>
<source-folder style="packages">
<label>serverApps/src</label>
<location>serverApps/src</location>
@ -197,6 +179,16 @@
<ide-action name="build"/>
<ide-action name="clean"/>
<ide-action name="rebuild"/>
<action>
<script>${ant.script}</script>
<label>Build, Package and Deploy</label>
<target>complete</target>
</action>
<action>
<script>${ant.script}</script>
<label>Local Deployment</label>
<target>localDeploy</target>
</action>
</context-menu>
</view>
<subprojects/>
@ -205,7 +197,6 @@
<compilation-unit>
<package-root>base/src</package-root>
<package-root>client/src</package-root>
<package-root>dbPort/src</package-root>
<package-root>extend/src</package-root>
<package-root>install/src</package-root>
<package-root>interfaces/src</package-root>
@ -213,7 +204,6 @@
<package-root>JasperReportsWebApp/src</package-root>
<package-root>looks/src</package-root>
<package-root>migration/src</package-root>
<package-root>print/src</package-root>
<package-root>serverApps/src</package-root>
<package-root>serverRoot/src</package-root>
<package-root>sqlj/src</package-root>
@ -221,7 +211,7 @@
<package-root>webCM/src</package-root>
<package-root>webStore/src</package-root>
<package-root>migration</package-root>
<classpath mode="compile">lib/Adempiere.jar:lib/adempiereApps.jar:lib/adempiereApps.war:lib/adempiereRoot.jar:lib/adempiereRootBase.war:lib/adempiereWebCMbase.war:lib/adempiereWebStore.war:lib/CCTools.jar:lib/CompiereJasperReqs.jar:lib/CSTools.jar:lib/customization.jar:lib/db2.jar:lib/derby.jar:lib/fyracle.jar:lib/jboss.jar:lib/oracle.jar:lib/patches.jar:lib/postgresql.jar:lib/sqlServer.jar</classpath>
<classpath mode="compile">lib/Adempiere.jar:lib/CCTools.jar:lib/CompiereJasperReqs.jar:lib/CSTools.jar:lib/customization.jar:lib/db2.jar:lib/derby.jar:lib/jboss.jar:lib/oracle.jar:lib/patches.jar:lib/postgresql.jar</classpath>
<source-level>1.5</source-level>
</compilation-unit>
</java-data>