Skip to content

Commit

Permalink
releng changes
Browse files Browse the repository at this point in the history
  • Loading branch information
simlei committed Jan 28, 2023
1 parent 9b13842 commit 92037c0
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
14 changes: 7 additions & 7 deletions org.jcryptool.product/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
<goal>mirror</goal>
</goals>
<configuration>
<source>
<repository>
<id>${eclipse-version}</id>
<layout>p2</layout>
<url>http://download.eclipse.org/releases/2020-09</url>
</repository>
</source>
<!-- <source> -->
<!-- <repository> -->
<!-- <id>${eclipse-version}</id> -->
<!-- <layout>p2</layout> -->
<!-- <url>http://download.eclipse.org/releases/2020-09</url> -->
<!-- </repository> -->
<!-- </source> -->
<!-- List of IUs to mirror. If omitted, allIUs will be mirrored. -->
<!-- Omitted IU version element means latest version of the IU -->
<targetPlatformAsSource>true</targetPlatformAsSource>
Expand Down
22 changes: 11 additions & 11 deletions org.jcryptool.releng/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -188,17 +188,17 @@ Maven 3 and Java 8 are required for the build. See https://github.com/jcryptool/
<jctbuild.makeStrictTargetP2Phase>package</jctbuild.makeStrictTargetP2Phase>
</properties>
</profile>
<profile>
<id>makeTargetP2</id>
<activation>
<property>
<name>jctbuild.makeTargetP2Dir</name>
</property>
</activation>
<properties>
<jctbuild.makeTargetP2Phase>package</jctbuild.makeTargetP2Phase>
</properties>
</profile>
<!-- <profile> -->
<!-- <id>makeTargetP2</id> -->
<!-- <activation> -->
<!-- <property> -->
<!-- <name>jctbuild.makeTargetP2Dir</name> -->
<!-- </property> -->
<!-- </activation> -->
<!-- <properties> -->
<!-- <jctbuild.makeTargetP2Phase>package</jctbuild.makeTargetP2Phase> -->
<!-- </properties> -->
<!-- </profile> -->
<profile>
<id>makeSourceJars</id>
<activation>
Expand Down

0 comments on commit 92037c0

Please sign in to comment.