Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Aparapi Examples
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Aparapi
Aparapi Examples
Commits
4ea322ba
Commit
4ea322ba
authored
8 years ago
by
Patrick Sharp
Browse files
Options
Downloads
Patches
Plain Diff
Fixed build.xml to reference new file hierarchy
Also changed pom to keep java 1.7
parent
8d5af278
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
com.amd.aparapi/build.xml
+2
-2
2 additions, 2 deletions
com.amd.aparapi/build.xml
com.amd.aparapi/pom.xml
+2
-2
2 additions, 2 deletions
com.amd.aparapi/pom.xml
with
4 additions
and
4 deletions
com.amd.aparapi/build.xml
+
2
−
2
View file @
4ea322ba
...
@@ -53,7 +53,7 @@
...
@@ -53,7 +53,7 @@
effort=
"max"
effort=
"max"
reportlevel=
"low"
reportlevel=
"low"
outputfile=
"${basedir}/findbugs/aparapi.xml"
>
outputfile=
"${basedir}/findbugs/aparapi.xml"
>
<sourcePath
path=
"${basedir}/src/java"
/>
<sourcePath
path=
"${basedir}/src/
main/
java"
/>
<class
location=
"${basedir}/classes"
/>
<class
location=
"${basedir}/classes"
/>
</findbugs>
</findbugs>
</target>
</target>
...
@@ -71,7 +71,7 @@
...
@@ -71,7 +71,7 @@
<mkdir
dir=
"dist"
/>
<mkdir
dir=
"dist"
/>
<javac
debug=
"true"
<javac
debug=
"true"
debuglevel=
"lines,vars,source"
debuglevel=
"lines,vars,source"
srcdir=
"${basedir}/src/java"
srcdir=
"${basedir}/src/
main/
java"
destdir=
"${basedir}/classes"
destdir=
"${basedir}/classes"
includeantruntime=
"false"
>
includeantruntime=
"false"
>
<compilerarg
value=
"-Xlint"
/>
<compilerarg
value=
"-Xlint"
/>
...
...
This diff is collapsed.
Click to expand it.
com.amd.aparapi/pom.xml
+
2
−
2
View file @
4ea322ba
...
@@ -7,8 +7,8 @@
...
@@ -7,8 +7,8 @@
<packaging>
jar
</packaging>
<packaging>
jar
</packaging>
<properties>
<properties>
<project.build.sourceEncoding>
UTF-8
</project.build.sourceEncoding>
<project.build.sourceEncoding>
UTF-8
</project.build.sourceEncoding>
<maven.compiler.source>
1.
8
</maven.compiler.source>
<maven.compiler.source>
1.
7
</maven.compiler.source>
<maven.compiler.target>
1.
8
</maven.compiler.target>
<maven.compiler.target>
1.
7
</maven.compiler.target>
</properties>
</properties>
<distributionManagement>
<distributionManagement>
<snapshotRepository>
<snapshotRepository>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment