From cdd48f30c7fca97327de48ff6b1cd9edf1629a5d Mon Sep 17 00:00:00 2001 From: Ugnich Anton Date: Fri, 29 Mar 2013 16:29:02 +0700 Subject: Facebook signup --- nbproject/build-impl.xml | 2 ++ nbproject/genfiles.properties | 4 ++-- nbproject/project.properties | 3 ++- nbproject/project.xml | 4 ++++ 4 files changed, 10 insertions(+), 3 deletions(-) (limited to 'nbproject') diff --git a/nbproject/build-impl.xml b/nbproject/build-impl.xml index 4d5df024..ada51c23 100644 --- a/nbproject/build-impl.xml +++ b/nbproject/build-impl.xml @@ -696,6 +696,7 @@ exists or setup the property manually. For example like this: + @@ -703,6 +704,7 @@ exists or setup the property manually. For example like this: + diff --git a/nbproject/genfiles.properties b/nbproject/genfiles.properties index ba8ca356..b1616eec 100644 --- a/nbproject/genfiles.properties +++ b/nbproject/genfiles.properties @@ -3,6 +3,6 @@ build.xml.script.CRC32=c93fa366 build.xml.stylesheet.CRC32=651128d4@1.33.1.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=8d999c58 -nbproject/build-impl.xml.script.CRC32=9d8ae4f2 +nbproject/build-impl.xml.data.CRC32=3001a2bd +nbproject/build-impl.xml.script.CRC32=e812c1f8 nbproject/build-impl.xml.stylesheet.CRC32=0cbf5bb7@1.33.1.1 diff --git a/nbproject/project.properties b/nbproject/project.properties index 1b4e5382..b1817c6c 100644 --- a/nbproject/project.properties +++ b/nbproject/project.properties @@ -37,7 +37,8 @@ javac.classpath=\ ${reference.com_juick.jar}:\ ${reference.com_juick_server.jar}:\ ${libs.MySQLDriver.classpath}:\ - ${reference.com_juick_xmpp.jar} + ${reference.com_juick_xmpp.jar}:\ + ${libs.JSON.classpath} # Space-separated list of extra javac options javac.compilerargs= javac.debug=true diff --git a/nbproject/project.xml b/nbproject/project.xml index 45861aa2..d7d34d00 100644 --- a/nbproject/project.xml +++ b/nbproject/project.xml @@ -21,6 +21,10 @@ ${reference.com_juick_xmpp.jar} WEB-INF/lib + + ${libs.JSON.classpath} + WEB-INF/lib + -- cgit v1.2.3