Skip to content

Commit

Permalink
fix: save
Browse files Browse the repository at this point in the history
  • Loading branch information
mosoriob committed Jun 13, 2023
1 parent 99f06c6 commit e9cce59
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 166 deletions.
11 changes: 11 additions & 0 deletions planner/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,16 @@
<attribute name="test" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="src" path=".apt_generated">
<attributes>
<attribute name="optional" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="src" output="target/test-classes" path=".apt_generated_tests">
<attributes>
<attribute name="optional" value="true"/>
<attribute name="test" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="output" path="target/classes"/>
</classpath>
2 changes: 1 addition & 1 deletion portal/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<servlet-api.version>2.5</servlet-api.version>
<httpclient.version>4.5.2</httpclient.version>
<jersey.version>2.27</jersey.version>
<jackson.version>2.8.6</jackson.version>
<jackson.version>2.14.0-rc2</jackson.version>
<javax.validation.version>1.1.0.Final</javax.validation.version>
<commons-fileupload.version>1.3.3</commons-fileupload.version>
</properties>
Expand Down
52 changes: 0 additions & 52 deletions wings-docker/config/default/portal.properties

This file was deleted.

54 changes: 0 additions & 54 deletions wings-docker/config/local-mosorio/portal.properties

This file was deleted.

5 changes: 0 additions & 5 deletions wings-docker/config/local-mosorio/wings-portal.xml

This file was deleted.

53 changes: 0 additions & 53 deletions wings-docker/config/pegasus/portal.properties

This file was deleted.

1 change: 0 additions & 1 deletion wings-docker/docker/default/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,5 @@ RUN jar -xvf wings-portal-*.war

# Add wings context file to the wings portal webapp
COPY ./wings-docker/config/default/wings-portal.xml /usr/local/tomcat/webapps/wings-portal/META-INF/context.xml
COPY ./wings-docker/config/default/portal.properties /etc/wings/portal.properties

WORKDIR /usr/local/tomcat

0 comments on commit e9cce59

Please sign in to comment.