File tree Expand file tree Collapse file tree 2 files changed +18
-18
lines changed
Expand file tree Collapse file tree 2 files changed +18
-18
lines changed Original file line number Diff line number Diff line change @@ -24,13 +24,13 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
2424 <goal >mirror</goal >
2525 </goals >
2626 <configuration >
27- <source >
28- <repository >
29- <id >${eclipse-version} </id >
30- <layout >p2</layout >
31- <url >http://download.eclipse.org/releases/2020-09</url >
32- </repository >
33- </source >
27+ <!-- < source> -- >
28+ <!-- <repository> -- >
29+ <!-- <id>${eclipse-version}</id> -- >
30+ <!-- <layout>p2</layout> -- >
31+ <!-- <url>http://download.eclipse.org/releases/2020-09</url> -- >
32+ <!-- </repository> -- >
33+ <!-- < /source> -- >
3434 <!-- List of IUs to mirror. If omitted, allIUs will be mirrored. -->
3535 <!-- Omitted IU version element means latest version of the IU -->
3636 <targetPlatformAsSource >true</targetPlatformAsSource >
Original file line number Diff line number Diff line change @@ -188,17 +188,17 @@ Maven 3 and Java 8 are required for the build. See https://github.com/jcryptool/
188188 <jctbuild .makeStrictTargetP2Phase>package</jctbuild .makeStrictTargetP2Phase>
189189 </properties >
190190 </profile >
191- <profile >
192- <id >makeTargetP2</id >
193- <activation >
194- <property >
195- <name >jctbuild.makeTargetP2Dir</name >
196- </property >
197- </activation >
198- <properties >
199- <jctbuild .makeTargetP2Phase>package</jctbuild .makeTargetP2Phase>
200- </properties >
201- </profile >
191+ <!-- < profile > -- >
192+ <!-- <id>makeTargetP2</id> -- >
193+ <!-- <activation> -- >
194+ <!-- <property> -- >
195+ <!-- <name>jctbuild.makeTargetP2Dir</name> -- >
196+ <!-- </property> -- >
197+ <!-- </activation> -- >
198+ <!-- <properties> -- >
199+ <!-- <jctbuild.makeTargetP2Phase>package</jctbuild.makeTargetP2Phase> -- >
200+ <!-- </properties> -- >
201+ <!-- < /profile> -- >
202202 <profile >
203203 <id >makeSourceJars</id >
204204 <activation >
You can’t perform that action at this time.
0 commit comments