début projet SDIS avec formulaire profil non terminé
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
- cleanup
|
||||
|
||||
-->
|
||||
<project xmlns:webproject1="http://www.netbeans.org/ns/web-project/1" xmlns:webproject2="http://www.netbeans.org/ns/web-project/2" xmlns:webproject3="http://www.netbeans.org/ns/web-project/3" basedir=".." default="default" name="ap33AppliSDIS-impl">
|
||||
<project xmlns:webproject1="http://www.netbeans.org/ns/web-project/1" xmlns:webproject2="http://www.netbeans.org/ns/web-project/2" xmlns:webproject3="http://www.netbeans.org/ns/web-project/3" basedir=".." default="default" name="ap33ApplicationSDIS-V2-impl">
|
||||
<import file="ant-deploy.xml"/>
|
||||
<fail message="Please build using Ant 1.7.1 or higher.">
|
||||
<condition>
|
||||
@@ -470,7 +470,7 @@ or ant -Dj2ee.platform.classpath=<server_classpath> (where no properties f
|
||||
</fileset>
|
||||
</union>
|
||||
<taskdef classname="org.testng.TestNGAntTask" classpath="${run.test.classpath}" name="testng"/>
|
||||
<testng classfilesetref="test.set" failureProperty="tests.failed" listeners="org.testng.reporters.VerboseReporter" methods="${testng.methods.arg}" mode="${testng.mode}" outputdir="${build.test.results.dir}" suitename="ap33AppliSDIS" testname="TestNG tests" workingDir="${basedir}">
|
||||
<testng classfilesetref="test.set" failureProperty="tests.failed" listeners="org.testng.reporters.VerboseReporter" methods="${testng.methods.arg}" mode="${testng.mode}" outputdir="${build.test.results.dir}" suitename="ap33ApplicationSDIS-V2" testname="TestNG tests" workingDir="${basedir}">
|
||||
<xmlfileset dir="${build.test.classes.dir}" includes="@{testincludes}"/>
|
||||
<propertyset>
|
||||
<propertyref prefix="test-sys-prop."/>
|
||||
@@ -618,7 +618,7 @@ or ant -Dj2ee.platform.classpath=<server_classpath> (where no properties f
|
||||
<condition else="-testclass @{testClass}" property="test.class.or.method" value="-methods @{testClass}.@{testMethod}">
|
||||
<isset property="test.method"/>
|
||||
</condition>
|
||||
<condition else="-suitename ap33AppliSDIS -testname @{testClass} ${test.class.or.method}" property="testng.cmd.args" value="@{testClass}">
|
||||
<condition else="-suitename ap33ApplicationSDIS-V2 -testname @{testClass} ${test.class.or.method}" property="testng.cmd.args" value="@{testClass}">
|
||||
<matches pattern=".*\.xml" string="@{testClass}"/>
|
||||
</condition>
|
||||
<delete dir="${build.test.results.dir}" quiet="true"/>
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
build.xml.data.CRC32=7a7da587
|
||||
build.xml.script.CRC32=b229f15b
|
||||
build.xml.data.CRC32=b7dbe5f7
|
||||
build.xml.script.CRC32=14676051
|
||||
build.xml.stylesheet.CRC32=1707db4f@1.98.0.1
|
||||
# This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml.
|
||||
# Do not edit this file. You may delete it but then the IDE will never regenerate such files for you.
|
||||
nbproject/build-impl.xml.data.CRC32=7a7da587
|
||||
nbproject/build-impl.xml.script.CRC32=c145c343
|
||||
nbproject/build-impl.xml.data.CRC32=b7dbe5f7
|
||||
nbproject/build-impl.xml.script.CRC32=ff0143c9
|
||||
nbproject/build-impl.xml.stylesheet.CRC32=334708a0@1.98.0.1
|
||||
|
||||
@@ -77,6 +77,6 @@ src.dir=${source.root}/java
|
||||
test.src.dir=test
|
||||
war.content.additional=
|
||||
war.ear.name=${war.name}
|
||||
war.name=ap33AppliSDIS.war
|
||||
war.name=ap33ApplicationSDIS-V2.war
|
||||
web.docbase.dir=web
|
||||
webinf.dir=web/WEB-INF
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
<type>org.netbeans.modules.web.project</type>
|
||||
<configuration>
|
||||
<data xmlns="http://www.netbeans.org/ns/web-project/3">
|
||||
<name>ap33AppliSDIS</name>
|
||||
<name>ap33ApplicationSDIS-V2</name>
|
||||
<minimum-ant-version>1.6.5</minimum-ant-version>
|
||||
<web-module-libraries/>
|
||||
<web-module-additional-libraries/>
|
||||
|
||||
Reference in New Issue
Block a user