Skip to content

Commit

Permalink
Minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
C4J committed Jul 13, 2024
1 parent 6eb981d commit ce5ea7d
Show file tree
Hide file tree
Showing 15 changed files with 31 additions and 6 deletions.
10 changes: 5 additions & 5 deletions b6/.classpath
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/Java 17 JDK">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="lib/devonly/i4jruntime.jar"/>
<classpathentry kind="lib" path="lib/aalto-xml-1.3.2.jar"/>
<classpathentry kind="lib" path="lib/angus-activation-2.0.2.jar"/>
Expand Down Expand Up @@ -170,5 +165,10 @@
<classpathentry kind="lib" path="lib/avalon-framework-impl-4.3.1.jar"/>
<classpathentry kind="lib" path="lib/barcode4j-2.2.3.jar"/>
<classpathentry kind="lib" path="lib/commons-cli-1.8.0.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/Java 17 JDK">
<attributes>
<attribute name="owner.project.facets" value="java"/>
</attributes>
</classpathentry>
<classpathentry kind="output" path="bin"/>
</classpath>
6 changes: 6 additions & 0 deletions b6/.project
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,14 @@
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>com.genuitec.eclipse.springframework.springbuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>com.genuitec.eclipse.springframework.springnature</nature>
<nature>org.eclipse.jem.workbench.JavaEMFNature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
<nature>org.eclipse.jem.beaninfo.BeanInfoNature</nature>
Expand Down
2 changes: 2 additions & 0 deletions b6/.settings/com.genuitec.eclipse.migration.prefs
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
eclipse.preferences.version=1
performed.operation.me.install.springfacet=1.0
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<root>
<facet id="me.spring">
<node name="libprov">
<attribute name="provider-id" value="spring-no-op-library-provider"/>
</node>
</facet>
</root>
1 change: 1 addition & 0 deletions b6/.settings/org.eclipse.wst.common.project.facet.core.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
<faceted-project>
<runtime name="Java 17 JDK"/>
<installed facet="java" version="17"/>
<installed facet="me.spring" version="4.1"/>
</faceted-project>
Loading

0 comments on commit ce5ea7d

Please sign in to comment.