Skip to content

Commit

Permalink
Try using perfect 1.2.0 version requirements for Commons Logging
Browse files Browse the repository at this point in the history
  • Loading branch information
agarciadom committed Jan 3, 2025
1 parent d359d5a commit c23d79d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 15 deletions.
14 changes: 6 additions & 8 deletions features/org.eclipse.epsilon.emc.json.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,16 @@ which is available at https://www.eclipse.org/legal/epl-2.0
id="org.eclipse.epsilon.core.feature"
version="2.7.0.qualifier"/>

<requires>
<import plugin="org.apache.commons.logging" version="1.2.0" match="perfect"/>
</requires>

<plugin
id="org.eclipse.epsilon.emc.json"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
version="0.0.0"/>

<plugin
id="com.googlecode.json-simple"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
version="0.0.0"/>

</feature>
17 changes: 10 additions & 7 deletions features/org.eclipse.epsilon.emc.spreadsheets.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,22 @@
</description>

<copyright>
Copyright (c) 2018 The University of York.
Copyright (c) 2018 The University of York.
This program and the accompanying materials are made
available under the terms of the Eclipse Public License 2.0
which is available at https://www.eclipse.org/legal/epl-2.0
</copyright>

<includes id="org.eclipse.epsilon.core.feature" version="2.7.0.qualifier"/>

<includes
id="org.eclipse.epsilon.core.feature"
version="2.7.0.qualifier"/>

<requires>
<import plugin="org.apache.commons.logging" version="1.2.0" match="perfect"/>
</requires>

<plugin
id="org.eclipse.epsilon.emc.spreadsheets"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
version="0.0.0"/>

</feature>

0 comments on commit c23d79d

Please sign in to comment.