Skip to content

Commit 92037c0

Browse files
committed
releng changes
1 parent 9b13842 commit 92037c0

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
lines changed

org.jcryptool.product/pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff 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>

org.jcryptool.releng/pom.xml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)