Procházet zdrojové kódy

Remove lib/jdtcore-aj

If any of the old Ant builds, e.g. tests/profiling/build.xml, which
have never been mavenised, need JDT Core, they should be converted to
Maven builds and refer to it as a regular dependency. As is, the Ant
builds would not run anyway, because other dependency locations have
changed as well.

Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
pull/295/head
Alexander Kriegisch před 2 měsíci
rodič
revize
8d674eef5f
2 změnil soubory, kde provedl 0 přidání a 22 odebrání
  1. 0
    1
      .gitignore
  2. 0
    21
      lib/pom.xml

+ 0
- 1
.gitignore Zobrazit soubor

# Downloaded libraries used during tests + marker file # Downloaded libraries used during tests + marker file
/lib/provisioned.marker /lib/provisioned.marker
/lib/ant/ /lib/ant/
/lib/jdtcore-aj/
/lib/junit/ /lib/junit/


# AspectJ core dumps # AspectJ core dumps

+ 0
- 21
lib/pom.xml Zobrazit soubor

<configuration> <configuration>
<artifactItems> <artifactItems>


<artifactItem>
<groupId>org.aspectj</groupId>
<artifactId>org.eclipse.jdt.core</artifactId>
<version>${jdt.core.version}</version>
<type>jar</type>
<overWrite>false</overWrite>
<outputDirectory>jdtcore-aj</outputDirectory>
<destFileName>jdtcore-for-aspectj.jar</destFileName>
</artifactItem>
<artifactItem>
<groupId>org.aspectj</groupId>
<artifactId>org.eclipse.jdt.core</artifactId>
<version>${jdt.core.version}</version>
<type>java-source</type>
<classifier>sources</classifier>
<overWrite>false</overWrite>
<outputDirectory>jdtcore-aj</outputDirectory>
<destFileName>jdtcore-for-aspectj-src.zip</destFileName>
</artifactItem>

<artifactItem> <artifactItem>
<!-- Binary is identical to committed version --> <!-- Binary is identical to committed version -->
<groupId>junit</groupId> <groupId>junit</groupId>
<file>${lib.provisioned.marker}</file> <file>${lib.provisioned.marker}</file>
<file>ant/bin/ant.bat</file> <file>ant/bin/ant.bat</file>
<file>ant/lib/junit.jar</file> <file>ant/lib/junit.jar</file>
<file>jdtcore-aj/jdtcore-for-aspectj.jar</file>
<file>junit/junit.jar</file> <file>junit/junit.jar</file>
</files> </files>
</requireFilesExist> </requireFilesExist>

Načítá se…
Zrušit
Uložit