Skip to content

Commit

Permalink
updated depends so it can compile in github
Browse files Browse the repository at this point in the history
  • Loading branch information
fapret committed Oct 18, 2024
1 parent 1b06865 commit 336b70c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion proyecto/java_microservice/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
<classpathentry exported="true" kind="lib" path="src/main/webapp/WEB-INF/lib/org.eclipse.emf.ecore_2.34.0.v20230406-1203.jar"/>
<classpathentry exported="true" kind="lib" path="src/main/webapp/WEB-INF/lib/org.eclipse.emf.ecore.change_2.15.0.v20230211-1150.jar"/>
<classpathentry exported="true" kind="lib" path="src/main/webapp/WEB-INF/lib/org.eclipse.emf.ecore.xmi_2.18.0.v20230211-1150.jar"/>
<classpathentry kind="lib" path="F:/apache-tomcat-11.0.0-M22/lib/servlet-api.jar"/>
<classpathentry kind="lib" path="/proyecto/java_microservice/src/main/webapp/WEB-INF/lib/servlet-api.jar"/>
<classpathentry kind="output" path="build/classes"/>
</classpath>
4 changes: 3 additions & 1 deletion proyecto/java_microservice/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
directory with the processing instruction <?eclipse.ant.import?>
as the first entry and export the buildfile again. --><project basedir="." default="build" name="curricula_microservice">
<property environment="env"/>
<property name="proyecto.location" value="../"/>
<property name="ECLIPSE_HOME" value="../../../../eclipse/jee-2024-09/eclipse/"/>
<property name="debuglevel" value="source,lines,vars"/>
<property name="target" value="17"/>
Expand All @@ -14,6 +15,7 @@
<pathelement location="src/main/webapp/WEB-INF/lib/org.eclipse.emf.ecore.change_2.15.0.v20230211-1150.jar"/>
<pathelement location="src/main/webapp/WEB-INF/lib/org.eclipse.emf.ecore.xmi_2.18.0.v20230211-1150.jar"/>
<pathelement location="src/main/webapp/WEB-INF/lib/org.eclipse.emf.ecore_2.34.0.v20230406-1203.jar"/>
<pathelement location="src/main/webapp/WEB-INF/lib/servlet-api.jar"/>
</path>
<path id="EAR Libraries.libraryclasspath"/>
<path id="curricula_microservice.classpath">
Expand All @@ -24,7 +26,7 @@
<pathelement location="src/main/webapp/WEB-INF/lib/org.eclipse.emf.ecore_2.34.0.v20230406-1203.jar"/>
<pathelement location="src/main/webapp/WEB-INF/lib/org.eclipse.emf.ecore.change_2.15.0.v20230211-1150.jar"/>
<pathelement location="src/main/webapp/WEB-INF/lib/org.eclipse.emf.ecore.xmi_2.18.0.v20230211-1150.jar"/>
<pathelement location="../../../../apache-tomcat-11.0.0-M22/lib/servlet-api.jar"/>
<pathelement location="${proyecto.location}/java_microservice/src/main/webapp/WEB-INF/lib/servlet-api.jar"/>
</path>
<target name="init">
<mkdir dir="build/classes"/>
Expand Down
Binary file not shown.

0 comments on commit 336b70c

Please sign in to comment.