Skip to content
Snippets Groups Projects
Commit 5b7d8335 authored by JotaJota96's avatar JotaJota96
Browse files

Un nuevo comienzo

parent 1c4ea489
No related branches found
No related tags found
No related merge requests found
Showing
with 27 additions and 50 deletions
UyTube_logica/Imagenes/about.png

70.6 KiB

UyTube_logica/Imagenes/des.jpeg

32.9 KiB

UyTube_logica/Imagenes/icono.jpg

2.07 KiB

UyTube_logica/Imagenes/perfiles/JotaJota96.JPG

450 KiB

UyTube_logica/Imagenes/perfiles/LuC31G.jpg

25.2 KiB

UyTube_logica/Imagenes/perfiles/MCBolso.jpg

105 KiB

UyTube_logica/Imagenes/perfiles/camilillo15.jpg

42.6 KiB

UyTube_logica/Imagenes/perfiles/jarrieta31.jpg

15 KiB

UyTube_logica/Imagenes/ukp.png

1.43 KiB

...@@ -7,8 +7,8 @@ ...@@ -7,8 +7,8 @@
<!-- the Compile on Save feature is turned off for the project. --> <!-- the Compile on Save feature is turned off for the project. -->
<!-- You can turn off the Compile on Save (or Deploy on Save) setting --> <!-- You can turn off the Compile on Save (or Deploy on Save) setting -->
<!-- in the project's Project Properties dialog box.--> <!-- in the project's Project Properties dialog box.-->
<project name="UyTube" default="default" basedir="."> <project name="UyTube_logica" default="default" basedir=".">
<description>Builds, tests, and runs the project UyTube.</description> <description>Builds, tests, and runs the project UyTube_logica.</description>
<import file="nbproject/build-impl.xml"/> <import file="nbproject/build-impl.xml"/>
<!-- <!--
...@@ -58,7 +58,7 @@ ...@@ -58,7 +58,7 @@
An example of overriding the target for project execution could look like this: An example of overriding the target for project execution could look like this:
<target name="run" depends="UyTube-impl.jar"> <target name="run" depends="UyTube_logica-impl.jar">
<exec dir="bin" executable="launcher.exe"> <exec dir="bin" executable="launcher.exe">
<arg file="${dist.jar}"/> <arg file="${dist.jar}"/>
</exec> </exec>
......
File added
Manifest-Version: 1.0
X-COMMENT: Main-Class will be added automatically by build
...@@ -19,7 +19,7 @@ is divided into following sections: ...@@ -19,7 +19,7 @@ is divided into following sections:
- cleanup - cleanup
--> -->
<project xmlns:j2seproject1="http://www.netbeans.org/ns/j2se-project/1" xmlns:j2seproject3="http://www.netbeans.org/ns/j2se-project/3" xmlns:jaxrpc="http://www.netbeans.org/ns/j2se-project/jax-rpc" basedir=".." default="default" name="UyTube-impl"> <project xmlns:j2seproject1="http://www.netbeans.org/ns/j2se-project/1" xmlns:j2seproject3="http://www.netbeans.org/ns/j2se-project/3" xmlns:jaxrpc="http://www.netbeans.org/ns/j2se-project/jax-rpc" basedir=".." default="default" name="UyTube_logica-impl">
<fail message="Please build using Ant 1.8.0 or higher."> <fail message="Please build using Ant 1.8.0 or higher.">
<condition> <condition>
<not> <not>
...@@ -450,7 +450,7 @@ is divided into following sections: ...@@ -450,7 +450,7 @@ is divided into following sections:
</fileset> </fileset>
</union> </union>
<taskdef classname="org.testng.TestNGAntTask" classpath="${run.test.classpath}" name="testng"/> <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="UyTube" testname="TestNG tests" workingDir="${work.dir}"> <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="UyTube_logica" testname="TestNG tests" workingDir="${work.dir}">
<xmlfileset dir="${build.test.classes.dir}" includes="@{testincludes}"/> <xmlfileset dir="${build.test.classes.dir}" includes="@{testincludes}"/>
<propertyset> <propertyset>
<propertyref prefix="test-sys-prop."/> <propertyref prefix="test-sys-prop."/>
...@@ -601,7 +601,7 @@ is divided into following sections: ...@@ -601,7 +601,7 @@ is divided into following sections:
<condition else="-testclass @{testClass}" property="test.class.or.method" value="-methods @{testClass}.@{testMethod}"> <condition else="-testclass @{testClass}" property="test.class.or.method" value="-methods @{testClass}.@{testMethod}">
<isset property="test.method"/> <isset property="test.method"/>
</condition> </condition>
<condition else="-suitename UyTube -testname @{testClass} ${test.class.or.method}" property="testng.cmd.args" value="@{testClass}"> <condition else="-suitename UyTube_logica -testname @{testClass} ${test.class.or.method}" property="testng.cmd.args" value="@{testClass}">
<matches pattern=".*\.xml" string="@{testClass}"/> <matches pattern=".*\.xml" string="@{testClass}"/>
</condition> </condition>
<delete dir="${build.test.results.dir}" quiet="true"/> <delete dir="${build.test.results.dir}" quiet="true"/>
...@@ -893,7 +893,7 @@ is divided into following sections: ...@@ -893,7 +893,7 @@ is divided into following sections:
<delete file="${built-jar.properties}" quiet="true"/> <delete file="${built-jar.properties}" quiet="true"/>
</target> </target>
<target if="already.built.jar.${basedir}" name="-warn-already-built-jar"> <target if="already.built.jar.${basedir}" name="-warn-already-built-jar">
<echo level="warn" message="Cycle detected: UyTube was already built"/> <echo level="warn" message="Cycle detected: UyTube_logica was already built"/>
</target> </target>
<target depends="init,-deps-jar-init" name="deps-jar" unless="no.deps"> <target depends="init,-deps-jar-init" name="deps-jar" unless="no.deps">
<mkdir dir="${build.dir}"/> <mkdir dir="${build.dir}"/>
...@@ -1378,7 +1378,7 @@ is divided into following sections: ...@@ -1378,7 +1378,7 @@ is divided into following sections:
<delete file="${built-clean.properties}" quiet="true"/> <delete file="${built-clean.properties}" quiet="true"/>
</target> </target>
<target if="already.built.clean.${basedir}" name="-warn-already-built-clean"> <target if="already.built.clean.${basedir}" name="-warn-already-built-clean">
<echo level="warn" message="Cycle detected: UyTube was already built"/> <echo level="warn" message="Cycle detected: UyTube_logica was already built"/>
</target> </target>
<target depends="init,-deps-clean-init" name="deps-clean" unless="no.deps"> <target depends="init,-deps-clean-init" name="deps-clean" unless="no.deps">
<mkdir dir="${build.dir}"/> <mkdir dir="${build.dir}"/>
......
build.xml.data.CRC32=9a5fdd84
build.xml.script.CRC32=2a1803ce
build.xml.stylesheet.CRC32=8064a381@1.80.1.48
# 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=9a5fdd84
nbproject/build-impl.xml.script.CRC32=1c0cb7b4
nbproject/build-impl.xml.stylesheet.CRC32=830a3534@1.80.1.48
...@@ -4,8 +4,6 @@ annotation.processing.processor.options=-Aeclipselink.canonicalmodel.use_static_ ...@@ -4,8 +4,6 @@ annotation.processing.processor.options=-Aeclipselink.canonicalmodel.use_static_
annotation.processing.processors.list= annotation.processing.processors.list=
annotation.processing.run.all.processors=true annotation.processing.run.all.processors=true
annotation.processing.source.output=${build.generated.sources.dir}/ap-source-output annotation.processing.source.output=${build.generated.sources.dir}/ap-source-output
application.title=UyTube
application.vendor=Juan
build.classes.dir=${build.dir}/classes build.classes.dir=${build.dir}/classes
build.classes.excludes=**/*.java,**/*.form build.classes.excludes=**/*.java,**/*.form
# This directory is removed when the project is cleaned: # This directory is removed when the project is cleaned:
...@@ -26,60 +24,28 @@ debug.test.classpath=\ ...@@ -26,60 +24,28 @@ debug.test.classpath=\
dist.archive.excludes= dist.archive.excludes=
# This directory is removed when the project is cleaned: # This directory is removed when the project is cleaned:
dist.dir=dist dist.dir=dist
dist.jar=${dist.dir}/UyTube.jar dist.jar=${dist.dir}/UyTube_logica.jar
dist.javadoc.dir=${dist.dir}/javadoc dist.javadoc.dir=${dist.dir}/javadoc
endorsed.classpath=
excludes= excludes=
file.reference.jcalendar-1.4.jar=C:\\Users\\Juan\\Desktop\\jcalendar-1.4.jar file.reference.JCalendar_1.4.jar=librerias\\JCalendar_1.4.jar
<<<<<<< HEAD
<<<<<<< HEAD
file.reference.jcalendar-1.4.jar-1=D:\\Users\\Facu\\Downloads\\jcalendar-1.4.jar
file.reference.jcalendar-1.4.jar-2=C:\\Users\\pc01\\Downloads\\jcalendar-1.4.jar
=======
>>>>>>> origin/pre_master
=======
file.reference.jcalendar-1.4.jar-1=C:\\Users\\Dofus\\Documents\\NetBeansProjects\\jcalendar-1.4.jar
>>>>>>> pre_master
file.reference.jcalendar-1.4.jar-3=D:\\Users\\Facu\\Downloads\\jcalendar-1.4.jar
file.reference.jcalendar-1.4.jar-4=/home/administrador/tecnologo/4to_semestre/PA/Lab-1/jcalendar-1.4.jar
file.reference.jcalendar-1.4.jar-5=C:\\Program Files\\NetBeans 8.2\\extras\\jcalendar-1.4.jar
includes=** includes=**
jar.compress=false jar.compress=false
javac.classpath=\ javac.classpath=\
${libs.absolutelayout.classpath}:\
<<<<<<< HEAD:\
${file.reference.jcalendar-1.4.jar-3}:\
${file.reference.jcalendar-1.4.jar-4}:\
${file.reference.jcalendar-1.4.jar-5}:\
${libs.PostgreSQLDriver.classpath}:\
${libs.eclipselink.classpath}:\ ${libs.eclipselink.classpath}:\
${libs.Logica.classpath} ${libs.PostgreSQLDriver.classpath}:\
<<<<<<< HEAD:\ ${libs.absolutelayout.classpath}:\
${file.reference.jcalendar-1.4.jar-1} ${file.reference.JCalendar_1.4.jar}
${file.reference.jcalendar-1.4.jar}:\
${file.reference.jcalendar-1.4.jar-1}:\
${file.reference.jcalendar-1.4.jar-2}
=======
${file.reference.jcalendar-1.4.jar}
>>>>>>> origin/pre_master
=======
${file.reference.jcalendar-1.4.jar}:\
${file.reference.jcalendar-1.4.jar-1}
>>>>>>> pre_master
# Space-separated list of extra javac options # Space-separated list of extra javac options
javac.compilerargs= javac.compilerargs=
javac.deprecation=false javac.deprecation=false
javac.external.vm=true javac.external.vm=true
javac.processorpath=\ javac.processorpath=\
${javac.classpath}:\ ${javac.classpath}
${libs.eclipselinkmodelgen.classpath}
javac.source=1.8 javac.source=1.8
javac.target=1.8 javac.target=1.8
javac.test.classpath=\ javac.test.classpath=\
${javac.classpath}:\ ${javac.classpath}:\
${build.classes.dir}:\ ${build.classes.dir}
${libs.junit_4.classpath}:\
${libs.hamcrest.classpath}
javac.test.processorpath=\ javac.test.processorpath=\
${javac.test.classpath} ${javac.test.classpath}
javadoc.additionalparam= javadoc.additionalparam=
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<type>org.netbeans.modules.java.j2seproject</type> <type>org.netbeans.modules.java.j2seproject</type>
<configuration> <configuration>
<data xmlns="http://www.netbeans.org/ns/j2se-project/3"> <data xmlns="http://www.netbeans.org/ns/j2se-project/3">
<name>UyTube</name> <name>UyTube_logica</name>
<source-roots> <source-roots>
<root id="src.dir"/> <root id="src.dir"/>
</source-roots> </source-roots>
......
UyTube_logica/src/Imagenes/about.png

70.6 KiB

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment